Metadata-Version: 2.4
Name: rephorm
Version: 1.1.19
Summary: Python package for generating PDF reports through code
Author-email: OGResearch <it@ogresearch.com>
Maintainer-email: Sergey Plotnikov <sergey.plotnikov@ogresearch.com>, Martynas Vycas <martynas.vycas@ogresearch.com>
License-Expression: MIT
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fpdf2==2.8.4
Requires-Dist: PyMuPDF==1.25.1
Requires-Dist: twine==6.1.0
Requires-Dist: pkginfo==1.12.1.2
Requires-Dist: datapie>=0.4.0
Requires-Dist: kaleido>=1.1.0; platform_system == "Windows"
Requires-Dist: kaleido>=1.0.0; platform_system != "Windows"
Dynamic: license-file

Rephorm is a Python package for generating PDF reports through code. It builds on the capabilities of fpdf2 for PDF 
rendering and IRISPIE for seamless integration of economic models and data.

Rephorm provides a modular framework of configurable objects that can be instantiated, customized, and composed to 
create structured PDF reports.
