Generate a Python package project using the Python Cookiecutter package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nate Bohman 478bddf3d1
Another Black Autocorrect Fix
пре 2 година
{{cookiecutter.project_slug}} Another Black Autocorrect Fix пре 2 година
.gitignore Initial gitignore and README пре 3 година
LICENSE Initial commit пре 3 година
README.md Initial gitignore and README пре 3 година
cookiecutter.json Initial Cookiecutter Project Commit пре 3 година

README.md

cookiecutter-pypackage

Generate a Python package project using the Python Cookiecutter package

Usage

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.