Metadata-Version: 2.4
Name: utstd
Version: 0.1.6
Summary: Add your description here
Requires-Python: >=3.9.13
Requires-Dist: altair==5.5.0
Requires-Dist: ipython>=7.34.0
Requires-Dist: pandas==2.2.2
Requires-Dist: scikit-learn==1.6.1
Description-Content-Type: text/markdown

# utstd

```sh
uv lock
```

```sh
uv sync
```

```sh
uv build
```

```sh
uv run --with utstd --no-project -- python -c "import utstd; print(utstd.__version__)"
```
