core-lightning/contrib/pyln-proto/pyln/proto/message
Rusty Russell 3882e8bdf7 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>
2020-06-25 10:08:58 +02:00
..
__init__.py pyln.proto.message: expose array types, add set_field for Message class. 2020-06-12 15:35:35 +02:00
array_types.py pyln.proto.message: add to_py() operation. 2020-06-16 16:17:52 +02:00
fundamental_types.py pyln.proto.message: add to_py() operation. 2020-06-16 16:17:52 +02:00
Makefile new modules: pyln.proto.message.{bolt1,bolt2,bolt4,bolt7} 2020-06-12 15:35:35 +02:00
message.py pyln.proto.message: add to_py() operation. 2020-06-16 16:17:52 +02:00