Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.08 KB

README.md

File metadata and controls

26 lines (20 loc) · 2.08 KB

Info

Tool is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

Description

This repo provides Python tooling for interacting with Automation Studio projects in a programmatic way.

The core capabilities live in the ASTools script, which contains classes that represent the various levels of an Automation Studio project. Although these can be directly imported into a user script, the more common usage pattern is to wrap this functionality in a user-facing Python script that is intended to be called from the command line directly (with argparse support for argument parsing). Each of these wrapper scripts begin with the CmdLine prefix, and their capabilities are briefly described below:

For a more detailed look at each script's API, please call the script with the -h argument. For example, python CmdLineBuild.py -h.

Licensing

This project is licensed under the MIT License.