Python client for Lightning Network Deamon
Project description
pylnd
Python client for Lightning Network Deamon (LND) with batteries included.
Planned support for both REST and gRPC.
Only supporting Python 3 since we should not be using Python 2.x anymore.
Getting started
Development
Make a virtual environment,
python3 -m virtualenv -p python3 .venv
source .venv/bin/activate
Then install,
python setup.py develop
To run tests execute,
pytest
with code coverage,
pytest --cov=pylnd
License
This project is licensed under the MIT License - see the LICENSE file for details
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
pylnd-0.2.3.tar.gz
(3.3 kB
view details)
File details
Details for the file pylnd-0.2.3.tar.gz.
File metadata
- Download URL: pylnd-0.2.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d164f060eae0a7244d5b7735aa32573824339e2924b6decb7e53bdf303ad40e4
|
|
| MD5 |
73e1fbb3681f3e22af9821ef2d75eca4
|
|
| BLAKE2b-256 |
62853081996286493ed2576ec763c8f8a8bbf6dc0d14e1e4c89c8ba6782e62e2
|