je-editor 0.0.199__py3-none-any.whl → 0.0.200__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.
@@ -52,7 +52,7 @@ class RedirectManager(object):
52
52
  sys.stderr = redirect_err
53
53
  default_logger = logging.getLogger("RedirectManager")
54
54
  default_logger.addHandler(redirect_err)
55
- skip_logger_list = ["JEditor", "FrontEngine", "AutomationIDE"]
55
+ skip_logger_list = ["JEditor", "FrontEngine", "AutomationIDE", "TestPioneer"]
56
56
  for name in logging.root.manager.loggerDict.keys():
57
57
  if name in skip_logger_list:
58
58
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: je_editor
3
- Version: 0.0.199
3
+ Version: 0.0.200
4
4
  Summary: JEditor is basic but powerful editor include GPT
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
@@ -98,11 +98,11 @@ je_editor/utils/multi_language/english.py,sha256=gR0utQPeyNhcpRNaaaa05mFC1ErGWPv
98
98
  je_editor/utils/multi_language/multi_language_wrapper.py,sha256=_MtYrE51poQ1p_iWvT2eg_604uj6IsiBgGpifWpYLGc,1050
99
99
  je_editor/utils/multi_language/traditional_chinese.py,sha256=Vf6tpdE0Rb8hiVBGHLpSioi4QrRXSsP5-iktePZGk0w,5668
100
100
  je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=RsLRbhBy_YyiwTN5g0YkoobI-BvSdZgX0Ot53nrHm7g,2174
101
+ je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=UDX-9Qn9x4Yc8fjj-Xn0bS62EOPbqqipT7SKkycBufw,2189
102
102
  je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
103
  je_editor/utils/venv_check/check_venv.py,sha256=oCrMdue4NYUUGrVifh_iHFwIgxVx9azYN4jz3Xiulgg,999
104
- je_editor-0.0.199.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
- je_editor-0.0.199.dist-info/METADATA,sha256=mGsUAQcB2KS_CIkVErNdooQbut_M4J3XGj8Guz4CSyY,3307
106
- je_editor-0.0.199.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
107
- je_editor-0.0.199.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
- je_editor-0.0.199.dist-info/RECORD,,
104
+ je_editor-0.0.200.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
105
+ je_editor-0.0.200.dist-info/METADATA,sha256=Z3JxVDSWOS2o900DiVlnUTCh_g6jQB2W7MkfxWkQVz4,3307
106
+ je_editor-0.0.200.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
107
+ je_editor-0.0.200.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
108
+ je_editor-0.0.200.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5