Metadata-Version: 2.1
Name: thrift2pyi
Version: 1.0.0
Summary: convert thrift to pyi
Home-page: UNKNOWN
Author: yanweizhi
Author-email: yanweizhi@bytedance.com
License: UNKNOWN
Description: 
        # thrift2pyi
        convert thrift to pyi
        
        # How to use
        pip install thrift2pyi
        
        thrift2pyi tests/example.thrift
        
        See dir "tests" for details. 
        
Keywords: thrift2pyi
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: dev
