Metadata-Version: 1.1
Name: parm
Version: 1.11
Summary: Markdown to html convertor tool
Home-page: https://github.com/limodou/parm
Author: limodou
Author-email: limodou@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: 
        =====================
        Parm 
        =====================
        
        :Author: Limodou <limodou@gmail.com>
        
        About Parm
        ----------------
        
        Parm can be used to convert markdown files to  html pages. It'll use par module 
        to parse markdown.
         
        The features are:
        
        * Topic content page support
        * Bootstrap theme(2.1.1 css framework based)
        * Semantic-UI theme
        
        Requirement
        ----------------
        
        * par https://github.com/limodou/par
        
        Installation
        ----------------
        
        ::
            
            pip install parm
        
        Usage
        -------------
        
        ::
            
            parm --help
            parm --version
            parm init
            parm make [-d directory]
            parm rst2md
        
        License
        ------------
        
        Parm is released under BSD license. 
        
        
Keywords: markdown convertor
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
