4 ms·
For Unix-only and smaller projects another great option is fabricate.py
by eckzow 14y ago
For Unix-only and smaller projects another great option is fabricate.py
- Game_Ender 14y agoThanks for the tip on fabricate, it appears to be just the tool I was looking for. A light weight dependency based "build" system in python that is not focused on distutils or making python packages. We shall see how well it works for data processing.
- queensnake 14y ago'Drake' for that use was on here too, not too long ago. http://blog.factual.com/introducing-drake-a-kind-of-make-for-data http://blog.factual.com/introducing-drake-a-kind-of-make-for...
- CmdrKrool 14y agoAnother vote for Fabricate; here's a comment of mine from a while back explaining in detail why I prefer it (or Tup) to Make. http://news.ycombinator.com/item?id=4190804 http://news.ycombinator.com/item?id=4190804 I use it on Windows too with an strace replacement I wrote which isn't online but if anyone's interested then just ask.