liveConsole 1.3.1__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]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liveConsole
3
- Version: 1.3.1
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=WcLmiqUR5x1HMMhkW0-O2ya0kfkt6lPD7Zcn3OX2yGk,23198
3
- liveconsole-1.3.1.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
4
- liveconsole-1.3.1.dist-info/METADATA,sha256=t5baVSG6jIMuw7Tje8DrAf7MjshBrFm5z0mpWyJg-54,3264
5
- liveconsole-1.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- liveconsole-1.3.1.dist-info/top_level.txt,sha256=0gva5OCe9lWcj5T88SwGimDDbqsdVqIGQNs98NBH1K0,21
7
- liveconsole-1.3.1.dist-info/RECORD,,