Charm helpers
× Caution! These older versions of Juju documentation are no longer maintained and are provided for reference only. See docs.jujucharms.com for the current, supported documentation.

Charm Helpers

Charm Helpers is a Python library that simplifies charm development by providing a rich collection of helpful utilities for:

  • Interacting with the host machine and environment
  • Responding to hook events
  • Reading and writing charm configuration
  • Installing dependencies
  • Much, much more!

Getting Started

For instructions on installing and using Charm Helpers, along with examples and complete API documentation, please refer to the official package documentation.