1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. duniterpy documentation master file, created by
sphinx-quickstart on Tue Oct 6 16:34:46 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
duniterpy : A python implementation of duniter API
==================================================
DuniterPy is a library to develop an client Python application for Duniter.
DuniterPy helps to handle the following problem:
* Request Basic Merkle API provided by duniter nodes
* Request nodes in a non-blocking way
* Handle duniter signing keys
Requirements
------------
DuniterPy requires Python 3.7.0 minimum.
Installation
------------
Simply type::
$ pip3 install duniterpy
Source code
-----------
Sources can be found at https://git.duniter.org/clients/python/duniterpy
Contributions are welcome.
Contents:
=========
.. toctree::
:glob:
modules
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|