pyproject.toml
setup.py
src/boilersaas/__init__.py
src/boilersaas/forms.py
src/boilersaas/models.py
src/boilersaas/routes.py
src/boilersaas/signin_social.py
src/boilersaas/types.py
src/boilersaas.egg-info/PKG-INFO
src/boilersaas.egg-info/SOURCES.txt
src/boilersaas.egg-info/dependency_links.txt
src/boilersaas.egg-info/requires.txt
src/boilersaas.egg-info/top_level.txt
src/boilersaas/templates/base.html
src/boilersaas/templates/blank.html
src/boilersaas/templates/dashboard.html
src/boilersaas/templates/for_tailwind.html
src/boilersaas/templates/index.html
src/boilersaas/templates/invite_create.html
src/boilersaas/templates/invites.html
src/boilersaas/templates/login.html
src/boilersaas/templates/logo.html
src/boilersaas/templates/register.html
src/boilersaas/templates/register_invite.html
src/boilersaas/templates/reset_request.html
src/boilersaas/templates/reset_request_with_token.html
src/boilersaas/templates/components/button_signin_facebook.html
src/boilersaas/templates/components/button_signin_google.html
src/boilersaas/templates/components/button_signin_x.html
src/boilersaas/templates/components/section_social_signin.html
src/boilersaas/templates/email/invite_send.html
src/boilersaas/templates/email/reset_password.html
src/boilersaas/templates/email/welcome.html
src/boilersaas/translations/PyBabel.cfg
src/boilersaas/translations/README.md
src/boilersaas/translations/es/LC_MESSAGES/messages.po
src/boilersaas/utils/__init__.py
src/boilersaas/utils/db.py
src/boilersaas/utils/locale.py
src/boilersaas/utils/mail.py