liveConsole 1.7.3__py3-none-any.whl → 1.7.5__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.

Potentially problematic release.


This version of liveConsole might be problematic. Click here for more details.

@@ -0,0 +1 @@
1
+ from pysole import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liveConsole
3
- Version: 1.7.3
3
+ Version: 1.7.5
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
@@ -16,6 +16,9 @@ Dynamic: license-file
16
16
  ## You can finally test your code in real time without using idle!
17
17
  ### If you found [this repository](https://github.com/TzurSoffer/Pysole) useful, please give it a ⭐!.
18
18
 
19
+ ## Showcase (click to watch on Youtube)
20
+ [![Watch the demo](Showcase/thumbnail.png)](https://www.youtube.com/shorts/pjoelNjc3O0)
21
+
19
22
  A fully-featured, **live Python console GUI** built with **CustomTkinter** and **Tkinter**, featuring:
20
23
 
21
24
  * Python syntax highlighting via **Pygments**
@@ -1,5 +1,6 @@
1
- liveconsole-1.7.3.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
2
- pysole/__init__.py,sha256=SfaSBmFVSmhyf55UedBCqhi2Ss6Tre-BCKtZb3bSr2k,60
1
+ liveConsole/__init__.py,sha256=GyV_Y3iiiS12JoEiqE55uZPQ8ZDYfOSKvxh5rcfaD1U,20
2
+ liveconsole-1.7.5.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
3
+ pysole/__init__.py,sha256=0Jq2s5WxFVveZW-pGwThGZLt_mVSdGcsT9lpJNEZ6ds,124
3
4
  pysole/__main__.py,sha256=QvVFH8J2yzgQaF9MosQ6ajCW67uiRbYliePsTEUCIAg,82
4
5
  pysole/commandHistory.py,sha256=xJtWbJ_vgJo2QGgaZJsApTOi_Hm8Yz0V9_zqQUCItj8,1084
5
6
  pysole/helpTab.py,sha256=o0uSY-8sw7FuuBrt0FQwcgK6ljNVx3IgRnW7heZ6GvY,2454
@@ -10,9 +11,9 @@ pysole/settings.json,sha256=cmOtIhRDWHMwmQMESuykWuzJd_jG6iT2tJ-uhSps_3U,722
10
11
  pysole/styledTextbox.py,sha256=qWnwGAKjl7R2HYPXQOr8GrGYIr4JC8PzmeioOCH7hGo,2236
11
12
  pysole/suggestionManager.py,sha256=EUFeCQoZnLS8EjPPNuZpzjY0BR07m2KP5TloyaMDVGY,6457
12
13
  pysole/themes.json,sha256=2KvEfxm-eDsfVKIdBhWk-Qd93wYQub3YwkxbS6CGKH0,2525
13
- pysole/utils.py,sha256=-mGHAp0MkbMPQ9eYzPmo5AGHDLuQ9NfPio_2_iaiCuY,294
14
- liveconsole-1.7.3.dist-info/METADATA,sha256=6AmM8rq7hHfgfxzn7353PwDLSBgVs2JoX2tNWvUdhMM,4955
15
- liveconsole-1.7.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- liveconsole-1.7.3.dist-info/entry_points.txt,sha256=qtvuJHcex4QqM97x_UawFWJYnfhQRl0jhqLcWRpnAGo,84
17
- liveconsole-1.7.3.dist-info/top_level.txt,sha256=DlpA93ScJbRZcF8kGSc5YoO8Ntu1ib1_MEZMb4xea_Q,7
18
- liveconsole-1.7.3.dist-info/RECORD,,
14
+ pysole/utils.py,sha256=cBjS3KxDCuVr4Wa8up0eH493cLky9_CFImO-kaiWakQ,339
15
+ liveconsole-1.7.5.dist-info/METADATA,sha256=VuazaRtDpU5esWJ2St-l2LwKY5-75J_umHcwBuk4XwE,5087
16
+ liveconsole-1.7.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ liveconsole-1.7.5.dist-info/entry_points.txt,sha256=qtvuJHcex4QqM97x_UawFWJYnfhQRl0jhqLcWRpnAGo,84
18
+ liveconsole-1.7.5.dist-info/top_level.txt,sha256=YGhC2H7bvcDnMwEtvLXF6qQNIZT2Saayyk1KOJyndN8,19
19
+ liveconsole-1.7.5.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ liveConsole
2
+ pysole
pysole/__init__.py CHANGED
@@ -1 +1,4 @@
1
1
  from .pysole import probe, _standalone, InteractiveConsole
2
+ import sys
3
+
4
+ sys.modules['liveConsole'] = sys.modules[__name__]
pysole/utils.py CHANGED
@@ -6,5 +6,8 @@ themesPath = os.path.join(os.path.dirname(__file__), "themes.json")
6
6
 
7
7
  def stdPrint(text):
8
8
  """Print text to the terminal."""
9
- sys.__stdout__.write(f"{text}\n")
10
- sys.__stdout__.flush()
9
+ try:
10
+ sys.__stdout__.write(f"{text}\n")
11
+ sys.__stdout__.flush()
12
+ except:
13
+ pass
@@ -1 +0,0 @@
1
- pysole