Metadata-Version: 2.4
Name: lazy-pull-request
Version: 0.2.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.9
Requires-Dist: gitpython>=3.1.50
Requires-Dist: pygithub>=2.9.1
Requires-Dist: typer>=0.24.1

# LAZY-PR

To add the PAT that the github cli is already using to environment:

``` bash
export GITHUB_TOKEN=$(gh auth token)

```

