Metadata-Version: 2.3
Name: panpdf
Version: 0.3.5
Summary: A PDF generator from Markdown that embeds figures from Jupyter Notebooks.
Project-URL: Documentation, https://daizutabi.github.io/panpdf
Project-URL: Source, https://github.com/daizutabi/panpdf
Project-URL: Issues, https://github.com/daizutabi/panpdf/issues
Author-email: daizutabi <daizutabi@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: MkDocs
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: ipykernel
Requires-Dist: nbformat
Requires-Dist: panflute>=2.3.1
Requires-Dist: pyyaml
Requires-Dist: pyzotero
Requires-Dist: rich
Requires-Dist: typer
Description-Content-Type: text/markdown

# panpdf

[![PyPI Version][pypi-v-image]][pypi-v-link]
[![Python Version][python-v-image]][python-v-link]
[![Build Status][GHAction-image]][GHAction-link]
[![Coverage Status][codecov-image]][codecov-link]

panpdf is a versatile PDF documentation generator that
transforms Markdown files into beautifully formatted PDF
documents using Pandoc.

panpdf can extract figures and source code from Jupyter
notebooks.

It offers customizable headers, footers, and table of contents,
along with support for inserting figures and tables.

<!-- Badges -->
[pypi-v-image]: https://img.shields.io/pypi/v/panpdf.svg
[pypi-v-link]: https://pypi.org/project/panpdf/
[python-v-image]: https://img.shields.io/pypi/pyversions/panpdf.svg
[python-v-link]: https://pypi.org/project/panpdf
[GHAction-image]: https://github.com/daizutabi/panpdf/actions/workflows/ci.yml/badge.svg?branch=main&event=push
[GHAction-link]: https://github.com/daizutabi/panpdf/actions?query=event%3Apush+branch%3Amain
[codecov-image]: https://codecov.io/github/daizutabi/panpdf/coverage.svg?branch=main
[codecov-link]: https://codecov.io/github/daizutabi/panpdf?branch=main
