Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initial checkin
  • Loading branch information
etrepum committed Dec 30, 2008
0 parents commit fe786a9
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include *.py
11 changes: 11 additions & 0 deletions README
@@ -0,0 +1,11 @@
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.10 in pure Python as defined here::

http://tokyocabinet.sourceforge.net/tyrantdoc/

0 comments on commit fe786a9

Please sign in to comment.