mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pyln.spec.bolt*: make these separate packages, so versions can change indep.
They're almost entirely autogenerated, and we use symlinks into the
top directory to reduce replication.
They can't be under pyln.spec.message, because a package can't also
be a namespace.
We also add fulltext and desc fields, and exclude our "gen" files from
flake8, since the spec quotes contain weird whitespace.
Changelog-Added: Python: pyln.spec.bolt{1,2,4,7} packages.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
013eced4ce
commit
3882e8bdf7
5
contrib/pyln-spec/bolt.py
Normal file
5
contrib/pyln-spec/bolt.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pyln.proto.message import MessageNamespace
|
||||
from .gen import csv
|
||||
|
||||
|
||||
namespace = MessageNamespace(csv_lines=csv)
|
||||
Reference in New Issue
Block a user