Literate Programming with reStructuredText
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Günter Milde e09a18eb44
Release 0.8.0
9 months ago
contribs "pre-commit" hook to trim trailing whitespace. 9 months ago
doc Release 0.8.0 9 months ago
test "pre-commit" hook to trim trailing whitespace. 9 months ago
.gitignore Documentation update. 9 months ago
.pre-commit-config.yaml "pre-commit" hook to trim trailing whitespace. 9 months ago
LICENSE Prepare packaging with flit. 9 months ago
README.rst Prepare packaging with flit. 9 months ago
pylit.py Release 0.8.0 9 months ago
pyproject.toml "pre-commit" hook to trim trailing whitespace. 9 months ago
tox.ini Check/fix code formatting with flake8. 9 months ago

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.