odoo/bin/reportlab
hda@tinyerp.com f6c6b99bca remove with reserve keyword warning
bzr revid: hda@tinyerp.com-20080827091212-3wimc8s3l99ws8ll
2008-08-27 14:42:12 +05:30
..
demos Adding demos 2007-01-07 23:34:09 +00:00
docs RL2 2007-01-07 23:37:01 +00:00
extensions Barcode extension of reportlab 2007-10-09 06:17:00 +00:00
fonts RL2 2007-01-07 23:34:36 +00:00
graphics RL2 2007-01-07 23:35:30 +00:00
lib remove with reserve keyword warning 2008-08-27 14:42:12 +05:30
pdfbase RL2 2007-01-07 23:35:02 +00:00
pdfgen RL2 2007-01-07 23:35:02 +00:00
platypus RL2 2007-01-07 23:35:16 +00:00
test RL2 2007-01-07 23:36:48 +00:00
tools RL2 2007-01-07 23:35:53 +00:00
MANIFEST.in RL2 2007-01-07 23:37:01 +00:00
README RL2 2007-01-07 23:37:01 +00:00
__init__.py report 2007-01-07 23:34:21 +00:00
changes RL2 2007-01-07 23:37:01 +00:00
license.txt RL2 2007-01-07 23:37:01 +00:00
rl_config.py report 2007-01-07 23:34:21 +00:00
setup.py report 2007-01-07 23:34:21 +00:00

README

#copyright ReportLab Inc. 2000-2001
#see license.txt for license details
#history http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/reportlab/README?cvsroot=reportlab
#$Header: /tmp/reportlab/reportlab/README,v 1.9 2002/03/05 17:21:44 rgbecker Exp $

This is the ReportLab PDF library. 

Licensing
=========
BSD license.  See license.txt for details

Installation
============
Either unpack reportlab.zip or reportlab.tgz to some directory say
d:\ReportLab. If you can, ensure that the  line terminator style is
correct for your OS (man zip programs have a text mode option eg -a).

Create a .pth file, say reportlab.pth in your Python
home directory.  It should have one line:
d:/ReportLab.

Alternatively unpack the archive into a directory which is already on your
python path.

Documentation
=============
Full documentation is included in PDF format in the docs directory.
If you are working with a CVS version, run the script genAll.py
in that directory to generate the documentation.

Acknowledgements and Thanks
===========================
lib/normalDate.py originally by Jeff Bauer
(please let us know of other acknowledgements - we just
 started this section - 13/2/2002)