Select Git revision
git-conventions.md
-
* fix * doc(end2end): detail test users * doc(all): update docker tag update docker image name from 0.2.0 to 0.3.0 use "docker compose" everywhere instead of "docker-compose" improve table of content fix layout * doc(all): improve docs add logo to readme add table of content rewording complete * doc(all): fix typos
* fix * doc(end2end): detail test users * doc(all): update docker tag update docker image name from 0.2.0 to 0.3.0 use "docker compose" everywhere instead of "docker-compose" improve table of content fix layout * doc(all): improve docs add logo to readme add table of content rewording complete * doc(all): fix typos
README.md 1.29 KiB
A python implementation of duniter API
Features
- Supports duniter's Basic Merkle Api
- Asynchronous
- duniter signing key
Requirements
- Python >= 3.5
- aiohttp >= 0.19
- pylibscrypt
- libnacl
- 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 to learn about the API.