|
Truck Write-ups
· ARB from CO2 tank · Radiator skid plate · How to Change Leaf Springs · Tranmission Cooler Install · Changing Shackle Bushings
Nerd Stuff
· pyHTTPConn · My Resume · My Public Key · My vimrc File · My bashrc File · My inputrc File · Server Setup · Don't spread the virus! · CVS Tutorial (external link) · Aquarium HOWTO
|
pyHTTPConn, pyFormExtractor pyHTTPConn is a generic, stateful HTTP library written in python. It builds upon httplib, a module that is a part of the python distribution. It aims to be simple to use while at the same time remaining useful for a wide range of applications. An example is included in the docstring of the class. Also, the main() method shows a few basic tests. pyFormExtractor is a simple class that builds upon pyHTTPConn, it will grab a page, and using HTMLParser it will parse out all of the forms and the links on a page. In this case example usage is only in the main() method of the file. pyHTTPConn current release: pyHTTPConn-0-0-2 |