Metadata-Version: 2.1
Name: doc-printer
Version: 0.7.1
Summary: A Wadler-Leijen Pretty Printer in Python
Author: Wen Kokke
Project-URL: documentation, https://wenkokke.github.io/py-doc-printer/
Project-URL: repository, https://github.com/wenkokke/py-doc-printer
Keywords: doc-printer
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: sphinx
License-File: LICENSE

# Document Printer

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wenkokke/py-doc-printer/CI) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/wenkokke/py-doc-printer)

A Wadler-Leijen Pretty Printer in Python.

See the [documentation](https://wenkokke.github.io/py-doc-printer/).
