Metadata-Version: 1.1
Name: moban-velocity
Version: 0.0.1
Summary: Provide velocity templating capability to moban
Home-page: https://github.com/moremoban/moban-velocity
Author: Ayan Banerjee, C.W. et al
Author-email: wangc_2011@hotmail.com
License: MIT
Download-URL: https://github.com/moremoban/moban-velocity/archive/0.0.1.tar.gz
Description: ================================================================================
        moban-velocity
        ================================================================================
        
        .. image:: https://api.travis-ci.org/moremoban/moban-velocity.svg
           :target: http://travis-ci.org/moremoban/moban-velocity
        
        .. image:: https://codecov.io/github/moremoban/moban-velocity/coverage.png
           :target: https://codecov.io/github/moremoban/moban-velocity
        
        
        
        With `airspeed` for Python 3, this library allows moban users to have velocity
        template in their next documentation endeavour. 
        
        Installation
        ================================================================================
        
        
        You can install moban-velocity via pip:
        
        .. code-block:: bash
        
            $ pip install moban-velocity
        
        
        or clone it and install it:
        
        .. code-block:: bash
        
            $ git clone https://github.com/moremoban/moban-velocity.git
            $ cd moban-velocity
            $ python setup.py install
        
        Author
        ================================================================================
        
        `Ayan Banerjee <https://github.com/ayan-b>`_
        
        Contributors
        ================================================================================
        
        In alphabetical order:
        
        * `C. W. <https://github.com/chfw>`_
        * `John Vandenberg <https://github.com/jayvdb>`_
        * `PRAJWAL M <https://github.com/PrajwalM2212>`_
        
        Change log
        ================================================================================
        
        0.0.1 - 02.02.2018
        --------------------------------------------------------------------------------
        
        First release
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        #. Render .velocity, .vtl files for moban
        
        
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
