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

https://github.com/andersinno/python-package-template

Cookiecutter template for Python packages
https://github.com/andersinno/python-package-template

Last synced: 2 months ago
JSON representation

Cookiecutter template for Python packages

Awesome Lists containing this project

README

          

# Anders Python Package Template

An opinionated [cookiecutter](https://github.com/audreyr/cookiecutter) template for Python packages.

## Usage
```
pip install cookiecutter
git clone https://github.com/andersinno/ai_py_package.git
cookiecutter ai_py_package/
```

1. Checkout newly created `{{ package_name }}/setup.py`. Make sure information is correct.
2. Write decent README.
3. Add a license to the project.