sigmavirus24 / issues.py

Python script which monitors GitHub issues for specified user(s)/project(s)

Home Page:http://sigmavirus24.github.com/issues.py/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issues.py

Build Status

In the vein of todo.py.

The project is meant to be a standalone script like todo.py but can be used as a module presently and in the future as well probably. It works on Python 2.6-3.x.

Dependencies

Goals

  • Python 2.6 thru 3.2 (and maybe even 3.3) compatibility
  • Easy management of issues
    • Closing
    • Commenting
    • Merging (pull requests only)
    • Re-opening
    • Listing
    • Getting details
    • Viewing comments

License

GPLv3

Author

Ian Cordasco

About

Python script which monitors GitHub issues for specified user(s)/project(s)

http://sigmavirus24.github.com/issues.py/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%