LICENSE
README.md
pyproject.toml
src/shelfshift/__init__.py
src/shelfshift.egg-info/PKG-INFO
src/shelfshift.egg-info/SOURCES.txt
src/shelfshift.egg-info/dependency_links.txt
src/shelfshift.egg-info/entry_points.txt
src/shelfshift.egg-info/requires.txt
src/shelfshift.egg-info/top_level.txt
src/shelfshift/cli/__init__.py
src/shelfshift/cli/main.py
src/shelfshift/core/__init__.py
src/shelfshift/core/api.py
src/shelfshift/core/registry.py
src/shelfshift/core/canonical/__init__.py
src/shelfshift/core/canonical/entities.py
src/shelfshift/core/canonical/helpers.py
src/shelfshift/core/canonical/io.py
src/shelfshift/core/detect/__init__.py
src/shelfshift/core/detect/csv.py
src/shelfshift/core/detect/url.py
src/shelfshift/core/exporters/__init__.py
src/shelfshift/core/exporters/api.py
src/shelfshift/core/exporters/platforms/__init__.py
src/shelfshift/core/exporters/platforms/bigcommerce.py
src/shelfshift/core/exporters/platforms/shopify.py
src/shelfshift/core/exporters/platforms/squarespace.py
src/shelfshift/core/exporters/platforms/wix.py
src/shelfshift/core/exporters/platforms/woocommerce.py
src/shelfshift/core/exporters/shared/__init__.py
src/shelfshift/core/exporters/shared/batch.py
src/shelfshift/core/exporters/shared/utils.py
src/shelfshift/core/exporters/shared/weight_units.py
src/shelfshift/core/importers/__init__.py
src/shelfshift/core/importers/csv/__init__.py
src/shelfshift/core/importers/csv/api.py
src/shelfshift/core/importers/csv/batch.py
src/shelfshift/core/importers/csv/bigcommerce.py
src/shelfshift/core/importers/csv/common.py
src/shelfshift/core/importers/csv/detection.py
src/shelfshift/core/importers/csv/shopify.py
src/shelfshift/core/importers/csv/squarespace.py
src/shelfshift/core/importers/csv/wix.py
src/shelfshift/core/importers/csv/woocommerce.py
src/shelfshift/core/importers/url/__init__.py
src/shelfshift/core/importers/url/api.py
src/shelfshift/core/importers/url/common.py
src/shelfshift/core/importers/url/platforms/__init__.py
src/shelfshift/core/importers/url/platforms/shopify.py
src/shelfshift/core/importers/url/platforms/squarespace.py
src/shelfshift/core/importers/url/platforms/woocommerce.py
src/shelfshift/core/validate/__init__.py
src/shelfshift/core/validate/report.py
src/shelfshift/core/validate/rules.py
tests/test_canonical_facade_exports.py
tests/test_core_facade_exports.py
tests/test_core_json_payload_helpers.py
tests/test_facade_exports.py