Metadata-Version: 2.1
Name: dapr-ext-fastapi
Version: 1.9.1
Summary: The official release of Dapr FastAPI extension.
Home-page: https://dapr.io/
Author: Dapr Authors
Author-email: daprweb@microsoft.com
License: Apache
Project-URL: Documentation, https://github.com/dapr/docs
Project-URL: Source, https://github.com/dapr/python-sdk
Platform: UNKNOWN
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: dapr (>=1.9.1)
Requires-Dist: uvicorn (>=0.11.6)
Requires-Dist: fastapi (>=0.60.1)

This is the FastAPI extension for Dapr.

Dapr is a portable, serverless, event-driven runtime that makes it easy for developers to
build resilient, stateless and stateful microservices that run on the cloud and edge and
embraces the diversity of languages and developer frameworks.

Dapr codifies the best practices for building microservice applications into open,
independent, building blocks that enable you to build portable applications with the language
and framework of your choice. Each building block is independent and you can use one, some,
or all of them in your application.


