Python Boilerplate contains all the boilerplate you need to create a Python package.
- Documentation: https://propertypipeline.readthedocs.io.
pip install propertypipeline
- TODO
Contributions are welcome, feel free to open an Issue or Pull Request.
Pull requests must be for the develop
branch.
git clone https://github.com/nmarchio/propertypipeline
cd propertypipeline
git checkout develop
python -m venv .venv
source .venv/bin/activate
pip install .[dev]
pytest