It can be hard to manage shell-script style python in a build or automated environment. Wrap up requirements easily in one pip install and place it at the front of a Bamboo, Jenkins, or Ansible script.
This is meant as a demo. Please fork for your own needs.
- Fork this project
pip install cookiecuttercookiecutter cookiecutter_template/- Answer the questions
- Fill out
requirements.txtandREADME.rstappropriately python setup.py sdist bdist_wheel clean --all uploadpip install [my project]where needed <3