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

https://github.com/robertoprevato/pyproject-templates

Cookiecutter templates to start projects with pyproject.toml
https://github.com/robertoprevato/pyproject-templates

Last synced: 6 months ago
JSON representation

Cookiecutter templates to start projects with pyproject.toml

Awesome Lists containing this project

README

          

# pyproject-templates
Cookiecutter templates to start projects with `pyproject.toml`.

Useful links

- [packaging-projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/).
- [hatch](https://hatch.pypa.io/latest/)

Generating distribution archive:

```
pip install --upgrade build

python -m build
```

## Examples

```
cookiecutter plain-template-stubs --no-input project_name=crodi project_description="Stubs files for c-rodi"
```