Skip to content

Commit 8dcd9dc

Browse files
committed
exlcude pytask-environment
1 parent 2951bad commit 8dcd9dc

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

docs/source/plugin_list.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Packages classified as inactive are excluded.
1313
conduct your own quality assessment before incorporating any of these plugins into your
1414
own projects.
1515

16-
This list contains 7 plugins.
16+
This list contains 6 plugins.
1717

18-
| name | summary | last release | status | requires |
19-
| ------------------------------------------------------------------ | -------------------------------------------------------------------- | ------------ | --------- | -------------- |
20-
| [pytask-environment](https://pypi.org/project/pytask-environment/) | Detect changes in your pytask environment and abort a project build. | Feb 10, 2023 | 4 - Beta | pytask (>=0.2) |
21-
| [pytask-julia](https://pypi.org/project/pytask-julia/) | A Pytask plugin for Julia | Oct 07, 2023 | 4 - Beta | pytask >=0.4.0 |
22-
| [pytask-latex](https://pypi.org/project/pytask-latex/) | Compile LaTeX documents with pytask. | Jun 01, 2025 | 4 - Beta | pytask>=0.4.0 |
23-
| [pytask-parallel](https://pypi.org/project/pytask-parallel/) | Parallelize the execution of tasks with pytask. | Feb 06, 2026 | 4 - Beta | pytask>=0.5.2 |
24-
| [pytask-r](https://pypi.org/project/pytask-r/) | Run R scripts with pytask. | Apr 20, 2024 | 4 - Beta | pytask>=0.4.5 |
25-
| [pytask-stata](https://pypi.org/project/pytask-stata/) | Execute do-files with Stata and pytask. | Jul 26, 2025 | 4 - Beta | pytask>=0.5.2 |
26-
| [pytask-vscode](https://pypi.org/project/pytask-vscode/) | Additional Logging for VS Code integration | Nov 21, 2023 | 3 - Alpha | pytask >=0.4.2 |
18+
| name | summary | last release | status | requires |
19+
| ------------------------------------------------------------ | ----------------------------------------------- | ------------ | --------- | -------------- |
20+
| [pytask-julia](https://pypi.org/project/pytask-julia/) | A Pytask plugin for Julia | Oct 07, 2023 | 4 - Beta | pytask >=0.4.0 |
21+
| [pytask-latex](https://pypi.org/project/pytask-latex/) | Compile LaTeX documents with pytask. | Jun 01, 2025 | 4 - Beta | pytask>=0.4.0 |
22+
| [pytask-parallel](https://pypi.org/project/pytask-parallel/) | Parallelize the execution of tasks with pytask. | Feb 06, 2026 | 4 - Beta | pytask>=0.5.2 |
23+
| [pytask-r](https://pypi.org/project/pytask-r/) | Run R scripts with pytask. | Apr 20, 2024 | 4 - Beta | pytask>=0.4.5 |
24+
| [pytask-stata](https://pypi.org/project/pytask-stata/) | Execute do-files with Stata and pytask. | Jul 26, 2025 | 4 - Beta | pytask>=0.5.2 |
25+
| [pytask-vscode](https://pypi.org/project/pytask-vscode/) | Additional Logging for VS Code integration | Nov 21, 2023 | 3 - Alpha | pytask >=0.4.2 |

scripts/update_plugin_list.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@
7373
)
7474

7575

76-
_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list", "pytask-queue"]
76+
_EXCLUDED_PACKAGES = [
77+
"pytask-environment",
78+
"pytask-io",
79+
"pytask-list",
80+
"pytask-queue",
81+
]
7782

7883

7984
def _escape_markdown(text: str) -> str:

0 commit comments

Comments
 (0)