gh-reader


Namegh-reader JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/machow/gh_reader
SummaryExtract github data into very reasonable tables.
upload_time2023-10-31 14:58:33
maintainer
docs_urlNone
authorMichael Chow
requires_python>=3.8
licenseMIT
keywords template packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Extractors

| name | arguments | notes | incremental |
| ---- | --------- | ----- | ----------- |
| commits | owner, name | | supported |
| issues | owner, name | | supported |
| issues_pr | owner, name | same schema as issues | supported |
| labels | owner, name | | |
| pull_requests | ids | | supported |
| repository | owner, name | | |
| stargazers | owner, name | | |
| users | ids | | |
| issue_comments | ids | Also included in issue_events records | supported^† |
| issue_events | ids | | supported^† |
| issue_labels | ids | | supported  | 

> †: Updates to these records do not affect the updatedAt field of their parent
  issue. Because issue updates are used to pull event updates, edits to records
  like IssueComment events may not get picked up in incremental updates.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/machow/gh_reader",
    "name": "gh-reader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "template,packaging",
    "author": "Michael Chow",
    "author_email": "mc_al_github@fastmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/98/8bd58a152ed6721dd2ec32417fec571a46b243b6de6c2da8868df4fd11a2/gh-reader-0.0.3.tar.gz",
    "platform": null,
    "description": "## Extractors\n\n| name | arguments | notes | incremental |\n| ---- | --------- | ----- | ----------- |\n| commits | owner, name | | supported |\n| issues | owner, name | | supported |\n| issues_pr | owner, name | same schema as issues | supported |\n| labels | owner, name | | |\n| pull_requests | ids | | supported |\n| repository | owner, name | | |\n| stargazers | owner, name | | |\n| users | ids | | |\n| issue_comments | ids | Also included in issue_events records | supported^\u2020 |\n| issue_events | ids | | supported^\u2020 |\n| issue_labels | ids | | supported  | \n\n> \u2020: Updates to these records do not affect the updatedAt field of their parent\n  issue. Because issue updates are used to pull event updates, edits to records\n  like IssueComment events may not get picked up in incremental updates.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Extract github data into very reasonable tables.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/machow/gh_reader"
    },
    "split_keywords": [
        "template",
        "packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "305b22c361f185b92ef11feefa9bb66b465cecff8ca3aaa5cafbb64d77b39ad9",
                "md5": "e74b4c7f77a797072dbca81c01a3b1c3",
                "sha256": "db6b33d7254ab48dc28cc59d9e7f6ce148265557c4613ed0724217a67aa109d6"
            },
            "downloads": -1,
            "filename": "gh_reader-0.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e74b4c7f77a797072dbca81c01a3b1c3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 19148,
            "upload_time": "2023-10-31T14:58:32",
            "upload_time_iso_8601": "2023-10-31T14:58:32.089044Z",
            "url": "https://files.pythonhosted.org/packages/30/5b/22c361f185b92ef11feefa9bb66b465cecff8ca3aaa5cafbb64d77b39ad9/gh_reader-0.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39988bd58a152ed6721dd2ec32417fec571a46b243b6de6c2da8868df4fd11a2",
                "md5": "4761cab9599b7ccd4e0d6a0346e934b1",
                "sha256": "1ec9449c5a17cb6efddf61cf88c4c11ccd4fc0cbfd031d40b6363be1deebeb91"
            },
            "downloads": -1,
            "filename": "gh-reader-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4761cab9599b7ccd4e0d6a0346e934b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 240415,
            "upload_time": "2023-10-31T14:58:33",
            "upload_time_iso_8601": "2023-10-31T14:58:33.603910Z",
            "url": "https://files.pythonhosted.org/packages/39/98/8bd58a152ed6721dd2ec32417fec571a46b243b6de6c2da8868df4fd11a2/gh-reader-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 14:58:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "machow",
    "github_project": "gh_reader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gh-reader"
}
        
Elapsed time: 0.14554s