Metadata-Version: 2.4
Name: maintainers-and-authors
Version: 0.0.3
Summary: Gets the author and maintainer emails for projects passed to stdin via wheelodex.
Project-URL: Issues, https://github.com/JamesParrott/maintainers-and-authors/issues
Project-URL: Source, https://github.com/JamesParrott/maintainers-and-authors
Author-email: James Parrott <james.parrott@proton.me>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: requests
Description-Content-Type: text/markdown

# Maintainers and Authors

Find the contact details for maintainers and authors of specified projects on PyPi, using PyPi's JSON API.
-----

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
uv tool install maintainers-and-authors
```

## Usage

Project names are intentionally read from stdin.

```console
echo rev-deps | maintainers-and-authors
```

Bash
```console
cat requirements.txt | maintainers-and-authors
```

Cmd.exe
```console
type requirements.txt | maintainers-and-authors
```

## License

`maintainers-and-authors` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
