MANIFEST.in
README.rst
setup.cfg
setup.py
google/__init__.py
google/auth/__init__.py
google/auth/_helpers.py
google/auth/crypt.py
google/auth/exceptions.py
google/auth/jwt.py
google/auth/compute_engine/__init__.py
google/auth/compute_engine/_metadata.py
google/auth/transport/__init__.py
google/auth/transport/_http_client.py
google/auth/transport/urllib3.py
google/oauth2/__init__.py
google/oauth2/_client.py
google_auth.egg-info/PKG-INFO
google_auth.egg-info/SOURCES.txt
google_auth.egg-info/dependency_links.txt
google_auth.egg-info/namespace_packages.txt
google_auth.egg-info/requires.txt
google_auth.egg-info/top_level.txt
tests/__init__.py
tests/test__helpers.py
tests/test_crypt.py
tests/test_jwt.py
tests/compute_engine/__init__.py
tests/compute_engine/test__metadata.py
tests/data/other_cert.pem
tests/data/pem_from_pkcs12.pem
tests/data/privatekey.p12
tests/data/privatekey.pem
tests/data/privatekey.pub
tests/data/public_cert.pem
tests/oauth2/__init__.py
tests/oauth2/test__client.py
tests/transport/__init__.py
tests/transport/compliance.py
tests/transport/test__http_client.py
tests/transport/test_urllib3.py