Metadata-Version: 1.0
Name: plimsolls
Version: 0.1
Summary: Presentation helpers based on Plim
Home-page: https://github.com/keitheis/plimsolls/
Author: Keith Yang
Author-email: yang@keitheis.org
License: MIT
Description: 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>
        
Keywords: html presentations slides plim templates
Platform: any
Classifier: Development Status :: 1 - Planning
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 :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
