Metadata-Version: 2.4
Name: dapr-ext-fastapi
Version: 1.18.0rc0
Summary: Dapr FastAPI Extension for the Dapr Python SDK.
Project-URL: Documentation, https://github.com/dapr/docs
Project-URL: Source, https://github.com/dapr/python-sdk
Author-email: Dapr Authors <dapr@dapr.io>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: dapr
Requires-Dist: fastapi<1.0.0,>=0.60.1
Requires-Dist: uvicorn<1.0.0,>=0.11.6
Description-Content-Type: text/x-rst

dapr-ext-fastapi extension
==========================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/dapr-ext-fastapi.svg
   :target: https://pypi.org/project/dapr-ext-fastapi/

This FastAPI extension is used for FastAPI http server.

Installation
------------

::

    pip install dapr-ext-fastapi

References
----------

* `Dapr <https://github.com/dapr/dapr>`_
* `Dapr Python-SDK <https://github.com/dapr/python-sdk>`_
