githubEdit

Python

In BrazenCloud, a Python Action in an Action that primarily runs a Python script. BrazenCloud does not limit anything in the Python script unless you include a security.json file, so the only restrictions are going to be host, OS, and Python related.

Getting Started

You can create your own Python Actions using the Python Action template:

Using the Templatechevron-right

And then build and publish your Action:

Build and Publishchevron-right

When you are ready to move on to more advanced developing, check out:

Overviewchevron-right

Portable Python

Since BrazenCloud can deliver executables in Actions, you can also leverage the portable version of Pythonarrow-up-right to run Python scripts without needing to install Python on the host.

Last updated