LICENSE
README.rst
pyproject.toml
auth/__init__.py
auth/database.py
auth/main.py
auth/routes.py
auth/server.py
auth/service.py
auth.egg-info/PKG-INFO
auth.egg-info/SOURCES.txt
auth.egg-info/dependency_links.txt
auth.egg-info/entry_points.txt
auth.egg-info/requires.txt
auth.egg-info/top_level.txt
auth/CAS/__init__.py
auth/CAS/authorization.py
auth/CAS/authorization_sqlite.py
auth/CAS/REST/__init__.py
auth/CAS/REST/client.py
auth/CAS/REST/service.py
auth/CAS/models/__init__.py
auth/CAS/models/db.py
auth/CAS/models/db_sqlite.py
auth/cmd/__init__.py
auth/cmd/server.py
docs/index.rst
tests/test_auth_sqlite.py
tests/test_authorization.py
tests/test_authorization_sqlite.py
tests/test_client_rest.py
tests/test_cmd_server.py
tests/test_db_mongo.py
tests/test_db_sqlite.py
tests/test_flask.py
tests/test_server.py
tests/test_service_rest.py
tests/tests.py