/python-kyototycoon

Python client library for Kyoto Tycoon.

Primary LanguagePythonOtherNOASSERTION

ABOUT
-----
Python client library for Kyoto Tycoon. For more information on
Kyoto Tycoon please refer to the official project website.

  http://fallabs.com/kyototycoon/

python-kyototycoon's interface follows the preferred interface
provided by Kyoto Tycoon's original author(s).

  http://fallabs.com/kyototycoon/kyototycoon.idl

There is currently no documentation for this software but for
the meantime please see kyototycoon.py for the interface.

This fork is backwards compatible, and includes cursor support
and significant performance improvements over the original
library.

INSTALLATION
------------
Using pip::

    pip install python-kyototycoon

Or, from source::

    python setup.py build
    sudo python setup.py install


AUTHORS
-------
* Toru Maesaka <dev@torum.net>
* Stephen Hamer <stephen.hamer@upverter.com>