Metadata-Version: 2.1
Name: moveread-core
Version: 0.1.5
Summary: Moveread core models and API
Author-email: Marcel Claramunt <marcel@moveread.com>
Project-URL: repo, https://github.com/moveread/python-core
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: kv-api
Requires-Dist: haskellian
Requires-Dist: lazy-loader
Requires-Dist: moveread-annotations
Provides-Extra: local
Requires-Dist: kv-fs ; extra == 'local'
Requires-Dist: kv-sqlite-sync ; extra == 'local'
Provides-Extra: ts-gen
Requires-Dist: quicktype-ts ; extra == 'ts-gen'

# Moveread Core

> Moveread core models and API

## Usage

```python
from moveread.core import CoreAPI

api = CoreAPI.at('/path/to/core')
```
