원클릭으로
israeli-supermarket-parsers
israeli-supermarket-parsers에는 OpenIsraeliSupermarkets에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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".