Skip to main content

Simple client for GitHub issues

Project description

Introduction

hubugs is a very simple client for working with GitHub’s issue tracker.

Requirements

hubugs requires Python v2.6 or above. hubugs’s mandatory dependencies outside of the standard library are argh, blessings, github2 v0.6 or newer, html2text, Jinja, misaka and Pygments.

Configuration

Before using hubugs you must declare your authentication settings, so that we can access the API.

You first need to define your GitHub user name:

$ git config --global github.user username

And then you need to define your GitHub API token, this can be found in the account admin tab of your GitHub account page:

$ git config --global github.token token

If you wish to set the authentication information from the command line you can use the GITHUB_USER and GITHUB_TOKEN environment variables. For example:

$ GITHUB_USER=jnrowe GITHUB_TOKEN=xxx hubugs open

Contributors

I’d like to thank the following people who have contributed to hubugs.

Patches

<Your name here?>

Bug reports

  • Brandon Cady

  • Sorin Ionescu

Ideas

  • James Gray

  • Matt Leighy

  • Jules Marleau

If I’ve forgotten to include your name I wholeheartedly apologise. Just drop me a mail and I’ll update the list!

Hacking

Patches and pull requests are most welcome, but I’d appreciate it if you could follow the guidelines below to make it easier to integrate your changes. These are only guidelines however, and as such can be broken if the need arises or you just want to convince me that your style is better.

  • PEP 8, the style guide, should be followed where possible.

  • While support for Python versions prior to v2.6 may be added in the future if such a need were to arise, you are encouraged to use v2.6 features now.

  • All new classes, methods and functions should be accompanied by new doctest examples and reStructuredText formatted descriptions.

  • Tests must not span network boundaries, use of a mocking framework is acceptable.

  • doctest tests in modules are only for unit testing in general, and should not rely on any modules that aren’t in Python’s standard library.

  • Functional tests should be in the doc directory in reStructuredText formatted files, with actual tests in doctest blocks. Functional tests can depend on external modules, but those modules must be Open Source.

New examples for the doc directory are as appreciated as code changes.

Bugs

If you find any problems, bugs or just have a question about this package either file an issue or drop me a mail.

If you’ve found a problem please attempt to include a minimal testcase so I can reproduce the problem, or even better a patch!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

hubugs-0.13.0.tar.gz (40.3 kB view details)

Uploaded Source

hubugs-0.13.0.tar.bz2 (35.3 kB view details)

Uploaded Source

File details

Details for the file hubugs-0.13.0.tar.gz.

File metadata

  • Download URL: hubugs-0.13.0.tar.gz
  • Upload date:
  • Size: 40.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hubugs-0.13.0.tar.gz
Algorithm Hash digest
SHA256 baa8420cb9893a0e022cd6b87af38c5210fb52f4f3431d90733355b43358b08e
MD5 f3bd698f6a7a32439bb44df7a3f2fb0c
BLAKE2b-256 ca4e2eedd10d57abd01ab0ce66313d3fcb9970267df8a8e815bbd158a49c3ad4

See more details on using hashes here.

File details

Details for the file hubugs-0.13.0.tar.bz2.

File metadata

  • Download URL: hubugs-0.13.0.tar.bz2
  • Upload date:
  • Size: 35.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hubugs-0.13.0.tar.bz2
Algorithm Hash digest
SHA256 f58564ba9b33284308e699f71e8478eb4e8976370089c9112d8c3043579b4dbf
MD5 eb7624cbfcff8939c56ed4dbc33fed11
BLAKE2b-256 74df559b0b48faa3852ee9285fb7f9e48fb4a88b70ae251662f4d3fa7e947f2f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page