memoriadecalculo / PyLit

Literate Programming with reStructuredText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyLit3

Literate Programming with reStructuredText compatible with Python 3.

This is a project forked from http://github.com/gmilde/PyLit/raw/master/pylit.py

An attempt to make Pylit compatible with Python 3.

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. © 2016, 2016 Lauro Cavalcanti de Sá.
License

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

PyLit3 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.

About

Literate Programming with reStructuredText

License:GNU General Public License v3.0


Languages

Language:Python 100.0%