Metadata-Version: 1.1
Name: flextls
Version: 0.1
Summary: Pure Python SSL and TLS library
Home-page: http://github.com/DinoTools/python-flextls
Author: PhiBo (DinoTools)
Author-email: UNKNOWN
License: LGPLv3+
Description: FlexTLS
        =======
        
        FlexTLS is an open source SSL and TLS python library.
        
        You can find more information in the `documentation`_.
        
        .. image:: https://pypip.in/version/flextls/badge.svg
            :target: https://pypi.python.org/pypi/flextls/
            :alt: Latest Version
        
        .. image:: https://pypip.in/license/flextls/badge.svg
            :target: https://pypi.python.org/pypi/flextls/
            :alt: License
        
        .. image:: https://travis-ci.org/DinoTools/python-flextls.svg?branch=master
            :target: https://travis-ci.org/DinoTools/python-flextls
        
        .. image:: https://readthedocs.org/projects/python-flextls/badge/?version=latest
            :target: https://readthedocs.org/projects/python-flextls/?badge=latest
            :alt: Documentation Status
        
        Features
        --------
        
        * Supported cryptographic protocols: SSLv3, TLS 1.0, TLS 1.1 and TLS 1.2
        
        
        Install
        -------
        
        Requirements:
        
        * Python >= 3.2
        
        Install:
        
        .. code-block:: console
        
            $ pip install flextls
        
        
        License
        -------
        
        Published under the LGPLv3+ (see LICENSE for more information)
        
        .. _`documentation`: http://python-flextls.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
