Metadata-Version: 2.0
Name: donkey-make
Version: 0.0.4
Summary: Like make but for the 21st century.
Home-page: https://github.com/samuelcolvin/donkey
Author: Samuel Colvin
Author-email: s@muelcolvin.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: click (>=6.6)
Requires-Dist: trafaret (>=0.7.5)
Requires-Dist: trafaret-config (>=0.1.1)
Requires-Dist: watchdog (>=0.8.3)

donkey
======

|Build Status| |Coverage| |pypi| |license|

Like `make`_ but for the 21st century.

TODO:

* combined commands - use "requires:" list, run could then be none
* logging options, particularly to remove "pretty"
* settings > environ
* check command
* "-c" option to use as shebang
* watch, interval
* other interpretters eg. python
* mix up symbols
* verbose and quiet mode

.. |Build Status| image:: https://travis-ci.org/samuelcolvin/donkey.svg?branch=master
   :target: https://travis-ci.org/samuelcolvin/donkey
.. |Coverage| image:: https://codecov.io/gh/samuelcolvin/donkey/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/samuelcolvin/donkey
.. |pypi| image:: https://img.shields.io/pypi/v/donkey-make.svg
   :target: https://pypi.python.org/pypi/donkey-make
.. |license| image:: https://img.shields.io/pypi/l/donkey-make.svg
   :target: https://github.com/samuelcolvin/donkey/blob/master/LICENSE
.. _make: http://helpmanual.io/man1/make/


