A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
Project description
#ucoin-python-api [![Build Status](https://travis-ci.org/ucoin-io/ucoin-python-api.svg)](https://travis-ci.org/ucoin-io/ucoin-python-api) [![Coverage Status](https://coveralls.io/repos/ucoin-io/ucoin-python-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/ucoin-io/ucoin-python-api?branch=master)
A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
- ## Features
Supports uCoin’s Basic Merkle Api
Asynchronous
uCoin signing key
- ## Requirements
Python >= 3.5
[aiohttp >= 0.19](https://pypi.python.org/pypi/aiohttp “aiohttp”)
[pylibscrypt](https://pypi.python.org/pypi/pylibscrypt “pylibscrypt”)
[libnacl](https://pypi.python.org/pypi/libnacl “libnacl”)
[base58](https://pypi.python.org/pypi/base58 “base58”)
##Installation You can install ucoin-python-api and all its dependencies via the following pip install : pip install ucoinpy
Please take a look at the document [HTTP API](https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md) to learn about the API.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.