summaryrefslogtreecommitdiff
path: root/macaroonbakery.egg-info/SOURCES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery.egg-info/SOURCES.txt')
-rw-r--r--macaroonbakery.egg-info/SOURCES.txt77
1 files changed, 77 insertions, 0 deletions
diff --git a/macaroonbakery.egg-info/SOURCES.txt b/macaroonbakery.egg-info/SOURCES.txt
new file mode 100644
index 0000000..f3ac62a
--- /dev/null
+++ b/macaroonbakery.egg-info/SOURCES.txt
@@ -0,0 +1,77 @@
+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.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/_utils/__init__.py
+macaroonbakery/bakery/__init__.py
+macaroonbakery/bakery/_authorizer.py
+macaroonbakery/bakery/_bakery.py
+macaroonbakery/bakery/_checker.py
+macaroonbakery/bakery/_codec.py
+macaroonbakery/bakery/_discharge.py
+macaroonbakery/bakery/_error.py
+macaroonbakery/bakery/_identity.py
+macaroonbakery/bakery/_keys.py
+macaroonbakery/bakery/_macaroon.py
+macaroonbakery/bakery/_oven.py
+macaroonbakery/bakery/_store.py
+macaroonbakery/bakery/_third_party.py
+macaroonbakery/bakery/_versions.py
+macaroonbakery/bakery/_internal/__init__.py
+macaroonbakery/bakery/_internal/id_pb2.py
+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/_browser.py
+macaroonbakery/httpbakery/_client.py
+macaroonbakery/httpbakery/_discharge.py
+macaroonbakery/httpbakery/_error.py
+macaroonbakery/httpbakery/_interactor.py
+macaroonbakery/httpbakery/_keyring.py
+macaroonbakery/httpbakery/agent/__init__.py
+macaroonbakery/httpbakery/agent/_agent.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_client.py
+macaroonbakery/tests/test_codec.py
+macaroonbakery/tests/test_discharge.py
+macaroonbakery/tests/test_discharge_all.py
+macaroonbakery/tests/test_httpbakery.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
+macaroonbakery/tests/test_time.py
+macaroonbakery/tests/test_utils.py \ No newline at end of file