Skip to content

Parameterized command execution on multidimensional file series data

License

Notifications You must be signed in to change notification settings

marktsuchida/NDMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDMake

NDMake (from "N-dimensional make") is a tool for automating tasks that involve running commands in multiple steps, at each step iterating over multiple parameters, taking multiple inputs, and producing multiple output files. Like make, it can check the file modification dates and run the commands only when updates are necessary.

NDMake is in the early stage of development. There is rudimentary built-in help for the ndmake command, but documentation for the input file (ndmakefile) syntax does not yet exist. Functionality may change in a backward-incompatible manner.

NDMake is written in Python and requires Python 3.3 or greater.

About

Parameterized command execution on multidimensional file series data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages