xpublish.Plugin#
- pydantic model xpublish.Plugin[source]#
Xpublish plugins provide ways to extend the core of xpublish with new routers and other functionality.
To create a plugin, subclass Plugin and add attributes that are subclasses of PluginType (Router for instance).
The specific attributes correspond to how Xpublish should use the plugin.
- Fields:
name (str)