This is a Python re-implementation of the libmacaroons C library.
Macaroons, like cookies, are a form of bearer credential. Unlike
opaque tokens, macaroons embed caveats that define specific authorization
requirements for the target service, the service that issued the root macaroon
and which is capable of verifying the integrity of macaroons it receives.
Macaroons allow for delegation and attenuation of authorization. They are
simple and fast to verify, and decouple authorization policy from the
enforcement of that policy.
Provides
Requires
License
MIT
Changelog
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.13.0-25
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.13.0-24
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.13.0-22
- Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.13.0-19
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Files
/usr/lib/python3.14/site-packages/pymacaroons
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info/PKG-INFO
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info/SOURCES.txt
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info/dependency_links.txt
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info/requires.txt
/usr/lib/python3.14/site-packages/pymacaroons-0.13.0-py3.14.egg-info/top_level.txt
/usr/lib/python3.14/site-packages/pymacaroons/__init__.py
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/caveat.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/caveat.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/exceptions.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/exceptions.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/macaroon.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/macaroon.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/verifier.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/__pycache__/verifier.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders
/usr/lib/python3.14/site-packages/pymacaroons/binders/__init__.py
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/base_binder.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/base_binder.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/hash_signatures_binder.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/__pycache__/hash_signatures_binder.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/binders/base_binder.py
/usr/lib/python3.14/site-packages/pymacaroons/binders/hash_signatures_binder.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__init__.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/base_first_party.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/base_first_party.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/base_third_party.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/base_third_party.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/encrypted_first_party.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/encrypted_first_party.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/first_party.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/first_party.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/third_party.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/__pycache__/third_party.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/base_first_party.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/base_third_party.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/encrypted_first_party.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/first_party.py
/usr/lib/python3.14/site-packages/pymacaroons/caveat_delegates/third_party.py
/usr/lib/python3.14/site-packages/pymacaroons/exceptions.py
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__init__.py
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/base_field_encryptor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/base_field_encryptor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/secret_box_encryptor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/__pycache__/secret_box_encryptor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/base_field_encryptor.py
/usr/lib/python3.14/site-packages/pymacaroons/field_encryptors/secret_box_encryptor.py
/usr/lib/python3.14/site-packages/pymacaroons/macaroon.py
/usr/lib/python3.14/site-packages/pymacaroons/serializers
/usr/lib/python3.14/site-packages/pymacaroons/serializers/__init__.py
/usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__
/usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pymacaroons/serializers/__pycache__/base_serializer.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-