Skip to content

Commit dbae1cf

Browse files
committed
badges
1 parent 58955d5 commit dbae1cf

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ project management application. Redmine exposes some of it's data via `REST API
77
a simple but powerful Pythonic API inspired by a well-known `Django ORM
88
<https://docs.djangoproject.com/en/dev/topics/db/queries/>`_:
99

10+
.. image:: https://badge.fury.io/py/python-redmine.png
11+
:target: http://badge.fury.io/py/python-redmine
12+
13+
.. image:: https://pypip.in/d/python-redmine/badge.png
14+
:target: https://crate.io/packages/python-redmine
15+
16+
.. image:: https://travis-ci.org/maxtepkeev/python-redmine.png?branch=master
17+
:target: https://travis-ci.org/maxtepkeev/python-redmine
18+
19+
.. image:: https://coveralls.io/repos/maxtepkeev/python-redmine/badge.png?branch=master
20+
:target: https://coveralls.io/r/maxtepkeev/python-redmine?branch=master
21+
1022
.. code-block:: python
1123
1224
>>> redmine = Redmine('http://demo.redmine.org')
@@ -29,4 +41,3 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
2941
'Vacation'
3042
>>> project.issues[0].time_entries
3143
<redmine.resultsets.ResourceSet object with TimeEntry resources>
32-

0 commit comments

Comments
 (0)