pylode 3.4.3__tar.gz → 3.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pylode-3.4.3 → pylode-3.4.4}/PKG-INFO +3 -3
- {pylode-3.4.3 → pylode-3.4.4}/pyproject.toml +4 -4
- {pylode-3.4.3 → pylode-3.4.4}/README.md +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/__init__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/__main__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/cli.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/__init__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/ontpub.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/__init__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/__init__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/example.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/heading.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/link.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/preamble.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/properties_table.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/tooltip.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/dataset.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/fragment.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/html.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/loader.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/model.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/namespace.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/__init__.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/common.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/property_shape.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/random.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/state.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/vocpub.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/pylode.css +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/dcterms-mod.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/licenses.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/ontdoc.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/owl.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/prov.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/rdf.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/rdfs-mod.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/sdo-mod.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/skos.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/void.ttl +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf_elements.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/server.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/static/asciidoc.css +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/static/hierarchy.css +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/static/hierarchy.js +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/static/property-table-row.js +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/static/pylode.css +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/utils.py +0 -0
- {pylode-3.4.3 → pylode-3.4.4}/pylode/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pylode
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.4
|
|
4
4
|
Summary: An OWL ontology documentation tool using Python, based on LODE.
|
|
5
5
|
Author: Nicholas Car
|
|
6
6
|
Author-email: Nicholas Car <nick@kurrawong.ai>
|
|
@@ -11,13 +11,13 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.14
|
|
14
|
-
Requires-Dist: rdflib>=7.
|
|
14
|
+
Requires-Dist: rdflib>=7.6.0,<8.0.0
|
|
15
15
|
Requires-Dist: markdown>=3.3.7,<4
|
|
16
16
|
Requires-Dist: dominate>=2.6.0,<3
|
|
17
17
|
Requires-Dist: html5lib>=1.1,<2
|
|
18
18
|
Requires-Dist: httpx>=0.25.0,<1.0.0
|
|
19
19
|
Requires-Dist: tqdm>=4.67.3
|
|
20
|
-
Requires-Dist: kurra>=2.3.
|
|
20
|
+
Requires-Dist: kurra>=2.3.5
|
|
21
21
|
Requires-Dist: bs4>=0.0.2 ; extra == 'server'
|
|
22
22
|
Requires-Dist: falcon>=4.2.0 ; extra == 'server'
|
|
23
23
|
Requires-Dist: validators>=0.35.0 ; extra == 'server'
|
|
@@ -7,7 +7,7 @@ Changelog = "https://github.com/RDFLib/pyLODE/releases"
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "pylode"
|
|
10
|
-
version = "3.4.
|
|
10
|
+
version = "3.4.4"
|
|
11
11
|
description = "An OWL ontology documentation tool using Python, based on LODE."
|
|
12
12
|
authors = [{ name = "Nicholas Car", email = "nick@kurrawong.ai" }]
|
|
13
13
|
requires-python = ">=3.12,<4"
|
|
@@ -22,13 +22,13 @@ classifiers = [
|
|
|
22
22
|
"Programming Language :: Python :: 3.14",
|
|
23
23
|
]
|
|
24
24
|
dependencies = [
|
|
25
|
-
"rdflib>=7.
|
|
25
|
+
"rdflib>=7.6.0,<8.0.0",
|
|
26
26
|
"Markdown>=3.3.7,<4",
|
|
27
27
|
"dominate>=2.6.0,<3",
|
|
28
28
|
"html5lib>=1.1,<2",
|
|
29
29
|
"httpx>=0.25.0,<1.0.0",
|
|
30
30
|
"tqdm>=4.67.3",
|
|
31
|
-
"kurra>=2.3.
|
|
31
|
+
"kurra>=2.3.5",
|
|
32
32
|
]
|
|
33
33
|
|
|
34
34
|
[project.scripts]
|
|
@@ -43,7 +43,7 @@ server = [
|
|
|
43
43
|
|
|
44
44
|
[dependency-groups]
|
|
45
45
|
dev = [
|
|
46
|
-
"pytest>=
|
|
46
|
+
"pytest>=9.0.3,<10",
|
|
47
47
|
"ruff>=0.9.0",
|
|
48
48
|
"pyinstaller>=6.0,<7 ; python_full_version >= '3.9' and python_full_version < '3.11'",
|
|
49
49
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|