{"id":30035171,"url":"https://github.com/vldmrdev/awesome-python-project-templates","last_synced_at":"2025-08-07T01:02:46.639Z","repository":{"id":306696418,"uuid":"1026431069","full_name":"vldmrdev/awesome-python-project-templates","owner":"vldmrdev","description":"A list of awesome Python project templates","archived":false,"fork":false,"pushed_at":"2025-08-05T05:51:57.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T07:29:13.216Z","etag":null,"topics":["awesome","awesome-list","python","template","templates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vldmrdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T22:03:06.000Z","updated_at":"2025-08-05T05:52:00.000Z","dependencies_parsed_at":"2025-07-27T05:20:28.837Z","dependency_job_id":"a90435c3-3f87-4234-aa32-16dbf934a41c","html_url":"https://github.com/vldmrdev/awesome-python-project-templates","commit_stats":null,"previous_names":["vldmrdev/awesome-python-project-templates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vldmrdev/awesome-python-project-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrdev%2Fawesome-python-project-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrdev%2Fawesome-python-project-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrdev%2Fawesome-python-project-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrdev%2Fawesome-python-project-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vldmrdev","download_url":"https://codeload.github.com/vldmrdev/awesome-python-project-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vldmrdev%2Fawesome-python-project-templates/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269181055,"owners_count":24373853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","python","template","templates"],"created_at":"2025-08-07T01:01:30.257Z","updated_at":"2025-08-07T01:02:46.588Z","avatar_url":"https://github.com/vldmrdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Awesome Python Project Templates [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nA collection of ready-to-use for local development opensource templates for quickly starting Python projects.  \nPerfect for beginners and teams who want to kickstart development with clean structure and best practices.\n\n### Table of Content\n\n- [FastAPI templates](#fastapi)\n- [FastStream templates](#faststream)\n- [Django templates](#django)\n- [PyPi package templates](#pypi)\n- [CLI tools templates](#cli)\n- [Contributing](#contributing)\n\n---\n:cookie: - [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/README.html) based template\n\n## FastAPI\n\n*[FastAPI](https://github.com/fastapi/fastapi) is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type\nhints*\n\n- :cookie: [Official Full Stack FastAPI template](https://github.com/tiangolo/full-stack-fastapi-postgresql) - FastAPI, PostgreSQL, React,\n  Docker Compose, Pytest, Traefik, CI/CD.\n- [FastAPI LangGraph Agent template](https://github.com/wassim249/fastapi-langgraph-agent-production-ready-template) - FastAPI,\n  LangGraph, Langfuse, Docker and Docker Compose, PostgreSQL, Prometheus and Grafana, etc.\n\n## FastStream\n*[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.*\n- :cookie: [Official FastStream template](https://github.com/ag2ai/cookiecutter-faststream) - FastStream, Pytest, linters, GitHub Actions, AsyncAPI Documentation, Docker \n\n## Haystack\n*[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,\nvector search and more*\n\n- [Haystack Apps with Streamlit template](https://github.com/deepset-ai/haystack-streamlit-app?tab=readme-ov-file#installation-and-running) -\n  Haystack, Streamlit, lmnt, RAG\n\n## Django\n\n*[Django](https://github.com/django/django) is a high-level Python web framework that encourages rapid development and clean, pragmatic design*\n\n- :cookie: [Django project template](https://github.com/cookiecutter/cookiecutter-django) - Django 5.1, Twitter Bootstrap v5,\n  django-allauth, 100% starting test coverage, etc.\n- :cookie: [Django-plugin template](https://github.com/simonw/django-plugin) - for creating new DJP Django Plugins\n\n## PyPi\n\n*[PyPi](https://pypi.org/) or Python Package Index is the official third-party software repository for Python*\n\n- [PyPi template tool template](https://github.com/christophevg/pypi-template) - pypi-template tool\n- [PyScaffold template generator template](https://github.com/pyscaffold/pyscaffold) - super configurable project generator tool\n- :cookie: [Python library template](https://github.com/simonw/python-lib) - PyPI project template tool with GitHub Flow features\n\n## CLI\n\n*Command-line interface tool templates*\n\n- :cookie: [CLI template](https://github.com/simonw/click-app) - Click based CLI tool template\n\n## Contributing\n\nYour contributions are always welcome! Please take a look at the [contribution guidelines](CONTRIBUTING.md) first.\n\n### TODO:\n  - [ ] Add Litestar templates\n  - [x] Add FastStream templates\n  - [ ] Add FastUI templates\n  - [ ] Add Gradio templates\n  - [ ] Add Flask templates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldmrdev%2Fawesome-python-project-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvldmrdev%2Fawesome-python-project-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvldmrdev%2Fawesome-python-project-templates/lists"}