You can download it here
It supports the following methods:
Usage:
sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
sock.connect((hostname,port))
bs = bufsock.bufsock(sock)
version = bs.readto('\n')
print version
bufsock.py is released under the terms of the GPLv2.
Related work


