Zipschema is a CLI tool for validating zipschema YAML files, validating ZIP file contents against these schemas, and generating documentation (Markdown or AsciiDoc).
Zipschema was written in order to allow for validation of "meta formats" which use the zip file as a container. While mostly these are loosely defined, this Zipschema was created to allow for validation of those files, and the files they contain.
- Schema Validation: Validate the structure of your zipschema YAML file.
- ZIP Validation: Validate the contents of a ZIP file against a zipschema.
- Documentation Generation: Generate Markdown or AsciiDoc documentation from a zipschema.
To install zipschema, run:
pip install zipschema
zipschema validate-schema path/to/zipschema.yaml
zipschema validate-zip path/to/zipschema.yaml path/to/zipfile.zip
zipschema generate-docs path/to/zipschema.yaml --format markdown
This project is licensed under the MIT License.