Metadata-Version: 2.4
Name: huntpdf
Version: 0.1.0
Summary: CLI tool to fetch PDFs of arxiv, DOI, and PubMed articles
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# huntpdf

CLI tool to fetch PDFs of arxiv, DOI, and PubMed articles.

## Installation

```bash
pip install huntpdf
```

## Usage

```bash
huntpdf <query>
```

Where `<query>` is a URL, DOI, arXiv ID, or PubMed ID.

## Development

```bash
pip install -e ".[dev]"
pytest
```
