Metadata-Version: 2.4
Name: onql-client
Version: 0.1.0
Summary: ONQL Python client
Home-page: https://onql.org
Author: Paras Virk
Author-email: Paras Virk <team@autobit.co>
License: MIT
Project-URL: Homepage, https://onql.org
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# ONQL Python Client

This is the ONQL Python client package.

## Installation

```bash
pip install onql-client
```

## Usage

```python
from onqlclient import ... # your usage here
```
