copperthink 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,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: copperthink
3
+ Version: 0.0.1
4
+ Summary: Copperthink — intelligent memory system
5
+ Author: Ben Finklea
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/copperthink/copperthink
8
+ Keywords: memory,knowledge,ai
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Copperthink
12
+
13
+ Placeholder — package coming soon.
@@ -0,0 +1,3 @@
1
+ # Copperthink
2
+
3
+ Placeholder — package coming soon.
File without changes
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: copperthink
3
+ Version: 0.0.1
4
+ Summary: Copperthink — intelligent memory system
5
+ Author: Ben Finklea
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/copperthink/copperthink
8
+ Keywords: memory,knowledge,ai
9
+ Description-Content-Type: text/markdown
10
+
11
+ # Copperthink
12
+
13
+ Placeholder — package coming soon.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ copperthink/__init__.py
4
+ copperthink.egg-info/PKG-INFO
5
+ copperthink.egg-info/SOURCES.txt
6
+ copperthink.egg-info/dependency_links.txt
7
+ copperthink.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ copperthink
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=64", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "copperthink"
7
+ version = "0.0.1"
8
+ description = "Copperthink — intelligent memory system"
9
+ readme = "README.md"
10
+ license = {text = "MIT"}
11
+ authors = [{name = "Ben Finklea"}]
12
+ keywords = ["memory", "knowledge", "ai"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/copperthink/copperthink"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+