File: control

package info (click to toggle)
python-schema-salad 8.9.20250723145140-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,076 kB
  • sloc: python: 19,177; cpp: 2,631; cs: 1,869; java: 1,341; makefile: 187; xml: 184; sh: 103; javascript: 46
file content (66 lines) | stat: -rw-r--r-- 2,649 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: python-schema-salad
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               python3,
               python3-all,
               python3-all-dev:native,
               libpython3-all-dev,
               python3-setuptools,
               python3-setuptools-scm,
               python3-mistune (>> 3),
               python3-requests,
               python3-yaml,
               python3-rdflib,
               python3-ruamel.yaml,
               python3-mypy,
               python3-typeshed,
               python3-cachecontrol,
               python3-filelock,
               pybuild-plugin-pyproject,
               python3-pytest-xdist <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-runner <!nocheck>,
               black,
               python3-typing-extensions <!nocheck>,
               help2man,
               python3-sphinx-autoapi <!nodoc>,
               python3-sphinx-autodoc-typehints <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sphinxcontrib.autoprogram <!nodoc>,
               python3-doc <!nodoc>,
               python-rdflib-doc <!nodoc>,
               python-requests-doc <!nodoc>,
               graphviz <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-schema-salad
Vcs-Git: https://salsa.debian.org/python-team/packages/python-schema-salad.git
Homepage: https://schema-salad.readthedocs.io/
Rules-Requires-Root: no

Package: python3-schema-salad
Architecture: any
Depends: ${python3:Depends},
         python3-mistune ( >> 3),
         python3-filelock,
         ${misc:Depends},
         ${shlibs:Depends},
         libjs-bootstrap
Recommends: cwltool,
            black
Description: Schema Annotations for Linked Avro Data (SALAD)
 Salad is a schema language for describing JSON or YAML structured linked data
 documents. Salad is based originally on JSON-LD and the Apache Avro data
 serialization system.
 .
 Salad schema describes rules for preprocessing, structural validation, and
 link checking for documents described by a Salad schema. Salad features for
 rich data modeling such as inheritance, template specialization, object
 identifiers, object references, documentation generation, and transformation
 to RDF. Salad provides a bridge between document and record oriented data
 modeling and the Semantic Web.