Simple client for GitHub issues
Project description
Warning
I don’t really use GitHub anymore, so this package is somewhat orphaned. It should still work and I will fix bugs when they’re pointed out, but hubugs is frankly quite a low priority for me.
Introduction
hubugs is a very simple client for working with GitHub’s issue tracker.
Requirements
hubugs requires Python v3.5 or newer. hubugs’s mandatory dependencies outside of the standard library are click, html2text, httplib2, Jinja, misaka 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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.