My Code Base ¶
This is a collection of routines that I’ve developed over time and that I use in my daily work.
Table of Contents ¶
Contact & Issues
Preparation¶
Cloning the project to your local machine¶
To reproduce the project, clone this repository on your machine
git clone https://github.com/markusritschel/my-code-base
Setup¶
Then, in the new directory (cd my-code-base/) install the package via:
pip install .
or via
pip install -e .
if you plan on making changes to the code.
Alternatively, install directly from GitHub via
pip install 'git+https://github.com/markusritschel/my-code-base.git'
Testing¶
Run make tests in the source directory to test the code.
This will execute both the unit tests and docstring examples (using pytest).
Run make lint to check code style consistency.
Maintainer¶
Contact & Issues¶
For any questions or issues, please contact me via git@markusritschel.de or open an issue.
© Markus Ritschel, 2026