Metadata-Version: 1.1
Name: moban-handlebars
Version: 0.0.1
Summary: Provide handlebars templating capability to moban.
Home-page: https://github.com/moremoban/moban-handlebars
Author: Charlie Liu, C.W et al
Author-email: wangc_2011@hotmail.com
License: MIT
Download-URL: https://github.com/moremoban/moban-handlebars/archive/0.0.1.tar.gz
Description-Content-Type: UNKNOWN
Description: ================================================================================
        moban-handlebars
        ================================================================================
        
        .. image:: https://api.travis-ci.org/moremoban/moban-handlebars.svg
           :target: http://travis-ci.org/moremoban/moban-handlebars
        
        .. image:: https://codecov.io/github/moremoban/moban-handlebars/coverage.png
           :target: https://codecov.io/github/moremoban/moban-handlebars
        
        
        
        With `pybars3 <https://github.com/wbond/pybars3>`_, this library allow moban users to
        have handlebars template in their next documentation endeavour. 
        
        Installation
        ================================================================================
        
        
        You can install moban-handlebars via pip:
        
        .. code-block:: bash
        
            $ pip install moban-handlebars
        
        
        or clone it and install it:
        
        .. code-block:: bash
        
            $ git clone https://github.com/moremoban/moban-handlebars.git
            $ cd moban-handlebars
            $ python setup.py install
        
        Author
        ================================================================================
        
        Charlie Liu
        
        Contributors
        ================================================================================
        
        In alphabetical order:
        
        * `C. W. <https://github.com/chfw>`_
        * `John Vandenberg <https://github.com/jayvdb>`_
        * `PRAJWAL M <https://github.com/PrajwalM2212>`_
        
        Change log
        ===========
        
        
Keywords: python
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
