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

Documention

Build Documentation

Execute the following commands to build the full documentation.

  1. 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
  1. Activate your virtual environment:

. .venv-swiss/Scripts/activate
  1. Execute tox

tox -e docs