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.6.x minimum.
Source code¶
Sources can be found at https://git.duniter.org/clients/python/duniterpy
Contributions are welcome.