helloworld2 1.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,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: helloworld2
|
|
3
|
+
Version: 1.1.0
|
|
4
|
+
Summary: A simple Python project demonstrating module imports.
|
|
5
|
+
Requires-Python: >=3.12
|
|
6
|
+
Description-Content-Type: text/markdown
|
|
7
|
+
Requires-Dist: wheel
|
|
8
|
+
Dynamic: description
|
|
9
|
+
Dynamic: description-content-type
|
|
10
|
+
Dynamic: requires-dist
|
|
11
|
+
Dynamic: requires-python
|
|
12
|
+
Dynamic: summary
|
|
13
|
+
|
|
14
|
+
# HelloWorld2 Project
|
|
15
|
+
|
|
16
|
+
A simple Python project demonstrating module imports.
|
|
17
|
+
|
|
18
|
+
## Structure
|
|
19
|
+
- `main.py`: The entry point of the application.
|
|
20
|
+
- `helloworld.py`: A simple module providing a helper function.
|
|
21
|
+
|
|
22
|
+
## How to run
|
|
23
|
+
```bash
|
|
24
|
+
python3 main.py
|
|
25
|
+
```
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
helloworld2-1.1.0.dist-info/METADATA,sha256=SbMPj256hhYm3RtWwDtatr0oSsoRHlCjIivwiT_BiY8,571
|
|
2
|
+
helloworld2-1.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
3
|
+
helloworld2-1.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
4
|
+
helloworld2-1.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|