Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 23 Python Cookiecutter Projects
-
cookiecutter
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
Why not use cookiecutter or a similar tool designed for making these sorts of project templates?
-
full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
I opened an Anaconda cmd window and ran `cookiecutter https://github.com/drivendata/cookiecutter-data-science ` . I answered all prompted questions. After searching for a while I found where the project folder was created. However, how do I get this on GitHub? The only thing I can figure out is to create a brand new repo on GitHub with the exact same name, open it in GitHub desktop, click "show in explorer", and then drag and drop all files from the Cookiecutter folder into the GitHub Desktop folder. However to me this does not sound like the intended way to create a new project and put it on GitHub.
-
cookiecutter-flask
A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
This can help you
-
fastapi-react
🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker
-
Project mention: copier VS cruft - a user suggested alternative | libhunt.com/r/copier-org/copier | 2023-05-05
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Python Packages Project Generator
🚀 Your next Python package needs a bleeding-edge project structure.
-
cruft
Allows you to maintain all the necessary cruft for packaging and building projects separate from the code you intentionally write. Built on-top of, and fully compatible with, CookieCutter.
Project mention: copier VS cruft - a user suggested alternative | libhunt.com/r/copier-org/copier | 2023-05-05 -
I found myself rebuilding a lot of basic stuff such as sign up, login, async database functionality and unit tests every time I wanted to quickly POC something. Now I like to keep things simple and customisable when starting and thus usually don't opt for using one of the already existing templates (such as this great generator: https://github.com/s3rius/FastAPI-template) since I feel I spend more time cutting stuff out I don't need.
-
cookiecutter-flask-restful
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
-
-
cookiecutter-django-vue-graphql-aws
A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.
-
Wagtail-Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
-
cookiecutter-poetry
A modern cookiecutter template for Python projects that use Poetry for dependency management
Project mention: Here are 5 Python project starter templates after digging through 100s of them that I think are spot o | /r/Python | 2022-06-29 -
Project mention: Making an alternative to CookieCutter: Meet Fabricius, a fully-typed, complete, & awesome project template builder | /r/Python | 2023-05-06
How do you test the templates? For cookiecutter you have pytest plugin (and it's still far from perfect), do you intend on providing something alike for your project? What I'm getting to is automated testing on multitute of inputs in CI/CD evn. I can see
-
cookietemple
A collection of best practice cookiecutter templates for all domains and languages with extensive Github support ⛺
For structure, project setup and getting an idea of how to "style" a project by following best practices, you could take a look at https://github.com/cookiejar/cookietemple. (Disclaimer: I'm one of its authors).
-
cookiecutter-vue-django
Vue + Django with no compromises. Django Templates and Vue SFCs in harmony without sacrificing the full power of either.
-
full-stack-fastapi-postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Nuxt3, Docker, automatic HTTPS and more. (by whythawk)
On the other end, I integrated TOTP into the auth workflow for a full stack FastAPI base project generator (https://github.com/whythawk/full-stack-fastapi-postgresql).
TOTP is great, but developers need to start adding it to their apps by default.
-
cookiecutter-fastapi-backend
:cookie: Cookiecutter template to build and deploy fastapi backends..batteries included
Cookiecutter base project
-
-
fuzzy-couscous
A cli tool to bootstrap your django projects and enhance your development experience.
-
Project mention: Is there a rookie guide on how to set up a C++ project with testing? | /r/cpp | 2022-09-21
This will get you setup quite quickly with almost everything (cmake, testing, ci, python bindings, doxygen, among other things) and no much thinking: https://github.com/ssciwr/cookiecutter-cpp-project
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Cookiecutter related posts
- Fastapi minimal starter template
- Is there an easy approach of deploying Celery?
- Making an alternative to CookieCutter: Meet Fabricius, a fully-typed, complete, & awesome project template builder
-
copier VS cruft - a user suggested alternative
2 projects | 5 May 2023
- Are there any working examples I can download?
- New tool: Souce code generator from a given template
- ChatGPT knows about xonsh
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Jun 2023
Index
What are some of the best open-source Cookiecutter projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | cookiecutter | 19,665 |
2 | full-stack-fastapi-postgresql | 12,050 |
3 | cookiecutter-django | 10,547 |
4 | cookiecutter-data-science | 6,733 |
5 | cookiecutter-flask | 4,353 |
6 | fastapi-react | 1,642 |
7 | copier | 1,066 |
8 | Python Packages Project Generator | 969 |
9 | cruft | 882 |
10 | FastAPI-template | 846 |
11 | cookiecutter-flask-restful | 737 |
12 | nn-template | 560 |
13 | cookiecutter-django-vue-graphql-aws | 266 |
14 | Wagtail-Pipit | 191 |
15 | cookiecutter-poetry | 177 |
16 | pytest-cookies | 153 |
17 | cookietemple | 139 |
18 | cookiecutter-vue-django | 124 |
19 | full-stack-fastapi-postgresql | 109 |
20 | cookiecutter-fastapi-backend | 60 |
21 | cookiecutter-django-wagtail | 57 |
22 | fuzzy-couscous | 49 |
23 | cookiecutter-cpp-project | 35 |