Metadata-Version: 2.1
Name: activeledgersdk
Version: 1.0.dev1
Summary: activeledgersdk is a package to use full functions of activeledger for Python developers
Home-page: https://github.com/jialin-yu/activeLedgerSDK
Author: activeledger
Author-email: infor@activeledger.io
License: BSD or Apache License, Version 2.0
Platform: UNKNOWN

# Python-sdk for Activeledger

Python sdk for python developers who wish use activeledger.

## Getting Started

For detailed documentation please visit https://activeledgersdk.readthedocs.io/en/latest/

### Prerequisites

Currently only python 3.5+ version is suported


### Installing

Simply download the sdk with the following command:

```
pip install activeLedger-sdk
```

## Deployment

Add additional notes about how to deploy this on a live system

## Built With

* [cryptography](https://github.com/pyca/cryptography) - Used for key generation

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details



