File: control

package info (click to toggle)
pyshacl 0.30.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,628 kB
  • sloc: python: 17,623; makefile: 81; javascript: 78; sh: 50
file content (40 lines) | stat: -rw-r--r-- 1,247 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
Source: pyshacl
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Santiago Ruano Rincón <santiagorr@riseup.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 pybuild-plugin-pyproject,
 python3-owlrl,
 python3-packaging,
 python3-poetry-core,
 python3-prettytable,
 python3-pytest,
 python3-rdflib,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/RDFLib/pySHACL
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyshacl
Vcs-Git: https://salsa.debian.org/python-team/packages/pyshacl.git

Package: python3-pyshacl
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: SHACL validator (Python 3)
 This is a pure Python module which allows for the validation of RDF graphs
 against Shapes Constraint Language (SHACL) graphs. This module uses the rdflib
 Python library for working with RDF and is dependent on the OWL-RL Python
 module for OWL2 RL Profile based expansion of data graphs.
 .
 This module is developed to adhere to the SHACL Recommendation:
 https://www.w3.org/TR/shacl/
 .
 This package installs the library for Python 3.