Metadata-Version: 2.4
Name: automation_ide
Version: 1.0.0
Summary: AutomationEditor for multi automation
Author-email: JE-Chen <jechenmailman@gmail.com>
Project-URL: Homepage, https://github.com/Intergration-Automation-Testing/AutomationEditor
Project-URL: Code, https://github.com/Intergration-Automation-Testing/AutomationEditor
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: je-editor
Requires-Dist: je_auto_control
Requires-Dist: je_web_runner
Requires-Dist: je_load_density
Requires-Dist: je_api_testka
Requires-Dist: je-mail-thunder
Requires-Dist: automation-file
Requires-Dist: PySide6==6.10.1
Requires-Dist: test_pioneer
Requires-Dist: paramiko
Dynamic: license-file

# Automation-IDE  
An integrated test automation IDE developed with Python and PySide6 (Qt).  

## Components
- Editor
  - https://github.com/Integration-Automation/JEDITOR
- GUI Testing
  - https://github.com/Integration-Automation/AutoControlGUI
- API Testing
  - https://github.com/Integration-Automation/APITestka
- Web Testing
  - https://github.com/Integration-Automation/WebRunner
- Load Testing
  - https://github.com/Integration-Automation/LoadDensity
- File
  - https://github.com/Integration-Automation/FileAutomation
- OpenCV
  - https://github.com/Integration-Automation/je_opencv_wrapper
- Mail
  - https://github.com/Integration-Automation/MailThunder

## Supported features:  
- Python syntax highlighting  
- Auto reformatter  
- Code execution  
- Test scripts  
- Shell commands  
- Embedded browser  
- Jupyter integration  
- Git client  
- Code diff viewer, etc.  

## Testing modules include:  
- GUI testing  
- API testing  
- Load testing  
- Web testing  

## Installation
> pip install automation_editor

