swissarmyknife
This is a collection of functions which i used frequently including:
file-handling (reading, writing)
Note
This project has been set up using PyScaffold 4.1.2 For details and usage information on PyScaffold see https://pyscaffold.org/.
Content
Build Documentation
Execute the following commands to build the full documentation.
Set up virtual environment (must be done only the first time):
python -m venv .venv-swiss
. .venv-swiss/Scripts/activate
python -m pip install --upgrade pip
python -m pip install tox
Activate your virtual environment:
. .venv-swiss/Scripts/activate
Execute tox
tox -e docs