dewie 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.
dewie-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: dewie
3
+ Version: 0.0.1
4
+ Summary: Dewie AI
5
+ Requires-Python: >=3.8
6
+ Description-Content-Type: text/markdown
7
+
8
+ dewie. A OSS platform for document retreval, storage and agentic performance improvement
dewie-0.0.1/README.md ADDED
@@ -0,0 +1 @@
1
+ dewie. A OSS platform for document retreval, storage and agentic performance improvement
@@ -0,0 +1,10 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "dewie"
7
+ version = "0.0.1"
8
+ description = "Dewie AI"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
File without changes