Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.64 KB

README.rst

File metadata and controls

52 lines (37 loc) · 1.64 KB

PyLit

Literate Programming with reStructuredText

The idea is that you do not document programs (after the fact), but write documents that contain the programs.

—John Max Skaller

What is it
PyLit (Python Literate) provides a plain but efficient tool for literate programming: a bidirectional text/code converter.
Install
As PyLit is a pure Python module, installation is straightforward: Put pylit.py in Python's Module Search Path.
Documentation

See http://pylit.berlios.de

Note

The previous host of the PyLit project, berlios.de will close at the end of 2011. For the transition period, some links might not work.

Copyright
© 2005, 2009 Günter Milde.
License

PyLit is free software, released under the GNU General Public License (GPL) version 2 or later.

PyLit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.