Metadata-Version: 1.1
Name: yatr
Version: 0.0.8
Summary: Yet Another Task Runner
Home-page: https://github.com/mbodenhamer/yatr
Author: Matt Bodenhamer
Author-email: mbodenhamer@mbodenhamer.com
License: MIT
Description-Content-Type: UNKNOWN
Description: yatr
        ====
        
        .. image:: https://travis-ci.org/mbodenhamer/yatr.svg?branch=master
            :target: https://travis-ci.org/mbodenhamer/yatr
            
        .. image:: https://img.shields.io/coveralls/mbodenhamer/yatr.svg
            :target: https://coveralls.io/r/mbodenhamer/yatr
        
        .. image:: https://readthedocs.org/projects/yatr/badge/?version=latest
            :target: http://yatr.readthedocs.org/en/latest/?badge=latest
        
        Yet Another Task Runner.  Or alternatively, YAml Task Runner.  Yatr is a YAML-based task runner designed for 21st-century software-development contexts.  The project is in the preliminary stages of development, but is nonetheless functional for a number of applications.
        
        To install, run::
        
            $ pip install yatr
        
        
        More information can be found in the `package documentation`_.
        
        .. _package documentation: http://yatr.readthedocs.org/en/latest/
        
Keywords: task,make,yaml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
