liveConsole 1.3.0__py3-none-any.whl → 1.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.
liveConsole.py CHANGED
@@ -64,8 +64,8 @@ class CodeSuggestionManager:
64
64
  base_expr = '.'.join(currentWord.split('.')[:-1])
65
65
  obj = eval(base_expr, self.userLocals, self.userGlobals)
66
66
  suggestions = dir(obj)
67
- except Exception as e:
68
- print(e)
67
+ except:
68
+ pass
69
69
  for char in "([{,.":
70
70
  if char in currentWord:
71
71
  currentWord = currentWord.split(char)[-1]
@@ -604,7 +604,7 @@ class InteractiveConsole(ctk.CTk):
604
604
  self._createUi()
605
605
 
606
606
  # Redirect stdout/stderr
607
- # self._setupOutputRedirect()
607
+ self._setupOutputRedirect()
608
608
 
609
609
  def _createUi(self):
610
610
  """Create the user interface."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liveConsole
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: An IDLE-like debugger to allow for real-time command injection for debugging and testing python code
5
5
  Author-email: Tzur Soffer <tzur.soffer@gmail.com>
6
6
  License: MIT
@@ -31,7 +31,7 @@ A fully-featured, **live Python console GUI** built with **CustomTkinter** and *
31
31
 
32
32
  ## Installation
33
33
 
34
- `pip install pip install liveConsole`
34
+ `pip install liveConsole`
35
35
 
36
36
 
37
37
  ## Features
@@ -0,0 +1,7 @@
1
+ __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ liveConsole.py,sha256=ea_dNN4tJMoQi2qOqUd8bl1mb_YlTctBgASafN2AV40,23179
3
+ liveconsole-1.3.2.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
4
+ liveconsole-1.3.2.dist-info/METADATA,sha256=ZG0uBWxnOsDPRBPfZ-a65WjZr9z7NETpuqaGsgAo0V4,3252
5
+ liveconsole-1.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ liveconsole-1.3.2.dist-info/top_level.txt,sha256=0gva5OCe9lWcj5T88SwGimDDbqsdVqIGQNs98NBH1K0,21
7
+ liveconsole-1.3.2.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- liveConsole.py,sha256=JfdKL-tqpz1-yuCsCLVGvvvgTlj6RvDsY0M6v48Hn1k,23200
3
- liveconsole-1.3.0.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
4
- liveconsole-1.3.0.dist-info/METADATA,sha256=kq6XZfv13P9uL_pDYa4OFB2-Kc5BkRCcbW-5zhV9iM8,3264
5
- liveconsole-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- liveconsole-1.3.0.dist-info/top_level.txt,sha256=0gva5OCe9lWcj5T88SwGimDDbqsdVqIGQNs98NBH1K0,21
7
- liveconsole-1.3.0.dist-info/RECORD,,