Metadata-Version: 2.1
Name: convexus
Version: 1.1.16
Summary: Convexus SDK for Python is useful for building applications on top of Convexus
Home-page: https://github.com/Convexus-Protocol/convexus-sdk-py
Author: Convexus
Author-email: convexus.protocol@gmail.com
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
Provides-Extra: tests
License-File: LICENSE

<p align="center">
  <img 
    src="https://i.imgur.com/qqIPMGE.png" 
    alt="Convexus logo">
</p>

[![unittest and publish to pypi](https://github.com/Convexus-Protocol/convexus-sdk-py/actions/workflows/convexus-unittest-and-publish.yml/badge.svg?branch=master)](https://github.com/Convexus-Protocol/convexus-sdk-py/actions/workflows/convexus-unittest-and-publish.yml)
[![PyPI - latest](https://img.shields.io/pypi/v/convexus?label=latest&logo=pypi)](https://pypi.org/project/convexus)
[![PyPI - Python](https://img.shields.io/pypi/pyversions/convexus?logo=pypi)](https://pypi.org/project/convexus)

# Convexus SDK for Python

Convexus SDK for Python is useful for building applications on top of Convexus

## Requirements

- Python 3.10 or later.

## Installation

Setup a virtual environment first, and install the Python SDK.

```shell
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install convexus
```

## Using the SDK

Please refer to the SDK documentation located [here](https://dev.convexus.net/convexus-sdk/index).
