Metadata-Version: 2.4
Name: hitesh-fastapi-starter
Version: 1.1.6
Summary: Generate a FastAPI starter project structure. This version solve many bugs and security 
Home-page: 
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: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# hitesh-fastapi-starter
 
**A CLI tool to instantly generate a modern and scalable FastAPI project structure.**

---

##  Features

- Generate a modular `FastAPI` project layout
- Pre-defined structure for:
  - `user` and `account` apps
  - `common`, `shared`, `websocket`, `middleware`, and `config` directories
  
- Pre-created `main.py` with:
  - CORS support
  - Logging integration
- Clean and production-ready code
- Just one CLI command to bootstrap everything

---

##  Installation

Install directly from [PyPI](https://pypi.org/project/hitesh-fastapi-starter):

## Usage
After installing the CLI tool, generate a new FastAPI project using: 
hitesh-fastapi-starter <your_project_name>

## description

This hitesh-fastapi-starter version fix bugs and security. 

```bash
pip install hitesh-fastapi-starter 

hitesh-fastapi-starter <project_name>

