Metadata-Version: 2.4
Name: dd-format
Version: 0.1.0
Summary: Abstraction layer for formatting documents from markdown to HTML, PDF, and DOCX.
Author-email: Digital Duck & Dog Team <info@digitalduck.org>
License-Expression: MIT
Project-URL: Homepage, https://github.com/digital-duck/dd-format
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fpdf2>=2.7
Requires-Dist: click>=8.0
Provides-Extra: docx
Requires-Dist: python-docx>=1.0; extra == "docx"
Provides-Extra: all
Requires-Dist: python-docx>=1.0; extra == "all"
Dynamic: license-file

# dd-format
Abstraction layer for formatting document from markdown to others such as html, pdf
