LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
reqs/app.in
reqs/app.txt
reqs/dev.in
reqs/dev.txt
src/shopcube/__init__.py
src/shopcube/__main__.py
src/shopcube/app.py
src/shopcube/config.example.json
src/shopcube/config.json
src/shopcube/config.py
src/shopcube/conftest.py
src/shopcube/init.py
src/shopcube.egg-info/PKG-INFO
src/shopcube.egg-info/SOURCES.txt
src/shopcube.egg-info/dependency_links.txt
src/shopcube.egg-info/entry_points.txt
src/shopcube.egg-info/requires.txt
src/shopcube.egg-info/top_level.txt
src/shopcube/modules/__init__.py
src/shopcube/modules/box__bizhelp/__init__.py
src/shopcube/modules/box__bizhelp/box_info.json
src/shopcube/modules/box__bizhelp/announce/__init__.py
src/shopcube/modules/box__bizhelp/announce/forms.py
src/shopcube/modules/box__bizhelp/announce/global.py
src/shopcube/modules/box__bizhelp/announce/info.json
src/shopcube/modules/box__bizhelp/announce/models.py
src/shopcube/modules/box__bizhelp/announce/view.py
src/shopcube/modules/box__bizhelp/announce/templates/announce/dashboard.html
src/shopcube/modules/box__bizhelp/announce/templates/announce/edit.html
src/shopcube/modules/box__bizhelp/announce/templates/announce/list.html
src/shopcube/modules/box__bizhelp/announce/templates/announce/blocks/sidebar.html
src/shopcube/modules/box__bizhelp/announce/tests/test_announce.py
src/shopcube/modules/box__bizhelp/appointment/__init__.py
src/shopcube/modules/box__bizhelp/appointment/info.json
src/shopcube/modules/box__bizhelp/appointment/models.py
src/shopcube/modules/box__bizhelp/appointment/view.py
src/shopcube/modules/box__bizhelp/appointment/templates/appointment/add.html
src/shopcube/modules/box__bizhelp/appointment/templates/appointment/edit.html
src/shopcube/modules/box__bizhelp/appointment/templates/appointment/index.html
src/shopcube/modules/box__bizhelp/appointment/templates/appointment/lookup.html
src/shopcube/modules/box__bizhelp/appointment/templates/appointment/blocks/sidebar.html
src/shopcube/modules/box__bizhelp/contact/__init__.py
src/shopcube/modules/box__bizhelp/contact/forms.py
src/shopcube/modules/box__bizhelp/contact/global.py
src/shopcube/modules/box__bizhelp/contact/info.json
src/shopcube/modules/box__bizhelp/contact/models.py
src/shopcube/modules/box__bizhelp/contact/view.py
src/shopcube/modules/box__bizhelp/contact/templates/contact/contact_form.html
src/shopcube/modules/box__bizhelp/contact/templates/contact/dashboard.html
src/shopcube/modules/box__bizhelp/contact/templates/contact/blocks/sidebar.html
src/shopcube/modules/box__bizhelp/contact/tests/test_contact.py
src/shopcube/modules/box__bizhelp/page/__init__.py
src/shopcube/modules/box__bizhelp/page/forms.py
src/shopcube/modules/box__bizhelp/page/info.json
src/shopcube/modules/box__bizhelp/page/models.py
src/shopcube/modules/box__bizhelp/page/view.py
src/shopcube/modules/box__bizhelp/page/templates/page/all_pages.html
src/shopcube/modules/box__bizhelp/page/templates/page/dashboard.html
src/shopcube/modules/box__bizhelp/page/templates/page/view_page.html
src/shopcube/modules/box__bizhelp/page/templates/page/blocks/sidebar.html
src/shopcube/modules/box__bizhelp/people/__init__.py
src/shopcube/modules/box__bizhelp/people/info.json
src/shopcube/modules/box__bizhelp/people/models.py
src/shopcube/modules/box__bizhelp/people/view.py
src/shopcube/modules/box__bizhelp/people/templates/people/add.html
src/shopcube/modules/box__bizhelp/people/templates/people/edit.html
src/shopcube/modules/box__bizhelp/people/templates/people/index.html
src/shopcube/modules/box__bizhelp/people/templates/people/lookup.html
src/shopcube/modules/box__bizhelp/people/templates/people/blocks/sidebar.html
src/shopcube/modules/box__default/__init__.py
src/shopcube/modules/box__default/box_info.json
src/shopcube/modules/box__default/admin/__init__.py
src/shopcube/modules/box__default/admin/admin.py
src/shopcube/modules/box__default/admin/info.json
src/shopcube/modules/box__default/admin/models.py
src/shopcube/modules/box__default/admin/upload.py
src/shopcube/modules/box__default/admin/view.py
src/shopcube/modules/box__default/admin/templates/admin/add.html
src/shopcube/modules/box__default/admin/templates/admin/edit.html
src/shopcube/modules/box__default/admin/templates/admin/index.html
src/shopcube/modules/box__default/admin/templates/admin/roles.html
src/shopcube/modules/box__default/admin/templates/admin/blocks/sidebar.html
src/shopcube/modules/box__default/admin/tests/test_admin.py
src/shopcube/modules/box__default/admin/tests/test_models.py
src/shopcube/modules/box__default/auth/__init__.py
src/shopcube/modules/box__default/auth/email.py
src/shopcube/modules/box__default/auth/forms.py
src/shopcube/modules/box__default/auth/global.py
src/shopcube/modules/box__default/auth/info.json
src/shopcube/modules/box__default/auth/view.py
src/shopcube/modules/box__default/auth/templates/auth/login.html
src/shopcube/modules/box__default/auth/templates/auth/register.html
src/shopcube/modules/box__default/auth/templates/auth/shop_login.html
src/shopcube/modules/box__default/auth/templates/auth/blocks/login_form.html
src/shopcube/modules/box__default/auth/templates/auth/blocks/register_form.html
src/shopcube/modules/box__default/auth/tests/test_login.py
src/shopcube/modules/box__default/base/__init__.py
src/shopcube/modules/box__default/base/info.json
src/shopcube/modules/box__default/base/view.py
src/shopcube/modules/box__default/base/templates/base/main_base.html
src/shopcube/modules/box__default/base/templates/base/module_base.html
src/shopcube/modules/box__default/base/templates/base/nav_base.html
src/shopcube/modules/box__default/base/templates/base/blocks/default_styles.html
src/shopcube/modules/box__default/base/templates/base/blocks/flashed_messages.html
src/shopcube/modules/box__default/base/templates/base/blocks/footer.html
src/shopcube/modules/box__default/base/templates/base/blocks/macros.html
src/shopcube/modules/box__default/base/templates/base/blocks/resources.html
src/shopcube/modules/box__default/dashboard/__init__.py
src/shopcube/modules/box__default/dashboard/view.py
src/shopcube/modules/box__default/dashboard/templates/dashboard/index.html
src/shopcube/modules/box__default/dashboard/templates/dashboard/nav.html
src/shopcube/modules/box__default/dashboard/tests/test_dashboard.py
src/shopcube/modules/box__default/settings/__init__.py
src/shopcube/modules/box__default/settings/helpers.py
src/shopcube/modules/box__default/settings/info.json
src/shopcube/modules/box__default/settings/models.py
src/shopcube/modules/box__default/settings/upload.py
src/shopcube/modules/box__default/settings/view.py
src/shopcube/modules/box__default/settings/templates/settings/edit.html
src/shopcube/modules/box__default/settings/templates/settings/index.html
src/shopcube/modules/box__default/settings/templates/settings/nav.html
src/shopcube/modules/box__default/settings/tests/test_settings.py
src/shopcube/modules/box__default/theme/__init__.py
src/shopcube/modules/box__default/theme/forms.py
src/shopcube/modules/box__default/theme/global.py
src/shopcube/modules/box__default/theme/info.json
src/shopcube/modules/box__default/theme/models.py
src/shopcube/modules/box__default/theme/view.py
src/shopcube/modules/box__default/theme/templates/theme/index.html
src/shopcube/modules/box__default/theme/templates/theme/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/__init__.py
src/shopcube/modules/box__ecommerce/box_info.json
src/shopcube/modules/box__ecommerce/category/__init__.py
src/shopcube/modules/box__ecommerce/category/forms.py
src/shopcube/modules/box__ecommerce/category/global.py
src/shopcube/modules/box__ecommerce/category/info.json
src/shopcube/modules/box__ecommerce/category/models.py
src/shopcube/modules/box__ecommerce/category/upload.py
src/shopcube/modules/box__ecommerce/category/view.py
src/shopcube/modules/box__ecommerce/category/templates/category/add.html
src/shopcube/modules/box__ecommerce/category/templates/category/choose_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/dashboard.html
src/shopcube/modules/box__ecommerce/category/templates/category/edit.html
src/shopcube/modules/box__ecommerce/category/templates/category/edit_img_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/manage_sub.html
src/shopcube/modules/box__ecommerce/category/templates/category/message.html
src/shopcube/modules/box__ecommerce/category/templates/category/upload.html
src/shopcube/modules/box__ecommerce/category/templates/category/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/category/tests/test_category.py
src/shopcube/modules/box__ecommerce/customer/__init__.py
src/shopcube/modules/box__ecommerce/customer/forms.py
src/shopcube/modules/box__ecommerce/customer/global.py
src/shopcube/modules/box__ecommerce/customer/info.json
src/shopcube/modules/box__ecommerce/customer/models.py
src/shopcube/modules/box__ecommerce/customer/view.py
src/shopcube/modules/box__ecommerce/customer/templates/customer/dashboard.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/order_item_view.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/orders.html
src/shopcube/modules/box__ecommerce/customer/templates/customer/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/customer/tests/test_customer_functional.py
src/shopcube/modules/box__ecommerce/customer/tests/test_customer_models.py
src/shopcube/modules/box__ecommerce/pos/__init__.py
src/shopcube/modules/box__ecommerce/pos/forms.py
src/shopcube/modules/box__ecommerce/pos/info.json
src/shopcube/modules/box__ecommerce/pos/models.py
src/shopcube/modules/box__ecommerce/pos/view.py
src/shopcube/modules/box__ecommerce/pos/templates/pos/index.html
src/shopcube/modules/box__ecommerce/product/__init__.py
src/shopcube/modules/box__ecommerce/product/global.py
src/shopcube/modules/box__ecommerce/product/info.json
src/shopcube/modules/box__ecommerce/product/models.py
src/shopcube/modules/box__ecommerce/product/view.py
src/shopcube/modules/box__ecommerce/product/templates/product/add.html
src/shopcube/modules/box__ecommerce/product/templates/product/edit.html
src/shopcube/modules/box__ecommerce/product/templates/product/list.html
src/shopcube/modules/box__ecommerce/product/templates/product/lookup.html
src/shopcube/modules/box__ecommerce/product/templates/product/nav.html
src/shopcube/modules/box__ecommerce/product/templates/product/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/shop/__init__.py
src/shopcube/modules/box__ecommerce/shop/forms.py
src/shopcube/modules/box__ecommerce/shop/global.py
src/shopcube/modules/box__ecommerce/shop/helpers.py
src/shopcube/modules/box__ecommerce/shop/info.json
src/shopcube/modules/box__ecommerce/shop/models.py
src/shopcube/modules/box__ecommerce/shop/view.py
src/shopcube/modules/box__ecommerce/shop/templates/shop/base.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/category.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/checkout.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/order_complete.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/product.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/shop.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/subcategory.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/view_cart.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/wishlist.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/accordion.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/common_styles.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/blocks/sidebar.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/emails/order_info.html
src/shopcube/modules/box__ecommerce/shop/templates/shop/emails/order_info.txt
src/shopcube/modules/box__ecommerce/shop/templates/shop/sections/resources.html
src/shopcube/modules/box__ecommerce/shop/tests/test_shop.py
src/shopcube/modules/box__ecommerce/shopman/__init__.py
src/shopcube/modules/box__ecommerce/shopman/forms.py
src/shopcube/modules/box__ecommerce/shopman/info.json
src/shopcube/modules/box__ecommerce/shopman/models.py
src/shopcube/modules/box__ecommerce/shopman/upload.py
src/shopcube/modules/box__ecommerce/shopman/view.py
src/shopcube/modules/box__ecommerce/shopman/data/country.json
src/shopcube/modules/box__ecommerce/shopman/data/currency.json
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/coupon.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/dashboard.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/delivery.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/email_status_change.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/order.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/order_view.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/payment.html
src/shopcube/modules/box__ecommerce/shopman/templates/shopman/blocks/sidebar.html
src/shopcube/modules/resource/__init__.py
src/shopcube/modules/resource/forms.py
src/shopcube/modules/resource/info.json
src/shopcube/modules/resource/models.py
src/shopcube/modules/resource/view.py
src/shopcube/modules/resource/templates/resource/blocks/sidebar.html
src/shopcube/modules/www/__init__.py
src/shopcube/modules/www/forms.py
src/shopcube/modules/www/info.json
src/shopcube/modules/www/models.py
src/shopcube/modules/www/view.py
src/shopcube/modules/www/templates/www/blocks/sidebar.html
src/shopcube/utils/__init__.py
src/shopcube/utils/enhance.py
src/shopcube/utils/file.py
src/shopcube/utils/info.py
src/shopcube/utils/session.py
src/shopcube/utils/validators.py
src/shopcube/utils/tests/__init__.py