Skip to content

graeter-group/kimmdy-reactions

Repository files navigation

A collection of simple reactions for KIMMDY

test latest release

Documentation

See KIMMDY documentation and documentation for these reactions.

Installation

Together with KIMMDY

pip installl kimmdy[reactions]

To install it separatly:

pip install kimmdy-reactions

Making your own

  • Implement your reaction as a subclass of kimmdy.reaction.Reaction
  • Register your Reaction class in the [options.entry_points] section in the setup.cfg. The name you give here must match the entry in the config.yml for Kimmdy!