Skip to content

SevanSSP/dtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!