Metadata-Version: 2.4
Name: obyflow-python
Version: 0.0.3
Summary: Obyflow Python SDK — canonical event emission and local storage for the Obyflow observability platform
Project-URL: Homepage, https://github.com/AnupamKumar-1/obyflow
Project-URL: Repository, https://github.com/AnupamKumar-1/obyflow
Project-URL: Issues, https://github.com/AnupamKumar-1/obyflow/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pydantic<3,>=2
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: fastapi>=0.110; extra == "dev"
Requires-Dist: starlette>=0.37; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"
Requires-Dist: httpx2; extra == "dev"
Requires-Dist: langchain-core>=0.2; extra == "dev"
Requires-Dist: numpy>=1.24; extra == "dev"
Requires-Dist: scikit-learn>=1.3; extra == "dev"
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == "langchain"
Provides-Extra: analysis
Requires-Dist: numpy>=1.24; extra == "analysis"
Requires-Dist: scikit-learn>=1.3; extra == "analysis"

# Obyflow Python SDK

Python SDK for the Obyflow observability platform.

Provides canonical event emission, local storage, instrumentation, anomaly analysis, and integrations for modern Python applications.

## Installation

    pip install obyflow-python

## Optional integrations

### LangChain

    pip install "obyflow-python[langchain]"

### Analysis

    pip install "obyflow-python[analysis]"

## License

MIT
