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

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

Awesome Lists containing this project

README

          

# Python Project Basic
> Minimal template for a Python Poetry app

[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/py-project-basic?include_prereleases=&sort=semver&color=blue)](https://github.com/MichaelCurrin/py-project-basic/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

[![Made with Python](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FMichaelCurrin%2Fpy-project-basic%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&query=project.requires-python&label=python&logo=python&logoColor=white)](https://python.org "Go to Python homepage")
[![dependency - poetry](https://img.shields.io/badge/poetry-2.x-blue)](https://pypi.org/project/poetry)

[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](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).