public
Description: pytyrant is a pure python client implementation of the binary Tokyo Tyrant protocol (this is a fork where I'm working on better support for table databases)
Homepage: http://code.google.com/p/pytyrant/
Clone URL: git://github.com/ericflo/pytyrant.git
uggedal (author)
Sat May 23 06:58:37 -0700 2009
ericflo (committer)
Sat May 23 09:26:51 -0700 2009
name age message
file LICENSE.txt Tue Dec 30 01:03:20 -0800 2008 add a copy of the MIT license [etrepum]
file MANIFEST.in Tue Dec 30 01:03:20 -0800 2008 add a copy of the MIT license [etrepum]
file README Mon Jan 05 17:01:56 -0800 2009 update pytyrant for 1.1.11 protocol changes [etrepum]
file pytyrant.py Sat May 23 09:26:51 -0700 2009 Updated vanish to latest command ID. Signed-of... [uggedal]
file setup.py Thu Mar 12 23:57:47 -0700 2009 clean up whitespace, bump version to 1.1.17 [etrepum]
README
pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet <http://tokyocabinet.sourceforge.net/> is a "super
hyper ultra database manager" written and maintained by Mikio Hirabayashi and
released under the LGPL.

Tokyo Tyrant is the de facto database server for Tokyo Cabinet written and
maintained by the same author. It supports a REST HTTP protocol, memcached,
and its own simple binary protocol. This library implements the full binary
protocol for the Tokyo Tyrant 1.1.11 in pure Python as defined here::
    
        http://tokyocabinet.sourceforge.net/tyrantdoc/