tubalcaine / BigFixOperator

A tool to manage BigFix console operators
Apache License 2.0
0 stars 1 forks source link

BigFixOperator

A proof of concept tool to manage BigFix console operators

pyinstaller

To bundle and run as a binary in a single file:

pyinstaller --clean --onefile ./src/BigFixOperator.py

Related

Note: look at the besapi python wrapper for general BigFix REST API functionality