Metadata-Version: 2.1
Name: thrift
Version: 0.15.0
Summary: Python bindings for the Apache Thrift RPC system
Home-page: http://thrift.apache.org
Author: Apache Thrift Developers
Author-email: dev@thrift.apache.org
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Requires-Dist: six>=1.7.2
Provides-Extra: ssl
Provides-Extra: tornado
Requires-Dist: tornado>=4.0; extra == "tornado"
Provides-Extra: twisted
Requires-Dist: twisted; extra == "twisted"
Provides-Extra: all
Requires-Dist: tornado>=4.0; extra == "all"
Requires-Dist: twisted; extra == "all"
