cli-ih 0.5.2.2__tar.gz → 0.5.3__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.
- {cli_ih-0.5.2.2/cli_ih.egg-info → cli_ih-0.5.3}/PKG-INFO +2 -2
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/README.md +1 -1
- cli_ih-0.5.3/cli_ih/__init__.py +1 -0
- {cli_ih-0.5.2.2 → cli_ih-0.5.3/cli_ih.egg-info}/PKG-INFO +2 -2
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/cli_ih.egg-info/SOURCES.txt +2 -2
- cli_ih-0.5.3/cli_ih.egg-info/top_level.txt +1 -0
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/pyproject.toml +1 -1
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/setup.py +1 -1
- cli_ih-0.5.2.2/InputHandler/__init__.py +0 -1
- cli_ih-0.5.2.2/cli_ih.egg-info/top_level.txt +0 -1
- {cli_ih-0.5.2.2/InputHandler → cli_ih-0.5.3/cli_ih}/InputHandler.py +0 -0
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/cli_ih.egg-info/dependency_links.txt +0 -0
- {cli_ih-0.5.2.2 → cli_ih-0.5.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cli_ih
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.3
|
4
4
|
Summary: A background command handler for python's command line interface.
|
5
5
|
Author-email: Hotment <michatchuplay@gmail.com>
|
6
6
|
Requires-Python: >=3.8
|
@@ -20,7 +20,7 @@ A lightweight Python library for creating interactive command-line interfaces wi
|
|
20
20
|
|
21
21
|
## Installation
|
22
22
|
|
23
|
-
`pip install
|
23
|
+
`pip install cli_ih`
|
24
24
|
|
25
25
|
## Quick Start
|
26
26
|
|
@@ -0,0 +1 @@
|
|
1
|
+
from InputHandler import InputHandler
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cli_ih
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.3
|
4
4
|
Summary: A background command handler for python's command line interface.
|
5
5
|
Author-email: Hotment <michatchuplay@gmail.com>
|
6
6
|
Requires-Python: >=3.8
|
@@ -20,7 +20,7 @@ A lightweight Python library for creating interactive command-line interfaces wi
|
|
20
20
|
|
21
21
|
## Installation
|
22
22
|
|
23
|
-
`pip install
|
23
|
+
`pip install cli_ih`
|
24
24
|
|
25
25
|
## Quick Start
|
26
26
|
|
@@ -0,0 +1 @@
|
|
1
|
+
cli_ih
|
@@ -1 +0,0 @@
|
|
1
|
-
from . import InputHandler
|
@@ -1 +0,0 @@
|
|
1
|
-
InputHandler
|
File without changes
|
File without changes
|
File without changes
|