Metadata-Version: 2.1
Name: pb2dataframe
Version: 0.0.0.1
Summary: Library to read protobuf messages into dataframes
License: MIT
Author: feelancer21
Author-email: feelancer21@users.noreply.github.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (>=2.1.1,<3.0.0)
Requires-Dist: protobuf (>=3.15.8,<4.0.0)
Requires-Dist: setuptools (>=68.2.2,<69.0.0)
Description-Content-Type: text/markdown

# pb2dataframe
Library to read protobuf messages into dataframes

