batch24-28 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.
batch24_28/__init__.py ADDED
File without changes
batch24_28/art.py ADDED
@@ -0,0 +1,4 @@
1
+ def print_hello():
2
+ print("*******************")
3
+ print(" Hello from my lib!")
4
+ print("*******************")
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: batch24-28
3
+ Version: 0.1.0
4
+ Summary: A simple tool for terminal ASCII art
5
+ Author-email: Your Name <your@email.com>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ batch24_28/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ batch24_28/art.py,sha256=HCrKyaf7BKN9lr3nSFdOH37HIozpHGMSZbt6KOTkdC0,120
3
+ batch24_28-0.1.0.dist-info/METADATA,sha256=EMfCVRI9PMFHM54gSmpL6S_Vsa8Uc6uidzV-Ba_pAYc,211
4
+ batch24_28-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ batch24_28-0.1.0.dist-info/top_level.txt,sha256=3Fw5uT4_sHTGDz4YbRCceTciLHcEC4EPJ69fvtDVaIU,11
6
+ batch24_28-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ batch24_28