Metadata-Version: 1.1
Name: fabricate
Version: 1.26
Summary: Build tool that finds dependencies automatically for any language.
Home-page: UNKNOWN
Author: Brush Technology
Author-email: UNKNOWN
License: UNKNOWN
Description: Build tool that finds dependencies automatically for any language.
        
        fabricate is a build tool that finds dependencies automatically for any
        language. It's small and just works. No hidden stuff behind your back. It was
        inspired by Bill McCloskey's make replacement, memoize, but fabricate works on
        Windows as well as Linux.
        
        Read more about how to use it and how it works on the project page:
        
            http://code.google.com/p/fabricate/
        
        Like memoize, fabricate is released under a "New BSD license". fabricate is
        copyright (c) 2009 Brush Technology. Full text of the license is here:
        
            http://code.google.com/p/fabricate/wiki/License
        
        To get help on fabricate functions:
        
            from fabricate import *
            help(function)
        
Keywords: fabricate make python
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Build Tools
