vinda

`Help users construct their index pages rapidly


Keywords
vinda, index, html
License
MIT
Install
pip install vinda==0.3.1

Documentation

vinda

vinda can help user construct their index pages rapidly

Installation

To install vinda, simply:

$ pip install vinda

Usage

>>> import vinda
>>> vinda.look(ignore_list=['.git', '.DS_Store'])

Screenshots

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

Version 0.3.0 (2016.02.04)

  • fix bug -> crash when writing index.html due to unicode
  • add feature -> support recursive index page constructing
  • refactor -> output html file must be index.html

Todo

  • clear function
  • avoid delete unconcerned index.html
  • pagination

Lincense

All source code is licensed under the MIT License.