PyBill Developer ManualΒΆ

PyBill is a software that can transform an XML description of accounting documents (such as bills, claim forms, debits or downpayments) into PDF printable documents.

The XML documents are defined into the PyBill Document 1.0 format. Configuration files also described in XML allow to have different renderings (logo, sender address and internationalization). The chosen configuration can be set into a processing instruction in the XML accounting document.

PyBill uses lxml library to read and write the XML files, and reportlab library to produce the PDFs.