Metadata-Version: 2.4
Name: etlantic-fastapi
Version: 0.35.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.36,>=0.35.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.34 authoring and service
contract. It is not the production control plane; that surface is a
[planned first-class program](https://etlantic.readthedocs.io/en/latest/11_DEVELOPMENT/MULTI_TENANT_CONTROL_PLANE_PLAN/)
with 0.40–0.43 incubation gates and a 0.44 graduation gate.

## Install

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

## Usage

```python
from etlantic_fastapi import create_reference_app

app = create_reference_app()
```

Use this adapter for local evaluation and integration examples, not as a
multi-tenant production control plane.

## Links

[Documentation](https://etlantic.readthedocs.io/) ·
[Source](https://github.com/eddiethedean/etlantic/tree/main/packages/etlantic-fastapi) ·
[Issues](https://github.com/eddiethedean/etlantic/issues)
