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
- Host: GitHub
- URL: https://github.com/pydoit/doit-py
- Owner: pydoit
- License: mit
- Created: 2014-02-18T07:19:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T12:41:35.000Z (over 5 years ago)
- Last Synced: 2025-03-23T19:51:23.204Z (9 months ago)
- Language: Python
- Homepage: http://pythonhosted.org/doit-py/
- Size: 53.7 KB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
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