Metadata-Version: 2.4
Name: reportlabh
Version: 1.0.2
Summary: Standard utility components for reportlab help
Author: jllzrv
Author-email: jullazareva24@gmail.com
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

ReportLab Helper (reportlabh)
-----------------------------
Standard utility extension for ReportLab PDF generation.

Usage example:
import reportlabh
reportlabh.get_help()

Outputs a complete list of available utility functions and their descriptions.
Run this if you need a quick reminder of the available commands.

--- ReportLab Helper API Reference ---
* get_page_specs()
   Outputs standard A4 dimensions and coordinate system rules.

* get_table_specs()
   Outputs standard X coordinates for the receipt table columns.

* get_financial_specs()
   Outputs standard calculation logic for receipts.

* get_font_specs()
   Outputs standard font registration and rendering commands.

* get_gen_base()
Generates 'check.py' with standard imports and layout.

* get_gen_full()
Generates 'receipt.py' with complete rendering logic.
--------------------------------------
