A python implementation of [duniter](https://github.com/duniter/duniter) API
Project description
Python implementation of Duniter BMA API
Features
Supports Duniter’s Basic Merkle API and protocol
Asynchronous
Duniter signing key
Requirements
Python >= 3.5
Installation
You can install duniter-python-api and all its dependencies via the following pip install:
pip3 install duniterpy
Please take a look at the document HTTP API to learn about the API.
Development
Create a python environment with pyenv
Add PYTHONPATH env var to your shell containing the path to this repository
Take a look at examples
Run examples from parent folder
python examples/request_data.py
Documentation
Packaging and deploy
Pypi
The README file must be in RestructuredText format (README.rst) for the long description field of the package.
In the development pyenv environment, install the following tools:
pip install --upgrade pip setuptools wheel pip install twine
Change the version number (semantic version number):
./release.sh 0.42.3
Build the Pypi package in the dist folder:
python setup.py sdist bdist_wheel
Deploy the package on the Pypi repository:
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for duniterpy-0.43.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0b40b43b32414d283e6d9de40102b9cfc08e5c9c8374f2a469ac2dc0296d3f0 |
|
MD5 | 055937d1b46796ccf00dccf58b6d3a8f |
|
BLAKE2b-256 | 286b04c4e7bffe3550f882d77aea2d1d70a775e73e52c56996fbc99d2974983e |