Skip to content

General python package to with functions often used by me

License

Notifications You must be signed in to change notification settings

schrma/swissarmyknife

Repository files navigation

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

About

General python package to with functions often used by me

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages