An open API service indexing awesome lists of open source software.

https://github.com/ericflo/pytyrant

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)
https://github.com/ericflo/pytyrant

Last synced: 11 months ago
JSON representation

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)

Awesome Lists containing this project

README

          

pytyrant is a pure python client implementation of the binary Tokyo Tyrant
protocol. Tokyo Cabinet 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/