Metadata-Version: 2.3
Name: zenbase
Version: 0.0.2
Summary: LLMs made Zen
Author-email: Cyrus Nouroozi <cyrus@zenbase.ai>
Requires-Python: >=3.10
Requires-Dist: anyio>=4.4.0
Requires-Dist: faker>=25.4.0
Requires-Dist: opentelemetry-api>=1.25.0
Requires-Dist: opentelemetry-sdk>=1.25.0
Requires-Dist: pksuid>=1.1.2
Requires-Dist: posthog>=3.5.0
Requires-Dist: pyee>=11.1.0
Requires-Dist: structlog>=24.2.0
Description-Content-Type: text/markdown

# zenbase-ai/lib/py

## Getting started

This repo uses Python 3.12 and [rye](https://rye.astral.sh/) to manage dependencies. Once you've gotten rye installed, you can install dependencies by running:

```bash
rye sync
```

And activate the virtualenv with:

```bash
. .venv/bin/activate
```

## Running tests

```bash
rye test # pytest -sv to see prints and verbose output
```
