Metadata-Version: 2.1
Name: quick-pdf
Version: 0.1.1
Summary: CLI for quick PDF handling
Home-page: https://github.com/Vibhu-Agarwal/quickpdf
Keywords: PDF
Author: Vibhu Agarwal
Author-email: vibhu4agarwal@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyPDF2 (>=1.26.0,<2.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Project-URL: Repository, https://github.com/Vibhu-Agarwal/quickpdf
Description-Content-Type: text/markdown

# quickpdf

## Installation
```bash
pip install quick-pdf
```

## Usage

### Merge PDF
```bash
quickpdf_merge --help
```
```bash
quickpdf_merge -dir .
```

