ghreport


Nameghreport JSON
Version 0.92 PyPI version JSON
download
home_pageNone
Summaryghreport - Github report generator.
upload_time2025-02-11 22:01:14
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ghreport - Generate useful reports from GitHub repository issues

This utility generates reports that can be useful to identify issues in
your repository that may be stale, or that may need a response.

It can also generate a chart of open bug counts over time.

See CONTRIBUTING.md for build instructions, or install from PyPI with:

```
python -m pip install ghreport
```

Use `ghreport -h` for help.

For an example report, see https://github.com/gramster/ghreport/blob/main/example.md or you can see these in an automated form for my teams at **https://github.com/gramster/python-reports**

## Development

This project uses `flit`. First install `flit`:

```
python -m pip install flit
```

Then to build:

```
flit build
```

To install locally:

```
flit install
```

To publish to PyPI:

```
flit publish
```

## Version History

0.1 Initial release

0.2 More control flags

0.3 Add -o option

0.4 Apply strftime to output file name

0.5 Added markdown support

0.6 Remove hardcoded owner from query

0.8 Better team option

0.9 Add proper markdown line rule

0.11 Fix 3rd party report; exclude issues created by team from other reports

0.12 Fix typo

0.14 Only fetch open issues

0.15 Fix non-async sleep.

0.16 Added ability to get LLM training data.

0.90 Swallow exception from matplotlib

0.91 More robust in the face of matplotlib plot failures

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ghreport",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Graham Wheeler <graham@grahamwheeler.com>",
    "download_url": "https://files.pythonhosted.org/packages/fe/4e/619f86e7a1e5a1593162db171b689c0d941ac8ac78a9fd752e5c8e17446e/ghreport-0.92.tar.gz",
    "platform": null,
    "description": "# ghreport - Generate useful reports from GitHub repository issues\n\nThis utility generates reports that can be useful to identify issues in\nyour repository that may be stale, or that may need a response.\n\nIt can also generate a chart of open bug counts over time.\n\nSee CONTRIBUTING.md for build instructions, or install from PyPI with:\n\n```\npython -m pip install ghreport\n```\n\nUse `ghreport -h` for help.\n\nFor an example report, see https://github.com/gramster/ghreport/blob/main/example.md or you can see these in an automated form for my teams at **https://github.com/gramster/python-reports**\n\n## Development\n\nThis project uses `flit`. First install `flit`:\n\n```\npython -m pip install flit\n```\n\nThen to build:\n\n```\nflit build\n```\n\nTo install locally:\n\n```\nflit install\n```\n\nTo publish to PyPI:\n\n```\nflit publish\n```\n\n## Version History\n\n0.1 Initial release\n\n0.2 More control flags\n\n0.3 Add -o option\n\n0.4 Apply strftime to output file name\n\n0.5 Added markdown support\n\n0.6 Remove hardcoded owner from query\n\n0.8 Better team option\n\n0.9 Add proper markdown line rule\n\n0.11 Fix 3rd party report; exclude issues created by team from other reports\n\n0.12 Fix typo\n\n0.14 Only fetch open issues\n\n0.15 Fix non-async sleep.\n\n0.16 Added ability to get LLM training data.\n\n0.90 Swallow exception from matplotlib\n\n0.91 More robust in the face of matplotlib plot failures\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "ghreport - Github report generator. ",
    "version": "0.92",
    "project_urls": {
        "Source": "https://github.com/gramster/ghreport"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99df8a40afedc48f8c04beb7530daadfb1a1f7e14e83c76d781d890988b326b4",
                "md5": "4f6b2daac0524845c063066b20340082",
                "sha256": "461c8cb2c83f88746daf441dfb80fc5a46d0929626e785005a50d017f64d17a5"
            },
            "downloads": -1,
            "filename": "ghreport-0.92-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f6b2daac0524845c063066b20340082",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 18131,
            "upload_time": "2025-02-11T22:01:12",
            "upload_time_iso_8601": "2025-02-11T22:01:12.232191Z",
            "url": "https://files.pythonhosted.org/packages/99/df/8a40afedc48f8c04beb7530daadfb1a1f7e14e83c76d781d890988b326b4/ghreport-0.92-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe4e619f86e7a1e5a1593162db171b689c0d941ac8ac78a9fd752e5c8e17446e",
                "md5": "61ed23915ea8b104b028a5109f613d0d",
                "sha256": "5ca36f2f367519d2dc4f98401ce92261e2476f1e2697a2630d814c8e06fcfeb9"
            },
            "downloads": -1,
            "filename": "ghreport-0.92.tar.gz",
            "has_sig": false,
            "md5_digest": "61ed23915ea8b104b028a5109f613d0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19316,
            "upload_time": "2025-02-11T22:01:14",
            "upload_time_iso_8601": "2025-02-11T22:01:14.176073Z",
            "url": "https://files.pythonhosted.org/packages/fe/4e/619f86e7a1e5a1593162db171b689c0d941ac8ac78a9fd752e5c8e17446e/ghreport-0.92.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 22:01:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gramster",
    "github_project": "ghreport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ghreport"
}
        
Elapsed time: 0.79800s