https://github.com/vldmrdev/awesome-python-project-templates
A list of awesome Python project templates
https://github.com/vldmrdev/awesome-python-project-templates
List: awesome-python-project-templates
awesome awesome-list python template templates
Last synced: 10 months ago
JSON representation
A list of awesome Python project templates
- Host: GitHub
- URL: https://github.com/vldmrdev/awesome-python-project-templates
- Owner: vldmrdev
- License: other
- Created: 2025-07-25T22:03:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T05:51:57.000Z (10 months ago)
- Last Synced: 2025-08-05T07:29:13.216Z (10 months ago)
- Topics: awesome, awesome-list, python, template, templates
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Awesome Python Project Templates [](https://github.com/sindresorhus/awesome)
A collection of ready-to-use for local development opensource templates for quickly starting Python projects.
Perfect for beginners and teams who want to kickstart development with clean structure and best practices.
### Table of Content
- [FastAPI templates](#fastapi)
- [FastStream templates](#faststream)
- [Django templates](#django)
- [PyPi package templates](#pypi)
- [CLI tools templates](#cli)
- [Contributing](#contributing)
---
:cookie: - [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) based template
## FastAPI
*[FastAPI](https://github.com/fastapi/fastapi) is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type
hints*
- :cookie: [Official Full Stack FastAPI template](https://github.com/tiangolo/full-stack-fastapi-postgresql) - FastAPI, PostgreSQL, React,
Docker Compose, Pytest, Traefik, CI/CD.
- [FastAPI LangGraph Agent template](https://github.com/wassim249/fastapi-langgraph-agent-production-ready-template) - FastAPI,
LangGraph, Langfuse, Docker and Docker Compose, PostgreSQL, Prometheus and Grafana, etc.
## FastStream
*[FastStream](https://github.com/ag2ai/faststream) simplifies the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically.*
- :cookie: [Official FastStream template](https://github.com/ag2ai/cookiecutter-faststream) - FastStream, Pytest, linters, GitHub Actions, AsyncAPI Documentation, Docker
## Haystack
*[Haystack](https://github.com/deepset-ai/haystack) is an end-to-end LLM framework that allows you to build applications powered by LLMs, Transformer models,
vector search and more*
- [Haystack Apps with Streamlit template](https://github.com/deepset-ai/haystack-streamlit-app?tab=readme-ov-file#installation-and-running) -
Haystack, Streamlit, lmnt, RAG
## Django
*[Django](https://github.com/django/django) is a high-level Python web framework that encourages rapid development and clean, pragmatic design*
- :cookie: [Django project template](https://github.com/cookiecutter/cookiecutter-django) - Django 5.1, Twitter Bootstrap v5,
django-allauth, 100% starting test coverage, etc.
- :cookie: [Django-plugin template](https://github.com/simonw/django-plugin) - for creating new DJP Django Plugins
## PyPi
*[PyPi](https://pypi.org/) or Python Package Index is the official third-party software repository for Python*
- [PyPi template tool template](https://github.com/christophevg/pypi-template) - pypi-template tool
- [PyScaffold template generator template](https://github.com/pyscaffold/pyscaffold) - super configurable project generator tool
- :cookie: [Python library template](https://github.com/simonw/python-lib) - PyPI project template tool with GitHub Flow features
## CLI
*Command-line interface tool templates*
- :cookie: [CLI template](https://github.com/simonw/click-app) - Click based CLI tool template
## Contributing
Your contributions are always welcome! Please take a look at the [contribution guidelines](CONTRIBUTING.md) first.
### TODO:
- [ ] Add Litestar templates
- [x] Add FastStream templates
- [ ] Add FastUI templates
- [ ] Add Gradio templates
- [ ] Add Flask templates