A collection of python utilities, without hard dependencies
pip install anypy
Setup the development environment:
git clone [email protected]:lucmos/anypy.git
cd anypy
conda env create -f env.yaml
conda activate anypy
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]