AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/packaging.rst
docs/readme.rst
docs/usage.rst
macaroonbakery/__init__.py
macaroonbakery/bakery.py
macaroonbakery/checkers.py
macaroonbakery/codec.py
macaroonbakery/json_serializer.py
macaroonbakery/macaroon.py
macaroonbakery/namespace.py
macaroonbakery/utils.py
macaroonbakery.egg-info/PKG-INFO
macaroonbakery.egg-info/SOURCES.txt
macaroonbakery.egg-info/dependency_links.txt
macaroonbakery.egg-info/not-zip-safe
macaroonbakery.egg-info/requires.txt
macaroonbakery.egg-info/top_level.txt
macaroonbakery/httpbakery/__init__.py
macaroonbakery/httpbakery/agent.py
macaroonbakery/httpbakery/client.py
macaroonbakery/tests/__init__.py
macaroonbakery/tests/test_agent.py
macaroonbakery/tests/test_bakery.py
macaroonbakery/tests/test_codec.py
macaroonbakery/tests/test_macaroon.py
macaroonbakery/tests/test_namespace.py