https://github.com/michaelcurrin/py-project-basic
Minimal template for a Python Poetry app
https://github.com/michaelcurrin/py-project-basic
python starter template
Last synced: about 1 year ago
JSON representation
Minimal template for a Python Poetry app
- Host: GitHub
- URL: https://github.com/michaelcurrin/py-project-basic
- Owner: MichaelCurrin
- License: mit
- Created: 2025-04-10T16:03:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T16:06:05.000Z (about 1 year ago)
- Last Synced: 2025-04-10T17:58:06.446Z (about 1 year ago)
- Topics: python, starter, template
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Project Basic
> Minimal template for a Python Poetry app
[](https://github.com/MichaelCurrin/py-project-basic/releases/)
[](#license)
[](https://python.org "Go to Python homepage")
[](https://pypi.org/project/poetry)
[](https://github.com/MichaelCurrin/py-project-basic/generate)
## Sample usage
```console
$ poetry run python -m app --foo World
Hello World
```
## Documentation
Put your documentation here.
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).