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.
|
9 months ago | |
---|---|---|
contribs | 9 months ago | |
doc | 9 months ago | |
test | 9 months ago | |
.gitignore | 9 months ago | |
.pre-commit-config.yaml | 9 months ago | |
LICENSE | 9 months ago | |
README.rst | 9 months ago | |
pylit.py | 9 months ago | |
pyproject.toml | 9 months ago | |
tox.ini | 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
- 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.