Metadata-Version: 2.1
Name: comicbox-pdffile
Version: 0.1.2
Summary: 
Home-page: https://github.com/ajslater/comicbox-pdffile
License: GPL-3.0-only
Author: AJ Slater
Author-email: aj@slater.net
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
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: Programming Language :: Python :: 3 :: Only
Requires-Dist: filetype (>=1.2.0,<2.0.0)
Requires-Dist: pymupdf (>=1.23.9,<2.0.0)
Project-URL: Documentation, https://github.com/ajslater/comicbox-pdffile
Project-URL: News, https://github.com/ajslater/comicbox-pdffile
Project-URL: Repository, https://github.com/ajslater/comicbox-pdffile
Project-URL: Report Issues, https://github.com/ajslater/comicbox-pdffile/issues
Description-Content-Type: text/markdown

# PDFFile

A ZipFile like API for PDFs using muPDF as a backend.

Look in `pdffile.py` for exposed functions.

