Metadata-Version: 1.1
Name: vinda
Version: 0.2.2
Summary: `Help users construct their index pages rapidly
Home-page: https://github.com/luosch/vinda
Author: Sicheng Luo
Author-email: i@lsich.com
License: MIT
Description: vinda
        =====
        
        .. image:: https://img.shields.io/pypi/v/vinda.svg
            :target: https://pypi.python.org/pypi/vinda
        
        .. image:: https://img.shields.io/pypi/dm/vinda.svg
                :target: https://pypi.python.org/pypi/vinda.svg
        
        :code:`vinda` can help user construct their index pages rapidly
        
        Installation
        ------------
        
        To install vinda, simply:
        
        .. code-block:: bash
        
            $ pip install vinda
        
        
        Usage
        -----
        
        .. code-block:: python
        
            >>> import vinda
            >>> vinda.look(ignore_list=['.git', '.DS_Store'])
        
        
        Screenshots
        -----------
        
        .. image:: https://raw.githubusercontent.com/luosch/vinda/master/screenshots/index.png
        
        
        Version 0.1.0 (2016.02.03)
        --------------------------
        
        *   Use Jinja2 to constuct index page
        *   Only Supporting traverse in current path
        
        Version 0.2.0 (2016.02.03)
        --------------------------
        
        *   fix bug -> `template.html` missing 
        
        Lincense
        --------
        
        All source code is licensed under the `MIT License`_.
        
        .. _MIT License: https://raw.githubusercontent.com/luosch/vinda/master/LICENSE
        
Keywords: vinda,index,html
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
