Metadata-Version: 1.2
Name: doit
Version: 0.33.1
Summary: doit - Automation Tool
Home-page: http://pydoit.org
Author: Eduardo Naufel Schettino
Author-email: schettino72@gmail.com
License: MIT
Project-URL: Documentation, https://pydoit.org/
Project-URL: Source, https://github.com/pydoit/doit/
Project-URL: Tracker, https://github.com/pydoit/doit/issues
Description: 
        `doit` is a task management & automation tool
        
        `doit` comes from the idea of bringing the power of build-tools
        to execute any kind of **task**
        
        `doit` is a modern open-source build-tool written in python
        designed to be simple to use and flexible to deal with complex work-flows.
        It is specially suitable for building and managing custom work-flows where
        there is no out-of-the-box solution available.
        
        `doit` has been successfully used on: systems test/integration automation,
        scientific computational pipelines, content generation,
        configuration management, etc.
        
        `website/docs <http://pydoit.org>`_
        
Keywords: build make task automation pipeline
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
