.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pylintrc
requirements-dev.txt
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/auth.application.rst
docs/auth.root.rst
docs/auth.rst
docs/auth.saplugin.rst
docs/auth.satool.rst
docs/auth.user_model.rst
docs/conf.py
docs/configuration.md
docs/exampleusage.md
docs/index.rst
docs/installation.md
docs/make.bat
docs/_static/.gitkeep
pacifica/__init__.py
pacifica/auth/__init__.py
pacifica/auth/application.py
pacifica/auth/root.py
pacifica/auth/saplugin.py
pacifica/auth/satool.py
pacifica/auth/user_model.py
pacifica_auth.egg-info/PKG-INFO
pacifica_auth.egg-info/SOURCES.txt
pacifica_auth.egg-info/dependency_links.txt
pacifica_auth.egg-info/namespace_packages.txt
pacifica_auth.egg-info/requires.txt
pacifica_auth.egg-info/top_level.txt
tests/__init__.py
tests/auth_test.py
tests/example_test.py