https://github.com/keitheis/plimsolls
https://github.com/keitheis/plimsolls
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keitheis/plimsolls
- Owner: keitheis
- License: other
- Created: 2013-08-12T02:06:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T15:49:57.000Z (about 8 years ago)
- Last Synced: 2025-06-21T03:46:44.986Z (12 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
plimsolls
=========
Presentation helpers based on Plim
Usage
-----
File: example.plim::
-namespace module="plimsolls.formatters.code2html" name="code2html"
h2 Pygments Example:
pre
-py
code = """
#Python 2.x:
python -m SimpleHTTPServer
#Python 3.x:
python -m http.server 8000
"""
== code2html.reformat('bash', code)