Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!45
Add README.rst for PyPI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add README.rst for PyPI
dev
into
master
Overview
0
Commits
6
Pipelines
4
Changes
3
Merged
Vincent Texier
requested to merge
dev
into
master
7 years ago
Overview
0
Commits
6
Pipelines
4
Changes
3
0
0
Merge request reports
Compare
master
version 4
0059bd9a
6 years ago
version 3
619f1f3e
7 years ago
version 2
e6bfbc7f
7 years ago
version 1
446e400f
7 years ago
master (base)
and
version 2
latest version
0ccbd5eb
6 commits,
6 years ago
version 4
0059bd9a
5 commits,
6 years ago
version 3
619f1f3e
4 commits,
7 years ago
version 2
e6bfbc7f
3 commits,
7 years ago
version 1
446e400f
2 commits,
7 years ago
3 files
+
75
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
README.md deleted
100644 → 0
+
0
−
34
View file @ 66ff4d5b
# Duniter Python API
[

](https://coveralls.io/github/duniter/duniter-python-api?branch=master)
Python implementation of
[
Duniter
](
https://git.duniter.org/nodes/typescript/duniter
)
BMA API
## Features
*
Supports Duniter's
[
Basic Merkle API
](
https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/HTTP_API.md
)
and
[
protocol
](
https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/Protocol.md
)
*
Asynchronous
*
Duniter signing key
## Requirements
*
Python >= 3.5
*
[
aiohttp >= 0.19
](
https://pypi.python.org/pypi/aiohttp
"aiohttp"
)
*
[
pylibscrypt
](
https://pypi.python.org/pypi/pylibscrypt
"pylibscrypt"
)
*
[
libnacl
](
https://pypi.python.org/pypi/libnacl
"libnacl"
)
*
[
base58
](
https://pypi.python.org/pypi/base58
"base58"
)
## 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
](
https://git.duniter.org/nodes/typescript/duniter/blob/master/doc/HTTP_API.md
)
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 example/request_data.py`
## Documentation
-
[
HTML Documentation
](
https://git.duniter.org/clients/python/duniterpy/tree/master/docs/_build/html
)
-
[
Examples
](
https://git.duniter.org/clients/python/duniterpy/tree/master/examples
)
Loading