|
20 | 20 |
|
21 | 21 | 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). |
22 | 22 |
|
23 | | -This project was inspired by the `SpringBoot initializer` & Python Django's `django-admin` cli operation. |
| 23 | +This project was inspired by the `SpringBoot initializer` & Python Django's `django-admin` CLI operation. |
24 | 24 |
|
25 | 25 | ## Key Features |
26 | 26 |
|
27 | 27 | - **⚡ Immediate FastAPI project creation** : Super-fast FastAPI workspace & project creation via CLI, inspired by `django-admin` feature of [Python Django](https://github.com/django/django) |
28 | | -- **🎨 Prettier CLI outputs** : Beautiful CLI experience powered by [rich library](https://github.com/Textualize/rich) |
29 | | -- **📋 Standards-based FastAPI project templates** : All FastAPI-fastkit templates are based on Python standards and FastAPI's common use patterns |
| 28 | +- **🎨 Prettier CLI output** : Beautiful CLI experience powered by [rich library](https://github.com/Textualize/rich) |
| 29 | +- **📋 Standards-based FastAPI project templates** : Templates follow Python standards and common FastAPI patterns. |
30 | 30 | - **🔍 Automated template quality assurance** : Weekly automated testing ensures all templates remain functional and up-to-date |
31 | 31 | - **🚀 Multiple project templates** : Choose from various pre-configured templates for different use cases (async CRUD, Docker, PostgreSQL, etc.) |
32 | 32 | - **📦 Multiple package manager support** : Choose your preferred Python package manager (pip, uv, pdm, poetry) for dependency management |
33 | 33 |
|
34 | 34 | ## Installation |
35 | 35 |
|
36 | | -Install `FastAPI-fastkit` at your Python environment. |
| 36 | +Install `FastAPI-fastkit` in your Python environment. |
37 | 37 |
|
38 | 38 | ```console |
39 | 39 | $ pip install FastAPI-fastkit |
@@ -147,7 +147,7 @@ For detailed contribution guidelines, development setup, and project standards, |
147 | 147 |
|
148 | 148 | FastAPI-fastkit aims to provide a fast and easy-to-use starter kit for new users of Python and FastAPI. |
149 | 149 |
|
150 | | -This idea was initiated with the aim of helping FastAPI newcomers learn from the beginning, which aligns with the production significance of the FastAPI-cli package added with the [FastAPI 0.111.0 version update](https://github.com/fastapi/fastapi/releases/tag/0.111.0). |
| 150 | +This idea was initiated with the aim of helping FastAPI newcomers learn from the beginning, which aligns with the production significance of the FastAPI CLI package added with the [FastAPI 0.111.0 version update](https://github.com/fastapi/fastapi/releases/tag/0.111.0). |
151 | 151 |
|
152 | 152 | As someone who has been using and loving FastAPI for a long time, I wanted to develop a project that could help fulfill [the wonderful motivation](https://github.com/fastapi/fastapi/pull/11522#issuecomment-2264639417) that FastAPI developer [tiangolo](https://github.com/tiangolo) has expressed. |
153 | 153 |
|
|
0 commit comments