Literate Programming with reStructuredText
Go to file
Günter Milde e09a18eb44 Release 0.8.0
Build with `flit`

Prepare upload to pypi.
2022-06-30 23:39:00 +02:00
contribs "pre-commit" hook to trim trailing whitespace. 2022-06-29 20:12:46 +02:00
doc Release 0.8.0 2022-06-30 23:39:00 +02:00
test "pre-commit" hook to trim trailing whitespace. 2022-06-29 20:12:46 +02:00
.gitignore Documentation update. 2022-06-29 20:12:46 +02:00
.pre-commit-config.yaml "pre-commit" hook to trim trailing whitespace. 2022-06-29 20:12:46 +02:00
LICENSE Prepare packaging with flit. 2022-06-27 15:42:43 +02:00
README.rst Prepare packaging with flit. 2022-06-27 15:42:43 +02:00
pylit.py Release 0.8.0 2022-06-30 23:39:00 +02:00
pyproject.toml "pre-commit" hook to trim trailing whitespace. 2022-06-29 20:12:46 +02:00
tox.ini Check/fix code formatting with flake8. 2022-06-29 23:31:41 +02:00

README.rst

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

Put pylit.py in Python's Module Search Path.

Documentation

PyLit pages.

Copyright

© 2005, 2009, 2022 Günter Milde.

License

PyLit is free software, released under the GNU General Public License (GPL) version 3 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.