This is a collection of routines that I've developed over time and that I use in my daily work.
Clone this repo via
git clone https://github.com/markusritschel/my-code-baseThen, 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'
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.
For any questions or issues, please contact me via git@markusritschel.de or open an issue.
© Markus Ritschel 2024