Metadata-Version: 1.1
Name: qcache-client
Version: 0.2.1
Summary: Python client library for QCache
Home-page: https://github.com/tobgu/qcache-client
Author: Tobias Gustafsson
Author-email: tobias.l.gustafsson@gmail.com
License: BSD
Description: =============
        QCache-client
        =============
        
        .. _QCache: https://github.com/tobgu/qcache
        
        Python client library for QCache_. Uses consistent hashing to distribute data over multiple nodes.
        
        Installation
        ============
        ::
        
            pip install qcache-client
        
        Documentation
        =============
        
        Documentation is close to non-existent right now. Please see the tests in test_qclient.py for examples of how to use it.
        
        Development
        ===========
        
        To run the all tests run::
        
            invoke test
        
        
        TODO
        ====
        - Fetch server side statistics
        - Documentation
        - Support for other python versions than 2.7
        - Support chunked transfer
        - Support TLS, also with self signed certificates
        
        Changelog
        =========
        
        0.0.1 (2015-10-15)
        -----------------------------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
