cli-ih 0.5.3.2__tar.gz → 0.5.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cli_ih
3
- Version: 0.5.3.2
3
+ Version: 0.5.3.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
@@ -0,0 +1,2 @@
1
+ from .Input_Handler import InputHandler
2
+ from .Input_Handler import logging
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cli_ih
3
- Version: 0.5.3.2
3
+ Version: 0.5.3.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cli_ih"
3
- version = "0.5.3.2"
3
+ version = "0.5.3.3"
4
4
  description = "A background command handler for python's command line interface."
5
5
  readme = "README.md"
6
6
  requires-python = ">= 3.8"
@@ -5,7 +5,7 @@ with open("README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="cli_ih",
8
- version = "0.5.3.2",
8
+ version = "0.5.3.3",
9
9
  packages=find_packages(),
10
10
  install_requires = [
11
11
  'logging>=0.4.9.6'
@@ -1 +0,0 @@
1
- from Input_Handler import InputHandler
File without changes
File without changes