File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ project management application. Redmine exposes some of it's data via `REST API
77a 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-
You can’t perform that action at this time.
0 commit comments