ontonify 0.0.1__py3-none-any.whl

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.
ontonify/__init__.py ADDED
@@ -0,0 +1,12 @@
1
+ """ontonify - placeholder package.
2
+
3
+ This release **reserves the ``ontonify`` project name on PyPI** for an
4
+ open-source, general-purpose ontology / knowledge-graph tool (everyone may use
5
+ it freely). The real implementation is under active development and will be
6
+ published to this project namespace in a later release.
7
+
8
+ If you reached this package while the full tool is not yet available, please
9
+ check back later or watch ``https://github.com/ontonify/ontonify``.
10
+ """
11
+
12
+ __version__ = "0.0.1"
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: ontonify
3
+ Version: 0.0.1
4
+ Summary: Ontonify - open-source general-purpose ontology tool (name-reservation placeholder; real code forthcoming)
5
+ Project-URL: Homepage, https://github.com/ontonify/ontonify
6
+ Project-URL: Repository, https://github.com/ontonify/ontonify
7
+ Keywords: ontology,knowledge-graph,kg,ontologies,mcp,rdf,owl
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
13
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # ontonify
18
+
19
+ **Open-source, general-purpose ontology tool — free for everyone to use.**
20
+
21
+ > **Placeholder release.** This 0.0.1 package reserves the `ontonify` project
22
+ > name on PyPI. The real implementation (an ontology / knowledge-graph
23
+ > construction and management tool) is under active development and will be
24
+ > published to this namespace soon. Please watch the source repository for
25
+ > updates: <https://github.com/ontonify/ontonify>
@@ -0,0 +1,5 @@
1
+ ontonify/__init__.py,sha256=DZzQ63RURpD9ZB7XtvVSW5F15P5qRCsImOUZiZEoOZc,491
2
+ ontonify-0.0.1.dist-info/METADATA,sha256=47FAHJvzji0wZQjSEZOcJO3vmZIRdQeR58evRHjb0BA,1210
3
+ ontonify-0.0.1.dist-info/WHEEL,sha256=YLJXdYXQ2FQ0Uqn2J-6iEIC-3iOey8lH3xCtvFLkd8Q,91
4
+ ontonify-0.0.1.dist-info/top_level.txt,sha256=MKDu6SEP-ogedZc9VlsN7HZfqf2sn1b1K-NNQonA7GU,9
5
+ ontonify-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (81.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ ontonify