forked from toru/python-kyototycoon
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
35 lines (24 loc) · 832 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>