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 d68585089a
Remove Copy/Paste Tab
3 years ago
{{cookiecutter.project_slug}} Remove Copy/Paste Tab 3 years ago
.gitignore Initial gitignore and README 3 years ago
LICENSE Initial commit 3 years ago
README.md Initial gitignore and README 3 years ago
cookiecutter.json Initial Cookiecutter Project Commit 3 years ago

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.