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

https://github.com/m0wer/cookiecutter-python-project

Cookiecutter template to generate python projects.
https://github.com/m0wer/cookiecutter-python-project

cookiecutter cookiecutter-template cruft github-actions mkdocs python

Last synced: 2 months ago
JSON representation

Cookiecutter template to generate python projects.

Awesome Lists containing this project

README

        

# Cookiecutter Python Project

[![Tests](
https://github.com/m0wer/cookiecutter-python-project/actions/workflows/tests.yml/badge.svg
)](
https://github.com/m0wer/cookiecutter-python-project/actions/workflows/tests.yml
)
[![pre-commit](
https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
)](https://github.com/pre-commit/pre-commit)

[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template
to generate Python projects.

## Documentation

See [documentation](https://m0wer.github.io/cookiecutter-python-project).

## Installing

```bash
cruft https://github.com/m0wer/cookiecutter-python-project
```

or

```bash
cookiecutter https://github.com/m0wer/cookiecutter-python-project
```

## Contributing

See [Contributing](https://m0wer.github.io/cookiecutter-python-project/contributing).

## License

GPLv3