Generate a Python package project using the Python Cookiecutter package
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Nate Bohman d68585089a
Remove Copy/Paste Tab
il y a 3 ans
{{cookiecutter.project_slug}} Remove Copy/Paste Tab il y a 3 ans
.gitignore Initial gitignore and README il y a 3 ans
LICENSE Initial commit il y a 3 ans
README.md Initial gitignore and README il y a 3 ans
cookiecutter.json Initial Cookiecutter Project Commit il y a 3 ans

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.