multinut 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.
multinut/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ def greet(name):
2
+ return f"Hello, {name}! You're using chipi."
3
+
4
+ def add(x, y):
5
+ return x + y
6
+
7
+ def reverse_string(s):
8
+ return s[::-1]
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: multinut
3
+ Version: 0.1.0
4
+ Summary: A completely unnecessary multitool module.
5
+ Home-page: https://github.com/ChipperFluff/multinut
6
+ Author: Chipperfluff
7
+ Author-email: i96774080@gmail.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Requires-Python: >=3.6
11
+ Description-Content-Type: text/markdown
12
+ Dynamic: author
13
+ Dynamic: author-email
14
+ Dynamic: classifier
15
+ Dynamic: description
16
+ Dynamic: description-content-type
17
+ Dynamic: home-page
18
+ Dynamic: requires-python
19
+ Dynamic: summary
20
+
21
+ # multinut
22
+
23
+ The multitool nobody asked for. Includes stuff like `greet()`, `add()`, and other functions you'll forget are here.
@@ -0,0 +1,5 @@
1
+ multinut/__init__.py,sha256=bB-FkDRs4wqR_6L4e0orEhVmP3qIKWZMoa2trf6xnVk,142
2
+ multinut-0.1.0.dist-info/METADATA,sha256=vXm_e6ri2MBaKjxbaCemq507ZbG8kUd2bMGP-eUkkOo,677
3
+ multinut-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ multinut-0.1.0.dist-info/top_level.txt,sha256=UKIXJ6zl2nHG8cblB0Sq7IbRzZ-KVCxFkaz_YNsqAgs,9
5
+ multinut-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ multinut