Metadata-Version: 2.0
Name: duniterpy
Version: 0.20.1.dev6
Summary: A python implementation of [duniter](https://github.com/duniter-io/duniter) API
Home-page: https://github.com/duniter-io/duniter-python-api
Author: inso, canercanda, s_b
Author-email: insomniak.fr@gmail.com
License: UNKNOWN
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.5
Classifier: Topic :: Communications
Requires-Dist: aiohttp (>=0.19.0)
Requires-Dist: base58
Requires-Dist: jsonschema
Requires-Dist: libnacl
Requires-Dist: pylibscrypt
Requires-Dist: pypeg2

#duniter-python-api
[![Build Status](https://travis-ci.org/duniter-io/duniter-python-api.svg)](https://travis-ci.org/duniter-io/duniter-python-api) [![Coverage Status](https://coveralls.io/repos/duniter-io/duniter-python-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/duniter-io/duniter-python-api?branch=master)

A python implementation of [duniter](https://github.com/duniter-io/duniter) API

## Features
 * Supports duniter's Basic Merkle Api
 * Asynchronous
 * duniter 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 duniter-python-api and all its dependencies via the following pip install :
`pip install duniterpy`

Please take a look at the document [HTTP API](https://github.com/duniter-io/duniter/blob/master/doc/HTTP_API.md) to learn about the API.


