===========
validictory
===========
A general purpose Python data validator.
Works with Python 2.6+ (Including Python 3)
Schema format based on JSON Schema Proposal (http://json-schema.org)
Contains code derived from jsonschema, by Ian Lewis and Yusuke Muraoka.
Usage
=====
JSON documents and schema must first be loaded into a Python dictionary type
before it can be validated.
more»
python-validictory (0.8.3-2) unstable; urgency=low
* Updating the copyright, had incorect license information.
* Updating the watch file, had a bad path to the tarballs.
-- Paul Tagliamonte <paultag@debian.org> Mon, 15 Oct 2012 21:35:51 -0400
python-validictory (0.8.3-1) unstable; urgency=low
* Initial packaging.
-- Paul Tagliamonte <paultag@debian.org> Mon, 15 Oct 2012 21:14:53 -04
more»
validictory changelog
=====================
0.8.3
-----
**2012-03-13**
* bugfix for Python 3: fix regression from 0.8.1 in use of long
0.8.2
-----
**2012-03-09**
* doc improvements
* PEP8 nearly everything
* bugfix for patternProperties
* ip-address should have been a format, not a type, breaks
any code written depending on it in 0.8.1
0.8.1
-----
**2012-03-04**
*
more»