Metadata-Version: 2.4
Name: easy_fastapi_cli
Version: 1.0.0
Summary: Easy FastAPI 脚手架 CLI：一键生成可选前端/数据库/ORM/迁移/认证/Redis 的 FastAPI 项目。
Project-URL: Homepage, https://github.com/one-ccs/easy_fastapi
Project-URL: Documentation, https://github.com/one-ccs/easy_fastapi/docs
Project-URL: Issues, https://github.com/one-ccs/easy_fastapi/issues
Author-email: one-ccs <one-ccs@foxmal.com>
License: MIT
Keywords: cli,fastapi,openapi,scaffold,sqlalchemy,sqlmodel,tortoise
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.10
Requires-Dist: easy-fastapi>=1.0.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: questionary>=2.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: tomli>=2.0.0; python_version < '3.11'
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn>=0.30.0
Description-Content-Type: text/markdown

# easy_fastapi_cli

Easy FastAPI 脚手架 CLI：一键生成可选前端/数据库/ORM/迁移/认证/Redis 的 FastAPI 项目。

## 安装

```bash
uv tool install easy-fastapi-cli
```

## 使用

```bash
efa create myapp
efa run
efa db init
efa gen
```
