LICENSE
README.md
pyproject.toml
shelfshift/__init__.py
shelfshift/config.py
shelfshift.egg-info/PKG-INFO
shelfshift.egg-info/SOURCES.txt
shelfshift.egg-info/dependency_links.txt
shelfshift.egg-info/entry_points.txt
shelfshift.egg-info/requires.txt
shelfshift.egg-info/top_level.txt
shelfshift/cli/__init__.py
shelfshift/cli/main.py
shelfshift/core/__init__.py
shelfshift/core/api.py
shelfshift/core/config.py
shelfshift/core/registry.py
shelfshift/core/canonical/__init__.py
shelfshift/core/canonical/entities.py
shelfshift/core/canonical/helpers.py
shelfshift/core/canonical/schemas.py
shelfshift/core/canonical/serialization.py
shelfshift/core/detect/__init__.py
shelfshift/core/detect/csv.py
shelfshift/core/detect/url.py
shelfshift/core/exporters/__init__.py
shelfshift/core/exporters/api.py
shelfshift/core/exporters/platforms/__init__.py
shelfshift/core/exporters/platforms/bigcommerce.py
shelfshift/core/exporters/platforms/shopify.py
shelfshift/core/exporters/platforms/squarespace.py
shelfshift/core/exporters/platforms/wix.py
shelfshift/core/exporters/platforms/woocommerce.py
shelfshift/core/exporters/shared/__init__.py
shelfshift/core/exporters/shared/batch.py
shelfshift/core/exporters/shared/utils.py
shelfshift/core/exporters/shared/weight_units.py
shelfshift/core/importers/__init__.py
shelfshift/core/importers/csv/__init__.py
shelfshift/core/importers/csv/batch.py
shelfshift/core/importers/csv/bigcommerce.py
shelfshift/core/importers/csv/common.py
shelfshift/core/importers/csv/detection.py
shelfshift/core/importers/csv/shopify.py
shelfshift/core/importers/csv/squarespace.py
shelfshift/core/importers/csv/wix.py
shelfshift/core/importers/csv/woocommerce.py
shelfshift/core/importers/url/__init__.py
shelfshift/core/importers/url/api.py
shelfshift/core/importers/url/common.py
shelfshift/core/importers/url/platforms/__init__.py
shelfshift/core/importers/url/platforms/aliexpress.py
shelfshift/core/importers/url/platforms/amazon.py
shelfshift/core/importers/url/platforms/shopify.py
shelfshift/core/importers/url/platforms/squarespace.py
shelfshift/core/importers/url/platforms/woocommerce.py
shelfshift/core/validate/__init__.py
shelfshift/core/validate/report.py
shelfshift/core/validate/rules.py
shelfshift/server/__init__.py
shelfshift/server/config.py
shelfshift/server/main.py
shelfshift/server/schemas.py
shelfshift/server/helpers/__init__.py
shelfshift/server/helpers/exporting.py
shelfshift/server/helpers/importing.py
shelfshift/server/helpers/payload.py
shelfshift/server/helpers/rendering.py
shelfshift/server/logging/__init__.py
shelfshift/server/logging/product_payloads.py
shelfshift/server/routers/__init__.py
shelfshift/server/routers/api.py
shelfshift/server/routers/web_csv.py
shelfshift/server/routers/web_url.py
shelfshift/server/web/static/app.js
shelfshift/server/web/static/favicon.ico
shelfshift/server/web/static/shelfshift_logo.png
shelfshift/server/web/static/styles.css
shelfshift/server/web/templates/_export_form.html
shelfshift/server/web/templates/_product_editor.html
shelfshift/server/web/templates/_product_editor_batch.html
shelfshift/server/web/templates/base.html
shelfshift/server/web/templates/csv.html
shelfshift/server/web/templates/index.html
shelfshift/server/web/templates/url.html