How to install hubugs
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install hubugs
Lastest release

Introduction
hubugs is a very simple client for working with GitHub's issue tracker.
Important
This package is in a rapid state of flux right now, as support for version 3 of the GitHub API is added. Be aware there may be some significant changes to the user interface coming soon!
Requirements
hubugs requires Python v2.6 or newer, including Python 3. hubugs's mandatory dependencies outside of the standard library are aaargh, blessings, html2text, httplib2, Jinja and Pygments.
Configuration
Before hubugs can operate on issues you must generate an OAuth token. hubugs provides functionality to do this:
$ hubugs setup GitHub user? [JNRowe] GitHub password? <password> Support private repositories? (Y/n) y Configuration complete!
Note
You can revoke the generated token at any time from the GitHub settings page.
If you wish to set the authorisation token from the command line you can use the HUBUGS_TOKEN environment variable. For example:
$ HUBUGS_TOKEN=xxx hubugs open
Contributors
I'd like to thank the following people who have contributed to hubugs.
Patches
- Ben Griffiths
- Matt Leighton
Bug reports
- Brandon Cady
- Sorin Ionescu
Ideas
- James Gray
- Jules Marleau
- Siddiq Shamoon
If I've forgotten to include your name I wholeheartedly apologise. Just drop me a mail and I'll update the list!