v1.0.0: First release
This marks the first release of autopy, a tool you can use to create venvs and install all your python dependencies of your npm package. Features in this release include:
- Automatic installation of the latest python version
- Setup of a venv
- Wrapper function for execa to run script in the venv
- Automatic update of the python version in the venv
What's Changed
- Fixes #1: Initial implementation by @baltpeter in #2
- Fixes #3: Allow upgrading a venv by @baltpeter in #4
Full Changelog: https://github.com/tweaselORG/autopy/commits/v1.0.0