A Python library for generating Factur-X (FR) and Order-X (DE) electronic invoices and orders in PDF/A-3 format with embedded XML. Current version 4.2, supports Python >=3.7. Release cadence is irregular.
pip install factur-xNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic invoice generation from an XML file.
Update calls to `FacturX(xml_file='...', pdf_file='...').generate()`
Replace `pip install factur-x` with `pip install factur-x[pdf]` for pypdf, or manually install `pypdf`.
Validate your XML against the Factur-X schema before passing to the library.