A CLI tool for data engineers to manage continuously evolving CSV/JSON schemas.
- Infer Schema: Auto-generate JSON schema from CSV/JSON data files.
- Validate Data: Validate data files against a JSON schema.
- Compare Schemas: Detect changes between two schemas (new/missing columns).
pip install csv-json-schema-syncschema-sync infer users.csv > schema.jsonschema-sync validate users.csv schema.jsonpip install -e ".[dev]"
pytest