Plugins

This package contains the various built-in plugins available for Chancy. Plugins are used to extend the functionality of Chancy, while allowing for significant customization.

Some Chancy plugins are enabled by default. You can pass your own into the list of plugins to customize them or set no_default_plugins to True to disable them completely:

async with Chancy(..., no_default_plugins=True, plugins=[]):
    ...

Default Plugins

Optional Plugins

Chancy also comes with some additional plugins that can be enabled as needed, and typically require additional dependencies:

Submodules