MANIFEST.in
README.md
pyproject.toml
src/django_simple_auth_pkg.egg-info/PKG-INFO
src/django_simple_auth_pkg.egg-info/SOURCES.txt
src/django_simple_auth_pkg.egg-info/dependency_links.txt
src/django_simple_auth_pkg.egg-info/requires.txt
src/django_simple_auth_pkg.egg-info/top_level.txt
src/simple_auth/__init__.py
src/simple_auth/api_views.py
src/simple_auth/apps.py
src/simple_auth/conf.py
src/simple_auth/forms.py
src/simple_auth/serializers.py
src/simple_auth/urls.py
src/simple_auth/utils.py
src/simple_auth/views.py
src/simple_auth/management/__init__.py
src/simple_auth/management/commands/__init__.py
src/simple_auth/management/commands/simpleauth_check.py
src/simple_auth/templates/simple_auth/base.html
src/simple_auth/templates/simple_auth/login.html
src/simple_auth/templates/simple_auth/password_change_done.html
src/simple_auth/templates/simple_auth/password_change_form.html
src/simple_auth/templates/simple_auth/password_reset_complete.html
src/simple_auth/templates/simple_auth/password_reset_confirm.html
src/simple_auth/templates/simple_auth/password_reset_done.html
src/simple_auth/templates/simple_auth/password_reset_email.html
src/simple_auth/templates/simple_auth/password_reset_form.html
src/simple_auth/templates/simple_auth/resend_verification.html
src/simple_auth/templates/simple_auth/signup.html
src/simple_auth/templates/simple_auth/verification_sent.html
src/simple_auth/templates/simple_auth/verification_success.html