Releases: David-OConnor/pyflow
Releases · David-OConnor/pyflow
0.1.1
- Fixed a bug, where spaces could prevent console scripts from being installed
- Fixed parsing pypi requirements that ommit parenthesis
- Now uses
~/.local/share/pyflow
on Linux,~\AppData\Roaming\pyflow
on Windows, and
~/Library/Application Support/pyflow
on Mac, instead of~/.python-installs
0.1.0
- Installing Python binaries now works correctly on Windows, Ubuntu≥18.4, and Debian
- Running
pyflow
with no arguments now runs a Python REPL - Made error messages more detailed
0.0.4
- Added support for running minimally-configured scripts
- Implemented
pyflow switch
to change py versions. Improved related prompts - Misc API tweaks
0.0.3
- Now manages and installs Python as required
- Stores downloaded packages in a global cache
- Can run console scripts specified in
pyproject.toml
directly, instead of just
ones installed by dependencies pypackage reset
now cleans up the lock file- Misc tweaks and bugfixes
0.0.2
First public release
0.0.1
Initial release - rough and missing features