vainona 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.
vainona-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.5
2
+ Name: vainona
3
+ Version: 0.0.1
4
+ Summary: Official Vainona SDK. Coming soon: https://vainona.ai
5
+ Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
7
+
8
+ # vainona
9
+
10
+ The official Vainona SDK. Coming soon: https://vainona.ai
@@ -0,0 +1,3 @@
1
+ # vainona
2
+
3
+ The official Vainona SDK. Coming soon: https://vainona.ai
@@ -0,0 +1,10 @@
1
+ [project]
2
+ name = "vainona"
3
+ version = "0.0.1"
4
+ description = "Official Vainona SDK. Coming soon: https://vainona.ai"
5
+ readme = "README.md"
6
+ requires-python = ">=3.9"
7
+
8
+ [build-system]
9
+ requires = ["hatchling"]
10
+ build-backend = "hatchling.build"
@@ -0,0 +1 @@
1
+ """Vainona SDK placeholder. The real SDK is coming soon."""