Metadata-Version: 2.4
Name: hitesh-fastapi-starter
Version: 1.1.7
Summary: Generate a FastAPI starter project structure. This version solve many bugs and security 
Home-page: https://github.com/Hitesh26682/hitesh-fastapi-starter
Author: Hitesh Ladumor
Author-email: thingswhat88@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 hitesh-fastapi-starter

**A blazing-fast CLI tool to scaffold a clean, modular, and production-ready FastAPI project — in just one command.**

[![PyPI Version](https://badge.fury.io/py/hitesh-fastapi-starter.svg)](https://pypi.org/project/hitesh-fastapi-starter/)
[![Downloads](https://static.pepy.tech/badge/hitesh-fastapi-starter)](https://pepy.tech/project/hitesh-fastapi-starter)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

---

## 🔥 Why Use This Starter?

Setting up a FastAPI project can be messy when starting from scratch — repetitive setup, inconsistent folder structures, and missing boilerplate.

**`hitesh-fastapi-starter`** solves this by instantly generating:

- A scalable FastAPI project with a clean folder layout
- Pre-built routers, middleware, configs, and logging
- Modular design ready for teams or large-scale apps

---

## ✨ Features

- 🧱 **Predefined folder structure** for:
  - `user`, `account`, `common`, `shared`, `middleware`, `websocket`, `config`
- ⚙️ **`main.py` pre-wired** with:
  - CORS middleware
  - Logging
  - App inclusion
- 🚀 **Instant CLI Project Bootstrap**
- ✅ **Clean, readable, and production-friendly** code
- 🧪 Ready for versioning, testing, and CI/CD

---

## 📦 Installation

```bash
pip install hitesh-fastapi-starter
