Metadata-Version: 1.1
Name: doit-cmd
Version: 0.1.0
Summary: Helper to create doit tasks that execute a command
Home-page: https://github.com/pydoit/doit-cmd/
Author: Eduardo Naufel Schettino
Author-email: schettino72@gmail.com
License: MIT
Description: doit-cmd
        =========
        
        Helper to create `doit`_ tasks that execute a command
        
        
        .. _doit: http://pydoit.org
        
        
        .. display some badges
        
        .. image:: https://travis-ci.org/pydoit/doit-cmd.png?branch=master
          :target: https://travis-ci.org/pydoit/doit-cmd
        
        .. image:: https://coveralls.io/repos/pydoit/doit-cmd/badge.png
                :target: https://coveralls.io/r/pydoit/doit-cmd
        
        
        
        Project Details
        ===============
        
        - Project management on github - https://github.com/pydoit/doit-cmd/
        - Website / `docs`_ http://pythonhosted.org/doit-cmd
        
        .. _docs: http://pythonhosted.org/doit-py
        
        
        license
        =======
        
        The MIT License
        Copyright (c) 2014 Eduardo Naufel Schettino
        
        see LICENSE file
        
        
        developers / contributors
        ==========================
        
        - Eduardo Naufel Schettino
        
        
        install
        =======
        
        ::
        
         $ pip install doit-cmd
        
        or download and::
        
         $ python setup.py install
        
        
        tests
        =======
        
        To run the tests::
        
          $ py.test
        
        
Keywords: doit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
