Creating simple PDF reports using reportlab
Functions
borrowkwargs(cls[, methodname, exclude]) | Return a decorator which would borrow docstring for **kwargs :Parameters: methodname : None or str Name of the method from which to borrow. |
escape_xml(s) | Replaces &<> symbols with corresponding XML tokens |
Classes
Report([name, title, path, author, style, ...]) | Simple PDF reports using reportlab Named report ‘report’ generates ‘report.pdf’ and directory ‘report/’ with images which were requested to be included in the report You can attach report to the existing ‘verbose’ with >>> report = Report() >>> verbose.handlers += [report] and then all verbose messages present on the screen will also be recorded in the report. |
datetime | The year, month and day arguments are required. |