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.