- The
settings.json
file that was output bypydev
was malformed, and this patch ensures that's no longer the case.
- Very basic information has been added to the README file, reflecting the current features of the project.
- The virtual environment prompt was being set to the Path to the parent folder, rather than the name of the parent folder itself. This has now been fixed.
- It lives!
pydev
will now work in a very alpha form afterdevwrangler
is installed with pipx - One whole test to verify that creating the virtual env works as expected on all supported versions of Python.
- Typer, to manage our CLI niceties rather than writing them from scratch
- Rich, to eventually make the CLI output pretty
- Added support for Python 3.10
- Added dev environment niceties
- Enabled tighter VS Code integration
- Specified supported pyenv versions
- Dropped support for Python 3.6
- First release on PyPI.