geometryai 0.0.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.
geometryai/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ __version__ = "0.0.1"
2
+
3
+ from .core import hello
geometryai/core.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello():
2
+ return "Hello from GeometryAI!"
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: geometryai
3
+ Version: 0.0.0
4
+ Summary: Dummy GeometryAI package
5
+ Author: Your Name
6
+ Author-email: you@example.com
7
+ Requires-Python: >=3.8
8
+ Dynamic: author
9
+ Dynamic: author-email
10
+ Dynamic: requires-python
11
+ Dynamic: summary
@@ -0,0 +1,6 @@
1
+ geometryai/__init__.py,sha256=qyATSI7oL25cNEzhRfJsZuewtWUudYlTNnu2XO9ZEfQ,50
2
+ geometryai/core.py,sha256=hMXHAhDHURmJci8w2-uPsuPkbTac4TIpewCNjntz2xE,51
3
+ geometryai-0.0.0.dist-info/METADATA,sha256=b83RLSAklWDQ1owl7KyNVdBiKkN8ILgCDkIZXEuoYao,250
4
+ geometryai-0.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ geometryai-0.0.0.dist-info/top_level.txt,sha256=j6GQri0SDPZQtGqLC7cV0d3mIG5ZXIU4rx4YFWjVQwQ,11
6
+ geometryai-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ geometryai