kerneta-engine 0.0.1__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.
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: kerneta-engine
3
+ Version: 0.0.1
4
+ Summary: The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory.
5
+ Author: Amin Rigi
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://daidocs.com
8
+ Project-URL: Repository, https://github.com/Kerneta/daidocs
9
+ Keywords: ai-memory,agent-memory,llm,mcp,daidocs,kerneta
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ # kerneta-engine
16
+
17
+ The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory.
18
+
19
+ This is the Python name for the project. The engine, the MCP server and the
20
+ `.dai` format live at https://github.com/Kerneta/daidocs and https://daidocs.com.
21
+
22
+ A Python reader for `.dai` files is on the roadmap; when it ships it will be
23
+ published here. Until then this package reserves the name for the project.
24
+
25
+ Apache-2.0.
@@ -0,0 +1,11 @@
1
+ # kerneta-engine
2
+
3
+ The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory.
4
+
5
+ This is the Python name for the project. The engine, the MCP server and the
6
+ `.dai` format live at https://github.com/Kerneta/daidocs and https://daidocs.com.
7
+
8
+ A Python reader for `.dai` files is on the roadmap; when it ships it will be
9
+ published here. Until then this package reserves the name for the project.
10
+
11
+ Apache-2.0.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "kerneta-engine"
7
+ version = "0.0.1"
8
+ description = "The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory."
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = { text = "Apache-2.0" }
12
+ authors = [{ name = "Amin Rigi" }]
13
+ keywords = ["ai-memory", "agent-memory", "llm", "mcp", "daidocs", "kerneta"]
14
+ classifiers = [
15
+ "License :: OSI Approved :: Apache Software License",
16
+ "Programming Language :: Python :: 3",
17
+ ]
18
+
19
+ [project.urls]
20
+ Homepage = "https://daidocs.com"
21
+ Repository = "https://github.com/Kerneta/daidocs"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,2 @@
1
+ """The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: kerneta-engine
3
+ Version: 0.0.1
4
+ Summary: The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory.
5
+ Author: Amin Rigi
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://daidocs.com
8
+ Project-URL: Repository, https://github.com/Kerneta/daidocs
9
+ Keywords: ai-memory,agent-memory,llm,mcp,daidocs,kerneta
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
14
+
15
+ # kerneta-engine
16
+
17
+ The Kerneta engine behind DaiDocs (.dai), the open plain-text file format for AI memory.
18
+
19
+ This is the Python name for the project. The engine, the MCP server and the
20
+ `.dai` format live at https://github.com/Kerneta/daidocs and https://daidocs.com.
21
+
22
+ A Python reader for `.dai` files is on the roadmap; when it ships it will be
23
+ published here. Until then this package reserves the name for the project.
24
+
25
+ Apache-2.0.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/kerneta_engine/__init__.py
4
+ src/kerneta_engine.egg-info/PKG-INFO
5
+ src/kerneta_engine.egg-info/SOURCES.txt
6
+ src/kerneta_engine.egg-info/dependency_links.txt
7
+ src/kerneta_engine.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ kerneta_engine