Metadata-Version: 2.4
Name: fastapi-correlation
Version: 0.0.1
Summary: Correlation ID middleware and structured logging for FastAPI — zero project-specific dependencies
Project-URL: Homepage, https://github.com/acikabubo/fastapi-correlation
Project-URL: Repository, https://github.com/acikabubo/fastapi-correlation
Project-URL: Issues, https://github.com/acikabubo/fastapi-correlation/issues
Author-email: Aleksandar Krsteski <acikabubo@gmail.com>
License: MIT
Keywords: correlation-id,fastapi,logging,middleware,starlette,tracing
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: FastAPI
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# fastapi-correlation

> **Name reserved — active development coming soon.**

Correlation ID middleware and structured logging for FastAPI.

## Planned Features

- `CorrelationMiddleware` — injects a unique `X-Correlation-ID` header per request (generates one if absent)
- `get_correlation_id()` — context-var accessor usable anywhere in the request lifecycle
- Structured logging integration — automatically attaches `correlation_id` to every log record
- WebSocket support — propagates correlation ID through WebSocket connections
- Zero project-specific dependencies (only Starlette/FastAPI)

## Status

This package is a name reservation. Implementation will follow.

Follow progress at: https://github.com/acikabubo/fastapi-correlation

## License

MIT
