Metadata-Version: 2.1
Name: pyln-grpc-proto
Version: 24.2
Summary: The compiled GRPC proto for CLN
License: MIT
Author: Christian Decker
Author-email: decker@blockstream.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: grpcio
Requires-Dist: protobuf3
Description-Content-Type: text/markdown

# pyln-grpc-proto

The python protobuf library is rather restrictive when it comes to
importing them multiple times. So this package just contains the
compiled protobuf files and serves as the canonical place to load them
from.

