Generate a Python package project using the Python Cookiecutter package
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Nate Bohman a4b35ade59
Fix Copy/Pasta
hace 3 años
{{cookiecutter.project_slug}} Fix Copy/Pasta hace 3 años
.gitignore Initial gitignore and README hace 3 años
LICENSE Initial commit hace 3 años
README.md Initial gitignore and README hace 3 años
cookiecutter.json Initial Cookiecutter Project Commit hace 3 años

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.