/charms.reactive

Framework for developing charms and relations using the reactive pattern

Primary LanguagePythonApache License 2.0Apache-2.0

Charms.Reactive

This module serves as the basis for creating charms and relation implementations using the reactive pattern. You can see its goal and vision in the vision document

The full documentation is available online at: https://charmsreactive.readthedocs.io/

Status - Deprecated

Please don't use charms.reactive for new charms. This library is being maintained for existing charms.reactive charms, to allow bug fixes to be made and to enable them to be built with charm-tools using the reactive plugin in charmcraft.

If you are going to write a new charm, then your life, and code, will be much easier with an Operator Framework charm.

Usage

See Building a Charm from Layers for more information on how to use the charms.reactive framework. Also look at the layer-basic documentation for more info on how to use the basic layer.

Contributing

Want to contribute? Great! We're looking forward to your Pull Request. See HACKING.md for more information about how to contribute to charmhelpers.