Metadata-Version: 1.0
Name: tokyo-python
Version: 0.6.2
Summary: Tokyo libraries Python interface.
Home-page: http://packages.python.org/tokyo-python/
Author: Malek Hadj-Ali
Author-email: lekmalek@gmail.com
License: GNU General Public License (GPL)
Download-URL: http://pypi.python.org/pypi/tokyo-python/
Description: tokyo-python is a set of Python interfaces to `Mikio Hirabayashi
        <http://1978th.net/>`_'s Tokyo libraries, it includes:
        
        - :mod:`tokyo.cabinet`, an interface to `Tokyo Cabinet <http://1978th.net/tokyocabinet/>`_
        - :mod:`tokyo.dbm`, a :mod:`dbm` compatible interface to :mod:`tokyo.cabinet`
        - :mod:`tokyo.tyrant`, an interface to `Tokyo Tyrant <http://1978th.net/tokyotyrant/>`_
        - comming soon, :mod:`tokyo.dystopia`, an interface to `Tokyo Dystopia <http://1978th.net/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/>`_
        
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3.1
Classifier: Topic :: Software Development :: Libraries
