plasma-wiki 0.0.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.
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: plasma-wiki
3
+ Version: 0.0.0
4
+ Summary: Indexed knowledge bases with command-line tools for agents.
5
+ Author: Andrew Turner
6
+ Author-email: aturner@plasma.ai
7
+ Maintainer: Andrew Turner
8
+ Maintainer-email: aturner@plasma.ai
9
+ Requires-Python: >=3.13,<3.15
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
13
+ Project-URL: Documentation, https://docs.plasma.ai/wiki
14
+ Project-URL: Homepage, https://github.com/plasma-ai/wiki
15
+ Project-URL: Issues, https://github.com/plasma-ai/wiki/issues
16
+ Project-URL: Repository, https://github.com/plasma-ai/wiki
17
+ Description-Content-Type: text/markdown
18
+
19
+ # plasma-wiki
20
+
21
+ Indexed knowledge bases with command-line tools for agents.
22
+
23
+ **Source**: https://github.com/plasma-ai/wiki
24
+
25
+ **Documentation**: https://docs.plasma.ai/wiki
26
+
@@ -0,0 +1,7 @@
1
+ # plasma-wiki
2
+
3
+ Indexed knowledge bases with command-line tools for agents.
4
+
5
+ **Source**: https://github.com/plasma-ai/wiki
6
+
7
+ **Documentation**: https://docs.plasma.ai/wiki
@@ -0,0 +1,27 @@
1
+ [project]
2
+ name = "plasma-wiki"
3
+ version = "0.0.0"
4
+ description = "Indexed knowledge bases with command-line tools for agents."
5
+ readme = "README.md"
6
+ requires-python = ">=3.13,<3.15"
7
+ authors = [
8
+ { name = "Andrew Turner", email = "aturner@plasma.ai" },
9
+ { name = "Nicholas Diao", email = "ndiao@plasma.ai" },
10
+ ]
11
+ maintainers = [
12
+ { name = "Andrew Turner", email = "aturner@plasma.ai" },
13
+ { name = "Nicholas Diao", email = "ndiao@plasma.ai" },
14
+ ]
15
+
16
+ [project.urls]
17
+ Homepage = "https://github.com/plasma-ai/wiki"
18
+ Repository = "https://github.com/plasma-ai/wiki"
19
+ Issues = "https://github.com/plasma-ai/wiki/issues"
20
+ Documentation = "https://docs.plasma.ai/wiki"
21
+
22
+ [tool.poetry]
23
+ packages = [{include = "wiki"}]
24
+
25
+ [build-system]
26
+ requires = ["poetry-core>=2.0.0"]
27
+ build-backend = "poetry.core.masonry.api"
@@ -0,0 +1,3 @@
1
+ """Indexed knowledge bases with command-line tools for agents."""
2
+
3
+ __version__ = '0.0.0'