File: control

package info (click to toggle)
python-prov 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,752 kB
  • ctags: 1,025
  • sloc: python: 6,497; xml: 1,528; makefile: 159
file content (109 lines) | stat: -rw-r--r-- 3,707 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: python-prov
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-dateutil,
               python-lxml,
               python-networkx,
               python-pydotplus,
               python-rdflib (>= 4.2.1),
               python-setuptools,
               python-six (>= 1.9.0),
               python-sphinx,
               python3-all,
               python3-dateutil,
               python3-lxml,
               python3-networkx,
               python3-pydotplus,
               python3-rdflib (>= 4.2.1),
               python3-setuptools,
               python3-six (>= 1.9.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-prov.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-prov.git
Homepage: https://github.com/trungdong/prov
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-prov
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-prov-doc,
          python-pydotplus
Description: W3C Provenance Data Model (Python 2)
 A library for W3C Provenance Data Model supporting PROV-JSON and PROV-
 XML import/export.
 .
 Features:
  - An implementation of the W3C PROV Data Model in Python.
  - In-memory classes for PROV assertions, which can then be output
    as PROV-N.
  - Serialization and deserializtion support: PROV-JSON and PROV-XML.
  - Exporting PROV documents into various graphical formats (e.g. PDF,
    PNG, SVG).
 .
 This package provides the prov library for Python 2.

Package: python3-prov
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-prov-doc,
          python3-pydotplus
Description: W3C Provenance Data Model (Python 3)
 A library for W3C Provenance Data Model supporting PROV-JSON and PROV-
 XML import/export.
 .
 Features:
  - An implementation of the W3C PROV Data Model in Python.
  - In-memory classes for PROV assertions, which can then be output
    as PROV-N.
  - Serialization and deserializtion support: PROV-JSON and PROV-XML.
  - Exporting PROV documents into various graphical formats (e.g. PDF,
    PNG, SVG).
 .
 This package provides the prov library for Python 3.

Package: python-prov-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: documentation for prov
 A library for W3C Provenance Data Model supporting PROV-JSON and PROV-
 XML import/export.
 .
 Features:
  - An implementation of the W3C PROV Data Model in Python.
  - In-memory classes for PROV assertions, which can then be output
    as PROV-N.
  - Serialization and deserializtion support: PROV-JSON and PROV-XML.
  - Exporting PROV documents into various graphical formats (e.g. PDF,
    PNG, SVG).
 .
 This package provides the documentation for the prov library.

Package: prov-tools
Architecture: all
Section: utils
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-prov (= ${binary:Version})
Description: tools for prov
 A library for W3C Provenance Data Model supporting PROV-JSON and PROV-
 XML import/export.
 .
 Features:
  - An implementation of the W3C PROV Data Model in Python.
  - In-memory classes for PROV assertions, which can then be output
    as PROV-N.
  - Serialization and deserializtion support: PROV-JSON and PROV-XML.
  - Exporting PROV documents into various graphical formats (e.g. PDF,
    PNG, SVG).
 .
 This package provides the command-line tools for the prov library.