LICENSE
README.md
pyproject.toml
src/makemigrations.py
src/settings.py
src/billing/__init__.py
src/billing/admin.py
src/billing/apps.py
src/billing/billing_settings.py
src/billing/decorators.py
src/billing/middleware.py
src/billing/models.py
src/billing/urls.py
src/billing/views.py
src/billing/data/__init__.py
src/billing/data/default_usage_plans.py
src/billing/management/__init__.py
src/billing/management/commands/__init__.py
src/billing/management/commands/stripe.py
src/billing/migrations/0001_initial.py
src/billing/migrations/0002_initial.py
src/billing/migrations/__init__.py
src/billing/service/__init__.py
src/billing/service/checkout_completed.py
src/billing/service/entitlements.py
src/billing/service/get_user.py
src/billing/service/plan_change.py
src/billing/service/price.py
src/billing/service/stripe_customer.py
src/billing/service/subscription_ended.py
src/billing/service/subscription_handler.py
src/billing/service/test.py
src/billing/signals/__init__.py
src/billing/signals/migrations.py
src/billing/signals/quotas.py
src/billing/signals/usage.py
src/billing/signals/stripe/__init__.py
src/billing/signals/stripe/webhook_handler.py
src/billing/templates/pages/billing/dashboard/all_subscriptions.html
src/billing/templates/pages/billing/dashboard/choose_plan_section.html
src/billing/templates/pages/billing/dashboard/dashboard.html
src/billing/templates/pages/billing/dashboard/growth_usages.html
src/billing/templates/pages/billing/dashboard/starter_usages.html
src/billing/views/__init__.py
src/billing/views/change_plan.py
src/billing/views/dashboard.py
src/billing/views/stripe_misc.py
src/billing/views/stripe_webhooks.py
src/billing/views/return_urls/failed.py
src/billing/views/return_urls/success.py
src/core/__init__.py
src/core/admin.py
src/core/apps.py
src/core/config.py
src/core/decorators.py
src/core/manage.py
src/core/models.py
src/core/settings.py
src/core/urls.py
src/core/api/__init__.py
src/core/api/urls.py
src/core/api/base/__init__.py
src/core/api/base/breadcrumbs.py
src/core/api/base/notifications.py
src/core/api/base/urls.py
src/core/api/emails/__init__.py
src/core/api/emails/fetch.py
src/core/api/emails/status.py
src/core/api/emails/urls.py
src/core/api/healthcheck/__init__.py
src/core/api/healthcheck/healthcheck.py
src/core/api/healthcheck/urls.py
src/core/api/landing_page/__init__.py
src/core/api/landing_page/email_waitlist.py
src/core/api/landing_page/urls.py
src/core/api/maintenance/__init__.py
src/core/api/maintenance/now.py
src/core/api/maintenance/urls.py
src/core/api/public/__init__.py
src/core/api/public/authentication.py
src/core/api/public/decorators.py
src/core/api/public/middleware.py
src/core/api/public/models.py
src/core/api/public/permissions.py
src/core/api/public/swagger_ui.py
src/core/api/public/types.py
src/core/api/public/urls.py
src/core/api/public/endpoints/__init__.py
src/core/api/public/endpoints/system_health.py
src/core/api/public/endpoints/webhooks/__init__.py
src/core/api/public/endpoints/webhooks/urls.py
src/core/api/public/endpoints/webhooks/webhook_task_queue_handler.py
src/core/api/public/helpers/__init__.py
src/core/api/public/helpers/deprecate.py
src/core/api/public/helpers/response.py
src/core/api/public/serializers/__init__.py
src/core/api/quotas/__init__.py
src/core/api/quotas/fetch.py
src/core/api/quotas/requests.py
src/core/api/quotas/urls.py
src/core/api/settings/__init__.py
src/core/api/settings/api_keys.py
src/core/api/settings/change_name.py
src/core/api/settings/preferences.py
src/core/api/settings/profile_picture.py
src/core/api/settings/urls.py
src/core/api/teams/__init__.py
src/core/api/teams/create.py
src/core/api/teams/create_user.py
src/core/api/teams/edit_permissions.py
src/core/api/teams/invites.py
src/core/api/teams/kick.py
src/core/api/teams/leave.py
src/core/api/teams/switch_team.py
src/core/api/teams/urls.py
src/core/backend_utils/__init__.py
src/core/boto3/__init__.py
src/core/boto3/handler.py
src/core/data/__init__.py
src/core/data/default_email_templates.py
src/core/data/default_feature_flags.py
src/core/data/default_quota_limits.py
src/core/management/__init__.py
src/core/management/commands/__init__.py
src/core/management/commands/auto.py
src/core/management/commands/contributors.py
src/core/management/commands/feature_flags.py
src/core/management/commands/generate_aws_scheduler_apikey.py
src/core/management/commands/lint.py
src/core/management/commands/list_urls.py
src/core/management/commands/navbar_refresh.py
src/core/management/commands/test_urls.py
src/core/management/commands/test_views.py
src/core/migrations/0001_initial.py
src/core/migrations/__init__.py
src/core/service/__init__.py
src/core/service/api_keys/__init__.py
src/core/service/api_keys/delete.py
src/core/service/api_keys/generate.py
src/core/service/api_keys/get.py
src/core/service/asyn_tasks/__init__.py
src/core/service/asyn_tasks/tasks.py
src/core/service/base/__init__.py
src/core/service/base/breadcrumbs.py
src/core/service/boto3/__init__.py
src/core/service/boto3/handler.py
src/core/service/emails/__init__.py
src/core/service/maintenance/__init__.py
src/core/service/maintenance/tasks.py
src/core/service/maintenance/expire/__init__.py
src/core/service/maintenance/expire/run.py
src/core/service/modals/__init__.py
src/core/service/modals/modals.py
src/core/service/modals/registry.py
src/core/service/modals/template_exists.py
src/core/service/permissions/__init__.py
src/core/service/permissions/scopes.py
src/core/service/settings/__init__.py
src/core/service/settings/update.py
src/core/service/settings/view.py
src/core/service/teams/__init__.py
src/core/service/teams/create_user.py
src/core/service/teams/fetch.py
src/core/service/teams/permissions.py
src/core/service/webhooks/__init__.py
src/core/service/webhooks/auth.py
src/core/signals/__init__.py
src/core/signals/migrations.py
src/core/signals/signals.py
src/core/static/img/avatar-example.jpg
src/core/static/img/brainstorming_finance.png
src/core/static/img/choose.svg
src/core/static/img/create-account-office-dark.jpeg
src/core/static/img/create-account-office.jpeg
src/core/static/img/default_profile_pic.png
src/core/static/img/forgot-password-office-dark.jpeg
src/core/static/img/forgot-password-office.jpeg
src/core/static/img/forgot_password.svg
src/core/static/img/github.svg
src/core/static/img/invoices.svg
src/core/static/img/login-office-dark.jpeg
src/core/static/img/login-office.jpeg
src/core/static/img/login_image.jpg
src/core/static/img/mobile_login.svg
src/core/static/img/receipt.svg
src/core/static/img/signup.svg
src/core/static/img/software.svg
src/core/static/img/team_done.svg
src/core/static/img/twitter.svg
src/core/static/img/two_factor_auth.svg
src/core/static/img/verified.svg
src/core/templates/core/auth/_magic_link_partial.html
src/core/templates/core/auth/auth.html
src/core/templates/core/auth/create_account_choose.html
src/core/templates/core/auth/create_account_manual.html
src/core/templates/core/auth/forgot_password.html
src/core/templates/core/auth/login.html
src/core/templates/core/auth/login_initial.html
src/core/templates/core/auth/magic_link_verify.html
src/core/templates/core/auth/magic_link_waiting.html
src/core/templates/core/base/+left_drawer.html
src/core/templates/core/base/_head.html
src/core/templates/core/base/base.html
src/core/templates/core/base/breadcrumbs.html
src/core/templates/core/base/breadcrumbs_ul.html
src/core/templates/core/base/htmx.html
src/core/templates/core/base/toast.html
src/core/templates/core/base/toasts.html
src/core/templates/core/base/topbar/+icon_dropdown.html
src/core/templates/core/base/topbar/_notification_count.html
src/core/templates/core/base/topbar/_notification_dropdown_items.html
src/core/templates/core/base/topbar/_organizations_list.html
src/core/templates/core/base/topbar/_topbar.html
src/core/templates/core/base/topbar/team_selector/selector.html
src/core/templates/modals/accept_invite.html
src/core/templates/modals/change_profile_picture.html
src/core/templates/modals/create_invoice_product.html
src/core/templates/modals/create_reminder.html
src/core/templates/modals/create_team.html
src/core/templates/modals/edit_team_member_permissions.html
src/core/templates/modals/generate_api_key.html
src/core/templates/modals/generate_report.html
src/core/templates/modals/invite_user.html
src/core/templates/modals/invoices_add_service.html
src/core/templates/modals/invoices_edit_discount.html
src/core/templates/modals/invoices_from_destination.html
src/core/templates/modals/invoices_to_destination.html
src/core/templates/modals/leave_team.html
src/core/templates/modals/receipts_upload.html
src/core/templates/modals/send_bulk_email.html
src/core/templates/modals/send_single_email.html
src/core/templates/modals/team_create_user.html
src/core/templates/modals/view_quota_limit_info.html
src/core/templatetags/__init__.py
src/core/templatetags/cal_filters.py
src/core/templatetags/dictfilters.py
src/core/templatetags/feature_enabled.py
src/core/templatetags/listfilters.py
src/core/templatetags/strfilters.py
src/core/templatetags/utils.py
src/core/types/__init__.py
src/core/types/emails.py
src/core/types/htmx.py
src/core/types/requests.py
src/core/utils/__init__.py
src/core/utils/calendar.py
src/core/utils/dataclasses.py
src/core/utils/feature_flags.py
src/core/utils/http_utils.py
src/core/utils/quota_limit_ops.py
src/core/utils/service_retry.py
src/core/utils/settings_helper.py
src/core/views/__init__.py
src/core/views/auth/__init__.py
src/core/views/auth/create_account.py
src/core/views/auth/helpers.py
src/core/views/auth/login.py
src/core/views/auth/urls.py
src/core/views/auth/verify.py
src/core/views/auth/passwords/__init__.py
src/core/views/auth/passwords/generate.py
src/core/views/auth/passwords/set.py
src/core/views/auth/passwords/view.py
src/core/views/emails/__init__.py
src/core/views/emails/dashboard.py
src/core/views/emails/urls.py
src/core/views/modals/__init__.py
src/core/views/modals/open.py
src/core/views/other/__init__.py
src/core/views/other/errors.py
src/core/views/other/index.py
src/core/views/quotas/__init__.py
src/core/views/quotas/view.py
src/core/views/settings/__init__.py
src/core/views/settings/teams.py
src/core/views/settings/urls.py
src/core/views/settings/view.py
src/core/views/teams/__init__.py
src/core/views/teams/urls.py
src/strelix_core.egg-info/PKG-INFO
src/strelix_core.egg-info/SOURCES.txt
src/strelix_core.egg-info/dependency_links.txt
src/strelix_core.egg-info/top_level.txt