public
Description: Utility scripts
Homepage:
Clone URL: git://github.com/anandology/hacks.git
hacks /
name age message
file Readme.txt Sat Feb 07 03:50:11 -0800 2009 typo [anandology]
file doctest Sat Feb 07 03:36:05 -0800 2009 docs [anandology]
file lightty Mon Feb 23 22:39:47 -0800 2009 use pid in fastcgi socket name [anandology]
file pyvi Sat Feb 07 03:36:05 -0800 2009 docs [anandology]
file rejson Thu Feb 19 03:09:02 -0800 2009 rejson: json pretty-printer [anandology]
Readme.txt
Utility scripts.

doctest - Utility to run doctests in a python script.

    $ doctest code.py

lightty - Script to run the given program as fastcgi using Lighttpd.

    $ lightty code.py
    http://0.0.0.0:8080
    ....
    $ lightty code.py 9000
    http://0.0.0.0:9000
    ....

pyvi - Script to open source file of a python module in vim.

    $ pyvi os.path