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.
Files changed (48) hide show
  1. {pylode-3.4.3 → pylode-3.4.4}/PKG-INFO +3 -3
  2. {pylode-3.4.3 → pylode-3.4.4}/pyproject.toml +4 -4
  3. {pylode-3.4.3 → pylode-3.4.4}/README.md +0 -0
  4. {pylode-3.4.3 → pylode-3.4.4}/pylode/__init__.py +0 -0
  5. {pylode-3.4.3 → pylode-3.4.4}/pylode/__main__.py +0 -0
  6. {pylode-3.4.3 → pylode-3.4.4}/pylode/cli.py +0 -0
  7. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/__init__.py +0 -0
  8. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/ontpub.py +0 -0
  9. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/__init__.py +0 -0
  10. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/__init__.py +0 -0
  11. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/example.py +0 -0
  12. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/heading.py +0 -0
  13. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/link.py +0 -0
  14. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/preamble.py +0 -0
  15. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/properties_table.py +0 -0
  16. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/component/tooltip.py +0 -0
  17. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/dataset.py +0 -0
  18. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/fragment.py +0 -0
  19. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/html.py +0 -0
  20. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/loader.py +0 -0
  21. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/model.py +0 -0
  22. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/namespace.py +0 -0
  23. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/__init__.py +0 -0
  24. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/common.py +0 -0
  25. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/query/property_shape.py +0 -0
  26. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/random.py +0 -0
  27. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/supermodel/state.py +0 -0
  28. {pylode-3.4.3 → pylode-3.4.4}/pylode/profiles/vocpub.py +0 -0
  29. {pylode-3.4.3 → pylode-3.4.4}/pylode/pylode.css +0 -0
  30. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/dcterms-mod.ttl +0 -0
  31. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/licenses.ttl +0 -0
  32. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/ontdoc.ttl +0 -0
  33. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/owl.ttl +0 -0
  34. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/prov.ttl +0 -0
  35. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/rdf.ttl +0 -0
  36. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/rdfs-mod.ttl +0 -0
  37. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/sdo-mod.ttl +0 -0
  38. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/skos.ttl +0 -0
  39. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf/void.ttl +0 -0
  40. {pylode-3.4.3 → pylode-3.4.4}/pylode/rdf_elements.py +0 -0
  41. {pylode-3.4.3 → pylode-3.4.4}/pylode/server.py +0 -0
  42. {pylode-3.4.3 → pylode-3.4.4}/pylode/static/asciidoc.css +0 -0
  43. {pylode-3.4.3 → pylode-3.4.4}/pylode/static/hierarchy.css +0 -0
  44. {pylode-3.4.3 → pylode-3.4.4}/pylode/static/hierarchy.js +0 -0
  45. {pylode-3.4.3 → pylode-3.4.4}/pylode/static/property-table-row.js +0 -0
  46. {pylode-3.4.3 → pylode-3.4.4}/pylode/static/pylode.css +0 -0
  47. {pylode-3.4.3 → pylode-3.4.4}/pylode/utils.py +0 -0
  48. {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
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.5.0,<8.0.0
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.4
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.3"
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.5.0,<8.0.0",
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.4",
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>=7.2.0,<10",
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