daidocs 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.
- daidocs-0.0.1/PKG-INFO +25 -0
- daidocs-0.0.1/README.md +11 -0
- daidocs-0.0.1/pyproject.toml +21 -0
- daidocs-0.0.1/setup.cfg +4 -0
- daidocs-0.0.1/src/daidocs/__init__.py +2 -0
- daidocs-0.0.1/src/daidocs.egg-info/PKG-INFO +25 -0
- daidocs-0.0.1/src/daidocs.egg-info/SOURCES.txt +7 -0
- daidocs-0.0.1/src/daidocs.egg-info/dependency_links.txt +1 -0
- daidocs-0.0.1/src/daidocs.egg-info/top_level.txt +1 -0
daidocs-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: daidocs
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: The open plain-text file format for AI memory. Python name for the DaiDocs project.
|
|
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
|
+
# daidocs
|
|
16
|
+
|
|
17
|
+
The open plain-text file format for AI memory. Python name for the DaiDocs project.
|
|
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.
|
daidocs-0.0.1/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# daidocs
|
|
2
|
+
|
|
3
|
+
The open plain-text file format for AI memory. Python name for the DaiDocs project.
|
|
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 = "daidocs"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "The open plain-text file format for AI memory. Python name for the DaiDocs project."
|
|
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"
|
daidocs-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: daidocs
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: The open plain-text file format for AI memory. Python name for the DaiDocs project.
|
|
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
|
+
# daidocs
|
|
16
|
+
|
|
17
|
+
The open plain-text file format for AI memory. Python name for the DaiDocs project.
|
|
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 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
daidocs
|