hello-world-hareesh 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.
File without changes
hello_world/main.py ADDED
@@ -0,0 +1,7 @@
1
+ from printHelloWorld import print_hello_world
2
+
3
+ def print_word():
4
+ print_hello_world()
5
+
6
+ if __name__=="__main__":
7
+ print_word()
@@ -0,0 +1,2 @@
1
+ def print_hello_world():
2
+ print("Hello World !!")
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: hello-world-hareesh
3
+ Version: 0.1.0
4
+ Summary:
5
+ Author: hareeshmuddala
6
+ Author-email: hareeshmuddala000@gmail.com
7
+ Requires-Python: >=3.12
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.12
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Classifier: Programming Language :: Python :: 3.14
12
+ Description-Content-Type: text/markdown
13
+
14
+ # Hello World Hareesh
15
+
16
+ A simple Python package that prints Hello World.
@@ -0,0 +1,6 @@
1
+ hello_world/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ hello_world/main.py,sha256=yxm4osS5_--JpxIRLS-HMheZFKPz-PP2715y4TKF7l0,131
3
+ hello_world/printHelloWorld.py,sha256=3f9ey8moLRm2_9XAJ5vhOAEcx3NmdUMTyAwMkR8e8XA,52
4
+ hello_world_hareesh-0.1.0.dist-info/METADATA,sha256=tIL34N7RU0iE3OBwd6QFtWpmNGOxozPQF9h2aKc7A-c,476
5
+ hello_world_hareesh-0.1.0.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
6
+ hello_world_hareesh-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.4.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any