An open API service indexing awesome lists of open source software.

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 !

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.