File: control

package info (click to toggle)
jschema-to-python 1.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 392; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: jschema-to-python
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-attr,
               python3-jsonpickle,
               python3-pbr,
               python3-all,
               python3-pytest
Standards-Version: 4.6.2
Homepage: https://github.com/microsoft/jschema-to-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/jschema-to-python
Vcs-Git: https://salsa.debian.org/python-team/packages/jschema-to-python.git

Package: python3-jschema-to-python
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: generate Python classes from a JSON schema
 This package contains a module that generate Python classes from a JSON
 schema.
 .
 This package installs the library for Python 3.