Metadata-Version: 2.1
Name: pdfmerge-cli
Version: 0.1.0
Summary: pdf merge command line
Home-page: https://github.com/maguowei/pdfmerge
License: MIT
Keywords: pdfmerge,pdfmerge-cli
Author: maguowei
Author-email: i.maguowei@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyPDF2 (>=2.10.4,<3.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Project-URL: Repository, https://github.com/maguowei/pdfmerge
Description-Content-Type: text/markdown

# PDF Merge Tool

## Build

```bash
$ poetry build
$ pip install dist/pdfmerge-0.1.0.tar.gz
```

## Usage

```bash
$ pdfmerge  --input-dir .
```

## Refs

- [py-pdf/PyPDF2](https://github.com/py-pdf/PyPDF2)

