Some short helpers to simplify common tasks.
This package includes
- an enumeration that is compatible with strings, see
python_helpers.enumeration.StringEnum
- json serialization of numpy arrays, dataclasses etc., see
python_helpers.json_coders
In a terminal, enter:
git clone https://github.com/patbat/python_helpers.git
pip install ./python_helpers
Place the python_helpers
folder somewhere where it can be found by the python interpreter.