Plugins#

Users employ pytask in many different contexts, making it impossible for pytask’s maintainers to cater to all possible use cases.

Therefore, pytask uses pluggy, a plugin framework, to allow users to extend pytask.

Where can I find plugins?#

You can find plugins in many places.

How to implement your plugin#

Follow the guide on writing a plugin to write your plugin.