Skip to content

ericflo/pytyrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages