justanotherpackage 0.1.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ # __init__.py
2
+ from .core import greet, farewell
@@ -0,0 +1,6 @@
1
+ # core.py
2
+ def greet(name):
3
+ return f"Hello, {name}!"
4
+
5
+ def farewell(name):
6
+ return f"Goodbye, {name}!"
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.1
2
+ Name: justanotherpackage
3
+ Version: 0.1.0
4
+ Summary: UNKNOWN
5
+ Home-page: UNKNOWN
6
+ License: UNKNOWN
7
+ Platform: UNKNOWN
8
+ Requires-Python: >=3.6
9
+
10
+ UNKNOWN
11
+
@@ -0,0 +1,6 @@
1
+ justanotherpackage/__init__.py,sha256=vQNXpIQfFnjsRKX7NhNiwSiSYrj1rWl4iPn8PACxcFI,50
2
+ justanotherpackage/core.py,sha256=mfybNyMi-ul_yztQbWkkCyRT_dz0hewVwc6_tIrQWQo,114
3
+ justanotherpackage-0.1.0.dist-info/METADATA,sha256=Adjxzp9l08gykB3f8vZNDpnDsg7S42kJvzySank_8to,177
4
+ justanotherpackage-0.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
+ justanotherpackage-0.1.0.dist-info/top_level.txt,sha256=TYPvm7Vn_5xwf6F2gJkqghqm656FdzsEtV8d4p9I47g,19
6
+ justanotherpackage-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.45.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ justanotherpackage