معرفی شرکت ها


cookiecutter-fastapi-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Cookiecutter for fastapi projects
ویژگی مقدار
سیستم عامل -
نام فایل cookiecutter-fastapi-0.1.3
نام cookiecutter-fastapi
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Tobi-De
ایمیل نویسنده tobidegnon@proton.me
آدرس صفحه اصلی https://cookiecutter-fastapi.readthedocs.io/en/latest/
آدرس اینترنتی https://pypi.org/project/cookiecutter-fastapi/
مجوز MIT
# Cookiecutter Fastapi [![PyPI](https://img.shields.io/pypi/v/cookiecutter-fastapi.svg)][pypi_] [![Status](https://img.shields.io/pypi/status/cookiecutter-fastapi.svg)][status] [![Read the documentation at https://cookiecutter-fastapi.readthedocs.io/](https://img.shields.io/readthedocs/cookiecutter-fastapi/latest.svg?label=Read%20the%20Docs)][read the docs] [![python](https://img.shields.io/pypi/pyversions/cookiecutter-fastapi)](https://github.com/Tobi-De/cookiecutter-fastapi) [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/Tobi-De/cookiecutter-fastapi/blob/main/LICENSE) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [read the docs]: https://cookiecutter-fastapi.readthedocs.io/ [pypi_]: https://pypi.org/project/fastapi-paginator/ [status]: https://pypi.org/project/fastapi-paginator/ A [Cookiecutter](https://github.com/audreyr/cookiecutter) template for [fastapi](https://fastapi.tiangolo.com) projects, inspired by [cookiecutter-django](https://github.com/cookiecutter/cookiecutter-django). ✨📚✨ [Read the full documentation][read the docs] ## Features - [fastapi-users](https://github.com/fastapi-users/fastapi-users) for users authentication and management - [Pydantic](https://pydantic-docs.helpmanual.io/) for settings management - Include a cli tool built with [typer](https://github.com/tiangolo/typer) to simplify project management - [Pre-commit](https://pre-commit.com/) integration included by default - [Tortoise-orm](https://tortoise.github.io/) and [aerich](https://github.com/tortoise/aerich) database setup by default but switchable - Limit-offset pagination helpers included - Sending emails using [aiosmtplib](https://aiosmtplib.readthedocs.io/en/stable/client.html) or [Amazon SES](https://aws.amazon.com/fr/ses/) - Optional integration with [sentry](https://docs.sentry.io/platforms/python/) for error logging - Production [Dockerfile](https://www.docker.com/) included - Integration with [arq](https://github.com/samuelcolvin/arq) for background tasks - Optional setup of HTML templates rendering using [jinja2](https://jinja.palletsprojects.com/en/3.1.x/) - [Procfile](https://devcenter.heroku.com/articles/procfile) for deploying to heroku - Implement the [Health Check API patterns](https://microservices.io/patterns/observability/health-check-api.html) on your fastapi application ### ORM/ODM options - [Tortoise ORM](https://tortoise.github.io/) - [Beanie](https://github.com/roman-right/beanie) ## Usage Install the cookiecutter package: ```shell pip install cookiecutter black isort ``` **Note**: `Black` and `isort` are used to format your project right after it has been generated. Now run it against this repo: ```shell cookiecutter https://github.com/Tobi-De/cookiecutter-fastapi ``` You'll be prompted for some values. Provide them, then a fastapi project will be created for you. ## Contributing Contributions are very welcome. To learn more, see the [Contributor Guide]. ## License Distributed under the terms of the [MIT license][license], _Cookiecutter Fastapi_ is free and open source software. ## Issues If you encounter any problems, please [file an issue] along with a detailed description. [file an issue]: https://github.com/tobi-de/cookiecutter-fastapi/issues <!-- github-only --> [license]: https://github.com/tobi-de/cookiecutter-fastapi/blob/main/LICENSE [contributor guide]: https://github.com/tobi-de/cookiecutter-fastapi/blob/main/CONTRIBUTING.md


نیازمندی

مقدار نام
>=2.1.1,<3.0.0 cookiecutter
>=0.6.1,<0.7.0 pytest-cookies
>=7.2.0,<8.0.0 pytest
>=2022.12.7,<2023.0.0 furo


زبان مورد نیاز

مقدار نام
>=3.9,<4.0 Python


نحوه نصب


نصب پکیج whl cookiecutter-fastapi-0.1.3:

    pip install cookiecutter-fastapi-0.1.3.whl


نصب پکیج tar.gz cookiecutter-fastapi-0.1.3:

    pip install cookiecutter-fastapi-0.1.3.tar.gz