Metadata-Version: 1.1
Name: aiosasl
Version: 0.2.1
Summary: Pure-python, protocol agnostic SASL library for asyncio
Home-page: https://github.com/horazont/aiosasl
Author: Jonas Wielicki
Author-email: jonas@wielicki.name
License: LGPLv3+
Description: ``aiosasl``, pure python generic asyncio SASL library
        #####################################################
        
        ``aiosasl`` provides a generic, asyncio-based SASL library. It can be used with
        any protocol, provided the neccessary interface code is provided by the
        application or protocol implementation.
        
        Dependencies
        ------------
        
        * Python ≥ 3.4 (or Python = 3.3 with tulip)
        
Keywords: asyncio sasl library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
