Yet another Python environment manager.
Project description
yen
Yet another Python environment manager.
Installation
pip install yen
Usage
TODO
Local Development / Testing
- Create and activate a virtual environment
- Run
pip install -r requirements-dev.txt
to do an editable install - Run
pytest
to run tests
Type Checking
Run mypy .
Create and upload a package to PyPI
Make sure to bump the version in setup.cfg
.
Then run the following commands:
rm -rf build dist
python setup.py sdist bdist_wheel
Then upload it to PyPI using twine:
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yen-0.1.1.tar.gz
(4.5 kB
view hashes)
Built Distribution
yen-0.1.1-py3-none-any.whl
(5.3 kB
view hashes)