je-editor 0.0.87__tar.gz → 0.0.88__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. {je_editor-0.0.87 → je_editor-0.0.88}/PKG-INFO +23 -17
  2. {je_editor-0.0.87 → je_editor-0.0.88}/README.md +18 -14
  3. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor.egg-info/PKG-INFO +23 -17
  4. {je_editor-0.0.87 → je_editor-0.0.88}/pyproject.toml +14 -5
  5. {je_editor-0.0.87 → je_editor-0.0.88}/LICENSE +0 -0
  6. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/__init__.py +0 -0
  7. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/__main__.py +0 -0
  8. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/__init__.py +0 -0
  9. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/auto_save/__init__.py +0 -0
  10. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/auto_save/auto_save_thread.py +0 -0
  11. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_editor/__init__.py +0 -0
  12. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_editor/code_edit_plaintext.py +0 -0
  13. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_process/__init__.py +0 -0
  14. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_process/code_exec.py +0 -0
  15. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_result/__init__.py +0 -0
  16. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/code_result/code_record.py +0 -0
  17. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/colors/__init__.py +0 -0
  18. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/colors/global_color.py +0 -0
  19. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/file_dialog/__init__.py +0 -0
  20. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/file_dialog/open_file_dialog.py +0 -0
  21. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/file_dialog/save_file_dialog.py +0 -0
  22. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/main_ui/__init__.py +0 -0
  23. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/main_ui/editor_main_ui/__init__.py +0 -0
  24. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/main_ui/editor_main_ui/main_editor.py +0 -0
  25. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/main_ui_setting/__init__.py +0 -0
  26. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/main_ui_setting/ui_setting.py +0 -0
  27. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/__init__.py +0 -0
  28. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/__init__.py +0 -0
  29. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/check_style_menu/__init__.py +0 -0
  30. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/check_style_menu/build_check_style_menu.py +0 -0
  31. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/file_menu/__init__.py +0 -0
  32. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/file_menu/build_file_menu.py +0 -0
  33. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/help_menu/__init__.py +0 -0
  34. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/help_menu/build_help_menu.py +0 -0
  35. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/run_menu/__init__.py +0 -0
  36. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/run_menu/build_run_menu.py +0 -0
  37. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/menu/menu_bar/set_menu_bar.py +0 -0
  38. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/search_ui/__init__.py +0 -0
  39. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/search_ui/search_error_box.py +0 -0
  40. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/search_ui/search_text_box.py +0 -0
  41. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/shell_process/__init__.py +0 -0
  42. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/shell_process/shell_exec.py +0 -0
  43. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/syntax/__init__.py +0 -0
  44. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/syntax/python_syntax.py +0 -0
  45. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/treeview/__init__.py +0 -0
  46. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/treeview/project_treeview/__init__.py +0 -0
  47. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/pyside_ui/treeview/project_treeview/set_project_treeview.py +0 -0
  48. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/start_editor.py +0 -0
  49. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/__init__.py +0 -0
  50. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/exception/__init__.py +0 -0
  51. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/exception/exception_tags.py +0 -0
  52. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/exception/exceptions.py +0 -0
  53. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/file/__init__.py +0 -0
  54. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/file/open/__init__.py +0 -0
  55. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/file/open/open_file.py +0 -0
  56. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/file/save/__init__.py +0 -0
  57. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/file/save/save_file.py +0 -0
  58. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/json_format/__init__.py +0 -0
  59. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/json_format/json_process.py +0 -0
  60. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/redirect_manager/__init__.py +0 -0
  61. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor/utils/redirect_manager/redirect_manager_class.py +0 -0
  62. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor.egg-info/SOURCES.txt +0 -0
  63. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor.egg-info/dependency_links.txt +0 -0
  64. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor.egg-info/requires.txt +0 -0
  65. {je_editor-0.0.87 → je_editor-0.0.88}/je_editor.egg-info/top_level.txt +0 -0
  66. {je_editor-0.0.87 → je_editor-0.0.88}/setup.cfg +0 -0
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: je_editor
3
- Version: 0.0.87
4
- Summary: Simple editor for ITE
5
- Author-email: JE-Chen <zenmailman@gmail.com>
3
+ Version: 0.0.88
4
+ Summary: JEditor is basic but powerful editor for python
5
+ Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/JE-Chen/je_editor
8
+ Project-URL: Documentation, https://je-editor.readthedocs.io/en/latest/
9
+ Project-URL: Code, https://github.com/JE-Chen/je_editor
8
10
  Classifier: Programming Language :: Python :: 3.7
9
11
  Classifier: Development Status :: 2 - Pre-Alpha
10
12
  Classifier: Environment :: Win32 (MS Windows)
@@ -20,6 +22,24 @@ License-File: LICENSE
20
22
 
21
23
  ---
22
24
 
25
+ [![Downloads](https://static.pepy.tech/badge/je-editor)](https://pepy.tech/project/je-editor)
26
+
27
+
28
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
29
+
30
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Intergration-Automation-Testing/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Intergration-Automation-Testing/je_editor/tree/main)
31
+
32
+ [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
33
+
34
+ [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
35
+
36
+ ### Document
37
+
38
+ [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
39
+
40
+ ---
41
+
42
+
23
43
  ![Editor Picture](image/JEditor.png)
24
44
  > * Project Kanban https://github.com/orgs/Intergration-Automation-Testing/projects/2
25
45
  > * JEditor is a simple text editor, but it has all the necessary features.
@@ -37,20 +57,6 @@ License-File: LICENSE
37
57
 
38
58
  ---
39
59
 
40
- [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
41
-
42
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Integrated-Testing-Environment/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Integrated-Testing-Environment/je_editor/tree/main)
43
-
44
- [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
45
-
46
- [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
47
-
48
- ### Document
49
-
50
- [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
51
-
52
- ---
53
-
54
60
  ## Requires
55
61
 
56
62
  ```
@@ -2,6 +2,24 @@
2
2
 
3
3
  ---
4
4
 
5
+ [![Downloads](https://static.pepy.tech/badge/je-editor)](https://pepy.tech/project/je-editor)
6
+
7
+
8
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
9
+
10
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Intergration-Automation-Testing/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Intergration-Automation-Testing/je_editor/tree/main)
11
+
12
+ [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
13
+
14
+ [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
15
+
16
+ ### Document
17
+
18
+ [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
19
+
20
+ ---
21
+
22
+
5
23
  ![Editor Picture](image/JEditor.png)
6
24
  > * Project Kanban https://github.com/orgs/Intergration-Automation-Testing/projects/2
7
25
  > * JEditor is a simple text editor, but it has all the necessary features.
@@ -19,20 +37,6 @@
19
37
 
20
38
  ---
21
39
 
22
- [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
23
-
24
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Integrated-Testing-Environment/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Integrated-Testing-Environment/je_editor/tree/main)
25
-
26
- [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
27
-
28
- [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
29
-
30
- ### Document
31
-
32
- [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
33
-
34
- ---
35
-
36
40
  ## Requires
37
41
 
38
42
  ```
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: je-editor
3
- Version: 0.0.87
4
- Summary: Simple editor for ITE
5
- Author-email: JE-Chen <zenmailman@gmail.com>
3
+ Version: 0.0.88
4
+ Summary: JEditor is basic but powerful editor for python
5
+ Author-email: JE-Chen <jechenmailman@gmail.com>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/JE-Chen/je_editor
8
+ Project-URL: Documentation, https://je-editor.readthedocs.io/en/latest/
9
+ Project-URL: Code, https://github.com/JE-Chen/je_editor
8
10
  Classifier: Programming Language :: Python :: 3.7
9
11
  Classifier: Development Status :: 2 - Pre-Alpha
10
12
  Classifier: Environment :: Win32 (MS Windows)
@@ -20,6 +22,24 @@ License-File: LICENSE
20
22
 
21
23
  ---
22
24
 
25
+ [![Downloads](https://static.pepy.tech/badge/je-editor)](https://pepy.tech/project/je-editor)
26
+
27
+
28
+ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
29
+
30
+ [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Intergration-Automation-Testing/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Intergration-Automation-Testing/je_editor/tree/main)
31
+
32
+ [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
33
+
34
+ [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
35
+
36
+ ### Document
37
+
38
+ [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
39
+
40
+ ---
41
+
42
+
23
43
  ![Editor Picture](image/JEditor.png)
24
44
  > * Project Kanban https://github.com/orgs/Intergration-Automation-Testing/projects/2
25
45
  > * JEditor is a simple text editor, but it has all the necessary features.
@@ -37,20 +57,6 @@ License-File: LICENSE
37
57
 
38
58
  ---
39
59
 
40
- [![Codacy Badge](https://app.codacy.com/project/badge/Grade/825a90622a224207be4abe869775b50a)](https://www.codacy.com/gh/JE-Chen/je_editor/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=JE-Chen/je_editor&amp;utm_campaign=Badge_Grade)
41
-
42
- [![CircleCI](https://dl.circleci.com/status-badge/img/gh/Integrated-Testing-Environment/je_editor/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/Integrated-Testing-Environment/je_editor/tree/main)
43
-
44
- [![JE_Editor GitHub Actions Dev](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml/badge.svg?branch=dev)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_dev.yml)
45
-
46
- [![JE_Editor GitHub Actions Stable](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml/badge.svg?branch=main)](https://github.com/JE-Chen/je_editor/actions/workflows/je-editor-github-actions_stable.yml)
47
-
48
- ### Document
49
-
50
- [![Documentation Status](https://readthedocs.org/projects/je-editor/badge/?version=latest)](https://je-editor.readthedocs.io/en/latest/?badge=latest)
51
-
52
- ---
53
-
54
60
  ## Requires
55
61
 
56
62
  ```
@@ -6,12 +6,11 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "je_editor"
9
- version = "0.0.87"
9
+ version = "0.0.88"
10
10
  authors = [
11
- { name = "JE-Chen", email = "zenmailman@gmail.com" },
11
+ { name = "JE-Chen", email = "jechenmailman@gmail.com" },
12
12
  ]
13
- description = "Simple editor for ITE"
14
- readme = { file = "README.md", content-type = "text/markdown" }
13
+ description = "JEditor is basic but powerful editor for python"
15
14
  requires-python = ">=3.8"
16
15
  license = { text = "MIT" }
17
16
  dependencies = [
@@ -29,8 +28,18 @@ classifiers = [
29
28
  "Operating System :: OS Independent"
30
29
  ]
31
30
 
31
+
32
32
  [project.urls]
33
- "Homepage" = "https://github.com/JE-Chen/je_editor"
33
+ Homepage = "https://github.com/JE-Chen/je_editor"
34
+ Documentation = "https://je-editor.readthedocs.io/en/latest/"
35
+ Code = "https://github.com/JE-Chen/je_editor"
36
+
37
+ [project.readme]
38
+ file = "README.md"
39
+ content-type = "text/markdown"
40
+
41
+ [tool.setuptools]
42
+ license-files = ["LICENSE"]
34
43
 
35
44
  [tool.setuptools.packages]
36
45
  find = { namespaces = false }
File without changes
File without changes