Generate a Python package project using the Python Cookiecutter package
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nate Bohman 478bddf3d1
Another Black Autocorrect Fix
před 2 roky
{{cookiecutter.project_slug}} Another Black Autocorrect Fix před 2 roky
.gitignore Initial gitignore and README před 3 roky
LICENSE Initial commit před 3 roky
README.md Initial gitignore and README před 3 roky
cookiecutter.json Initial Cookiecutter Project Commit před 3 roky

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.