hellopy-package 1.0.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.
hellopy/__init__.py ADDED
File without changes
hellopy/core.py ADDED
@@ -0,0 +1,3 @@
1
+ # hellopy/core.py
2
+ def hello_world():
3
+ return "Hello, world!"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: hellopy-package
3
+ Version: 1.0.0
4
+ Summary: Lib para dizer olá em Python
5
+ Home-page: https://github.com/lucaspolaquini/hellopy
6
+ Author: Lucas Faria Polaquini
7
+ Author-email: cmte.lucas@hotmail.com
8
+ License: MIT
9
+ Description-Content-Type: text/markdown
10
+ Dynamic: author
11
+ Dynamic: author-email
12
+ Dynamic: description-content-type
13
+ Dynamic: home-page
14
+ Dynamic: license
15
+ Dynamic: summary
@@ -0,0 +1,6 @@
1
+ hellopy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ hellopy/core.py,sha256=0LMFiKE-H3Xd0WX5SDiJ-9sTg95jqUUK-ukDnXH94PY,64
3
+ hellopy_package-1.0.0.dist-info/METADATA,sha256=8s_FKt_IrDqv4svwNkIeTvZAL4WQp-4SswJC3dRYLHU,396
4
+ hellopy_package-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ hellopy_package-1.0.0.dist-info/top_level.txt,sha256=EsKWuzbcOHLjQeIjNlcQOQHhZk3Jvb3v6usHRgdqTnU,8
6
+ hellopy_package-1.0.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
+ hellopy