Metadata-Version: 2.4
Name: weflayr
Version: 0.22.0
Summary: Drop-in instrumented wrappers for AI clients with zero-overhead telemetry
Project-URL: Homepage, https://weflayr.com
Project-URL: Documentation, https://weflayr.com/docs
Project-URL: Repository, https://github.com/weflayr/weflayr
Project-URL: Bug Tracker, https://github.com/weflayr/weflayr/issues
Author-email: Weflayr <contact@weflayr.com>
License: Elastic-2.0
License-File: LICENSE
Keywords: ai,instrumentation,llm,mistral,observability,openai,telemetry,tracing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: backoff>=2.2
Requires-Dist: opentelemetry-api>=1.27.0
Requires-Dist: opentelemetry-exporter-otlp-proto-common>=1.27.0
Requires-Dist: opentelemetry-sdk>=1.27.0
Requires-Dist: protobuf>=4.0
Requires-Dist: requests>=2.28
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Provides-Extra: docs
Requires-Dist: pdoc; extra == 'docs'
Provides-Extra: elevenlabs
Requires-Dist: elevenlabs>=2.0; extra == 'elevenlabs'
Description-Content-Type: text/markdown

# Weflayr Python SDK

Observability for Python — instrument any LLM client or function with one line.

## Install

```bash
pip install weflayr
```

## Documentation

Full documentation, examples, and configuration reference: **[docs.weflayr.com](https://docs.weflayr.com)**
