Metadata-Version: 2.4
Name: csbo
Version: 1.0.0
Summary: A high-performance Python Backend Framework combining FastAPI speed with Django structural power.
Home-page: https://github.com/KhaledWaledpro/csbo
Author: Khaled Walid
Author-email: khalidwalidabdalnaseer22@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: starlette>=0.35.0
Requires-Dist: uvicorn>=0.25.0
Requires-Dist: pydantic>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CSBO Framework 🚀

**CSBO** is a high-performance, asynchronous Python backend framework designed to bring you the **blazing-fast speed of FastAPI** and the **structured power of Django**. 

Built on top of **Starlette** (for lightning-fast ASGI routing) and **Pydantic V2** (written in Rust for instant data validation), CSBO is crafted for developers who want robust features without sacrificing performance.

---

## ✨ Key Features

* ⚡ **FastAPI Speed:** Asynchronous by nature, utilizing Uvicorn and Starlette for maximum throughput.
* 📦 **Django-style CLI:** Generate your project structure instantly with a single command.
* 🛡️ **Automatic Data Validation:** Fully integrated with Pydantic V2 for automatic request body and query parameter validation.
* 🔌 **Developer Friendly:** Clean, intuitive decorators (`@app.get`, `@app.post`) that you already know and love.

---

## 🚀 Quick Start

### 1. Installation

You can install CSBO directly from PyPI:

```bash
pip install csbo
