command-eval 0.0.1__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.
@@ -0,0 +1,5 @@
1
+ __all__ = ["hello"]
2
+ __version__ = "0.0.1"
3
+
4
+ def hello(name: str) -> str:
5
+ return f"Hello, {name}!"
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: command-eval
3
+ Version: 0.0.1
4
+ Summary: command-eval
5
+ Author: AkitoshiHashizume
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Dynamic: license-file
@@ -0,0 +1,6 @@
1
+ command_eval/__init__.py,sha256=14M8BO0HRBSa-CtuD-NQvqQunnDaOgz-AabfEtgW6qY,101
2
+ command_eval-0.0.1.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ command_eval-0.0.1.dist-info/METADATA,sha256=1T9wLENyWdOe-CaRKUAQrQT9CwjaftXL0cEWrI8Uy4A,357
4
+ command_eval-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ command_eval-0.0.1.dist-info/top_level.txt,sha256=1VRHYPTOlbb48Wi7o9UZik_sXj-lRMWjOtW7k8kBDSc,13
6
+ command_eval-0.0.1.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
+
File without changes
@@ -0,0 +1 @@
1
+ command_eval