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.

How to extend pytask#

A quick method to extend pytask is explained in the guide on extending pytask. You will learn how to add your own hook implementations or write your plugin.

Where can I find plugins?#

You can find plugins in many places.