Metadata-Version: 2.1
Name: thrift-sasl
Version: 0.4.3a1
Summary: Thrift SASL Python module that implements SASL transports for Thrift (`TSaslClientTransport`).
Home-page: https://github.com/cloudera/thrift_sasl
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Keywords: thrift sasl transport
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: six (>=1.13.0)
Requires-Dist: thrift (>=0.9.3) ; python_version < "3.0"
Requires-Dist: thrift (>=0.10.0) ; python_version >= "3.0"
Requires-Dist: sasl (>=0.3a1) ; sys_platform != "win32" and sys_platform != "cygwin"
Requires-Dist: pure-sasl (>=0.3.0) ; sys_platform == "win32" or sys_platform == "cygwin"

Thrift SASL Python module that implements SASL transports for Thrift (`TSaslClientTransport`).


