[ Bron: doit ]
Pakket: python3-doit (0.36.0-3)
Verwijzigingen voor python3-doit
Debian bronnen:
Het bronpakket doit downloaden:
Beheerders:
Externe bronnen:
- Homepage [pydoit.org]
Vergelijkbare pakketten:
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.
Andere aan python3-doit gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cloudpickle
- Extended pickling support for Python 3 objects
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- 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