.gitignore
.python-version
LICENSE
Makefile
README.md
pyproject.toml
setup.cfg
tox.ini
.cookiecutter/cookiecutter.json
.cookiecutter/includes/setup.cfg
.cookiecutter/includes/README/head.md
.cookiecutter/includes/setuptools/install_requires
.cookiecutter/includes/tox/deps
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
bin/make_devdata
bin/make_python
bin/make_template
examples/__init__.py
examples/app.py
src/pyramid_googleauth/__init__.py
src/pyramid_googleauth/_routes.py
src/pyramid_googleauth/exceptions.py
src/pyramid_googleauth/security.py
src/pyramid_googleauth/views.py
src/pyramid_googleauth.egg-info/PKG-INFO
src/pyramid_googleauth.egg-info/SOURCES.txt
src/pyramid_googleauth.egg-info/dependency_links.txt
src/pyramid_googleauth.egg-info/requires.txt
src/pyramid_googleauth.egg-info/top_level.txt
src/pyramid_googleauth/services/__init__.py
src/pyramid_googleauth/services/google_auth.py
src/pyramid_googleauth/templates/login_failure.html.jinja2
tests/__init__.py
tests/conftest.py
tests/pyproject.toml
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/matchers.py
tests/functional/pyramid_googleauth/__init__.py
tests/functional/pyramid_googleauth/views_test.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/pyramid_googleauth/__init__.py
tests/unit/pyramid_googleauth/security_test.py
tests/unit/pyramid_googleauth/views_test.py
tests/unit/pyramid_googleauth/services/google_auth_test.py