/usr/lib/python2.6/site-packages/jsonschema
Edit: /usr/lib/python2.6/site-packages/jsonschema/__init__.pyc (1021B)
Ñò
DVc @ s€ d Z d d k l Z l Z l Z l Z l Z d d k l Z l Z l
Z
d d k l Z l
Z
l Z l Z d d k l Z d S( s)
An implementation of JSON Schema for Python
The main functionality is provided by the validator classes for each of the
supported JSON Schema versions.
Most commonly, :func:`validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
iÿÿÿÿ( t ErrorTreet FormatErrort RefResolutionErrort SchemaErrort ValidationError( t
FormatCheckert draft3_format_checkert draft4_format_checker( t Draft3Validatort Draft4Validatort RefResolvert validate( t __version__N( t __doc__t jsonschema.exceptionsR R R R R t jsonschema._formatR R R t jsonschema.validatorsR R R
R t jsonschema._versionR ( ( ( s7 /tmp/pip-build-lt8jXN/jsonschema/jsonschema/__init__.pyt
s ("