File: control

package info (click to toggle)
python-jsonschema 0.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 96 kB
  • sloc: python: 678; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-jsonschema
Section: python
Priority: optional
Maintainer: Ghe Rivero <ghe@debian.org>
Build-Depends: debhelper (>= 8.0.0),  python-setuptools (>= 0.6b3),
 python-all (>= 2.6.6-3~), python-nose
Standards-Version: 3.9.2

Package: python-jsonschema
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: An(other) implementation of JSON Schema (Draft 3) for Python
 JSON Schema is a specification for a JSON-based format for defining
 the structure of JSON data. JSON Schema provides a contract for what
 JSON data is required for a given application and how it can be
 modified, much like what XML Schema provides for XML. JSON Schema is
 intended to provide validation, documentation, and interaction control
 of JSON data