usr 0.0.0b1__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.
usr/__init__.py ADDED
@@ -0,0 +1 @@
1
+ ## vasufy
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: usr
3
+ Version: 0.0.0b1
4
+ Summary: Exclusive development toolkit for projects and services by Ankit Chaubey (aka usr).
5
+ Home-page: https://github.com/ankit-chaubey/usr
6
+ Author: Ankit Chaubey
7
+ Author-email: m.ankitchaubey@gmail.com
8
+ Project-URL: Source, https://github.com/ankit-chaubey/usr
9
+ Project-URL: Bug Tracker, https://github.com/ankit-chaubey/usr/issues
10
+ Keywords: development automation project-configuration exclusive
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Software Development :: Build Tools
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: OS Independent
17
+ Requires-Python: >=3.6
18
+ Description-Content-Type: text/plain
19
+ Requires-Dist: colorama
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: keywords
27
+ Dynamic: project-url
28
+ Dynamic: requires-dist
29
+ Dynamic: requires-python
30
+ Dynamic: summary
31
+
32
+ usr is a specialized package designed exclusively for projects and services created by Ankit Chaubey (aka usr). This toolkit provides additional setup configurations, advanced development settings, and automation features to enhance workflow and project management.
@@ -0,0 +1,6 @@
1
+ usr/__init__.py,sha256=1o-qhUUHREbw0-6W0MK-cult1XxS0FbtxV9z-tm-cIc,10
2
+ usr-0.0.0b1.dist-info/METADATA,sha256=nVHZ5WZPsjPPPUAlQVl-Uy85iGJ2_ZCK0Flv98cZ6Aw,1321
3
+ usr-0.0.0b1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ usr-0.0.0b1.dist-info/entry_points.txt,sha256=EDKLsR_id_tJJccrDkTptbNWQ4vnfOdGRqNCtVDsIwM,37
5
+ usr-0.0.0b1.dist-info/top_level.txt,sha256=7KC_3I8qUiuHtjKaWBz7MFV9uzhR1xZRbMnuY_MNzpA,4
6
+ usr-0.0.0b1.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,2 @@
1
+ [console_scripts]
2
+ usr = usr.usr:main
@@ -0,0 +1 @@
1
+ usr