Download latest release from releases on the right
Install it with pip
$ pip install ciphertool-0.1.0.tar.gz
Create a virtual env and activate it
$ python -m venv env
$ source env/bin/activate
Install dependencies
$ pip install -r requirements.txt
Install wheel (if not already installed)
$ pip install wheel
Install package
$ pip install -e .
Build for production
$ python setup.py sdist
Publish to GitHub releases (requires authorised gh credentials and gh cli)
$ python setup.py sdist && gh release create vx.x.x ./dist/*.tar.gz
Use the command ciphertool
For how to use
$ ciphertool --help