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.
- All plugins should appear in this automatically updated list, which is created by scanning packages on PyPI.
- Check out the repositories in the pytask-dev Github organization for a collection of officially supported plugins.
- Check out the pytask Github topic, which shows an overview of repositories linked to pytask.
- Search on anaconda.org or prefix.dev for related packages.