Namespaces | |
namespace | put |
Variables | |
tuple | put::p = optparse.OptionParser(usage="usage: %prog [options] <key> <value>") |
string | put::default = "http://localhost:1234/" |
string | put::help = "gateway URI, list at http://opendht.org/servers.txt" |
string | put::type = "int" |
string | put::help = "can be used to remove the value later" |
tuple | put::pxy = ServerProxy(opts.gateway) |
tuple | put::key = Binary(sha.new(args[0]).digest()) |
tuple | put::ttl = int(opts.ttl) |