Notice!
PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities.
Create your free Platform account
to download ActivePython or customize Python with the packages you require and get automatic updates.
Download
ActivePython
plimsolls is unavailable in
PyPM, because there aren't any builds for it in the
package repositories. Click the linked icons to find out why.
| Python 2.7 | Python 3.2 | Python 3.3 |
---|
Windows (32-bit) | | | |
---|
Windows (64-bit) | | | |
---|
Mac OS X (10.5+) | | | |
---|
Linux (32-bit) | | | |
---|
Linux (64-bit) | | | |
---|
plimsolls
Presentation helpers based on Plim
Usage
Used in Plim:
-namespace module="plimsolls.formatters.code2html" name="code2html"
h2 Pygments Example: Result
pre
-py
code = """
#Python 2.x:
python -m SimpleHTTPServer
#Python 3.x:
python -m http.server 8000
"""
== code2html.reformat('bash', code)
Plim Changelog
Version 0.1
(codename Jinja, released on August 12th 2013)
- First draft of Plimsolls: added formatters module.
Keith Yang <yang@keitheis.org>