Plugins#

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

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

Where to 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 for related packages.

How to implement your plugin#

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