Metadata-Version: 2.4
Name: pdffinder
Version: 0.1.0
Summary: Search, download, and scan PDFs from the web
License-Expression: MIT
Project-URL: Homepage, https://github.com/mnsdojo/pdffinder
Project-URL: Repository, https://github.com/mnsdojo/pdffinder
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
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.12
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.9.0
Requires-Dist: requests>=2.31.0
Requires-Dist: pypdf>=4.0.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# pdffinder

Search, download, and scan PDFs from the web.

## Install

```bash
pipx install pdffinder
```

Or with pip:

```bash
pip install pdffinder
```

## Usage

```bash
pdffinder search "quantum computing"
pdffinder download "https://example.com/paper.pdf"
pdffinder scan "paper.pdf"
```

## Development

```bash
pip install -e .
```

## Links

GitHub: https://github.com/mnsdojo/pdffinder
