usekit 0.0.1__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.
usekit/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ from .usekit import use, usf, u
2
+ __all__ = ["use", "usf", "u"]
usekit/usekit.py ADDED
@@ -0,0 +1,12 @@
1
+ # usekit: Minimal Input. Maximum Presence.
2
+
3
+ class use:
4
+ pass
5
+
6
+ class usf:
7
+ pass
8
+
9
+ class u:
10
+ pass
11
+
12
+ print("[usekit] registered: use / usf / u")
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.1
2
+ Name: usekit
3
+ Version: 0.0.1
4
+ Summary: Minimal input, auto path toolkit
5
+ Author: ropnfop
6
+ Author-email: withropnfop@gmail.com
7
+ Requires-Python: >=3.6
8
+
@@ -0,0 +1,6 @@
1
+ usekit/__init__.py,sha256=-WaruxTzvwNKY3G4Pke0i4AAm0mRFrnPmYbu6bFy0YI,62
2
+ usekit/usekit.py,sha256=BuiTxzIdj-uZ9hWs-XtytYceVAr5uWHolj_g642vhr8,149
3
+ usekit-0.0.1.dist-info/METADATA,sha256=ehFbDJFOt9y9tpWkewsvmmiIqTAFABHWNw_dWM9sYXQ,168
4
+ usekit-0.0.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
5
+ usekit-0.0.1.dist-info/top_level.txt,sha256=6C-gS5WvwgWO-OBdMgKzlEbVtfHQ6f3b2FfuaruyW-Q,7
6
+ usekit-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.2.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ usekit