Metadata-Version: 1.1
Name: ucoinpy
Version: 0.12.0.post1
Summary: A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
Home-page: https://github.com/ucoin-io/ucoin-python-api
Author: inso, canercanda, s_b
Author-email: insomniak.fr@gmail.com
License: UNKNOWN
Description: #ucoin-python-api
        ![Build status](https://api.travis-ci.org/ucoin-io/ucoin-python-api.svg)
        
        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.3
         * [aiohttp](https://pypi.python.org/pypi/aiohttp "aiohttp")
         * [asyncio](https://pypi.python.org/pypi/asyncio "asyncio")
         * [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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications
