Metadata-Version: 1.1
Name: pymacaroons
Version: 0.2.1
Summary: Macaroon library for Python
Home-page: UNKNOWN
Author: Evan Cordell
Author-email: evan.cordell@localmed.com
License: MIT
Description: 
        
        PyMacaroons
        ========
        
        PyMacaroons is a Python implementation of Macaroons. *They're better than cookies!*
        
        Installation
        ------------
        
        Install PyMacaroons by running:
        
            pip install pymacaroons
        
        Contribute
        ----------
        
        - Issue Tracker: github.com/ecordell/pymacaroons/issues
        - Source Code: github.com/ecordell/pymacaroons
        
        License
        -------
        
        The project is licensed under the MIT license.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
