Any tool to convert Python source code to HTML?

Aki Niimura akineko at pacbell.net
Sun Feb 23 15:16:57 EST 2003


Hello everyone,

I thought finding such was very easy but I couldn't find any pointer 
in the Internet. I would like to put my Python code to my Intranet.

Instead of putting a plain text, I would like to put a HTMLized code
(with keyword coloring, simple links to def, class, ...)

I found so many articles, postings regarding to Python's HTML modules.
Also, there must be a tool to create a HTML page summarizing a class
(class name, member function, ...). But not python source code itself.

Yes, I understand putting a whole source code is not so useful for a
big complex program. But my program is not so big such that showing 
the entire source code is still very helpful.

Is there any software tool to create a HTML page from Python source code?

Any info would be highly appreciated.

Best regards,
Aki Niimura




More information about the Python-list mailing list