An open API service indexing awesome lists of open source software.

https://github.com/pydoit/doit-py

doit tasks for python stuff
https://github.com/pydoit/doit-py

Last synced: 8 months ago
JSON representation

doit tasks for python stuff

Awesome Lists containing this project

README

          

=========
doit-py
=========

`doit`_ tasks for python stuff

.. _doit: http://pydoit.org

.. display some badges

.. image:: https://travis-ci.org/pydoit/doit-py.png?branch=master
:target: https://travis-ci.org/pydoit/doit-py

.. disable wrong coverage information
.. image:: https://coveralls.io/repos/pydoit/doit-py/badge.png
:target: https://coveralls.io/r/pydoit/doit-py

Include tasks for:

- pyflakes
- coverage
- sphinx documentation
- PyPi package/documentation upload

`docs`_ http://pythonhosted.org/doit-py

.. _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-py

or download and::

$ python setup.py install

tests
=======

To run the tests::

$ py.test