Skip to main content

No project description provided

Project description

GH Issues

GH Issues is a wrapper for the GitHub API Issues Endpoint that makes it easy to work with a Github Issue's body as a Python object.

Installation

pip install gh-issues

Usage

from gh_issues import Repo, Issue

repo = Repo(
    owner="python-community-news", repo="gh-issues"
    )
issue = Issue(id_=1, repo=repo)

If the issue text is

# Issue Header
This is some text

the issue would be represented as

issue.issue_header
>>> "This is some text"

Project details


Download files

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

Source Distribution

gh_issues-0.0.2.dev8.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

gh_issues-0.0.2.dev8-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

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