Menu

Home

Steven F. Lott

pyWeb is a Literate Programming tool that can be configured to work with any markup language and any programming langauge. The idea is to allow you to create great documentation side-by-side with the software imposing few constraints or limitations.

Literate programming is based on using a markup language that packages code segments with extensive discussion, far above and beyond simple comment blocks. The pyWeb tool extracts the code from the source document. It also extracts the final documentation files.

Latest Change

Cloned to https://github.com/slott56/py-web-tool on 11 June 2018.

It seems slightly easier to work with GitHub than SourceForge.

Previous Changes

Rewrite to use Python3.3. This is not using six.py or 2to3.py. This is complete native
rewrite. See [Changes for 2.3 Release]

It will fix some long-standing problems. And add a few new features.

There's a minor update to 2.3.1 which includes some cleanup to error message handling and a tiny reorganization of the document.


Project Members:


Related

Wiki: Changes for 2.3 Release