Package
python3-macaroonbakeryVersion
1.1.3-1Priority
optionalSection
pythonSource
py-macaroon-bakeryOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
392 kBDepends
python3-nacl (>= 1.1.2), python3-protobuf (>= 3.0.0), python3-pymacaroons (>= 0.12.0), python3-requests (>= 2.18.1), python3-rfc3339 (>= 1.0), python3-six (<< 2.0), python3-six (>= 1.11.0), python3:any (>= 3.5~)Homepage
https://github.com/go-macaroon-bakery/py-macaroon-bakeryTask
ubuntu-desktop, ubuntu-budgie-desktopSupported
5yDownload Size
62.3 kBAPT Manual Installed
yesAPT Sources
http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 PackagesDescription
Higher-level macaroon operations for Python 3Macaroons, 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.
.
The macaroonbakery library builds on pymacaroons to allow working with
macaroons at a higher level, such as by automatically gathering discharge
macaroons for third-party caveats from their corresponding services.
Install Info
bionic,bionic,now 1.1.3-1 allInstalled Automatically
FalseFiles
/.//usr/
/usr/lib/
/usr/lib/python3/
/usr/lib/python3/dist-packages/
/usr/lib/python3/dist-packages/macaroonbakery/
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/not-zip-safe
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/requires.txt
/usr/lib/python3/dist-packages/macaroonbakery-1.1.3.egg-info/top_level.txt
/usr/lib/python3/dist-packages/macaroonbakery/bakery/
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_authorizer.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_bakery.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_checker.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_codec.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_discharge.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_error.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_identity.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_internal/
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_internal/id_pb2.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_internal/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_keys.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_macaroon.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_oven.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_store.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_third_party.py
/usr/lib/python3/dist-packages/macaroonbakery/bakery/_versions.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_auth_context.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_caveat.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_checkers.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_conditions.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_declared.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_namespace.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_operation.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_time.py
/usr/lib/python3/dist-packages/macaroonbakery/checkers/_utils.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/agent/
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/agent/_agent.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/agent/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_browser.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_client.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_discharge.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_error.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_interactor.py
/usr/lib/python3/dist-packages/macaroonbakery/httpbakery/_keyring.py
/usr/lib/python3/dist-packages/macaroonbakery/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/
/usr/lib/python3/dist-packages/macaroonbakery/tests/common.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/__init__.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_agent.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_authorizer.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_bakery.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_checker.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_checkers.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_client.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_codec.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_discharge_all.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_discharge.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_httpbakery.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_keyring.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_macaroon.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_namespace.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_oven.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_store.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_time.py
/usr/lib/python3/dist-packages/macaroonbakery/tests/test_utils.py
/usr/lib/python3/dist-packages/macaroonbakery/_utils/
/usr/lib/python3/dist-packages/macaroonbakery/_utils/__init__.py
/usr/share/
/usr/share/doc/
/usr/share/doc/python3-macaroonbakery/
/usr/share/doc/python3-macaroonbakery/changelog.Debian.gz
/usr/share/doc/python3-macaroonbakery/copyright