Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Tafros on September 11, 2019, 04:31:55 pm
-
Hi,
Is there any documentation having proper integration steps for EA API using Python?
Any help would be great!.
-
It's actually quite simple:
eaApp = win32com.client.Dispatch("EA.App")
eaRep = eaApp.Repository
I have a couple of wrapper classes (written for a customer and so not open source) on top of that.
q.