Metadata-Version: 1.2
Name: scramp
Version: 1.1.0
Summary: An implementation of the SCRAM protocol.
Home-page: https://github.com/tlocke/scramp
Maintainer: Tony Locke
Maintainer-email: tlocke@tlocke.org.uk
License: MIT
Description: 
        
        Scramp
        ------
        
        A pure-Python implementation of the SCRAM authentication protocol.
Keywords: SCRAM authentication SASL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
