File: control

package info (click to toggle)
ontospy 1.9.8.3~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,848 kB
  • sloc: python: 6,418; javascript: 1,556; sh: 82; makefile: 27
file content (81 lines) | stat: -rw-r--r-- 2,284 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: ontospy
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 bash-completion,
 debhelper-compat (= 13),
 dh-python,
 figlet <!nocheck>,
 help2man,
 libfile-homedir-perl <!nocheck>,
 libjs-bootstrap <!nocheck>,
 libjs-bootswatch <!nocheck>,
 libjs-chart.js <!nocheck>,
 libjs-d3 <!nocheck>,
 libjs-jquery <!nocheck>,
 libtest-command-simple-perl <!nocheck>,
 libtest-expect-perl <!nocheck>,
 libtest-tempdir-tiny-perl <!nocheck>,
 perl <!nocheck>,
 python3,
 python3-click,
 python3-colorama (>= 0.3.7),
 python3-django (>= 1.10.3),
 python3-html5lib (>= 1.0.1),
 python3-keepalive,
 python3-pyfiglet,
 python3-pygments (>= 2.1.3),
 python3-pyparsing (>= 2.1.10),
 python3-rdflib (>= 4.2.1),
 python3-rdflib-jsonld,
 python3-requests (>= 2.20.0),
 python3-setuptools,
 python3-sparqlwrapper,
 toilet-fonts <!nocheck>,
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/debian/ontospy.git
Vcs-Browser: https://salsa.debian.org/debian/ontospy
Homepage: https://lambdamusic.github.io/Ontospy/
Rules-Requires-Root: no

Package: ontospy
Architecture: all
Depends:
 python3-ontospy (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: query, inspect and visualize RDF/OWL ontologies - CLI tool
 Ontospy is a lightweight Python library and command line tool
 for inspecting and visualizing vocabularies
 encoded using W3C Semantic Web standards,
 that is, RDF or any of its dialects (RDFS, OWL, SKOS).
 .
 Ontospy can be used to generate HTML documentation
 for an ontology pretty easily.
 .
 This package provides the Ontospy command-line tool.

Package: python3-ontospy
Architecture: all
Depends:
 libjs-bootstrap,
 libjs-bootswatch,
 libjs-chart.js,
 libjs-d3,
 libjs-jquery,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-django (>= 1.10.3),
 python3-pygments (>= 2.1.3),
Description: query, inspect and visualize RDF/OWL ontologies - library
 Ontospy is a lightweight Python library and command line tool
 for inspecting and visualizing vocabularies
 encoded using W3C Semantic Web standards,
 that is, RDF or any of its dialects (RDFS, OWL, SKOS).
 .
 Ontospy can be used to generate HTML documentation
 for an ontology pretty easily.
 .
 This package provides the Ontospy library for Python 3.