An open API service indexing awesome lists of open source software.

https://github.com/andersinno/cookiecutter-pypackage-ai

Opinionated cookiecutter template for python packages :cookie:
https://github.com/andersinno/cookiecutter-pypackage-ai

cookiecutter pytest python

Last synced: 12 months ago
JSON representation

Opinionated cookiecutter template for python packages :cookie:

Awesome Lists containing this project

README

          

# Cookiecutter for creating Python packages

Bootstrap either pure python package or a Django specific package.

## How do I use this?

Install the latest Cookiecutter if you haven't installed it yet:

`pip install -U cookiecutter`

Generate a Python package project:

`cookiecutter https://github.com/andersinno/cookiecutter-pypackage-ai.git`