gingugu 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.
gingugu-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: gingugu
3
+ Version: 0.0.1
4
+ Summary: Reserved - persistent memory layer for AI agents. Real package coming soon.
5
+ Author: Brian Speagle
6
+ License: MIT
7
+ Requires-Python: >=3.11
8
+ Description-Content-Type: text/markdown
9
+
10
+ # gingugu
11
+
12
+ Reserved namespace - persistent memory layer for AI agents. Real package coming soon.
@@ -0,0 +1,3 @@
1
+ # gingugu
2
+
3
+ Reserved namespace - persistent memory layer for AI agents. Real package coming soon.
@@ -0,0 +1,15 @@
1
+ [project]
2
+ name = "gingugu"
3
+ version = "0.0.1"
4
+ description = "Reserved - persistent memory layer for AI agents. Real package coming soon."
5
+ readme = "README.md"
6
+ license = { text = "MIT" }
7
+ requires-python = ">=3.11"
8
+ authors = [{ name = "Brian Speagle" }]
9
+
10
+ [build-system]
11
+ requires = ["hatchling"]
12
+ build-backend = "hatchling.build"
13
+
14
+ [tool.hatch.build.targets.wheel]
15
+ packages = ["src/gingugu"]
@@ -0,0 +1,2 @@
1
+ """gingugu - reserved namespace, real package coming soon."""
2
+ __version__ = "0.0.1"