Metadata-Version: 1.0
Name: doit
Version: 0.6.0
Summary: doit - Automation Tool
Home-page: http://python-doit.sourceforge.net/
Author: Eduardo Naufel Schettino
Author-email: schettino72@gmail.com
License: MIT
Description: 
        doit comes from the idea of bringing the power of build-tools to execute any kind of task. It will keep track of dependencies between "tasks" and execute them only when necessary. It was designed to be easy to use and "get out of your way".
        
        `doit` can be used as:
        
        * a build tool (generic and flexible)
        * home of your management scripts (it helps you organize and combine shell scripts and python scripts)
        * a functional tests runner (combine together different tools)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
