Metadata-Version: 2.1
Name: thrift2pyi
Version: 0.0.2
Summary: convert thrift to pyi
Home-page: https://github.com/nhywieza/thrift2pyi
Author: yanweizhi
Author-email: yanweizhi@bytedance.com
License: UNKNOWN
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
Requires-Dist: six (<2.0.0,>=1.11.0)
Requires-Dist: pypeg2 (<3.0.0,>=2.15.2)
Requires-Dist: thriftpy2 (<1.0.0,>=0.4.2)
Requires-Dist: yapf (<1.0.0,>=0.22.0)
Requires-Dist: typing (>=3.6.4); python_version<"3.5"
Provides-Extra: dev
Requires-Dist: flake8 (<4.0.0,>=3.5.0); extra == 'dev'
Requires-Dist: nose (<2.0.0,>=1.3.7); extra == 'dev'
Requires-Dist: tox (<4.0.0,>=3.0.0); extra == 'dev'
Provides-Extra: dev
Requires-Dist: mypy (>=0.620); (python_version >= "3.4") and extra == 'dev'


# thrift2pyi
convert thrift to pyi

# How to use
pip install thrift2pyi
thrift2pyi tests/example.thrift

