IIIF / image-validator

Validator for the Image API
http://iiif.io/api/image/validator/
Apache License 2.0
35 stars 20 forks source link

Script to run validations from command line + docs #21

Closed zimeon closed 9 years ago

zimeon commented 9 years ago

The script validate.py runs validations from the command line (no significant changes required for refactored code - hurrah). There are a couple of tweaks to reporting and intialization in validator.py so that it will work well with the command line script. These should not affect the existing function of validator.py... Not sure these are quite ready to go in because we could perhaps do something tidier but that might mean larger changes or changes that would affect the current function, doing a pull request because that seems the easiest way to package for review.

zimeon commented 9 years ago

Btw. this is working in travis, config I'm using is https://github.com/zimeon/iiif/blob/0.4.3/.travis.yml