mansueto-institute / property-pipeline

Other
0 stars 0 forks source link

Property Pipeline

PyPI Coverage Status Documentation Status

Python Boilerplate contains all the boilerplate you need to create a Python package.

Installation

pip install propertypipeline

How to Use

Contributing

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