python-libjuju (Juju client)

python-libjuju is one of the client libraries of Juju that allows interaction with a Juju controller via Python scripts.

Install it on your Python setup (e.g. pip install juju), and you have the full control of your infrastructure that you can control via your scripts. python-libjuju often proves to be very useful in automated testing, as well as quick interactions with Juju entities using just the Python repl.

Source: GitHub | python-libjuju

Example uses: GitHub | python-libjuju/examples

Reference docs: Read the docs | python-libjuju

Project: PyPi Project | Juju


Contributors: @cderici