cli-ih 0.5.2__py3-none-any.whl → 0.5.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cli_ih
3
- Version: 0.5.2
3
+ Version: 0.5.2.1
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,12 +20,12 @@ A lightweight Python library for creating interactive command-line interfaces wi
20
20
 
21
21
  ## Installation
22
22
 
23
- pip install cli-ih
23
+ `pip install cli-ih`
24
24
 
25
25
  ## Quick Start
26
26
 
27
27
  ```python
28
- from cli-ih import InputHandler
28
+ from cli_ih import InputHandler
29
29
 
30
30
  def greet(args):
31
31
  print(f"Hello, {' '.join(args)}!")
@@ -0,0 +1,5 @@
1
+ InputHandler/__init__.py,sha256=_OUI_BT6EN1wfWmLtm94bFLlHLvK01TKCzifEg2uNYQ,4932
2
+ cli_ih-0.5.2.1.dist-info/METADATA,sha256=VdIulFHF9tJZkGVeozOZfgM1xbL3uu_fAOwq3Ekd9xk,1604
3
+ cli_ih-0.5.2.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
4
+ cli_ih-0.5.2.1.dist-info/top_level.txt,sha256=1wOYpDwNGBjhQWhD3dRvyWH1Hh4U6HWbAqJAq-p4Izg,13
5
+ cli_ih-0.5.2.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- InputHandler/__init__.py,sha256=_OUI_BT6EN1wfWmLtm94bFLlHLvK01TKCzifEg2uNYQ,4932
2
- cli_ih-0.5.2.dist-info/METADATA,sha256=rupWmHvik9X9k0ZhHXOiuL_ZtGqCpkqiqjxgMm6NRwQ,1600
3
- cli_ih-0.5.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
4
- cli_ih-0.5.2.dist-info/top_level.txt,sha256=1wOYpDwNGBjhQWhD3dRvyWH1Hh4U6HWbAqJAq-p4Izg,13
5
- cli_ih-0.5.2.dist-info/RECORD,,