[ 源代码: doit ]
软件包:python3-doit(0.31.1-2)
Automation tool (Python3) to execute any kind of task in a build-tools fashion
doit is an automation tool that brings the power of build-tools to execute any kind of task.
A task describes some computation to be done (actions), and contains some extra meta-data. The actions can be external programs or Python functions. A single task may define more than one action. doit uses the task’s meta-data to:
* cache task results * correct execution order * parallel execution * powerful dependency system
This is the Python 3 version of the package.
其他与 python3-doit 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-cloudpickle
- Extended pickling support for Python 3 objects
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-pyinotify
- simple Linux inotify Python bindings
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- rec: python3-gdbm
- GNU dbm database support for Python 3.x
-
- rec: strace
- System call tracer
-
- sug: python-doit-doc
- Automation tool for executing any kind of task in a build-tools fashion - doc