معرفی شرکت ها


fondat-core-3.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A foundation for asynchronous Python resource-oriented applications.
ویژگی مقدار
سیستم عامل -
نام فایل fondat-core-3.0.9
نام fondat-core
نسخه کتابخانه 3.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده fondat-core authors
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/fondat/fondat/
آدرس اینترنتی https://pypi.org/project/fondat-core/
مجوز MIT
# fondat-core [![PyPI](https://img.shields.io/pypi/v/fondat-core)](https://pypi.org/project/fondat-core/) [![Python](https://img.shields.io/pypi/pyversions/fondat-core)](https://python.org/) [![GitHub](https://img.shields.io/badge/github-main-blue.svg)](https://github.com/fondat/fondat-core/) [![Test](https://github.com/fondat/fondat-core/workflows/test/badge.svg)](https://github.com/fondat/fondat-core/actions?query=workflow/test) [![License](https://img.shields.io/github/license/fondat/fondat-core.svg)](https://github.com/fondat/fondat-core/blob/main/LICENSE) [![Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/psf/black) A foundation for Python resource-oriented applications. ## Introduction Fondat is a foundation for building resource-oriented applications in Python. By composing your application as a set of resources that expose operations, they can be automatically exposed through an HTTP API. ## Features * Asynchronous uniform resource interface. * Resource operations can be exposed through HTTP API. * Type encoding and validation of resource operation parameters and return values. * Authorization to resource operations enforced through security policies. * Abstraction of SQL tables, indexes and queries. * Monitoring of resource operations and elapsed time in time series databases. * Generates [OpenAPI](https://www.openapis.org/) documents, compatible with [Swagger UI](https://swagger.io/tools/swagger-ui/). ## Install ``` pip install fondat-core ``` ## Develop ``` poetry install poetry run pre-commit install ``` ## Test ``` poetry run pytest ```


نیازمندی

مقدار نام
>=0.16,<0.17 aiosqlite
>=0.1,<0.2 iso8601
>=5.2,<6.0 multidict
>=1.13,<2.0 wrapt


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

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


نحوه نصب


نصب پکیج whl fondat-core-3.0.9:

    pip install fondat-core-3.0.9.whl


نصب پکیج tar.gz fondat-core-3.0.9:

    pip install fondat-core-3.0.9.tar.gz