Christian Decker
4e0c3f098c
pylightning: Implement the lightning handshake and wire protocol
Simple transcript of the specification in python :-)
Signed-off-by: Christian Decker <decker.christian@gmail.com>
6 years ago
Hampus Sjöberg
3028964687
pylightning: Fixing incompatibility issue with Python 2.7
Global open doesn't have argument `encoding` in Python 2.7.
open from the io package is needed.
6 years ago
Rusty Russell
1facf626d5
pylightning: allow version querying from within modules.
With the preceeding UTF-8 fix, I'd like to detect UTF-8 support. But
AFAICT Python doesn't have a standard way of doing version exposure.
So I added __version__, but now we need to make sure it matches. I
used the hackiest possible method.
[ Christian Decker fixed version to be sane, so previous comment no longer
applies! --RR ]
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 years ago
Christian Decker
61f95be0e9
pylightning: Bump version so pypi includes plugin infra
6 years ago
Christian Decker
04ffa5a413
pylightning: Add some more documentation for the python lib
It was looking a bit minimal on pypi :-)
Signed-off-by: Christian Decker <decker.christian@gmail.com>
6 years ago
Christian Decker
5b6bb7c571
pylightning: Bump version number to 0.0.6 to make Pypi work again
Fixes #2135
Signed-off-by: Christian Decker <decker.christian@gmail.com>
6 years ago
Zhen Zhang
d1010673b5
contrib: Rewrite contrib/lightning-pay in Python, support bolt11
fixes #718
7 years ago
gdassori
825ccb33a6
version bump
7 years ago
Christian Decker
00e75d3d81
pylightning: Bumped version to 0.0.2
7 years ago
Christian Decker
cd9bb9b014
contrib: Implemented python RPC client
8 years ago