Metadata-Version: 2.1
Name: fastapi_ccli
Version: 0.0.2
Summary: Tool to automatically clone existing fastapi repositories based on command line conditions
Home-page: https://github.com/wu-clan/fastapi_ccli
Author-Email: Wu Clan <jianhengwu0407@gmail.com>
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Project-URL: Homepage, https://github.com/wu-clan/fastapi_ccli
Project-URL: Repository, https://github.com/wu-clan/fastapi_ccli
Requires-Python: <4.0,>=3.7
Requires-Dist: typer[all]==0.9.0
Requires-Dist: requests>=2.31.0
Requires-Dist: questionary==1.10.0
Description-Content-Type: text/markdown

# FastAPI Project Clone CLI

> 此程序使用 [Typer](https://typer.tiangolo.com/) 创建

## 使用

pip 安装：

```shell
pip install fastapi-ccli
```

查看使用帮助

```shell
fastapi-ccli --help
```
