Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 837 Bytes

File metadata and controls

25 lines (19 loc) · 837 Bytes

DTM

Build and test package Publish Python package to Packagr

Description

Python package for managing tasks executed in parallel processes.

A task is defined by a command and a work directory. The work directory typically contain input files etc.

Installation

Install the package from Packagr using pip

 pip install dtm --extra-index-url https://api.packagr.app/EYvhW6SyL/

Usage

Import package

Import dtm and start using the function in there.

import dtm

Documentation

No documentation yet. Sorry!