Metadata-Version: 2.1
Name: flotilla-fastapi
Version: 0.1.0
Summary: FastAPI integration for Flotilla
Home-page: https://github.com/flotilla-dev/flotilla
License: Apache-2.0
Keywords: ai,agents,fastapi,workflow,runtime
Author: Geoff Schneider
Author-email: geoffschneider@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fastapi (==0.135.0)
Requires-Dist: flotilla-core (>=0.1.0,<0.2.0)
Requires-Dist: pydantic (==2.12.2)
Requires-Dist: starlette (>=0.49.1,<0.50.0)
Requires-Dist: uvicorn (==0.32.1)
Project-URL: Documentation, https://github.com/flotilla-dev/flotilla/tree/main/packages/flotilla_fastapi
Project-URL: Repository, https://github.com/flotilla-dev/flotilla
Description-Content-Type: text/markdown

# flotilla-fastapi

FastAPI integration for Flotilla.

This package binds Flotilla HTTP handlers into a FastAPI application while keeping transport concerns separate from Flotilla runtime execution.

## Install

```bash
pip install flotilla-fastapi
```

## Requires

`flotilla-fastapi` depends on `flotilla-core`.

## Status

Flotilla is pre-1.0. APIs may evolve before a stable release.

## License

Apache-2.0

