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 80b61b4482
Fix Black Autocorrect
2 yıl önce
{{cookiecutter.project_slug}} Fix Black Autocorrect 2 yıl önce
.gitignore Initial gitignore and README 3 yıl önce
LICENSE Initial commit 3 yıl önce
README.md Initial gitignore and README 3 yıl önce
cookiecutter.json Initial Cookiecutter Project Commit 3 yıl önce

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.