ontoripple 0.2.2__tar.gz → 1.0__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.
- {ontoripple-0.2.2 → ontoripple-1.0}/PKG-INFO +2 -2
- {ontoripple-0.2.2 → ontoripple-1.0}/README.md +1 -1
- {ontoripple-0.2.2 → ontoripple-1.0}/pyproject.toml +1 -1
- {ontoripple-0.2.2 → ontoripple-1.0}/LICENSE +0 -0
- {ontoripple-0.2.2 → ontoripple-1.0}/src/ontoripple/__init__.py +0 -0
- {ontoripple-0.2.2 → ontoripple-1.0}/src/ontoripple/__main__.py +0 -0
- {ontoripple-0.2.2 → ontoripple-1.0}/src/ontoripple/constants.py +0 -0
- {ontoripple-0.2.2 → ontoripple-1.0}/src/ontoripple/evol_kg.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ontoripple
|
3
|
-
Version: 0
|
3
|
+
Version: 1.0
|
4
4
|
Summary: Managing the evolution of associated knowledge graph assets
|
5
5
|
Author: Diego Conde-Herreros
|
6
6
|
Author-email: diego.conde.herreros@upm.es>, David Chaves <david.chaves@usc.es
|
@@ -18,7 +18,7 @@ Requires-Dist: yatter (>=2.0,<3.0)
|
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
|
20
20
|
# OntoRipple: A Tool to Propagate Changes to Semantic Artifacts.
|
21
|
-
![GitHub]
|
21
|
+

|
22
22
|
[](https://zenodo.org/doi/10.5281/zenodo.11244236)
|
23
23
|

|
24
24
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# OntoRipple: A Tool to Propagate Changes to Semantic Artifacts.
|
2
|
-
![GitHub]
|
2
|
+

|
3
3
|
[](https://zenodo.org/doi/10.5281/zenodo.11244236)
|
4
4
|

|
5
5
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "ontoripple"
|
3
|
-
version = "0
|
3
|
+
version = "1.0"
|
4
4
|
description = "Managing the evolution of associated knowledge graph assets"
|
5
5
|
authors = ["Diego Conde-Herreros <diego.conde.herreros@upm.es>, David Chaves <david.chaves@usc.es>"]
|
6
6
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|