Skip to content

Commit 24e0b74

Browse files
committed
Real world examples
1 parent 03382e6 commit 24e0b74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Transform any Python idea into a production-ready project in minutes. This CookieCutter template provides everything you need to build, test, deploy, and maintain modern Python applications with industry best practices baked in.
66

7+
**Quick Links:** [Quick Start](#quick-start)[Core Features](#core-features-always-included)[Optional Integrations](#optional-integrations)[Project Examples](#project-examples)[Built With This Template](#built-with-this-template)
8+
79
## Why Choose This Template?
810

911
- **Modern Development Tools**: Get a fully configured environment with Ruff (formatting/linting), mypy (type checking), pytest (testing), and pre-commit hooks ready to use
@@ -219,6 +221,18 @@ See the template in action with complete example projects:
219221
- Bare minimum configuration with all optional features disabled
220222
- Perfect starting point for simple projects
221223

224+
## Built With This Template
225+
226+
Real-world projects using this template in production:
227+
228+
- **[tedivm/paracelsus](https://github.com/tedivm/paracelsus)** - Generates Entity Relationship Diagrams from SQLAlchemy models, creating beautiful visualizations in Mermaid or Graphviz format with automatic injection into documentation
229+
- **[tedivm/quasiqueue](https://github.com/tedivm/quasiqueue)** - Multiprocessing library that makes long-running parallel jobs easy, handling process management, queues, and cross-process communication automatically
230+
- **[tedivm/gitbrag](https://github.com/tedivm/gitbrag)** - CLI tool to generate lists of your open source contributions and pull requests across GitHub repositories
231+
- **[tedivm/qr_stencil_creator](https://github.com/tedivm/qr_stencil_creator)** - Web service for generating QR codes in SVG format optimized for creating stencils with laser cutters
232+
- **[tedivm/skysnoop](https://github.com/tedivm/skysnoop)** - Python SDK and CLI for querying real-time aircraft data from adsb.lol with async support and multiple backend options
233+
234+
Using this template for your project? Add it to this list with a pull request!
235+
222236
## Get Started Today
223237

224238
```bash

0 commit comments

Comments
 (0)