Metadata-Version: 2.1
Name: changelist
Version: 0.1rc0
Project-URL: Source, https://github.com/scientific-python/changelist
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# changelist

Prepare an automatic changelog from GitHub pull requests 

_This project is currently in its alpha stage and might be incomplete or change a lot!_

## Installation

```sh
git clone https://github.com/scientific-python/changelist.git
pip install changelist
```

## Usage

```sh
export GH_TOKEN='...'
changelog scikit-image/scikit-image v0.21 main
```
