duty:一个简单的任务运行器

时间:2024-04-25 13:42:16
【文件属性】:

文件名称:duty:一个简单的任务运行器

文件大小:51KB

文件格式:ZIP

更新时间:2024-04-25 13:42:16

python task runner task-runner Python

责任 一个简单的任务运行器。 受启发。 要求 值班要求Python 3.6或更高版本。 要安装Python 3.6,建议使用 。 # install pyenv git clone https://github.com/pyenv/pyenv ~ /.pyenv # setup pyenv (you should also put these three lines in .bashrc or similar) export PATH= " ${HOME} /.pyenv/bin: ${PATH} " export PYENV_ROOT= " ${HOME} /.pyenv " eval " $( pyenv init - ) " # install Python 3.6 pyenv install 3.6.12 # make it available globally pyenv


【文件预览】:
duty-master
----.gitignore(162B)
----demo.svg(31KB)
----Makefile(754B)
----CREDITS.md(7KB)
----pyproject.toml(2KB)
----src()
--------duty()
----CONTRIBUTING.md(3KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(754B)
----CHANGELOG.md(4KB)
----.github()
--------ISSUE_TEMPLATE()
--------FUNDING.yml(113B)
--------workflows()
----scripts()
--------multirun.sh(455B)
--------setup.sh(692B)
----README.md(2KB)
----tests()
--------conftest.py(47B)
--------test_cli.py(6KB)
--------__init__.py(157B)
--------test_validation.py(5KB)
--------test_context.py(38B)
--------test_collection.py(2KB)
--------test_running.py(3KB)
--------test_decorator.py(316B)
--------fixtures()
----config()
--------coverage.ini(320B)
--------flake8.ini(2KB)
--------pytest.ini(184B)
--------mypy.ini(61B)
----mkdocs.yml(1KB)
----.copier-answers.yml(625B)
----duties.py(9KB)
----docs()
--------credits.md(445B)
--------demo.svg(11B)
--------usage.md(10KB)
--------contributing.md(24B)
--------index.md(18B)
--------changelog.md(22B)
--------code_of_conduct.md(27B)
--------reference()
--------css()
--------macros.py(2KB)
--------license.md(24B)

网友评论