Literate Programming with reStructuredText
- Python 100%
|
|
||
|---|---|---|
| contribs | ||
| doc | ||
| test | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| LICENSE | ||
| pylit.py | ||
| pyproject.toml | ||
| README.rst | ||
| tox.ini | ||
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
- 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.