rgb-cln/contrib
Christian Decker 3418e59d76 pyln: Split pylightning into multiple pyln modules
This is the first step to transition to a better organized python module
structure. Sadly we can't reuse the `pylightning` module as a namespace module
since having importable things in the top level of the namespace is not
allowed in any of the namespace variants [1], hence we just switch over to the
`pyln` namespace. The code the was under `lightning` will now be reachable
under `pyln.client` and we add the `pyln.proto` module for all the things that
are independent of talking to lightningd and can be used for protocol testing.

[1] https://packaging.python.org/guides/packaging-namespace-packages/

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-09-30 13:27:37 +02:00
..
init systemd: After=network-online.target 2019-08-20 20:14:36 +02:00
plugins contrib: Make cowsay answer 'init' 2019-09-30 00:20:16 +00:00
pylightning pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
pyln-client pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
pyln-proto pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
Dockerfile.builder Update installation instructions and Dockerfile 2019-08-30 00:34:11 +00:00
Dockerfile.builder.fedora contrib: add mako requirement to docker files. 2019-08-16 00:26:09 +00:00
Dockerfile.builder.i386 Update installation instructions and Dockerfile 2019-08-30 00:34:11 +00:00
bootstrap-node.sh contrib: make stricter shellcheck from Ubuntu 18.04 happy 2019-08-23 08:22:28 -07:00
lightning-cli.bash-completion bash-completion: include underscores 2019-07-09 13:23:14 +02:00
linuxarm32v7.Dockerfile doc: Document the new dependency 2019-09-10 02:17:27 +00:00
linuxarm64v8.Dockerfile doc: Document the new dependency 2019-09-10 02:17:27 +00:00
short_channel_id-to-txid.sh contrib/short_channel_id-to-txid.sh: simple mapping util. 2018-08-21 22:53:45 +02:00
startup_regtest.sh contrib: make stricter shellcheck from Ubuntu 18.04 happy 2019-08-23 08:22:28 -07:00