Namespaces | |
namespace | rm |
Variables | |
tuple | rm::p = optparse.OptionParser(usage="usage: %prog [options] <key> <value> <secret>") |
string | rm::default = "http://localhost:1234/" |
string | rm::help = "gateway URI, list at http://opendht.org/servers.txt" |
string | rm::type = "int" |
tuple | rm::pxy = ServerProxy(opts.gateway) |
tuple | rm::key = Binary(sha.new(args[0]).digest()) |
tuple | rm::vh = Binary(sha.new(args[1]).digest()) |