My Code Base

build License MIT license

This is a collection of routines that I’ve developed over time and that I use in my daily work.

Installation

Clone this repo via

git clone https://github.com/markusritschel/my-code-base

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 2024