Metadata-Version: 2.1
Name: xl2thrift
Version: 0.0.8
Summary: Converts xlsx files into thrift files that can be deserialized in many programming languages
Home-page: http://github.com/ohthepain/xl2thrift
Author: Paul Wilkinson
Author-email: paul@thisco.co
License: MIT
Keywords: thrift config
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: openpyxl
Requires-Dist: datetime
Requires-Dist: thrift
Requires-Dist: argparse
Requires-Dist: datetime

Uses thrift-generated python reflection classes to match spreadsheet data with your thrift file. You can then load the resulting blob in any language supported by thrift.
