-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
23 lines (16 loc) · 1.12 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tokyo-python is a set of Python interfaces to `Mikio Hirabayashi
<http://fallabs.com/>`_'s Tokyo libraries, it includes:
- :mod:`tokyo.cabinet`, an interface to `Tokyo Cabinet <http://fallabs.com/tokyocabinet/>`_
- :mod:`tokyo.dbm`, a :mod:`dbm` compatible interface to :mod:`tokyo.cabinet`
- :mod:`tokyo.tyrant`, an interface to `Tokyo Tyrant <http://fallabs.com/tokyotyrant/>`_
- :mod:`tokyo.dystopia`, an interface to `Tokyo Dystopia <http://fallabs.com/tokyodystopia/>`_
Useful links:
- `Latest release <http://pypi.python.org/pypi/tokyo-python/>`_
- `Documentation <http://packages.python.org/tokyo-python/>`_
- `Mailing list <http://groups.google.com/group/tokyo-python>`_
- `Bug reports and feature requests <http://code.google.com/p/tokyo-python/issues/list>`_
`tokyo-python's source code <http://tokyo-python.googlecode.com/>`_ is currently
hosted by `Google code <http://code.google.com/>`_ and kept in a `Subversion
<http://subversion.apache.org/>`_ repository.
- `Subversion instructions <http://code.google.com/p/tokyo-python/source/checkout>`_
- `Subversion browser <http://code.google.com/p/tokyo-python/source/browse/>`_