Metadata-Version: 2.0
Name: plimsolls
Version: 1.0b0
Summary: Presentation helpers based on Plim
Home-page: https://github.com/keitheis/plimsolls/
Author: Keith Yang
Author-email: yang@keitheis.org
License: MIT
Keywords: html presentations slides plim templates
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Text Processing
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Plim (>=0.9.12)
Requires-Dist: Pygments (>=2.0.2)

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)


Plim Changelog
==============

Version 1.0-beta
----------------

- Update and fix for Python 3.
- Mokey support line indent.
- 

Version 0.1
-----------
(codename Jinja, released on August 12th 2013)

- First draft of Plimsolls: added formatters module.


Keith Yang <yang@keitheis.org>


