Metadata-Version: 1.1
Name: gocept.webtoken
Version: 1.0
Summary: Wrapper around JWT tokens and the Zope Component Architecture (ZCA).
Home-page: UNKNOWN
Author: gocept <mail@gocept.com>
Author-email: mail@gocept.com
License: ZPL 2.1
Description: ================================
        The gocept.webtoken distribution
        ================================
        
        This library helps you using JWT tokens with the Zope Component Architecture
        (ZCA).
        
        This package is compatible with Python version 2.7, 3.3 and 3.4.
        
        This package requires ``cryptography``, which needs some install attention.
        Please refere to the `install documentation`_ for further information.
        
        
        .. _`install documentation`: https://cryptography.io/en/latest/installation/
        
        
        gocept.webtoken
        ===============
        
        1.0 (2015-10-01)
        ----------------
        
        * Add support for Python 3.3 and 3.4.
        
        * Initial release, extracted from internally used package.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
