MANIFEST.in
README.md
pyproject.toml
src/smx_commerce/__init__.py
src/smx_commerce/cli.py
src/smx_commerce/env_config.py
src/smx_commerce/settings.py
src/smx_commerce.egg-info/PKG-INFO
src/smx_commerce.egg-info/SOURCES.txt
src/smx_commerce.egg-info/dependency_links.txt
src/smx_commerce.egg-info/entry_points.txt
src/smx_commerce.egg-info/requires.txt
src/smx_commerce.egg-info/top_level.txt
src/smx_commerce/admin/__init__.py
src/smx_commerce/admin/amounts.py
src/smx_commerce/admin/auth.py
src/smx_commerce/admin/category_edit.py
src/smx_commerce/admin/home.py
src/smx_commerce/admin/order_edit.py
src/smx_commerce/admin/price_edit.py
src/smx_commerce/admin/product_edit.py
src/smx_commerce/admin/routes.py
src/smx_commerce/admin/safe_delete.py
src/smx_commerce/catalog/__init__.py
src/smx_commerce/catalog/models.py
src/smx_commerce/catalog/objects.py
src/smx_commerce/catalog/repository.py
src/smx_commerce/catalog/routes_admin.py
src/smx_commerce/catalog/routes_public.py
src/smx_commerce/catalog/services.py
src/smx_commerce/checkout/__init__.py
src/smx_commerce/checkout/models.py
src/smx_commerce/checkout/objects.py
src/smx_commerce/checkout/repository.py
src/smx_commerce/checkout/routes.py
src/smx_commerce/checkout/routes_admin.py
src/smx_commerce/checkout/services.py
src/smx_commerce/core/__init__.py
src/smx_commerce/core/config.py
src/smx_commerce/core/db.py
src/smx_commerce/core/runtime.py
src/smx_commerce/core/schema.py
src/smx_commerce/core/settings_models.py
src/smx_commerce/core/settings_repository.py
src/smx_commerce/notifications/__init__.py
src/smx_commerce/notifications/emailer.py
src/smx_commerce/notifications/memory_sender.py
src/smx_commerce/notifications/smtp_sender.py
src/smx_commerce/payments/__init__.py
src/smx_commerce/payments/checkout.py
src/smx_commerce/payments/local.py
src/smx_commerce/payments/models.py
src/smx_commerce/payments/objects.py
src/smx_commerce/payments/repository.py
src/smx_commerce/payments/routes.py
src/smx_commerce/payments/services.py
src/smx_commerce/payments/stripe_checkout.py
src/smx_commerce/payments/stripe_verifier.py
src/smx_commerce/payments/verifiers.py
src/smx_commerce/templates/admin/categories_list.html
src/smx_commerce/templates/admin/category_edit.html
src/smx_commerce/templates/admin/login.html
src/smx_commerce/templates/admin/order_edit.html
src/smx_commerce/templates/admin/orders_list.html
src/smx_commerce/templates/admin/price_edit.html
src/smx_commerce/templates/admin/product_detail.html
src/smx_commerce/templates/admin/product_edit.html
src/smx_commerce/templates/admin/products_list.html
src/smx_commerce/templates/public/checkout_cancel.html
src/smx_commerce/templates/public/checkout_success.html
src/smx_commerce/templates/public/commerce_home.html
src/smx_commerce/templates/public/product_detail.html
src/smx_commerce/templates/public/product_list.html
tests/test_admin_auth.py
tests/test_admin_categories_html.py
tests/test_admin_category_edit_form.py
tests/test_admin_home_route.py
tests/test_admin_login_navigation.py
tests/test_admin_order_edit_form.py
tests/test_admin_order_safe_delete.py
tests/test_admin_orders_html.py
tests/test_admin_price_edit_form.py
tests/test_admin_price_major_amount_forms.py
tests/test_admin_product_categories_form.py
tests/test_admin_product_create_form.py
tests/test_admin_product_detail_price_form.py
tests/test_admin_product_edit_form.py
tests/test_admin_products_html.py
tests/test_admin_safe_delete_feedback.py
tests/test_admin_safe_delete_routes.py
tests/test_admin_safe_delete_ui.py
tests/test_admin_session_auth.py
tests/test_catalog_objects.py
tests/test_catalog_service.py
tests/test_category_admin_routes.py
tests/test_category_repository.py
tests/test_checkout_redirect_html.py
tests/test_checkout_redirect_routes.py
tests/test_checkout_routes.py
tests/test_checkout_service.py
tests/test_checkout_session_provider.py
tests/test_cli_schema_commands.py
tests/test_commerce_runtime.py
tests/test_commerce_settings_repository.py
tests/test_init_commerce_api.py
tests/test_init_commerce_config_modes.py
tests/test_order_admin_routes.py
tests/test_order_confirmation_email_service.py
tests/test_order_repository.py
tests/test_orders_csv_export.py
tests/test_package_contract_workflow.py
tests/test_payment_webhook_routes.py
tests/test_payment_webhook_service.py
tests/test_price_admin_routes.py
tests/test_product_admin_routes.py
tests/test_product_price_repository.py
tests/test_product_repository.py
tests/test_public_checkout_form.py
tests/test_public_commerce_home_navigation.py
tests/test_public_navigation_shell.py
tests/test_public_product_html_routes.py
tests/test_public_product_navigation.py
tests/test_public_product_routes.py
tests/test_schema_readiness.py
tests/test_settings_admin_routes.py
tests/test_smtp_email_sender.py
tests/test_stripe_checkout_provider.py
tests/test_stripe_webhook_verifier.py
tests/test_webhook_order_confirmation_integration.py