asv.plugin_manager¶
Attributes¶
Classes¶
A class to load and manage plugins. |
Module Contents¶
- asv.plugin_manager.ENV_PLUGIN_REGEXES = ['\\.virtualenv$', '\\.conda$', '\\.rattler$', '\\.uv$'][source]¶
- class asv.plugin_manager.PluginManager[source]¶
A class to load and manage plugins.
By default in asv, plugins are searched for in the
asv.pluginsnamespace package and in theasv.commandspackage.Then, any modules specified in the
pluginsentry in theasv.conf.jsonfile are loaded.