myawesomepkg 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.
@@ -0,0 +1 @@
1
+ from .core import say_hello
myawesomepkg/core.py ADDED
@@ -0,0 +1,2 @@
1
+ def say_hello(name):
2
+ return f"Hello, {name}!"
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: myawesomepkg
3
+ Version: 0.1.0
4
+ Summary: A simple greeting library
5
+ Author: Your Name
6
+ Requires-Python: >=3.6
7
+
@@ -0,0 +1,6 @@
1
+ myawesomepkg/__init__.py,sha256=gNi6noitr9U8Cfc2UcldtL4tyZk6QHS6MU8OKJOElCA,29
2
+ myawesomepkg/core.py,sha256=BrAMNx-AdBpoqCAJ_In7Z5ZJC3AZaseEg79JUzs16gs,52
3
+ myawesomepkg-0.1.0.dist-info/METADATA,sha256=ICz31TipQRNDj3bnvpXGs4RKaRN9Qa0RIFp046qMuqQ,140
4
+ myawesomepkg-0.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ myawesomepkg-0.1.0.dist-info/top_level.txt,sha256=Pngzshta5k3nST58NluFg5L7yoZth2MPR0huoroI7ao,13
6
+ myawesomepkg-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.42.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ myawesomepkg