Base layer for building charms using the reactive pattern
Python Makefile
Switch branches/tags
Nothing to show
Latest commit 17c03fa Nov 14, 2017 @johnsca johnsca Merge pull request #103 from galgalesh/remove-docs
Remove docs and point to charms.reactive docs.

README.md

Overview

Apache 2.0 License

This is the base layer for all reactive Charms. It provides all of the standard Juju hooks and starts the reactive framework when these hooks get executed. It also bootstraps the charm-helpers and charms.reactive libraries, and all of their dependencies for use by the Charm.

Usage

Go read the layer-basic documentation for more info on how to use this layer. It is now hosted together with the charms.reactive documentation in order to reduce the amount of places a charmer needs to search for info.