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
- Host: GitHub
- URL: https://github.com/robertoprevato/pyproject-templates
- Owner: RobertoPrevato
- License: mit
- Created: 2022-12-10T09:30:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T11:07:01.000Z (almost 3 years ago)
- Last Synced: 2024-11-24T20:46:36.519Z (11 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 buildpython -m build
```## Examples
```
cookiecutter plain-template-stubs --no-input project_name=crodi project_description="Stubs files for c-rodi"
```