Metadata-Version: 2.4
Name: limon
Version: 0.1.0
Summary: 
License-File: LICENSE
Author: Andrey Doroschenko
Author-email: andrey.daraschenka@gmail.com
Requires-Python: >=3.10
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
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: opentelemetry-exporter-otlp-proto-http (==1.41.1)
Requires-Dist: opentelemetry-sdk (==1.41.1)
Requires-Dist: psutil (==7.2.2)
Description-Content-Type: text/markdown

# limon-sdk

The library provides integration with the limon service.

## Install

```shell
pip install limon
```

## Example

```python
import limon

limon.init("<your token>")
```

