usekit 0.0.1__tar.gz

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-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,7 @@
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
usekit-0.0.1/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # usekit
2
+ Minimal Input. Maximum Presence.
3
+
4
+ Position-aware data I/O toolkit.
5
+ Use safely and intuitively:
6
+ `use.read.json()`, `usf.read.json()`, `u.rj()`, `uf.rj()`
usekit-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
usekit-0.0.1/setup.py ADDED
@@ -0,0 +1,11 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="usekit",
5
+ version="0.0.1",
6
+ author="ropnfop",
7
+ author_email="withropnfop@gmail.com",
8
+ description="Minimal input, auto path toolkit",
9
+ packages=find_packages(),
10
+ python_requires=">=3.6",
11
+ )
@@ -0,0 +1,2 @@
1
+ from .usekit import use, usf, u
2
+ __all__ = ["use", "usf", "u"]
@@ -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,7 @@
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
@@ -0,0 +1,8 @@
1
+ README.md
2
+ setup.py
3
+ usekit/__init__.py
4
+ usekit/usekit.py
5
+ usekit.egg-info/PKG-INFO
6
+ usekit.egg-info/SOURCES.txt
7
+ usekit.egg-info/dependency_links.txt
8
+ usekit.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ usekit