LICENSE
README.md
pyproject.toml
setup.cfg
pymacaroons2/__init__.py
pymacaroons2/async_verifier.py
pymacaroons2/caveat.py
pymacaroons2/exceptions.py
pymacaroons2/macaroon.py
pymacaroons2/utils.py
pymacaroons2/verifier.py
pymacaroons2.egg-info/PKG-INFO
pymacaroons2.egg-info/SOURCES.txt
pymacaroons2.egg-info/dependency_links.txt
pymacaroons2.egg-info/requires.txt
pymacaroons2.egg-info/top_level.txt
pymacaroons2/binders/__init__.py
pymacaroons2/binders/base_binder.py
pymacaroons2/binders/hash_signatures_binder.py
pymacaroons2/caveat_delegates/__init__.py
pymacaroons2/caveat_delegates/base_first_party.py
pymacaroons2/caveat_delegates/base_third_party.py
pymacaroons2/caveat_delegates/encrypted_first_party.py
pymacaroons2/caveat_delegates/first_party.py
pymacaroons2/caveat_delegates/third_party.py
pymacaroons2/field_encryptors/__init__.py
pymacaroons2/field_encryptors/base_field_encryptor.py
pymacaroons2/field_encryptors/secret_box_encryptor.py
pymacaroons2/serializers/__init__.py
pymacaroons2/serializers/base_serializer.py
pymacaroons2/serializers/binary_serializer.py
pymacaroons2/serializers/json_serializer.py
tests/test_async.py