pylode 3.2.2__tar.gz → 3.2.3__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 (51) hide show
  1. {pylode-3.2.2 → pylode-3.2.3}/PKG-INFO +17 -15
  2. {pylode-3.2.2 → pylode-3.2.3}/README.md +15 -13
  3. {pylode-3.2.2 → pylode-3.2.3}/pylode/__init__.py +0 -1
  4. pylode-3.2.3/pylode/version.py +3 -0
  5. {pylode-3.2.2 → pylode-3.2.3}/pyproject.toml +2 -2
  6. pylode-3.2.2/pylode/version.py +0 -3
  7. {pylode-3.2.2 → pylode-3.2.3}/LICENSE +0 -0
  8. {pylode-3.2.2 → pylode-3.2.3}/pylode/__main__.py +0 -0
  9. {pylode-3.2.2 → pylode-3.2.3}/pylode/cli.py +0 -0
  10. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/__init__.py +0 -0
  11. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/ontpub.py +0 -0
  12. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/__init__.py +0 -0
  13. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/__init__.py +0 -0
  14. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/example.py +0 -0
  15. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/heading.py +0 -0
  16. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/link.py +0 -0
  17. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/preamble.py +0 -0
  18. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/properties_table.py +0 -0
  19. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/component/tooltip.py +0 -0
  20. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/dataset.py +0 -0
  21. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/fragment.py +0 -0
  22. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/html.py +0 -0
  23. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/loader.py +0 -0
  24. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/model.py +0 -0
  25. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/namespace.py +0 -0
  26. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/query/__init__.py +0 -0
  27. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/query/common.py +0 -0
  28. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/query/property_shape.py +0 -0
  29. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/random.py +0 -0
  30. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/supermodel/state.py +0 -0
  31. {pylode-3.2.2 → pylode-3.2.3}/pylode/profiles/vocpub.py +0 -0
  32. {pylode-3.2.2 → pylode-3.2.3}/pylode/pylode.css +0 -0
  33. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/dcterms-mod.ttl +0 -0
  34. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/licenses.ttl +0 -0
  35. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/ontdoc.ttl +0 -0
  36. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/owl.ttl +0 -0
  37. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/prov.ttl +0 -0
  38. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/rdf.ttl +0 -0
  39. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/rdfs-mod.ttl +0 -0
  40. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/refs.pickle +0 -0
  41. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/refs_titles.pickle +0 -0
  42. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/sdo-mod.ttl +0 -0
  43. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/skos.ttl +0 -0
  44. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf/void.ttl +0 -0
  45. {pylode-3.2.2 → pylode-3.2.3}/pylode/rdf_elements.py +0 -0
  46. {pylode-3.2.2 → pylode-3.2.3}/pylode/static/asciidoc.css +0 -0
  47. {pylode-3.2.2 → pylode-3.2.3}/pylode/static/hierarchy.css +0 -0
  48. {pylode-3.2.2 → pylode-3.2.3}/pylode/static/hierarchy.js +0 -0
  49. {pylode-3.2.2 → pylode-3.2.3}/pylode/static/property-table-row.js +0 -0
  50. {pylode-3.2.2 → pylode-3.2.3}/pylode/static/pylode.css +0 -0
  51. {pylode-3.2.2 → pylode-3.2.3}/pylode/utils.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pylode
3
- Version: 3.2.2
3
+ Version: 3.2.3
4
4
  Summary: An OWL ontology documentation tool using Python, based on LODE.
5
5
  Author: Nicholas Car
6
- Author-email: nick@kurrawong.net
6
+ Author-email: nick@kurrawong.ai
7
7
  Requires-Python: >=3.9,<4.0
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.9
@@ -43,7 +43,7 @@ To access v 2.13.2 of pyLODE, either:
43
43
 
44
44
  - [Download it from PyPI](https://pypi.org/project/pylode/2.13.2/)
45
45
  - [Check it out from GitHub](https://github.com/RDFLib/pyLODE/releases/tag/2.13.2)
46
- - Access it via the [online service](http://pylode.surroundaustralia.com/)
46
+ - Access it via the [online service](http://tools.kurrawong.ai/pylode)
47
47
 
48
48
  ---
49
49
 
@@ -85,7 +85,7 @@ The tool can be used in multiple ways:
85
85
  - via the [Falcon framework](https://falconframework.org/)
86
86
  - see `server.py`
87
87
  - As-a-service online
88
- - https://pylode.surroundaustralia.com
88
+ - https://tools.kurrawong.ai/pylode
89
89
 
90
90
  ### Command line arguments
91
91
 
@@ -174,12 +174,13 @@ pyLODE supports simple and complex Agent objects, including ORCIDs, affiliations
174
174
 
175
175
  ```turtle
176
176
  <ontology_x>
177
- dct:creator [
178
- sdo:name "Nicholas J. Car" ;
179
- sdo:identifier <http://orcid.org/0000-0002-8742-7730> ;
180
- sdo:affiliation [
181
- sdo:name "SURROUND Australia Pty Ldt." ;
182
- sdo:url "https://surroundaustralia.com"^^xsd:anyURI ;
177
+ schema:creator [
178
+ schema:name "Nicholas J. Car" ;
179
+ schema:identifier <http://orcid.org/0000-0002-8742-7730> ;
180
+ schema:email "nick@kurrawong.ai"^^xsd:anyURI ;
181
+ schema:affiliation [
182
+ schema:name "KurrawongAI" ;
183
+ schema:url "https://kurrawong.ai"^^xsd:anyURI ;
183
184
  ] ;
184
185
  ] ;
185
186
  .
@@ -222,12 +223,13 @@ python -m pytest tests --disable-warnings
222
223
 
223
224
  ## Releases
224
225
 
225
- **Current release:** **3.2.1**
226
+ **Current release:** **3.2.3**
226
227
 
227
228
  ### Release Schedule
228
229
 
229
230
  | Version | Date | Description |
230
231
  |---------|------------------|---------------------------------------------------------------------------------|
232
+ | 3.2.3 | 27 January 2026 | Updating dependencies & release procedure. Tidy testing cleanup |
231
233
  | 3.2.1 | 31 January 2025 | Fix version number in version.py |
232
234
  | 3.2.0 | 27 July 2024 | dependency updates and merged multiple small PRs |
233
235
  | 3.1.4 | 6 April 2024 | Fix load_ontology function's detection of data input |
@@ -294,7 +296,7 @@ Nicholas Car
294
296
  * `poetry build`
295
297
  * `poetry publish -u __token__ -p {TOKEN}`
296
298
  9. make a GitHub release
297
- * include `/bin` build artifacts
298
- 9. increment version number to next release in `pyproject.toml`
299
- 10. commit all changes `$ git commit -a "..."`
300
- 11. push changes `$ git push`
299
+ * include `/dist` build artifacts
300
+ 10. increment version number to next release in `pyproject.toml`
301
+ 11. commit all changes `$ git commit -a "..."`
302
+ 12. push changes `$ git push`
@@ -23,7 +23,7 @@ To access v 2.13.2 of pyLODE, either:
23
23
 
24
24
  - [Download it from PyPI](https://pypi.org/project/pylode/2.13.2/)
25
25
  - [Check it out from GitHub](https://github.com/RDFLib/pyLODE/releases/tag/2.13.2)
26
- - Access it via the [online service](http://pylode.surroundaustralia.com/)
26
+ - Access it via the [online service](http://tools.kurrawong.ai/pylode)
27
27
 
28
28
  ---
29
29
 
@@ -65,7 +65,7 @@ The tool can be used in multiple ways:
65
65
  - via the [Falcon framework](https://falconframework.org/)
66
66
  - see `server.py`
67
67
  - As-a-service online
68
- - https://pylode.surroundaustralia.com
68
+ - https://tools.kurrawong.ai/pylode
69
69
 
70
70
  ### Command line arguments
71
71
 
@@ -154,12 +154,13 @@ pyLODE supports simple and complex Agent objects, including ORCIDs, affiliations
154
154
 
155
155
  ```turtle
156
156
  <ontology_x>
157
- dct:creator [
158
- sdo:name "Nicholas J. Car" ;
159
- sdo:identifier <http://orcid.org/0000-0002-8742-7730> ;
160
- sdo:affiliation [
161
- sdo:name "SURROUND Australia Pty Ldt." ;
162
- sdo:url "https://surroundaustralia.com"^^xsd:anyURI ;
157
+ schema:creator [
158
+ schema:name "Nicholas J. Car" ;
159
+ schema:identifier <http://orcid.org/0000-0002-8742-7730> ;
160
+ schema:email "nick@kurrawong.ai"^^xsd:anyURI ;
161
+ schema:affiliation [
162
+ schema:name "KurrawongAI" ;
163
+ schema:url "https://kurrawong.ai"^^xsd:anyURI ;
163
164
  ] ;
164
165
  ] ;
165
166
  .
@@ -202,12 +203,13 @@ python -m pytest tests --disable-warnings
202
203
 
203
204
  ## Releases
204
205
 
205
- **Current release:** **3.2.1**
206
+ **Current release:** **3.2.3**
206
207
 
207
208
  ### Release Schedule
208
209
 
209
210
  | Version | Date | Description |
210
211
  |---------|------------------|---------------------------------------------------------------------------------|
212
+ | 3.2.3 | 27 January 2026 | Updating dependencies & release procedure. Tidy testing cleanup |
211
213
  | 3.2.1 | 31 January 2025 | Fix version number in version.py |
212
214
  | 3.2.0 | 27 July 2024 | dependency updates and merged multiple small PRs |
213
215
  | 3.1.4 | 6 April 2024 | Fix load_ontology function's detection of data input |
@@ -274,7 +276,7 @@ Nicholas Car
274
276
  * `poetry build`
275
277
  * `poetry publish -u __token__ -p {TOKEN}`
276
278
  9. make a GitHub release
277
- * include `/bin` build artifacts
278
- 9. increment version number to next release in `pyproject.toml`
279
- 10. commit all changes `$ git commit -a "..."`
280
- 11. push changes `$ git push`
279
+ * include `/dist` build artifacts
280
+ 10. increment version number to next release in `pyproject.toml`
281
+ 11. commit all changes `$ git commit -a "..."`
282
+ 12. push changes `$ git push`
@@ -3,4 +3,3 @@ from .rdf_elements import *
3
3
  from .utils import *
4
4
  from .utils import PylodeError
5
5
  from .version import __version__
6
-
@@ -0,0 +1,3 @@
1
+ import importlib.metadata
2
+
3
+ __version__ = importlib.metadata.version(__package__)
@@ -1,8 +1,8 @@
1
1
  [tool.poetry]
2
2
  name = "pylode"
3
- version = "3.2.2"
3
+ version = "3.2.3"
4
4
  description = "An OWL ontology documentation tool using Python, based on LODE."
5
- authors = ["Nicholas Car <nick@kurrawong.net>"]
5
+ authors = ["Nicholas Car <nick@kurrawong.ai>"]
6
6
  readme = "README.md"
7
7
 
8
8
  [tool.poetry.dependencies]
@@ -1,3 +0,0 @@
1
- import importlib.metadata
2
-
3
- __version__ = importlib.metadata.version(__package__)
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