pylightning: Make it clear pyln-client should be used instead

This commit is contained in:
Michael Folkson 2021-10-05 14:48:20 +01:00 committed by Christian Decker
parent 09c2fef4a4
commit a418cf5654

View File

@ -5,6 +5,9 @@ This package implements the Unix socket based JSON-RPC protocol that
arbitrary functions on the RPC interface, and serves as a basis for plugins
written in python.
If you are writing a new plugin you should use [pyln-client](https://github.com/ElementsProject/lightning/tree/master/contrib/pyln-client)
(the renamed, updated version of pylightning) instead as pylightning is
currently an empty shell around pyln-client.
## Installation