Metadata-Version: 2.1
Name: krec
Version: 0.3.1
Summary: Python bindings for K-Scale recordings
Home-page: https://github.com/kscalelabs/krec
Author: K-Scale Labs
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorlogging
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# krec

`krec` is a library for reading and writing K-Rec data.

## Installation

```bash
pip install krec
```

See the [docs](https://docs.kscale.dev/models/krec) for more information.
