Metadata-Version: 2.0
Name: pymacaroons
Version: 0.4.4
Summary: Macaroon library for Python
Home-page: UNKNOWN
Author: Evan Cordell
Author-email: evan.cordell@localmed.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
Requires-Dist: six (>=1.8.0)
Requires-Dist: libnacl (>=1.3.6)


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.




