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

https://github.com/lyz-code/cookiecutter-python-project

Cookiecutter template to generate python projects following the best practices gathered over the time.
https://github.com/lyz-code/cookiecutter-python-project

Last synced: 11 months ago
JSON representation

Cookiecutter template to generate python projects following the best practices gathered over the time.

Awesome Lists containing this project

README

          

# Cookiecutter Python Project

[![Actions Status](https://github.com/lyz-code/cookiecutter-python-project/workflows/Tests/badge.svg)](https://github.com/lyz-code/cookiecutter-python-project/actions)
[![Actions Status](https://github.com/lyz-code/cookiecutter-python-project/workflows/Build/badge.svg)](https://github.com/lyz-code/cookiecutter-python-project/actions)

[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template to generate python projects following the best practices gathered over the time.

## Help

See [documentation](https://lyz-code.github.io/cookiecutter-python-project) for more details.

## Installing

```bash
cruft create https://github.com/lyz-code/cookiecutter-python-project
```

Or

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

## Contributing

For guidance on setting up a development environment, and how to make
a contribution to *cookiecutter-python-project*, see [Contributing to
cookiecutter-python-project](https://lyz-code.github.io/cookiecutter-python-project/contributing).

## License

GPLv3