anandology / hacks

Utility scripts

This URL has Read+Write access

hacks / Readme.txt
100644 19 lines (12 sloc) 0.363 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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