Metadata-Version: 1.1
Name: CodernityDB-PyClient
Version: 0.3.1
Summary: Client library for CodernityDB-HTTP
Home-page: http://codernity.com
Author: Codernity
Author-email: contact@codernity.com
License: Apache 2.0
Description: Client library for CodernityDB
        ==============================
        
        CodernityDB-PyClient is a client library that targets to **100%**
        compatibility between CodernityDB_ in embeded mode and
        CodernityDB_ used with CodernityDB-HTTP_.
        
        The remote errors will be the same as local ones, and remote traceback will be also included in it.
        
        It will work perfectly even without CodernityDB in your system. That's possible by using python *import hook*.
        
        
        .. image:: http://labs.codernity.com/codernitydb-pyclient/_images/CodernityDBPyClient.png
            :align: center
        
        
        Main documentation is located at http://labs.codernity.com/codernitydb-pyclient
        
        
        Install
        ~~~~~~~
        
        Because CodernityDB-PyClient is pure Python you need to perform standard installation for Python applications::
        
           pip install CodernityDB-PyClient
        
        or using easy_install::
        
           easy_install CodernityDB-PyClient
        
        or from sources::
        
           hg clone ssh://hg@bitbucket.org/codernity/codernitydb_pyclient
           python setup.py install
        
        
        .. note::
            You don't need CodernityDB and CodernityDB-HTTP on the same machine as CodernityDB-PyClient.
        
        
        .. note::
            If you want to use ``msgpack`` please install ``msgpack-python``, or ``msgpack-pure`` to make use of it.
        
        
        .. _CodernityDB @ Bitbucket: http://bitbucket.org/codernity/codernitydb
        .. _Codernity: http://codernity.com
        .. _CodernityDB-HTTP: http://labs.codernity.com/codernitydb-http
        .. _CodernityDB-PyClient: http://labs.codernity.com/codernitydb-pyclient
        .. _CodernityDB: http://labs.codernity.com/codernitydb
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
