No description
Find a file
2016-11-18 16:31:17 -08:00
thrift_sasl Support transports with camelCase method names (#3) 2016-06-08 17:01:56 -07:00
.gitignore Initial commit 2015-07-09 17:20:56 -04:00
LICENSE Initial commit 2015-07-09 17:20:56 -04:00
README.md Update requirements, bump version to 0.2.0 2016-03-02 19:02:58 -08:00
setup.py Attempt to make the setup.py more cross platform. (#5) 2016-11-18 16:31:17 -08:00

thrift_sasl.py

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

On Linux, this requires libsasl2-dev to be installed. On OS X you may have to install Cyrus SASL v2 from source.