.appveyor.yml
.travis.yml
CHANGES.md
INSTALL.txt
LICENSE.txt
MANIFEST.in
README.txt
VERSION.txt
setup.cfg
setup.py
demos/colors/colortest.py
demos/gadflypaper/00readme.txt
demos/gadflypaper/gfe.py
demos/odyssey/00readme.txt
demos/odyssey/dodyssey.py
demos/odyssey/fodyssey.py
demos/odyssey/odyssey.py
demos/odyssey/odyssey.txt
demos/rlzope/readme.txt
demos/rlzope/rlzope.py
demos/stdfonts/00readme.txt
demos/stdfonts/stdfonts.py
demos/tests/testdemos.py
docs/00readme.txt
docs/Makefile
docs/genAll.py
docs/gen_epydoc
docs/make.bat
docs/images/Edit_Prefs.gif
docs/images/Python_21.gif
docs/images/Python_21_HINT.gif
docs/images/fileExchange.gif
docs/images/jpn.gif
docs/images/jpnchars.jpg
docs/images/lj8100.jpg
docs/images/redsquare.png
docs/images/replogo.a85
docs/images/replogo.gif
docs/images/testimg.gif
docs/reference/build.bat
docs/reference/genreference.py
docs/reference/reference.yml
docs/source/conf.py
docs/source/graphics.rst
docs/source/index.rst
docs/source/lib.rst
docs/source/pdfgen.rst
docs/source/platypus.rst
docs/source/_static/basic.css
docs/source/_static/default.css
docs/source/_templates/layout.html
docs/source/_templates/page.html
docs/userguide/app_demos.py
docs/userguide/ch1_intro.py
docs/userguide/ch2_graphics.py
docs/userguide/ch2a_fonts.py
docs/userguide/ch3_pdffeatures.py
docs/userguide/ch4_platypus_concepts.py
docs/userguide/ch5_paragraphs.py
docs/userguide/ch6_tables.py
docs/userguide/ch7_custom.py
docs/userguide/genuserguide.py
docs/userguide/graph_charts.py
docs/userguide/graph_concepts.py
docs/userguide/graph_intro.py
docs/userguide/graph_shapes.py
docs/userguide/graph_widgets.py
docs/userguide/testfile.txt
src/reportlab/MANIFEST.in
src/reportlab/__init__.py
src/reportlab/license.txt
src/reportlab/rl_config.py
src/reportlab/rl_settings.py
src/reportlab.egg-info/PKG-INFO
src/reportlab.egg-info/SOURCES.txt
src/reportlab.egg-info/dependency_links.txt
src/reportlab.egg-info/requires.txt
src/reportlab.egg-info/top_level.txt
src/reportlab/fonts/00readme.txt
src/reportlab/fonts/DarkGarden-changelog.txt
src/reportlab/fonts/DarkGarden-copying-gpl.txt
src/reportlab/fonts/DarkGarden-copying.txt
src/reportlab/fonts/DarkGarden-readme.txt
src/reportlab/fonts/DarkGarden.sfd
src/reportlab/fonts/DarkGardenMK.afm
src/reportlab/fonts/DarkGardenMK.pfb
src/reportlab/fonts/Vera.ttf
src/reportlab/fonts/VeraBI.ttf
src/reportlab/fonts/VeraBd.ttf
src/reportlab/fonts/VeraIt.ttf
src/reportlab/fonts/_a______.pfb
src/reportlab/fonts/_ab_____.pfb
src/reportlab/fonts/_abi____.pfb
src/reportlab/fonts/_ai_____.pfb
src/reportlab/fonts/_eb_____.pfb
src/reportlab/fonts/_ebi____.pfb
src/reportlab/fonts/_ei_____.pfb
src/reportlab/fonts/_er_____.pfb
src/reportlab/fonts/bitstream-vera-license.txt
src/reportlab/fonts/callig15.afm
src/reportlab/fonts/callig15.pfb
src/reportlab/fonts/cob_____.pfb
src/reportlab/fonts/cobo____.pfb
src/reportlab/fonts/com_____.pfb
src/reportlab/fonts/coo_____.pfb
src/reportlab/fonts/sy______.pfb
src/reportlab/fonts/zd______.pfb
src/reportlab/fonts/zx______.pfb
src/reportlab/fonts/zy______.pfb
src/reportlab/graphics/__init__.py
src/reportlab/graphics/renderPDF.py
src/reportlab/graphics/renderPM.py
src/reportlab/graphics/renderPS.py
src/reportlab/graphics/renderSVG.py
src/reportlab/graphics/renderbase.py
src/reportlab/graphics/shapes.py
src/reportlab/graphics/testdrawings.py
src/reportlab/graphics/testshapes.py
src/reportlab/graphics/widgetbase.py
src/reportlab/graphics/barcode/README
src/reportlab/graphics/barcode/TODO
src/reportlab/graphics/barcode/__init__.py
src/reportlab/graphics/barcode/code128.py
src/reportlab/graphics/barcode/code39.py
src/reportlab/graphics/barcode/code93.py
src/reportlab/graphics/barcode/common.py
src/reportlab/graphics/barcode/eanbc.py
src/reportlab/graphics/barcode/ecc200datamatrix.py
src/reportlab/graphics/barcode/fourstate.py
src/reportlab/graphics/barcode/lto.py
src/reportlab/graphics/barcode/qr.py
src/reportlab/graphics/barcode/qrencoder.py
src/reportlab/graphics/barcode/test.py
src/reportlab/graphics/barcode/usps.py
src/reportlab/graphics/barcode/usps4s.py
src/reportlab/graphics/barcode/widgets.py
src/reportlab/graphics/charts/__init__.py
src/reportlab/graphics/charts/areas.py
src/reportlab/graphics/charts/axes.py
src/reportlab/graphics/charts/barcharts.py
src/reportlab/graphics/charts/dotbox.py
src/reportlab/graphics/charts/doughnut.py
src/reportlab/graphics/charts/legends.py
src/reportlab/graphics/charts/linecharts.py
src/reportlab/graphics/charts/lineplots.py
src/reportlab/graphics/charts/markers.py
src/reportlab/graphics/charts/piecharts.py
src/reportlab/graphics/charts/slidebox.py
src/reportlab/graphics/charts/spider.py
src/reportlab/graphics/charts/textlabels.py
src/reportlab/graphics/charts/utils.py
src/reportlab/graphics/charts/utils3d.py
src/reportlab/graphics/samples/__init__.py
src/reportlab/graphics/samples/bubble.py
src/reportlab/graphics/samples/clustered_bar.py
src/reportlab/graphics/samples/clustered_column.py
src/reportlab/graphics/samples/excelcolors.py
src/reportlab/graphics/samples/exploded_pie.py
src/reportlab/graphics/samples/filled_radar.py
src/reportlab/graphics/samples/line_chart.py
src/reportlab/graphics/samples/linechart_with_markers.py
src/reportlab/graphics/samples/radar.py
src/reportlab/graphics/samples/runall.py
src/reportlab/graphics/samples/scatter.py
src/reportlab/graphics/samples/scatter_lines.py
src/reportlab/graphics/samples/scatter_lines_markers.py
src/reportlab/graphics/samples/simple_pie.py
src/reportlab/graphics/samples/stacked_bar.py
src/reportlab/graphics/samples/stacked_column.py
src/reportlab/graphics/widgets/__init__.py
src/reportlab/graphics/widgets/eventcal.py
src/reportlab/graphics/widgets/flags.py
src/reportlab/graphics/widgets/grids.py
src/reportlab/graphics/widgets/markers.py
src/reportlab/graphics/widgets/signsandsymbols.py
src/reportlab/graphics/widgets/table.py
src/reportlab/lib/PyFontify.py
src/reportlab/lib/__init__.py
src/reportlab/lib/abag.py
src/reportlab/lib/arciv.py
src/reportlab/lib/attrmap.py
src/reportlab/lib/boxstuff.py
src/reportlab/lib/codecharts.py
src/reportlab/lib/colors.py
src/reportlab/lib/corp.py
src/reportlab/lib/enums.py
src/reportlab/lib/extformat.py
src/reportlab/lib/fontfinder.py
src/reportlab/lib/fonts.py
src/reportlab/lib/formatters.py
src/reportlab/lib/geomutils.py
src/reportlab/lib/hyphen.mashed
src/reportlab/lib/logger.py
src/reportlab/lib/normalDate.py
src/reportlab/lib/pagesizes.py
src/reportlab/lib/pdfencrypt.py
src/reportlab/lib/pygments2xpre.py
src/reportlab/lib/randomtext.py
src/reportlab/lib/rl_accel.py
src/reportlab/lib/rl_safe_eval.py
src/reportlab/lib/rltempfile.py
src/reportlab/lib/rparsexml.py
src/reportlab/lib/sequencer.py
src/reportlab/lib/styles.py
src/reportlab/lib/testutils.py
src/reportlab/lib/textsplit.py
src/reportlab/lib/units.py
src/reportlab/lib/utils.py
src/reportlab/lib/validators.py
src/reportlab/lib/yaml.py
src/reportlab/pdfbase/__init__.py
src/reportlab/pdfbase/_can_cmap_data.py
src/reportlab/pdfbase/_cidfontdata.py
src/reportlab/pdfbase/_fontdata.py
src/reportlab/pdfbase/_fontdata_enc_macexpert.py
src/reportlab/pdfbase/_fontdata_enc_macroman.py
src/reportlab/pdfbase/_fontdata_enc_pdfdoc.py
src/reportlab/pdfbase/_fontdata_enc_standard.py
src/reportlab/pdfbase/_fontdata_enc_symbol.py
src/reportlab/pdfbase/_fontdata_enc_winansi.py
src/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py
src/reportlab/pdfbase/_fontdata_widths_courier.py
src/reportlab/pdfbase/_fontdata_widths_courierbold.py
src/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py
src/reportlab/pdfbase/_fontdata_widths_courieroblique.py
src/reportlab/pdfbase/_fontdata_widths_helvetica.py
src/reportlab/pdfbase/_fontdata_widths_helveticabold.py
src/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py
src/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py
src/reportlab/pdfbase/_fontdata_widths_symbol.py
src/reportlab/pdfbase/_fontdata_widths_timesbold.py
src/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py
src/reportlab/pdfbase/_fontdata_widths_timesitalic.py
src/reportlab/pdfbase/_fontdata_widths_timesroman.py
src/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py
src/reportlab/pdfbase/_glyphlist.py
src/reportlab/pdfbase/acroform.py
src/reportlab/pdfbase/cidfonts.py
src/reportlab/pdfbase/pdfdoc.py
src/reportlab/pdfbase/pdfform.py
src/reportlab/pdfbase/pdfmetrics.py
src/reportlab/pdfbase/pdfpattern.py
src/reportlab/pdfbase/pdfutils.py
src/reportlab/pdfbase/rl_codecs.py
src/reportlab/pdfbase/ttfonts.py
src/reportlab/pdfgen/__init__.py
src/reportlab/pdfgen/canvas.py
src/reportlab/pdfgen/pathobject.py
src/reportlab/pdfgen/pdfgeom.py
src/reportlab/pdfgen/pdfimages.py
src/reportlab/pdfgen/textobject.py
src/reportlab/platypus/__init__.py
src/reportlab/platypus/doctemplate.py
src/reportlab/platypus/figures.py
src/reportlab/platypus/flowables.py
src/reportlab/platypus/frames.py
src/reportlab/platypus/multicol.py
src/reportlab/platypus/para.py
src/reportlab/platypus/paragraph.py
src/reportlab/platypus/paraparser.py
src/reportlab/platypus/tableofcontents.py
src/reportlab/platypus/tables.py
src/reportlab/platypus/xpreformatted.py
src/rl_addons/README
src/rl_addons/renderPM/_renderPM.c
src/rl_addons/renderPM/pfm.py
src/rl_addons/renderPM/test_renderPM.py
src/rl_addons/renderPM/tr.py
src/rl_addons/renderPM/gt1/gt1-dict.c
src/rl_addons/renderPM/gt1/gt1-dict.h
src/rl_addons/renderPM/gt1/gt1-misc.h
src/rl_addons/renderPM/gt1/gt1-namecontext.c
src/rl_addons/renderPM/gt1/gt1-namecontext.h
src/rl_addons/renderPM/gt1/gt1-parset1.c
src/rl_addons/renderPM/gt1/gt1-parset1.h
src/rl_addons/renderPM/gt1/gt1-region.c
src/rl_addons/renderPM/gt1/gt1-region.h
src/rl_addons/renderPM/gt1/gt1-value.h
src/rl_addons/renderPM/gt1/parseAFM.c
src/rl_addons/renderPM/gt1/parseAFM.h
src/rl_addons/renderPM/libart_lgpl/AUTHORS
src/rl_addons/renderPM/libart_lgpl/COPYING
src/rl_addons/renderPM/libart_lgpl/ChangeLog
src/rl_addons/renderPM/libart_lgpl/Makefile.am
src/rl_addons/renderPM/libart_lgpl/NEWS
src/rl_addons/renderPM/libart_lgpl/README
src/rl_addons/renderPM/libart_lgpl/README.CVS
src/rl_addons/renderPM/libart_lgpl/acconfig.h
src/rl_addons/renderPM/libart_lgpl/art_affine.c
src/rl_addons/renderPM/libart_lgpl/art_affine.h
src/rl_addons/renderPM/libart_lgpl/art_alphagamma.c
src/rl_addons/renderPM/libart_lgpl/art_alphagamma.h
src/rl_addons/renderPM/libart_lgpl/art_bpath.c
src/rl_addons/renderPM/libart_lgpl/art_bpath.h
src/rl_addons/renderPM/libart_lgpl/art_config.h
src/rl_addons/renderPM/libart_lgpl/art_filterlevel.h
src/rl_addons/renderPM/libart_lgpl/art_gray_svp.c
src/rl_addons/renderPM/libart_lgpl/art_gray_svp.h
src/rl_addons/renderPM/libart_lgpl/art_misc.c
src/rl_addons/renderPM/libart_lgpl/art_misc.h
src/rl_addons/renderPM/libart_lgpl/art_pathcode.h
src/rl_addons/renderPM/libart_lgpl/art_pixbuf.c
src/rl_addons/renderPM/libart_lgpl/art_pixbuf.h
src/rl_addons/renderPM/libart_lgpl/art_point.h
src/rl_addons/renderPM/libart_lgpl/art_rect.c
src/rl_addons/renderPM/libart_lgpl/art_rect.h
src/rl_addons/renderPM/libart_lgpl/art_rect_svp.c
src/rl_addons/renderPM/libart_lgpl/art_rect_svp.h
src/rl_addons/renderPM/libart_lgpl/art_rect_uta.c
src/rl_addons/renderPM/libart_lgpl/art_rect_uta.h
src/rl_addons/renderPM/libart_lgpl/art_render.c
src/rl_addons/renderPM/libart_lgpl/art_render.h
src/rl_addons/renderPM/libart_lgpl/art_render_gradient.c
src/rl_addons/renderPM/libart_lgpl/art_render_gradient.h
src/rl_addons/renderPM/libart_lgpl/art_render_mask.c
src/rl_addons/renderPM/libart_lgpl/art_render_mask.h
src/rl_addons/renderPM/libart_lgpl/art_render_svp.c
src/rl_addons/renderPM/libart_lgpl/art_render_svp.h
src/rl_addons/renderPM/libart_lgpl/art_rgb.c
src/rl_addons/renderPM/libart_lgpl/art_rgb.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_a_affine.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_a_affine.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_affine.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_affine.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_affine_private.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_affine_private.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_bitmap_affine.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_bitmap_affine.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_pixbuf_affine.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_pixbuf_affine.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_rgba_affine.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_rgba_affine.h
src/rl_addons/renderPM/libart_lgpl/art_rgb_svp.c
src/rl_addons/renderPM/libart_lgpl/art_rgb_svp.h
src/rl_addons/renderPM/libart_lgpl/art_rgba.c
src/rl_addons/renderPM/libart_lgpl/art_rgba.h
src/rl_addons/renderPM/libart_lgpl/art_svp.c
src/rl_addons/renderPM/libart_lgpl/art_svp.h
src/rl_addons/renderPM/libart_lgpl/art_svp_intersect.c
src/rl_addons/renderPM/libart_lgpl/art_svp_intersect.h
src/rl_addons/renderPM/libart_lgpl/art_svp_ops.c
src/rl_addons/renderPM/libart_lgpl/art_svp_ops.h
src/rl_addons/renderPM/libart_lgpl/art_svp_point.c
src/rl_addons/renderPM/libart_lgpl/art_svp_point.h
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.c
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.h
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath.c
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath.h
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath_stroke.c
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath_stroke.h
src/rl_addons/renderPM/libart_lgpl/art_svp_wind.c
src/rl_addons/renderPM/libart_lgpl/art_svp_wind.h
src/rl_addons/renderPM/libart_lgpl/art_uta.c
src/rl_addons/renderPM/libart_lgpl/art_uta.h
src/rl_addons/renderPM/libart_lgpl/art_uta_ops.c
src/rl_addons/renderPM/libart_lgpl/art_uta_ops.h
src/rl_addons/renderPM/libart_lgpl/art_uta_rect.c
src/rl_addons/renderPM/libart_lgpl/art_uta_rect.h
src/rl_addons/renderPM/libart_lgpl/art_uta_svp.c
src/rl_addons/renderPM/libart_lgpl/art_uta_svp.h
src/rl_addons/renderPM/libart_lgpl/art_uta_vpath.c
src/rl_addons/renderPM/libart_lgpl/art_uta_vpath.h
src/rl_addons/renderPM/libart_lgpl/art_vpath.c
src/rl_addons/renderPM/libart_lgpl/art_vpath.h
src/rl_addons/renderPM/libart_lgpl/art_vpath_bpath.c
src/rl_addons/renderPM/libart_lgpl/art_vpath_bpath.h
src/rl_addons/renderPM/libart_lgpl/art_vpath_dash.c
src/rl_addons/renderPM/libart_lgpl/art_vpath_dash.h
src/rl_addons/renderPM/libart_lgpl/art_vpath_svp.c
src/rl_addons/renderPM/libart_lgpl/art_vpath_svp.h
src/rl_addons/renderPM/libart_lgpl/autogen.sh
src/rl_addons/renderPM/libart_lgpl/config.h
src/rl_addons/renderPM/libart_lgpl/configure.in
src/rl_addons/renderPM/libart_lgpl/gen_art_config.c
src/rl_addons/renderPM/libart_lgpl/libart-2.0.pc.in
src/rl_addons/renderPM/libart_lgpl/libart-config.in
src/rl_addons/renderPM/libart_lgpl/libart-features.c
src/rl_addons/renderPM/libart_lgpl/libart-features.h.in
src/rl_addons/renderPM/libart_lgpl/libart.h
src/rl_addons/renderPM/libart_lgpl/libart.m4
src/rl_addons/renderPM/libart_lgpl/libartConf.sh.in
src/rl_addons/renderPM/libart_lgpl/test_gradient.c
src/rl_addons/renderPM/libart_lgpl/testart.c
src/rl_addons/renderPM/libart_lgpl/testuta.c
src/rl_addons/rl_accel/README.extensions
src/rl_addons/rl_accel/_rl_accel.c
src/rl_addons/rl_accel/_rl_accel.java
src/rl_addons/rl_accel/hnjalloc.c
src/rl_addons/rl_accel/hnjalloc.h
src/rl_addons/rl_accel/hyphen.c
src/rl_addons/rl_accel/hyphen.h
src/rl_addons/rl_accel/hyphen.mashed
src/rl_addons/rl_accel/pyHnjmodule.c
src/rl_addons/rl_accel/tests/getrc.py
src/rl_addons/rl_accel/tests/t0.py
src/rl_addons/rl_accel/tests/t1.py
src/rl_addons/rl_accel/tests/t2.py
src/rl_addons/rl_accel/tests/t3.py
src/rl_addons/rl_accel/tests/t4.py
src/rl_addons/rl_accel/tests/t5.py
tests/00readme.txt
tests/__init__.py
tests/alpha_test.png
tests/gray-alpha.png
tests/pythonpowered-gs.gif
tests/pythonpowered.gif
tests/rltw-icon-tr.png
tests/runAll.py
tests/solid_red_alpha.png
tests/tall_red.png
tests/test-cross.tiff
tests/test-indexed.png
tests/test-rgba.png
tests/test_charts_textlabels.py
tests/test_crypto_algorithms.py
tests/test_docs_build.py
tests/test_docstrings.py
tests/test_extra.py
tests/test_geomutils.py
tests/test_graphics_barcode.py
tests/test_graphics_charts.py
tests/test_graphics_images.py
tests/test_graphics_layout.py
tests/test_graphics_render.py
tests/test_graphics_speed.py
tests/test_hello.py
tests/test_images.py
tests/test_invariant.py
tests/test_issues.py
tests/test_lib_colors.py
tests/test_lib_normaldate.py
tests/test_lib_pdfencrypt.py
tests/test_lib_rl_safe_eval.py
tests/test_lib_sequencer.py
tests/test_lib_utils.py
tests/test_lib_validators.py
tests/test_multibyte_chs.py
tests/test_multibyte_cht.py
tests/test_multibyte_jpn.py
tests/test_multibyte_kor.py
tests/test_paragraphs.py
tests/test_pdfbase_encodings.py
tests/test_pdfbase_fontembed.py
tests/test_pdfbase_pdfdoc.py
tests/test_pdfbase_pdfform.py
tests/test_pdfbase_pdfmetrics.py
tests/test_pdfbase_pdfutils.py
tests/test_pdfbase_postscript.py
tests/test_pdfbase_ttfonts.py
tests/test_pdfgen_callback.py
tests/test_pdfgen_general.py
tests/test_pdfgen_links.py
tests/test_pdfgen_overprint.py
tests/test_pdfgen_pagemodes.py
tests/test_platypus_accum.py
tests/test_platypus_breaking.py
tests/test_platypus_cjk_wrap.py
tests/test_platypus_general.py
tests/test_platypus_images.py
tests/test_platypus_indents.py
tests/test_platypus_index.py
tests/test_platypus_leftright.py
tests/test_platypus_lists.py
tests/test_platypus_paragraphs.py
tests/test_platypus_paraparser.py
tests/test_platypus_pleaseturnover.py
tests/test_platypus_preformatted.py
tests/test_platypus_programming.py
tests/test_platypus_tables.py
tests/test_platypus_toc.py
tests/test_platypus_wrapping.py
tests/test_platypus_xref.py
tests/test_pyfiles.py
tests/test_renderPS.py
tests/test_renderSVG.py
tests/test_rl_accel.py
tests/test_source_chars.py
tests/test_table_layout.py
tests/test_tools_pythonpoint.py
tests/test_utils.py
tests/test_widgetbase_tpc.py
tests/test_widgets_grids.py
tests/unimportable.py
tools/README
tools/__init__.py
tools/docco/README
tools/docco/__init__.py
tools/docco/codegrab.py
tools/docco/docpy.py
tools/docco/examples.py
tools/docco/graphdocpy.py
tools/docco/rl_doc_utils.py
tools/docco/rltemplate.py
tools/docco/stylesheet.py
tools/docco/t_parse.py
tools/docco/yaml.py
tools/docco/yaml2pdf.py
tools/pythonpoint/README
tools/pythonpoint/__init__.py
tools/pythonpoint/customshapes.py
tools/pythonpoint/pythonpoint.dtd
tools/pythonpoint/pythonpoint.py
tools/pythonpoint/stdparser.py
tools/pythonpoint/demos/examples.py
tools/pythonpoint/demos/figures.xml
tools/pythonpoint/demos/htu.xml
tools/pythonpoint/demos/leftlogo.a85
tools/pythonpoint/demos/leftlogo.gif
tools/pythonpoint/demos/lj8100.jpg
tools/pythonpoint/demos/monterey.xml
tools/pythonpoint/demos/outline.gif
tools/pythonpoint/demos/pplogo.gif
tools/pythonpoint/demos/python.gif
tools/pythonpoint/demos/pythonpoint.xml
tools/pythonpoint/demos/slidebox.py
tools/pythonpoint/demos/spectrum.png
tools/pythonpoint/demos/vertpython.gif
tools/pythonpoint/styles/__init__.py
tools/pythonpoint/styles/horrible.py
tools/pythonpoint/styles/htu.py
tools/pythonpoint/styles/modern.py
tools/pythonpoint/styles/projection.py
tools/pythonpoint/styles/standard.py
tools/utils/add_bleed.py
tools/utils/dumpttf.py