This repository provides a collection of Python application templates designed to accelerate development using Google's Firebase Studio. It also serves as a showcase for the AI-led development methodology used to build it.
To provide a comprehensive set of high-quality, production-ready Python starter templates that integrate seamlessly with Firebase Studio, enabling developers to quickly bootstrap new Python applications with best practices in mind.
Currently, the following template is available:
- Python Quick Script
- Description: A minimal starter template for a Python script, including a basic main function structure.
- Location:
./python-quick-script/
(More templates for different Python applications like FastAPI, Flask, or Data Science will be added over time!)
This repository is built on a powerful but simple automation framework called "The Factory," designed to make development and contribution easy and consistent. All common tasks—from testing to creating pull requests—are handled by a single, user-friendly command menu.
To see all available commands, simply run the following from your terminal:
taskThis provides a consistent, high-level interface for all development workflows.
Contributions are highly welcome! Whether it's proposing a new template, improving an existing one, or enhancing the documentation, your help is appreciated.
Please read our Contributing Guidelines for more details on how to get started.
This project and its templates are licensed under the MIT License. See the LICENSE file for details.