File: control

package info (click to toggle)
python-rdflib-jsonld 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,380 kB
  • ctags: 226
  • sloc: python: 1,478; makefile: 132
file content (55 lines) | stat: -rw-r--r-- 1,867 bytes parent folder | download | duplicates (2)
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
Source: python-rdflib-jsonld
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python,
               python-all,
               python-setuptools,
               python-rdflib (>= 4.2.1),
               python-html5lib,
               python-sparqlwrapper,
               python-nose,
               python-sphinx,
               python3-setuptools,
               python3,
               python3-all,
               python3-rdflib (>= 4.2.1),
               python3-html5lib,
               python3-sparqlwrapper,
               python3-nose,
               python3-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-rdflib-jsonld.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-rdflib-jsonld.git
Homepage: https://github.com/RDFLib/rdflib-jsonld
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2

Package: python-rdflib-jsonld
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python-rdflib (>= 4.2.1)
Description: rdflib extension adding JSON-LD parser and serializer in Python 2
 This parser/serialiser will
 .
  - read in an JSON-LD formatted document and create an RDF graph
  - serialize an RDF graph to JSON-LD formatted output
 .
 This is the Python 2 version.

Package: python3-rdflib-jsonld
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         python3-rdflib (>= 4.2.1)
Description: rdflib extension adding JSON-LD parser and serializer in Python 3
 This parser/serialiser will
 .
  - read in an JSON-LD formatted document and create an RDF graph
  - serialize an RDF graph to JSON-LD formatted output
 .
 This is the Python 3 version.