Skip to main content

Python client for Lightning Network Deamon

Project description

pylnd

Build Status Documentation Status codecov

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page