Metadata-Version: 2.1
Name: loozr-sdk
Version: 1.0.0
Home-page: https://github.com/Loozr-Protocol/loozr-near-py
Author: Loozr Inc
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Loozr SDK

[![Test and build package](https://github.com/Loozr-Protocol/loozr-protocol-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/Loozr-Protocol/loozr-protocol-sdk/actions/workflows/ci.yml)

## Running tests

To run tests, follow the instructions below. You need at least Python 3.7+

First clone the repository:

```sh
git clone https://github.com/Loozr-Protocol/loozr-protocol-sdk.git
```

To run tests, and linters

```sh
tox
```

😇😇😇😇
