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

https://github.com/frgfm/pypackage-template

Template for Python packages
https://github.com/frgfm/pypackage-template

cookiecutter python3 template-project

Last synced: 2 months ago
JSON representation

Template for Python packages

Awesome Lists containing this project

README

        

# Template for Python packages



CI Status


black




GitHub release (latest by date)
GitHub

Kicking off a Python package project? Why not starting with a high-quality basis?

## Quick Tour

### Cookie cutter

Templating Python projects is now very accessible thanks to [CookieCutter](https://github.com/cookiecutter/cookiecutter). You can use this template easily by using the following command:

```shell
cookiecutter gh:frgfm/pypackage-template
```

The command will interactively ask you to fill some information to generate the project.

## Setup

Python 3.6 (or higher), [pip](https://pip.pypa.io/en/stable/) and [Git](https://git-scm.com/) are required to run this project.

```shell
git clone https://github.com/frgfm/pypackage-template.git
pip install -r pypackage-template/requirements.txt
```

## Contributing

Feeling like I missed a fancy new feature that is worth adding to all Python packages? Any sort of contribution is greatly appreciated!

You can find a short guide in [`CONTRIBUTING`](CONTRIBUTING) to help grow this project!

## License

Distributed under the Apache 2.0 License. See [`LICENSE`](LICENSE) for more information.