Metadata-Version: 2.1
Name: annadb
Version: 0.1.3
Summary: AnnaDB driver and shell
Author: Roman Right
Author-email: roman-right@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pyzmq (>=23.1.0,<24.0.0)
Requires-Dist: textual (>=0.1.18,<0.2.0)
Requires-Dist: tyson (>=0.1.5,<0.2.0)
Description-Content-Type: text/markdown

AnnaDB python driver

## Install

```shell
pip install annadb
```

## Connect

```python
from annadb import Connection

conn = Connection.from_connection_string("annadb://localhost:10001")
```

## Tutorial

Please, follow the official tutorial to meet all the features

<https://annadb.dev/tutorial/python/>
