[Python Powered]
SourceForge.net Logo
Люблю тебя, печати место!
     -- К.Прутков, "К месту печати"
… rather exciting isn't it?
     -- Vocational Guidance Counsellor

Introduction

PythonReports is a toolkit aimed to build database reports in Python® programs. The toolkit includes report template designer, report builder and several printout renderers for GUI and graphic file output.

Report builder applies a template to a sequence of uniform data objects and produces a printout structure that can be saved to file and/or rendered by one of the front-end drivers to screen, printer, HTML(*), PDF etc.

Requirements

PythonReports require Python version 2.4 or newer. No support is planned for earlier Python versions.

All parts of the PythonReports toolkit require the ElementTree module. Python 2.5 includes this module as part of the standard library. Users of older Python versions can download separate distribution package from http://effbot.org/downloads/ (cElementTree add-on is highly recommended too).

Requirements for printout rendering depend on selected frontend:

Report building can utilize any of the above options. In other words, if your system is able to display or print a report then it should be able to build a report too.

Report template designer requires Tkinter with Tix support (standard Python installer for Windows includes Tix; on some platforms Tix must be installed separately).

Quick Start

No documentation yet. Please look at the test script for report building example. All printout rendering modules (pdf, Tk and wxPrint) have command line interface that can serve as their API usage example.


Python® and the Python logos are trademarks or registered trademarks of the Python Software Foundation.

(*) HTML output is not implemented yet.