https://github.com/barabum0/python-template-poetry
Template for Python projects (non-packages) with poetry, mypy, black and isort
https://github.com/barabum0/python-template-poetry
black isort mypy poetry python
Last synced: 5 months ago
JSON representation
Template for Python projects (non-packages) with poetry, mypy, black and isort
- Host: GitHub
- URL: https://github.com/barabum0/python-template-poetry
- Owner: barabum0
- License: mit
- Created: 2024-05-13T15:19:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:55:18.000Z (10 months ago)
- Last Synced: 2025-03-22T11:31:14.570Z (10 months ago)
- Topics: black, isort, mypy, poetry, python
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!TIP]
> I recommend using my new repository template: [python-template-uv](https://github.com/barabum0/python-template-uv). It employs modern and more efficient tools — uv and ruff - instead of poetry and black.
# Template for my Python (non-packages) projects
Feel free to use!
### Before using, rename the project and docker image in following files
- [`pyproject.toml`](pyproject.toml)
- [`docker-compose.yml`](docker-compose.yml)
- [`.github/workflows/build-docker-image-release.yml`](.github/workflows/build-docker-image-release.yml)
- **and uncomment the `on` section in this file for it to work**