mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
pyln: add pyln.proto.message.
This supports infrasructure for creating messages. In particular, it can be fed CSV from the spec's `tools/extract-formats.py` and then convert them all to and from strings and binary formats. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: pyln: new module pyln.proto.message
This commit is contained in:
committed by
Christian Decker
parent
5b4be02ed3
commit
eb73a0dd8f
@@ -17,7 +17,7 @@ setup(name='pyln-proto',
|
||||
author='Christian Decker',
|
||||
author_email='decker.christian@gmail.com',
|
||||
license='MIT',
|
||||
packages=['pyln.proto'],
|
||||
packages=['pyln.proto', 'pyln.proto.message'],
|
||||
scripts=[],
|
||||
zip_safe=True,
|
||||
install_requires=requirements)
|
||||
|
||||
Reference in New Issue
Block a user