wizlib 3.3.0__py3-none-any.whl → 3.3.2__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.
Potentially problematic release.
This version of wizlib might be problematic. Click here for more details.
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: wizlib
|
|
3
|
+
Version: 3.3.2
|
|
4
|
+
Summary: Framework for flexible and powerful command-line applications
|
|
5
|
+
License: MIT
|
|
6
|
+
Author: Steampunk Wizard
|
|
7
|
+
Author-email: wizlib@steampunkwizard.ca
|
|
8
|
+
Requires-Python: >=3.11,<3.12
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
+
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
|
|
13
|
+
Requires-Dist: gnureadline (>=8.1.2,<9.0.0) ; sys_platform == "darwin"
|
|
14
|
+
Requires-Dist: myst-parser (>=2.0.0,<3.0.0)
|
|
15
|
+
Requires-Dist: pyreadline3 (>=3.4.1,<4.0.0) ; sys_platform == "win32"
|
|
16
|
+
Requires-Dist: readchar (>=4.0.5,<5.0.0)
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# WizLib
|
|
21
|
+
|
|
22
|
+
Build configurable CLI tools easily in Python (a framework)
|
|
23
|
+
|
|
24
|
+
<a style="font-weight: bold; font-size: 1.2em;" href="https://wizlib.steamwiz.io">Documentation on SteamWiz.io</a>
|
|
25
|
+
|
|
26
|
+
<a style="font-weight: 300; font-size: 0.8em;" href="https://www.flaticon.com/free-icons/wizard" title="wizard icons">Wizard icon by Freepik-Flaticon</a>
|
|
27
|
+
|
|
@@ -15,6 +15,6 @@ wizlib/ui/shell/__init__.py,sha256=sPrYe4bG_Xf7Nwssx_dqXVk9jeyYBFUjh4oLdlSOeRY,9
|
|
|
15
15
|
wizlib/ui/shell/line_editor.py,sha256=vXXsCS_i4ZCjP0su2X9W_yD1CS6MiazPAtxpiaXQ6Jc,7413
|
|
16
16
|
wizlib/ui/shell_ui.py,sha256=jre7E_5vP_SceNH7GYenfXZpFf4h9Sbh9cWZZycTYk8,1911
|
|
17
17
|
wizlib/ui_handler.py,sha256=JoZadtw9DKAtGvHKP3_BJF2NaYqmcQYNdsY4PeRnOjg,634
|
|
18
|
-
wizlib-3.3.
|
|
19
|
-
wizlib-3.3.
|
|
20
|
-
wizlib-3.3.
|
|
18
|
+
wizlib-3.3.2.dist-info/METADATA,sha256=yiuy5mBGZHcpAg7dep6ZLqywQURmJdc53QICfUTQBX4,1028
|
|
19
|
+
wizlib-3.3.2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
20
|
+
wizlib-3.3.2.dist-info/RECORD,,
|
wizlib-3.3.0.dist-info/METADATA
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: wizlib
|
|
3
|
-
Version: 3.3.0
|
|
4
|
-
Summary: Framework for flexible and powerful command-line applications
|
|
5
|
-
License: MIT
|
|
6
|
-
Author: Steampunk Wizard
|
|
7
|
-
Author-email: wizlib@steampunkwizard.ca
|
|
8
|
-
Requires-Python: >=3.11,<3.12
|
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
-
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
|
|
13
|
-
Requires-Dist: gnureadline (>=8.1.2,<9.0.0) ; sys_platform == "darwin"
|
|
14
|
-
Requires-Dist: myst-parser (>=2.0.0,<3.0.0)
|
|
15
|
-
Requires-Dist: pyreadline3 (>=3.4.1,<4.0.0) ; sys_platform == "win32"
|
|
16
|
-
Requires-Dist: readchar (>=4.0.5,<5.0.0)
|
|
17
|
-
Description-Content-Type: text/markdown
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
# WizLib
|
|
21
|
-
|
|
22
|
-
A framework for command-line devops and personal productivity tools
|
|
23
|
-
|
|
24
|
-
WizLib wraps the built-in ArgumentParser with a set of functions, classes, and conventions that enables:
|
|
25
|
-
|
|
26
|
-
- Easy addition of loosely coupled new subcommands
|
|
27
|
-
- Unified access to configuration files with a normalized approach
|
|
28
|
-
- Standardized use of stdin, stdout, and stderr
|
|
29
|
-
- Plugin-type system for handling alternate UIs (such as curses or even a web UI)
|
|
30
|
-
- Usable completion support for user input
|
|
31
|
-
- Abstracts some of the argparse complexity
|
|
32
|
-
- Applies conventions to application code structure
|
|
33
|
-
- Supports test-driven development and CICD
|
|
34
|
-
|
|
35
|
-
## Getting started
|
|
36
|
-
|
|
37
|
-
- [Home page](https://wizlib.ca) with documentation
|
|
38
|
-
- [Sample project](https://gitlab.com/wizlib/sample) to get started
|
|
39
|
-
- [Related projects](https://gitlab.com/wizlib) for real-world examples
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
Logo by [Freepik](https://www.freepik.com/?_gl=1*1y9rvc9*test_ga*Mjc1MTIzODYxLjE2ODA3OTczNTg.*test_ga_523JXC6VL7*MTY4MDc5NzM1OC4xLjEuMTY4MDc5NzQxNS4zLjAuMA..*fp_ga*Mjc1MTIzODYxLjE2ODA3OTczNTg.*fp_ga_1ZY8468CQB*MTY4MDc5NzM1OC4xLjEuMTY4MDc5NzQxNS4zLjAuMA..)
|
|
44
|
-
|
|
45
|
-
|