Metadata-Version: 2.4
Name: etlantic-fastapi
Version: 0.25.0
Summary: Thin FastAPI reference adapter for ETLantic 0.25 authoring/service contracts.
Project-URL: Homepage, https://github.com/eddiethedean/etlantic
Project-URL: Documentation, https://etlantic.readthedocs.io/
Project-URL: Repository, https://github.com/eddiethedean/etlantic
Project-URL: Issues, https://github.com/eddiethedean/etlantic/issues
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: etlantic<0.26,>=0.25.0
Requires-Dist: fastapi<1,>=0.115
Requires-Dist: pydantic<3,>=2.12
Provides-Extra: test
Requires-Dist: httpx<1,>=0.27; extra == 'test'
Description-Content-Type: text/markdown

# etlantic-fastapi

Thin FastAPI reference adapter for the ETLantic 0.25 authoring and service
contract. Not a production control plane (see 1.1 FastAPI Integration Plan).

```bash
pip install etlantic-fastapi
```

```python
from etlantic_fastapi import create_reference_app

app = create_reference_app()
```
