Nate Bohman 3613959a49 Initial gitignore and README | vor 3 Jahren | |
---|---|---|
.gitignore | vor 3 Jahren | |
LICENSE | vor 3 Jahren | |
README.md | vor 3 Jahren |
Generate a Python package project using the Python Cookiecutter package
Generate a Python package project:
cookiecutter https://git.natrinicle.com/natrinicle/cookiecutter-pypackage.git
About the package requirements:
Install the dev requirements in your local machine by running:
pip install -r requirements/dev.txt
Requirements for Unit testing can be found in requirements/test.txt
Requirements for Prod build can be found in requirements/prod.txt
Prod requirements are reused in both Dev and Test requirements.