https://github.com/slott56/pylit-3
Literate Programming in Python3
https://github.com/slott56/pylit-3
Last synced: 7 months ago
JSON representation
Literate Programming in Python3
- Host: GitHub
- URL: https://github.com/slott56/pylit-3
- Owner: slott56
- Created: 2013-10-10T15:15:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T13:35:18.000Z (over 6 years ago)
- Last Synced: 2025-02-11T07:02:28.257Z (8 months ago)
- Language: HTML
- Homepage: https://slott56.github.io/PyLit-3/
- Size: 1.83 MB
- Stars: 17
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
############
PyLit 3.1
############See http://slott56.github.io/PyLit-3/index.html for the complete documentation.
The ``Makefile`` is used via ``make html`` to rebuild the code and documentation.
The ``docs`` directory contains the documentation, plus many examples.
The ``pylit.py`` is the module. Once you've installed it, use ``python -m pylit`` to run it.
The ``test`` directory contains the unit test suite.
The ``contribs`` directory are old contributed modules which have not yet been
converted to Python3.The code repository is: https://github.com/slott56/PyLit-3