From e0dafc2424478154122968fc7ea474a46259f244 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Mon, 25 Mar 2024 18:10:45 +0000 Subject: [PATCH 1/2] [automated] Update plugin list --- docs/source/plugin_list.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/plugin_list.rst b/docs/source/plugin_list.rst index a377efb6..ac7ea94b 100644 --- a/docs/source/plugin_list.rst +++ b/docs/source/plugin_list.rst @@ -11,7 +11,7 @@ automatically. Packages classified as inactive are excluded. creating a PDF, because otherwise the table gets far too wide for the page. -This list contains 7 plugins. +This list contains 8 plugins. .. only:: not latex @@ -21,6 +21,7 @@ This list contains 7 plugins. :pypi:`pytask-environment` Detect changes in your pytask environment and abort a project build. Feb 10, 2023 4 - Beta pytask (>=0.2) :pypi:`pytask-julia` A Pytask plugin for Julia Oct 07, 2023 4 - Beta pytask >=0.4.0 :pypi:`pytask-latex` Compile LaTeX documents with pytask. Nov 30, 2023 4 - Beta pytask >=0.4.0 + :pypi:`pytask-list` A awesome To-do List made with python in your terminal Mar 24, 2024 N/A N/A :pypi:`pytask-parallel` Parallelize the execution of tasks with pytask. Jan 12, 2024 4 - Beta pytask >=0.4.5 :pypi:`pytask-r` Run R scripts with pytask. Oct 07, 2023 4 - Beta pytask >=0.4.0 :pypi:`pytask-stata` Execute do-files with Stata and pytask. Jan 23, 2023 4 - Beta pytask (>=0.3) @@ -51,6 +52,13 @@ This list contains 7 plugins. Compile LaTeX documents with pytask. + :pypi:`pytask-list` + *last release*: Mar 24, 2024, + *status*: N/A, + *requires*: N/A + + A awesome To-do List made with python in your terminal + :pypi:`pytask-parallel` *last release*: Jan 12, 2024, *status*: 4 - Beta, From 090021470403b675487994dd9b07ce73f97ce3fe Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Tue, 26 Mar 2024 21:07:40 +0100 Subject: [PATCH 2/2] Exclude pytask-list. --- docs/source/plugin_list.rst | 10 +--------- scripts/update_plugin_list.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/source/plugin_list.rst b/docs/source/plugin_list.rst index ac7ea94b..a377efb6 100644 --- a/docs/source/plugin_list.rst +++ b/docs/source/plugin_list.rst @@ -11,7 +11,7 @@ automatically. Packages classified as inactive are excluded. creating a PDF, because otherwise the table gets far too wide for the page. -This list contains 8 plugins. +This list contains 7 plugins. .. only:: not latex @@ -21,7 +21,6 @@ This list contains 8 plugins. :pypi:`pytask-environment` Detect changes in your pytask environment and abort a project build. Feb 10, 2023 4 - Beta pytask (>=0.2) :pypi:`pytask-julia` A Pytask plugin for Julia Oct 07, 2023 4 - Beta pytask >=0.4.0 :pypi:`pytask-latex` Compile LaTeX documents with pytask. Nov 30, 2023 4 - Beta pytask >=0.4.0 - :pypi:`pytask-list` A awesome To-do List made with python in your terminal Mar 24, 2024 N/A N/A :pypi:`pytask-parallel` Parallelize the execution of tasks with pytask. Jan 12, 2024 4 - Beta pytask >=0.4.5 :pypi:`pytask-r` Run R scripts with pytask. Oct 07, 2023 4 - Beta pytask >=0.4.0 :pypi:`pytask-stata` Execute do-files with Stata and pytask. Jan 23, 2023 4 - Beta pytask (>=0.3) @@ -52,13 +51,6 @@ This list contains 8 plugins. Compile LaTeX documents with pytask. - :pypi:`pytask-list` - *last release*: Mar 24, 2024, - *status*: N/A, - *requires*: N/A - - A awesome To-do List made with python in your terminal - :pypi:`pytask-parallel` *last release*: Jan 12, 2024, *status*: 4 - Beta, diff --git a/scripts/update_plugin_list.py b/scripts/update_plugin_list.py index 7ce2978b..cab04e18 100644 --- a/scripts/update_plugin_list.py +++ b/scripts/update_plugin_list.py @@ -70,7 +70,7 @@ ) -_EXCLUDED_PACKAGES = ["pytask-io"] +_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list"] def _escape_rst(text: str) -> str: