Skip to content

Commit ebd547c

Browse files
authored
Merge pull request #112 from Integration-Automation/dev
Dev
2 parents 982d4fa + 368e52f commit ebd547c

File tree

116 files changed

+195
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+195
-198
lines changed

README.md

Lines changed: 37 additions & 40 deletions

automation_ide/__init__.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

automation_ide/automation_editor_ui/extend_ai_gui/ai_gui_global_variable.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

automation_ide/automation_editor_ui/extend_multi_language/update_language_dict.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml renamed to dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "PyBreeze_dev"
9-
version = "1.0.4"
8+
name = "pybreeze_dev"
9+
version = "1.0.5"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ je-load-density
66
je-auto-control
77
je-web-runner
88
je-mail-thunder
9-
automation_ide_dev
9+
pybreeze_dev
1010
sphinx
1111
sphinx-rtd-theme
1212
PySide6

exe/start_automation_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from automation_ide import start_editor
1+
from pybreeze import start_editor
22

33
start_editor()

images/main_gui.png

54.8 KB

pybreeze/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from pybreeze.pybreeze_ui.editor_main.main_ui import AutomationEditor
2+
from pybreeze.pybreeze_ui.editor_main.main_ui import EDITOR_EXTEND_TAB
3+
from pybreeze.pybreeze_ui.editor_main.main_ui import start_editor
4+
5+
__all__ = [
6+
"start_editor", "AutomationEditor", "EDITOR_EXTEND_TAB"
7+
]

0 commit comments

Comments
 (0)