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/authorizer.py
macaroonbakery/bakery.py
macaroonbakery/checker.py
macaroonbakery/codec.py
macaroonbakery/discharge.py
macaroonbakery/error.py
macaroonbakery/identity.py
macaroonbakery/keys.py
macaroonbakery/macaroon.py
macaroonbakery/oven.py
macaroonbakery/store.py
macaroonbakery/third_party.py
macaroonbakery/utils.py
macaroonbakery/versions.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/checkers/__init__.py
macaroonbakery/checkers/auth_context.py
macaroonbakery/checkers/caveat.py
macaroonbakery/checkers/checkers.py
macaroonbakery/checkers/conditions.py
macaroonbakery/checkers/declared.py
macaroonbakery/checkers/namespace.py
macaroonbakery/checkers/operation.py
macaroonbakery/checkers/time.py
macaroonbakery/checkers/utils.py
macaroonbakery/httpbakery/__init__.py
macaroonbakery/httpbakery/agent.py
macaroonbakery/httpbakery/client.py
macaroonbakery/httpbakery/error.py
macaroonbakery/httpbakery/keyring.py
macaroonbakery/internal/__init__.py
macaroonbakery/internal/id_pb2.py
macaroonbakery/tests/__init__.py
macaroonbakery/tests/common.py
macaroonbakery/tests/test_agent.py
macaroonbakery/tests/test_authorizer.py
macaroonbakery/tests/test_bakery.py
macaroonbakery/tests/test_checker.py
macaroonbakery/tests/test_checkers.py
macaroonbakery/tests/test_codec.py
macaroonbakery/tests/test_discharge.py
macaroonbakery/tests/test_discharge_all.py
macaroonbakery/tests/test_keyring.py
macaroonbakery/tests/test_macaroon.py
macaroonbakery/tests/test_namespace.py
macaroonbakery/tests/test_oven.py
macaroonbakery/tests/test_store.py