|
1 | 1 | # Plugins
|
2 | 2 |
|
3 |
| -Since pytask is used in many different contexts, all possible applications are |
4 |
| -unforeseeable and cannot be directly supported by pytask's developers. |
| 3 | +Users employ pytask in many different contexts, making it impossible for pytask's |
| 4 | +maintainers to support all possible use-cases. |
5 | 5 |
|
6 |
| -Therefore, pytask is built upon [pluggy](https://github.com/pytest-dev/pluggy), a plugin |
7 |
| -framework also used in pytest which allows other developers to extend pytask. |
| 6 | +Therefore, pytask uses [pluggy](https://github.com/pytest-dev/pluggy), a plugin |
| 7 | +framework, for allowing users to extend pytask. |
8 | 8 |
|
9 | 9 | ## Where to find plugins
|
10 | 10 |
|
11 |
| -Plugins can be found in many places. |
| 11 | +You can find plugins in many places. |
12 | 12 |
|
13 |
| -- All plugins should appear in this {doc}`automatically updated list <../plugin_list>` |
| 13 | +- All plugins should appear in this {doc}`automatically updated list <../plugin_list>`, |
14 | 14 | which is created by scanning packages on PyPI.
|
15 | 15 | - Check out the repositories in the [pytask-dev](https://github.com/pytask-dev) Github
|
16 | 16 | organization for a collection of officially supported plugins.
|
17 |
| -- Check out the [pytask Github topic](https://github.com/topics/pytask) which shows an |
| 17 | +- Check out the [pytask Github topic](https://github.com/topics/pytask), which shows an |
18 | 18 | overview of repositories linked to pytask.
|
19 | 19 | - Search on [anaconda.org](https://anaconda.org/search?q=pytask) for related packages.
|
20 | 20 |
|
21 |
| -## How to implement your own plugin |
| 21 | +## How to implement your plugin |
22 | 22 |
|
23 | 23 | Follow the {doc}`guide on writing a plugin <../how_to_guides/how_to_write_a_plugin>` to
|
24 | 24 | write your own plugin.
|
0 commit comments