MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/.gitkeep
pymacaroons/__init__.py
pymacaroons/caveat.py
pymacaroons/exceptions.py
pymacaroons/macaroon.py
pymacaroons/utils.py
pymacaroons/verifier.py
pymacaroons.egg-info/PKG-INFO
pymacaroons.egg-info/SOURCES.txt
pymacaroons.egg-info/dependency_links.txt
pymacaroons.egg-info/requires.txt
pymacaroons.egg-info/top_level.txt
pymacaroons/binders/__init__.py
pymacaroons/binders/base_binder.py
pymacaroons/binders/hash_signatures_binder.py
pymacaroons/caveat_delegates/__init__.py
pymacaroons/caveat_delegates/base_first_party.py
pymacaroons/caveat_delegates/base_third_party.py
pymacaroons/caveat_delegates/encrypted_first_party.py
pymacaroons/caveat_delegates/first_party.py
pymacaroons/caveat_delegates/third_party.py
pymacaroons/field_encryptors/__init__.py
pymacaroons/field_encryptors/base_field_encryptor.py
pymacaroons/field_encryptors/secret_box_encryptor.py
pymacaroons/serializers/__init__.py
pymacaroons/serializers/base_serializer.py
pymacaroons/serializers/binary_serializer.py
pymacaroons/serializers/json_serializer.py