Metadata-Version: 2.1
Name: gh-reader
Version: 0.0.2
Summary: Extract github data into very reasonable tables.
Home-page: https://github.com/machow/gh_reader
Author: Michael Chow
Author-email: mc_al_github@fastmail.com
License: MIT
Keywords: template,packaging
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev

## Extractors

| name | arguments | notes |
| ---- | --------- | ----- |
| issues | owner, name | |
| labels | owner, name | |
| pr issues | owner, name | |
| issue comments | ids | |
| issue events | ids | |
| issue labels | ids | |
| prs | ids | |


