Metadata-Version: 2.1
Name: html2rl
Version: 0.0.1
Summary: A python package that helps to convert HTML to XML like formal supported by the ReportLab Paragraph module.
Home-page: https://github.com/ValiantDoge/html2rl.git
Author: ValiantDoge (Agnelo Fernandes)
Author-email: <agnelofernandes475@gmail.com>
License: MIT
Keywords: python,python3,pdf,HTML,HTML to PDF,ReportLab,convert HTML,to ReportLab,ReportLab XML,HTML to ReportLab XML,HTML to ReportLab XML
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: reportlab
Provides-Extra: dev
Requires-Dist: pytest >=7.0 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# html2rl
A python package that helps to convert HTML to XML like formal supported by the ReportLab Paragraph module.


Change Log
==========

0.0.1 (05/05/2024)
------------------

- First Release
