Metadata-Version: 2.1
Name: sasl3
Version: 0.2.10
Summary: Cyrus-SASL bindings for Python
Home-page: http://github.com/sparkur/python-sasl3
Maintainer: Ruslan Dautkhanov
Maintainer-email: dautkhanov@gmail.com
License: UNKNOWN
Download-URL: https://github.com/sparkur/python-sasl3/archive/v0.2.10.tar.gz
Description: # python-sasl
        
        Python wrapper for Cyrus SASL
        
        ## how `sasl3` is different from `sasl` package? 
        
        This is a fork from original work from Cloudera's https://github.com/cloudera/python-sasl package `sasl` package. 
        
        Original package wasn't maintained and had issue wth latest Python 3 releases, and also had runtime issues running 
        on RHEL6. Python `sasl` solves those issues.
        
        ## External dependencies
        
        You need following external packages installed on the system to pip-install `sasl3` :
        - C compiler (e.g. `gcc`)
        - `cyrus-sasl-devel` packahe for Cyrus header files.
        
        Both can be installed with OS' package manager, e.g. 
        ```bash
        yum install gcc cyrus-sasl-devel.x86_64
        
        ```
        
        ## to generate sasl/saslwrapper.cpp from the pyx file:
        
        run `./recython.sh`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 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
Description-Content-Type: text/markdown
