je-editor 0.0.179__py3-none-any.whl → 0.0.180__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ syntax_rule_setting_dict: dict = {
13
13
  },
14
14
  "string_rule": {
15
15
  "rules": (
16
- r"'[^'\\]*(\\.[^'\\]*)*'", # Singel
16
+ r"'[^'\\]*(\\.[^'\\]*)*'", # Single
17
17
  r'"[^"\\]*(\\.[^"\\]*)*"', # Double
18
18
  ),
19
19
  "color": QColor(0, 153, 0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: je_editor
3
- Version: 0.0.179
3
+ Version: 0.0.180
4
4
  Summary: JEditor is basic but powerful editor include GPT
5
5
  Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
@@ -22,7 +22,7 @@ je_editor/pyside_ui/code/shell_process/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JC
22
22
  je_editor/pyside_ui/code/shell_process/shell_exec.py,sha256=477oCBLtK4lH_aO80U7hXPgdpDu-WAY94MIBLcin51Y,7737
23
23
  je_editor/pyside_ui/code/syntax/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  je_editor/pyside_ui/code/syntax/python_syntax.py,sha256=4xsm6z0hEkh8fZ_I72eXBfkgV9hQ6FjSwJNVeYMfiEg,1611
25
- je_editor/pyside_ui/code/syntax/syntax_setting.py,sha256=SNnOW6ioJgLF_JAVNw9yNaEKChgbFSsLkXTt-hVI8DA,2243
25
+ je_editor/pyside_ui/code/syntax/syntax_setting.py,sha256=5mx0bnCJBvdAH6LixV_k6KoQyEdnTnC5sV3ieq06XBw,2243
26
26
  je_editor/pyside_ui/code/textedit_code_result/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  je_editor/pyside_ui/code/textedit_code_result/code_record.py,sha256=mM52XP-FfvN_WEDYOuzyP8OUelLhtR7Rd2M-KaOBPqo,1810
28
28
  je_editor/pyside_ui/dialog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -99,8 +99,8 @@ je_editor/utils/redirect_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
99
99
  je_editor/utils/redirect_manager/redirect_manager_class.py,sha256=RulOP6Udyna3q01iti_BuMpmhEIObnTJq3G5MIu1Rwo,1750
100
100
  je_editor/utils/venv_check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
101
  je_editor/utils/venv_check/check_venv.py,sha256=3HjMwqJzqY8Ir6auniyZMlL0h0TAvP3nZkOI-bR4_jA,798
102
- je_editor-0.0.179.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
103
- je_editor-0.0.179.dist-info/METADATA,sha256=l_YC0zPwhccB6ZtSqsmhI7sgC6CXqv_BNQXPohAwld4,3331
104
- je_editor-0.0.179.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
105
- je_editor-0.0.179.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
106
- je_editor-0.0.179.dist-info/RECORD,,
102
+ je_editor-0.0.180.dist-info/LICENSE,sha256=KMhUHh6pnIUvmXDW-49L_Sz63bqkOlPDqsecaqKiitU,1091
103
+ je_editor-0.0.180.dist-info/METADATA,sha256=m2lbzmwKtW8jg_bb0odm7iuyDWWBnEBPqpZM_K6j3Dg,3331
104
+ je_editor-0.0.180.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
105
+ je_editor-0.0.180.dist-info/top_level.txt,sha256=_9YA7BgxpkmdLs-5V_UQILxClcMRgPyG1a3qaE-Bkcs,10
106
+ je_editor-0.0.180.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5