with one click
israeli-supermarket-parsers
israeli-supermarket-parsers contains 3 collected skills from OpenIsraeliSupermarkets, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Run pylint on the Israeli supermarket parsers repo, locally or via Docker. Use when checking lint, running pylint, fixing lint errors, or mirroring the pylint CI step.
Run the pytest suite for the Israeli supermarket parsers repo, locally or via Docker. Use when running tests, checking test output, or verifying a specific chain passes. Covers fast path, Docker path, and exhaustive (unlimited samples) mode.
Diagnose and fix failing Israeli supermarket XML parser tests in this repo by running the test, inspecting the real XML, and adjusting only the converter configuration in the chain's parser class. Use when a test under il_supermarket_parsers/parsers/tests/test_all.py fails with errors like "columns chainid missing", "id ItemCode missing", "element count mismatch", or "list_key element was not found".