Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 553 Bytes

Readme.md

File metadata and controls

31 lines (21 loc) · 553 Bytes

pyred - python library for connecting to Redmine [1] server

pyred.py is a small python class that uses Redmine RESTAPI for talking and manipulating data on Redmine server.

Installation

Just grab the redmine.py file and import it in your code.

Examples

  • will add soon

Credits

  • uses an awesome requests python library [2] by Kenneth Reitz

Contributors

  • Alex Lourie
  • Sandro Bonazolla

References