anandology / hacks
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
hacks /
| name | age | message | |
|---|---|---|---|
| |
Readme.txt | Sat Feb 07 03:50:11 -0800 2009 | |
| |
doctest | Sat Feb 07 03:36:05 -0800 2009 | |
| |
lightty | Mon Feb 23 22:39:47 -0800 2009 | |
| |
pyvi | Sat Feb 07 03:36:05 -0800 2009 | |
| |
rejson | Thu Feb 19 03:09:02 -0800 2009 |
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
