.flake8
.gitignore
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
.github/workflows/release-test.yml
.github/workflows/release.yml
.github/workflows/test.yml
src/Flask_Ipernity.egg-info/PKG-INFO
src/Flask_Ipernity.egg-info/SOURCES.txt
src/Flask_Ipernity.egg-info/dependency_links.txt
src/Flask_Ipernity.egg-info/requires.txt
src/Flask_Ipernity.egg-info/top_level.txt
src/flask_ipernity/__init__.py
src/flask_ipernity/_version.py
src/flask_ipernity/cache.py
src/flask_ipernity/callback.py
src/flask_ipernity/ext.py
src/flask_ipernity/login.py
tests/README
tests/conftest.py
tests/test_00_no_login_no_cache.py
tests/test_auth.py
tests/test_cache.py
tests/test_login.py