LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
quickscale/__init__.py
quickscale/cli.py
quickscale.egg-info/PKG-INFO
quickscale.egg-info/SOURCES.txt
quickscale.egg-info/dependency_links.txt
quickscale.egg-info/entry_points.txt
quickscale.egg-info/requires.txt
quickscale.egg-info/top_level.txt
quickscale/commands/__init__.py
quickscale/commands/command_base.py
quickscale/commands/command_manager.py
quickscale/commands/command_utils.py
quickscale/commands/development_commands.py
quickscale/commands/init_command.py
quickscale/commands/project_commands.py
quickscale/commands/project_manager.py
quickscale/commands/service_commands.py
quickscale/commands/service_generator_commands.py
quickscale/commands/sync_back_command.py
quickscale/commands/system_commands.py
quickscale/commands/verification/__init__.py
quickscale/commands/verification/service_verification.py
quickscale/config/__init__.py
quickscale/config/config_manager.py
quickscale/config/settings.py
quickscale/project_templates/.dockerignore
quickscale/project_templates/.env.example
quickscale/project_templates/Dockerfile
quickscale/project_templates/docker-compose.yml
quickscale/project_templates/entrypoint.sh
quickscale/project_templates/manage.py
quickscale/project_templates/requirements.txt
quickscale/project_templates/admin_dashboard/admin.py
quickscale/project_templates/admin_dashboard/apps.py
quickscale/project_templates/admin_dashboard/models.py
quickscale/project_templates/admin_dashboard/signals.py
quickscale/project_templates/admin_dashboard/tests_product_admin.py
quickscale/project_templates/admin_dashboard/tests_views_no_stripe.py
quickscale/project_templates/admin_dashboard/urls.py
quickscale/project_templates/admin_dashboard/utils.py
quickscale/project_templates/admin_dashboard/views.py
quickscale/project_templates/admin_dashboard/migrations/0001_initial.py
quickscale/project_templates/admin_dashboard/migrations/__init__.py
quickscale/project_templates/admin_dashboard/templates/admin_dashboard/analytics_dashboard.html
quickscale/project_templates/admin_dashboard/templatetags/__init__.py
quickscale/project_templates/admin_dashboard/templatetags/dashboard_extras.py
quickscale/project_templates/admin_dashboard/tests/__init__.py
quickscale/project_templates/admin_dashboard/tests/base.py
quickscale/project_templates/admin_dashboard/tests/test_dashboard_views.py
quickscale/project_templates/admin_dashboard/tests/test_middleware_edge_cases.py
quickscale/project_templates/admin_dashboard/tests/test_payment_admin_tools.py
quickscale/project_templates/admin_dashboard/tests/test_product_admin.py
quickscale/project_templates/admin_dashboard/tests/test_webhook_handlers.py
quickscale/project_templates/api/__init__.py
quickscale/project_templates/api/apps.py
quickscale/project_templates/api/urls.py
quickscale/project_templates/api/utils.py
quickscale/project_templates/api/views.py
quickscale/project_templates/api/templates/api/api_docs.html
quickscale/project_templates/api/templates/api/base.html
quickscale/project_templates/common/apps.py
quickscale/project_templates/common/urls.py
quickscale/project_templates/common/views.py
quickscale/project_templates/common/migrations/0001_initial.py
quickscale/project_templates/common/migrations/__init__.py
quickscale/project_templates/core/api_middleware.py
quickscale/project_templates/core/asgi.py
quickscale/project_templates/core/context_processors.py
quickscale/project_templates/core/email_settings.py
quickscale/project_templates/core/env_utils.py
quickscale/project_templates/core/logging_settings.py
quickscale/project_templates/core/security_settings.py
quickscale/project_templates/core/settings.py
quickscale/project_templates/core/test_runner.py
quickscale/project_templates/core/test_settings.py
quickscale/project_templates/core/urls.py
quickscale/project_templates/core/wsgi.py
quickscale/project_templates/core/migrations/.gitkeep
quickscale/project_templates/core/migrations/0001_update_site_domain.py
quickscale/project_templates/core/migrations/__init__.py
quickscale/project_templates/credits/__init__.py
quickscale/project_templates/credits/admin.py
quickscale/project_templates/credits/api_urls.py
quickscale/project_templates/credits/apps.py
quickscale/project_templates/credits/forms.py
quickscale/project_templates/credits/models.py
quickscale/project_templates/credits/urls.py
quickscale/project_templates/credits/views.py
quickscale/project_templates/credits/migrations/0001_initial.py
quickscale/project_templates/credits/migrations/0002_add_subscription_support.py
quickscale/project_templates/credits/migrations/0003_add_payment_model.py
quickscale/project_templates/credits/migrations/0004_add_stripe_invoice_id.py
quickscale/project_templates/credits/migrations/0005_ai_service_framework.py
quickscale/project_templates/credits/migrations/0006_add_api_key_model.py
quickscale/project_templates/credits/migrations/0007_add_text_processing_service.py
quickscale/project_templates/credits/migrations/0008_allow_zero_cost_services.py
quickscale/project_templates/credits/migrations/__init__.py
quickscale/project_templates/credits/templates/credits/buy_credits.html
quickscale/project_templates/credits/templates/credits/dashboard.html
quickscale/project_templates/credits/templates/credits/services.html
quickscale/project_templates/credits/tests/__init__.py
quickscale/project_templates/credits/tests/base.py
quickscale/project_templates/credits/tests/test_middleware_edge_cases.py
quickscale/project_templates/credits/tests/test_payment_admin_tools.py
quickscale/project_templates/credits/tests/test_product_admin.py
quickscale/project_templates/credits/tests/test_subscription.py
quickscale/project_templates/credits/tests/test_webhook_handlers.py
quickscale/project_templates/docs/README.md
quickscale/project_templates/logs/error.log
quickscale/project_templates/logs/quickscale.log
quickscale/project_templates/logs/security.log
quickscale/project_templates/public/apps.py
quickscale/project_templates/public/urls.py
quickscale/project_templates/public/views.py
quickscale/project_templates/public/migrations/0001_initial.py
quickscale/project_templates/public/migrations/__init__.py
quickscale/project_templates/services/__init__.py
quickscale/project_templates/services/apps.py
quickscale/project_templates/services/base.py
quickscale/project_templates/services/decorators.py
quickscale/project_templates/services/examples.py
quickscale/project_templates/services/models.py
quickscale/project_templates/services/urls.py
quickscale/project_templates/services/views.py
quickscale/project_templates/services/management/commands/configure_service.py
quickscale/project_templates/services/templates/services/service_list.html
quickscale/project_templates/services/templates/services/service_usage_form.html
quickscale/project_templates/services/templates/services/service_usage_result.html
quickscale/project_templates/static/favicon.ico
quickscale/project_templates/static/favicon.svg
quickscale/project_templates/static/generate_favicon.sh
quickscale/project_templates/static/js/main.js
quickscale/project_templates/static/js/password_validation.js
quickscale/project_templates/stripe_manager/__init__.py
quickscale/project_templates/stripe_manager/admin.py
quickscale/project_templates/stripe_manager/apps.py
quickscale/project_templates/stripe_manager/models.py
quickscale/project_templates/stripe_manager/stripe_manager.py
quickscale/project_templates/stripe_manager/urls.py
quickscale/project_templates/stripe_manager/utils.py
quickscale/project_templates/stripe_manager/views.py
quickscale/project_templates/stripe_manager/migrations/0001_initial.py
quickscale/project_templates/stripe_manager/migrations/README.md
quickscale/project_templates/stripe_manager/migrations/__init__.py
quickscale/project_templates/stripe_manager/templates/stripe_manager/checkout_error.html
quickscale/project_templates/stripe_manager/templates/stripe_manager/checkout_success.html
quickscale/project_templates/stripe_manager/templates/stripe_manager/plan_comparison.html
quickscale/project_templates/stripe_manager/templatetags/__init__.py
quickscale/project_templates/stripe_manager/templatetags/stripe_tags.py
quickscale/project_templates/stripe_manager/tests/__init__.py
quickscale/project_templates/stripe_manager/tests/base.py
quickscale/project_templates/templates/429.html
quickscale/project_templates/templates/admin_test.html
quickscale/project_templates/templates/base.html
quickscale/project_templates/templates/account/base.html
quickscale/project_templates/templates/account/email.html
quickscale/project_templates/templates/account/email_confirm.html
quickscale/project_templates/templates/account/login.html
quickscale/project_templates/templates/account/logout.html
quickscale/project_templates/templates/account/password_change.html
quickscale/project_templates/templates/account/password_reset.html
quickscale/project_templates/templates/account/password_reset_done.html
quickscale/project_templates/templates/account/password_reset_from_key.html
quickscale/project_templates/templates/account/password_reset_from_key_done.html
quickscale/project_templates/templates/account/signup.html
quickscale/project_templates/templates/account/verification_sent.html
quickscale/project_templates/templates/account/verified_email_required.html
quickscale/project_templates/templates/account/email/account_already_exists_message.txt
quickscale/project_templates/templates/account/email/account_already_exists_subject.txt
quickscale/project_templates/templates/account/email/base_message.txt
quickscale/project_templates/templates/account/email/base_notification.txt
quickscale/project_templates/templates/account/email/base_signup.txt
quickscale/project_templates/templates/account/email/email_confirmation_message.txt
quickscale/project_templates/templates/account/email/email_confirmation_signup_message.txt
quickscale/project_templates/templates/account/email/email_confirmation_signup_subject.txt
quickscale/project_templates/templates/account/email/email_confirmation_subject.txt
quickscale/project_templates/templates/account/email/password_reset_key_message.txt
quickscale/project_templates/templates/account/email/password_reset_key_subject.txt
quickscale/project_templates/templates/account/email/unknown_account_message.txt
quickscale/project_templates/templates/account/email/unknown_account_subject.txt
quickscale/project_templates/templates/admin/credits/bulk_credit_adjustment.html
quickscale/project_templates/templates/admin/credits/credit_adjustment.html
quickscale/project_templates/templates/admin/credits/service_usage_analytics.html
quickscale/project_templates/templates/admin/stripe_manager/stripeproduct/change_list.html
quickscale/project_templates/templates/admin_dashboard/audit_log.html
quickscale/project_templates/templates/admin_dashboard/index.html
quickscale/project_templates/templates/admin_dashboard/payment_detail.html
quickscale/project_templates/templates/admin_dashboard/payment_investigation.html
quickscale/project_templates/templates/admin_dashboard/payment_search.html
quickscale/project_templates/templates/admin_dashboard/payments.html
quickscale/project_templates/templates/admin_dashboard/plan_change_success.html
quickscale/project_templates/templates/admin_dashboard/product_admin.html
quickscale/project_templates/templates/admin_dashboard/product_detail.html
quickscale/project_templates/templates/admin_dashboard/service_admin.html
quickscale/project_templates/templates/admin_dashboard/service_detail.html
quickscale/project_templates/templates/admin_dashboard/subscription.html
quickscale/project_templates/templates/admin_dashboard/subscription_cancel.html
quickscale/project_templates/templates/admin_dashboard/subscription_success.html
quickscale/project_templates/templates/admin_dashboard/user_dashboard.html
quickscale/project_templates/templates/admin_dashboard/user_detail.html
quickscale/project_templates/templates/admin_dashboard/user_search.html
quickscale/project_templates/templates/admin_dashboard/partials/credit_adjustment_form.html
quickscale/project_templates/templates/admin_dashboard/partials/credit_history.html
quickscale/project_templates/templates/admin_dashboard/partials/refund_response.html
quickscale/project_templates/templates/base/base.html
quickscale/project_templates/templates/components/enhanced_password_input.html
quickscale/project_templates/templates/components/footer.html
quickscale/project_templates/templates/components/hero_banner.html
quickscale/project_templates/templates/components/messages.html
quickscale/project_templates/templates/components/navbar.html
quickscale/project_templates/templates/credits/buy_credits.html
quickscale/project_templates/templates/credits/dashboard.html
quickscale/project_templates/templates/credits/services.html
quickscale/project_templates/templates/public/about.html
quickscale/project_templates/templates/public/contact.html
quickscale/project_templates/templates/public/home.html
quickscale/project_templates/templates/public/index.html
quickscale/project_templates/templates/stripe/error.html
quickscale/project_templates/templates/stripe/product_detail.html
quickscale/project_templates/templates/stripe/product_list.html
quickscale/project_templates/templates/stripe/status.html
quickscale/project_templates/templates/users/_api_key_generated_partial.html
quickscale/project_templates/templates/users/account_locked.html
quickscale/project_templates/templates/users/account_security.html
quickscale/project_templates/templates/users/api_key_generated.html
quickscale/project_templates/templates/users/api_keys.html
quickscale/project_templates/templates/users/api_keys_list_partial.html
quickscale/project_templates/templates/users/profile.html
quickscale/project_templates/templates/users/profile_form.html
quickscale/project_templates/templates/users/two_factor_settings.html
quickscale/project_templates/templates/users/partials/api_key_generated_htmx.html
quickscale/project_templates/templates/users/partials/api_key_generated_partial.html
quickscale/project_templates/templates/users/partials/api_keys_list.html
quickscale/project_templates/templates/users/partials/api_keys_partial.html
quickscale/project_templates/tests/__init__.py
quickscale/project_templates/tests/test_sample.py
quickscale/project_templates/users/__init__.py
quickscale/project_templates/users/adapters.py
quickscale/project_templates/users/admin.py
quickscale/project_templates/users/apps.py
quickscale/project_templates/users/forms.py
quickscale/project_templates/users/middleware.py
quickscale/project_templates/users/models.py
quickscale/project_templates/users/security_logger.py
quickscale/project_templates/users/signals.py
quickscale/project_templates/users/urls.py
quickscale/project_templates/users/validators.py
quickscale/project_templates/users/views.py
quickscale/project_templates/users/views_2fa.py
quickscale/project_templates/users/management/__init__.py
quickscale/project_templates/users/management/commands/__init__.py
quickscale/project_templates/users/management/commands/create_default_users.py
quickscale/project_templates/users/management/commands/diagnose_login.py
quickscale/project_templates/users/management/commands/fix_login.py
quickscale/project_templates/users/migrations/0001_initial.py
quickscale/project_templates/users/migrations/0002_add_security_models.py
quickscale/project_templates/users/migrations/__init__.py
quickscale/utils/__init__.py
quickscale/utils/env_utils.py
quickscale/utils/error_manager.py
quickscale/utils/help_manager.py
quickscale/utils/log_scanner.py
quickscale/utils/logging_manager.py
quickscale/utils/message_manager.py
quickscale/utils/service_dev_utils.py
quickscale/utils/service_templates.py
quickscale/utils/template_generator.py
quickscale/utils/timeout_constants.py