Source: doit Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Drew Parsons Build-Depends: debhelper-compat (= 13), bash-completion, dh-python, strace, help2man, node-html5shiv, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-sitemap, python3-sphinx-reredirects, python3-all, python3-setuptools, python3-gdbm, python3-pyinotify, python3-pyflakes, python3-pytest, python3-cloudpickle, Rules-Requires-Root: no Standards-Version: 4.6.2 Homepage: http://pydoit.org Vcs-Git: https://salsa.debian.org/python-team/packages/doit.git Vcs-Browser: https://salsa.debian.org/python-team/packages/doit Package: python3-doit Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-pyinotify, python3-pkg-resources, Recommends: strace, python3-gdbm Suggests: python-doit-doc Breaks: python-doit Replaces: python-doit Description: 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. Package: python-doit-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Recommends: python3-doit Suggests: node-html5shiv Description: Automation tool for executing any kind of task in a build-tools fashion - doc 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 package contains API documentation and examples.