Language

Package: python-doit @ 0.34.0

Synopsis

Automation tool to execute any kind of task in a build-tools fashion

Description

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

Home page
https://pydoit.org
Location
gnu/packages/python-xyz.scm (line: 28652, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit