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 TemplateAnd then build and publish your Action:
Build and PublishWhen you are ready to move on to more advanced developing, check out:
OverviewPortable Python
Since BrazenCloud can deliver executables in Actions, you can also leverage the portable version of Python to run Python scripts without needing to install Python on the host.
Last updated