Metadata-Version: 2.1
Name: lunary
Version: 1.2.3
Summary: Observability, analytics and evaluations for AI agents and chatbots.
Home-page: https://github.com/lunary-ai/lunary-py
Keywords: Lunary,lunary.ai,Langchain,AI,Analytics,Monitoring
Author: lunary
Author-email: hello@lunary.ai
Requires-Python: >=3.10.0,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
Requires-Dist: chevron (>=0.14.0,<0.15.0)
Requires-Dist: jsonpickle (>=3.0.4,<4.0.0)
Requires-Dist: packaging (>=23.2,<24.0)
Requires-Dist: pyhumps (>=3.8.0,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: setuptools (>=72.1.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Project-URL: Documentation, https://lunary.ai/docs/py
Project-URL: Repository, https://github.com/lunary-ai/lunary-py
Description-Content-Type: text/markdown

<div align="center">

<img src="https://lunary.ai/logo.png" style='border-radius: 12px;' width="50"/> 
<h1>Lunary Python SDK</h1>

**📈 Python monitoring for AI apps and agent**

[website](https://lunary.ai) - [docs](https://lunary.ai/docs/py/) - ![PyPI - Version](https://img.shields.io/pypi/v/lunary)

---

</div>

Use it with any LLM model and custom agents (not limited to OpenAI).

To get started, get a project ID by registering [here](https://lunary.ai).

## 🛠️ Installation

```bash
pip install lunary
```

## 📖 Documentation

Full docs are available [here](https://lunary.ai/docs/py).

