Antares Craft overview¶
Info
You can find more on Antares Craft on the dedicated website for examples and API reference.
A programmatic approach to Antares¶
Interacting with Antares only through the UI of Antares Web can be less productive for some tasks. That's why Antares has a python package called Antares Craft to interact with Antares studies. It allows users to access, modify, launch and automate your workflow with Antares.
Installing Antares Craft¶
You can install antares_craft using your usual python package manager:
pip install antares_craft
More¶
Examples are presented in the dedicated website for the antares_craft package
in the Antares Craft by Example
page.
Moreover, you can see all the reference for the classes and methods in the reference section of Antares website.