Installation

pypi

it can be simply installing using pip:

pip install simple-pypeliner

couldn’t be named pypeliner since it conflicts with an other project name 🤦‍♂️.

github (for development)

or by cloning the repo:

git clone https://github.com/allonios/pypeliner.git
# currently the project doesn't have any additional dependencies.
pip install -r requirements.txt
# docs
pip install -r requirements/docs.txt
# for development.
pip install pre-commit
# for tests (pytest).
pip install -r requirements/tests.txt