Metadata-Version: 2.4
Name: fastapi-maker
Version: 0.0.1
Summary: A CLI tool to scaffold FastAPI projects and modules (work in progress).
Author-email: Daryll Lorenzo Alfonso <daryllla77@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/DaryllLorenzo/fastapi-maker
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: fastapi[standard]>=0.100.0
Requires-Dist: alembic>=1.10.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# fastapi-maker

> 🚧 **Work in Progress** – This is a placeholder release to reserve the package name.  
> Full CLI functionality (e.g., `fam init`, `fam create <module>`) coming soon!

A command-line tool to scaffold FastAPI applications with modules, DTOs, routes, models, and more.

## Installation (future)

```bash
pip install fastapi-maker
