aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/pyln-client/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/pyln-client/pkg-descr')
-rw-r--r--net-p2p/pyln-client/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/pyln-client/pkg-descr b/net-p2p/pyln-client/pkg-descr
new file mode 100644
index 000000000000..bcb46791d9e5
--- /dev/null
+++ b/net-p2p/pyln-client/pkg-descr
@@ -0,0 +1,5 @@
+A python client library for lightningd (net-p2p/c-lightning)
+
+This package implements the Unix socket based JSON-RPC protocol that lightningd
+exposes to the rest of the world. It can be used to call arbitrary functions on
+the RPC interface, and serves as a basis for plugins written in python.