Metadata-Version: |
2.1 |
Name: |
fastapi-cli |
Version: |
0.0.7 |
Summary: |
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀 |
Author-Email: |
=?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/fastapi/fastapi-cli |
Project-Url: |
Documentation, https://fastapi.tiangolo.com/fastapi-cli/ |
Project-Url: |
Repository, https://github.com/fastapi/fastapi-cli |
Project-Url: |
Issues, https://github.com/fastapi/fastapi-cli/issues |
Project-Url: |
Changelog, https://github.com/fastapi/fastapi-cli/blob/main/release-notes.md |
License: |
MIT |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Framework :: FastAPI |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
License :: OSI Approved :: MIT License |
Requires-Python: |
>=3.8 |
Requires-Dist: |
typer (>=0.12.3) |
Requires-Dist: |
uvicorn[standard] (>=0.15.0) |
Requires-Dist: |
rich-toolkit (>=0.11.1) |
Requires-Dist: |
uvicorn[standard] (>=0.15.0); extra == "standard" |
Provides-Extra: |
standard |
Description-Content-Type: |
text/markdown |