Metadata-Version: 2.4
Name: github_activity
Version: 1.1.6
Summary: Grab recent issue/PR activity from a GitHub repository and render it as markdown.
Author-email: Executable Books Project <executablebooks@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://executablebooks.org
Project-URL: Source, https://github.com/executablebooks/github-activity
Keywords: Development,Changelog
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: tqdm
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-regressions; extra == "testing"
Provides-Extra: sphinx
Requires-Dist: myst_parser; extra == "sphinx"
Requires-Dist: sphinx>=5; extra == "sphinx"
Requires-Dist: sphinx-design; extra == "sphinx"
Requires-Dist: sphinx_book_theme>=1; extra == "sphinx"

# github-activity

[![continuous-integration](https://github.com/executablebooks/github-activity/actions/workflows/tests.yaml/badge.svg)](https://github.com/executablebooks/github-activity/actions/workflows/tests.yaml)

Generate markdown changelogs for GitHub repositories with more control over types of contributions and metadata used to create the changelogs.

For an example, see the [changelog of this package](<[https://](https://github-activity.readthedocs.io/en/latest/changelog)>).

See [the GitHub Activity Documentation](https://github-activity.readthedocs.io) for our documentation.

## Install and use this tool

Install and use this tool via the command line like so:

```bash
pip install github-activity
github-activity [<org>/<repo>] --since <date or ref> --until <date or ref>
```

See [the GitHub Activity Documentation](https://github-activity.readthedocs.io) for our documentation.

## Contribute to this package

See [the Contributing Guide for more details](https://github-activity.readthedocs.io/en/latest/contribute).
