Opened 13 years ago
Closed 13 years ago
#1934 closed enhancement (fixed)
Embed IronPython
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | 2.1.0 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
Now that we have migrated Maestro to .net Framework 4.0, we have access to some goodies that are also supported by Mono, like the Dynamic Language Runtime (DLR)
Embedding the IronPython scripting engine to Maestro allows us to have the following:
- Allows users to load/execute scripts written in Python that can drive or automate certain parts of Maestro application.
- Integrate with the existing Python ecosystem.
Note:
See TracTickets
for help on using tickets.
Fixed r6467