https://github.com/timadub/rapidframework
Python lib for creating framework projects using uv !
https://github.com/timadub/rapidframework
framework library python3
Last synced: 5 months ago
JSON representation
Python lib for creating framework projects using uv !
- Host: GitHub
- URL: https://github.com/timadub/rapidframework
- Owner: TimaDub
- License: mit
- Created: 2025-04-26T19:50:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-04-26T19:54:01.000Z (11 months ago)
- Last Synced: 2025-04-29T15:37:49.663Z (11 months ago)
- Topics: framework, library, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 RapidFramework
> **RapidFramework** is a Python library for quickly creating and setting up projects from templates.
## https://pypi.org/project/rapidframework-lib/1.1.1/
## Installation
```bash
pip install rapidframework-lib
```
## Quick Start
Create a new FastAPI project with a template:
```bash
rapidframework fastapi --name App --version 0.115.12 --example 1
```
## Features
- 📦 Create projects based on popular frameworks: **Flask**, **Django**, **FastAPI**, etc.
- 🎨 Support for custom templates via the `Template` class.
- 🚀 Built-in examples to get started quickly.
## Customization
Easily create your own templates and examples to match your specific needs!
The library includes basic examples to help you get started.
## Documentation
Full documentation is under development.
Stay tuned for updates!
---
_"Build your projects faster with RapidFramework!"_
## License
This project is licensed under the MIT License - see the LICENSE file for details.