Metadata-Version: 2.1
Name: FastAPI-fastkit
Version: 0.1.0
Summary: Fast, easy-to-use starter kit for new users of Python and FastAPI
Author-Email: bnbong <bbbong9@gmail.com>
License: MIT
Requires-Python: >=3.12
Requires-Dist: click>=8.1.7
Requires-Dist: rich>=13.9.2
Requires-Dist: fastapi-cli>=0.0.5
Provides-Extra: dev
Requires-Dist: pytest>=8.3.3; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Requires-Dist: black>=24.10.0; extra == "dev"
Requires-Dist: pre-commit>=4.0.1; extra == "dev"
Requires-Dist: mypy>=1.12.0; extra == "dev"
Requires-Dist: isort>=5.13.2; extra == "dev"
Description-Content-Type: text/markdown

<p align="center">
    <img align="top" width="70%" src=".github/FastAPI-fastkit_logo/fastkit_general_logo.png" alt="FastAPI-fastkit"/>
</p>
<p align="center">
<em><b>FastAPI-fastkit</b>: Fast, easy-to-use starter kit for new users of Python and FastAPI</em>
</p>
<p align="center">
<a href="https://pypi.org/project/fastapi-fastkit" target="_blank">
    <img src="https://img.shields.io/pypi/v/fastapi-fastkit" alt="PyPI - Version">
</a>
<a href="https://img.shields.io/github/v/release/bnbong/FastAPI-fastkit" target="_blank">
    <img src="https://img.shields.io/github/v/release/bnbong/FastAPI-fastkit" alt="GitHub Release">
</a>
</p>

---

This project was created to speed up the configuration of the development environment needed to develop Python-based web apps for new users of Python and [FastAPI](https://github.com/fastapi/fastapi).

This project was inspired by the `SpringBoot initializer` of the JAVA ecosystem & Python Django's `django-admin` cli operation.

---

(other content will be updated later)

---
@author bnbong bbbong9@gmail.com
