verda 0.1.0__py3-none-any.whl

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.
verda/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello() -> str:
2
+ return "Hello from verda!"
verda/py.typed ADDED
File without changes
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.3
2
+ Name: verda
3
+ Version: 0.1.0
4
+ Summary: Reserved package name for an upcoming tool
5
+ Author: Alexey Shamrin
6
+ Author-email: Alexey Shamrin <alexey@datacrunch.io>
7
+ Requires-Python: >=3.13
8
+ Description-Content-Type: text/markdown
9
+
10
+ Reserved package name for an upcoming tool.
@@ -0,0 +1,5 @@
1
+ verda/__init__.py,sha256=b0D0eMbK86mxpXwD5aJJ270aHflBixw-Q6guXO73ygs,51
2
+ verda/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ verda-0.1.0.dist-info/WHEEL,sha256=5h_Q-_6zWQhhADpsAD_Xpw7gFbCRK5WjOOEq0nB806Q,79
4
+ verda-0.1.0.dist-info/METADATA,sha256=9E74tHNEXrDcZ6bxQ7rgysQQDJO4hc9y4LjZBewFkPA,285
5
+ verda-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.8.18
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any