跳转到主要内容

移除与特定正则表达式匹配的todo。

项目描述

todoer

根据不同标准从GitLab中删除您的todo。

构建

poetry install --no-dev --no-root
poetry build

安装

pip3 install dist/todoer-0.1.0-py3-none-any.whl

使用

指定以下环境变量

  • GITLAB_URL (默认为https://gitlab.com)
  • GITLAB_TOKEN
usage: todoer [-h] [-t TITLE] [-d DESCRIPTION] [-c CREATOR]

optional arguments:
  -h, --help            show this help message and exit
  -t TITLE, --title TITLE
                        Regex of todo title to remove
  -d DESCRIPTION, --description DESCRIPTION
                        Regex of todo description to remove
  -c CREATOR, --creator CREATOR
                        Username of the issue creator

项目详情


下载文件

下载适用于您的平台文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

todoer-0.1.1.tar.gz (3.3 kB 查看哈希值)

上传时间:

构建分布

todoer-0.1.1-py3-none-any.whl (3.9 kB 查看哈希值)

上传于 Python 3

由以下提供支持