PyXR 0.9- Cross-Referenced HTML from Python Source

logistix logistix@zworg.com
15 Mar 2003 16:06:50 -0800


PyXR 0.9- Cross-Referenced HTML from Python Source 

PyXR generates HTML pages from python source files.  It also attempts
to generate cross-referenced hyperlinks, which makes it
distinctive from the 8 million other prettyprinters out there.  It's
been tested on Python 2.2 and 2.3 for Windows, OpenBSD 3.2 and RedHat
7.3.  There's no reason it shouldn't work on other platforms with
minor configuration.

Major Improvements in version 0.9:
    Full integration with python's Library Reference Manual.  
        References to builtin functions, classes, etc link
        back to the Library Reference.  References to .pyds
        link back to the Library Reference.  All documented
        modules ultimately link back to the Library Reference.

    Option to continue on error when processing a file.  Version
        0.8 crashed if you had a .py file with invalid source
        in your pythonpath.

More information is available at:

    http://members.bellatlantic.net/~olsongt/python/pyxr.html

The package is available at:

    http://members.bellatlantic.net/~olsongt/python/PyXR.zip

Enjoy!