Skip to content
Snippets Groups Projects
Commit c4a0258b authored by inso's avatar inso
Browse files

Version 0.20.1dev7

parent 59cb3182
No related branches found
No related tags found
No related merge requests found
#duniter-python-api #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) [![Build Status](https://travis-ci.org/duniter/duniter-python-api.svg)](https://travis-ci.org/duniter/duniter-python-api) [![Coverage Status](https://coveralls.io/repos/duniter/duniter-python-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/duniter/duniter-python-api?branch=master)
A python implementation of [duniter](https://github.com/duniter-io/duniter) API A python implementation of [duniter](https://github.com/duniter/duniter) API
## Features ## Features
* Supports duniter's Basic Merkle Api * Supports duniter's Basic Merkle Api
...@@ -19,4 +19,4 @@ A python implementation of [duniter](https://github.com/duniter-io/duniter) API ...@@ -19,4 +19,4 @@ A python implementation of [duniter](https://github.com/duniter-io/duniter) API
You can install duniter-python-api and all its dependencies via the following pip install : You can install duniter-python-api and all its dependencies via the following pip install :
`pip install duniterpy` `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. Please take a look at the document [HTTP API](https://github.com/duniter/duniter/blob/master/doc/HTTP_API.md) to learn about the API.
...@@ -21,7 +21,7 @@ PROTOCOL_VERSION="1" ...@@ -21,7 +21,7 @@ PROTOCOL_VERSION="1"
MANAGED_API=["BASIC_MERKLED_API"] MANAGED_API=["BASIC_MERKLED_API"]
__author__ = 'Caner Candan & inso' __author__ = 'Caner Candan & inso'
__version__ = '0.20.1dev6' __version__ = '0.20.1dev7'
__nonsense__ = 'duniter' __nonsense__ = 'duniter'
from . import api, documents, key from . import api, documents, key
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment