https://github.com/hackersandslackers/python-poetry-tutorial
:snake: :pencil2: Simple Python project built with Poetry.
https://github.com/hackersandslackers/python-poetry-tutorial
poetry python template tutorial
Last synced: 2 months ago
JSON representation
:snake: :pencil2: Simple Python project built with Poetry.
- Host: GitHub
- URL: https://github.com/hackersandslackers/python-poetry-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-01-26T10:42:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T12:02:35.000Z (10 months ago)
- Last Synced: 2025-07-11T09:43:25.856Z (3 months ago)
- Topics: poetry, python, template, tutorial
- Language: Python
- Homepage: https://hackersandslackers.com/python-poetry-package-manager
- Size: 1.22 MB
- Stars: 46
- Watchers: 2
- Forks: 22
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Python Poetry Tutorial




[](https://github.com/hackersandslackers/python-poetry-tutorial/issues)
[](https://github.com/hackersandslackers/python-poetry-tutorial/stargazers)
[](https://github.com/hackersandslackers/python-poetry-tutorial/network)
## Getting Started
Run the following to install and launch the demo app using [Poetry](https://python-poetry.org/):
```shell
$ git clone https://github.com/hackersandslackers/python-poetry-tutorial.git
$ cd python-poetry-tutorial
$ poetry shell
$ poetry install
$ poetry run
```-----
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.