Metadata-Version: 2.0
Name: verity-sdk
Version: 0.5.0
Summary: The official Python SDK for Evernym's Verity
Home-page: https://github.com/evernym/verity-sdk
Author: Evernym, Inc.
Author-email: dev@evernym.com
License: Apache-2.0
Platform: UNKNOWN
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: base58 (~=2.1.0)
Requires-Dist: requests (~=2.25.1)
Requires-Dist: vdr-tools (~=0.0.5)

# Verity SDK

This is the official Python SDK for Evernym's Verity application. 

This procedure shows you how to set up your Python development environment to use the Verity SDK. 

## Prerequisites
Install the following items:
* `libvdrtools` -- Install a stable version. Follow the instructions on the 
[vdr-tools gitlab page](https://gitlab.com/evernym/verity/vdr-tools/).

## Get Latest Python Verity SDK
See [pypi project](https://pypi.org/project/verity-sdk/) page to find the latest release. 

Install verity-sdk via pip:
```sh
pip install verity-sdk
```

## Documentation
**API Documentation**:
* [0.4.0](https://developer.evernym.com/doc/python/0.4.0/index.html)

## Develop the Python Verity SDK

### Development Prerequisites
* `Python3` -- Follow the instructions on the [Python3 website](https://www.python.org/downloads/)

### Pip Install
Install dependencies:
```sh
pip install -r requirements.txt
```

### Hack away

