Metadata-Version: 2.4
Name: rapidframework-lib
Version: 1.0.8.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgspec
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist

# 🚀 RapidFramework

> **RapidFramework** is a Python library for quickly creating and setting up projects from templates.

## https://pypi.org/project/rapidframework-lib/1.0.8.2/

## 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.
