Metadata-Version: 2.4
Name: hyperunison_public_api_sdk
Version: 2.3.5
Summary: Python SDK to use public API of Unison
Author-email: Konstantin Naumov <konstantin@hyperunison.com>
Project-URL: Homepage, https://github.com/Hyperunison/unison-sdk-python
Project-URL: Issues, https://github.com/Hyperunison/unison-sdk-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Hyperunison Python SDK

You can use this SDK to execute UQL queries via Public API.

## Installation
If you need to install this SDK, you should add the line
```shell
hyperunison-public-api-sdk===2.3.5
```
to the file **requirements.txt**.

Or you can run the command
```shell
pip install hyperunison-public-api-sdk
```
in CLI.

## API keys

You will need to create API key to use the Public API. You can do it in Web interface of the site.

## The example of using

You can see all examples of using of this SDK here:
<a href="https://github.com/Hyperunison/unison-sdk-python/tree/master/examples">https://github.com/Hyperunison/unison-sdk-python/tree/master/examples</a>.
