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>
2019-09-30 13:27:37 +02:00
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.
2019-04-23 23:39:57 +02:00
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>
2019-03-05 11:43:22 +01:00
Christian Decker
61f95be0e9
pylightning: Bump version so pypi includes plugin infra
2019-03-04 00:41:40 +00:00
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>
2019-02-22 17:55:36 +01:00
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>
2018-12-07 10:29:21 +01:00
Zhen Zhang
d1010673b5
contrib: Rewrite contrib/lightning-pay in Python, support bolt11
...
fixes #718
2018-03-25 23:19:35 +02:00
gdassori
825ccb33a6
version bump
2018-01-31 12:38:18 +01:00
Christian Decker
00e75d3d81
pylightning: Bumped version to 0.0.2
2018-01-10 03:52:46 +00:00
Christian Decker
cd9bb9b014
contrib: Implemented python RPC client
2017-01-23 10:45:36 +10:30