Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobgu/qcache-client
Python client for the QCache key-table cache
https://github.com/tobgu/qcache-client
Last synced: 30 days ago
JSON representation
Python client for the QCache key-table cache
- Host: GitHub
- URL: https://github.com/tobgu/qcache-client
- Owner: tobgu
- License: mit
- Created: 2015-10-15T20:49:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:50:26.000Z (over 1 year ago)
- Last Synced: 2024-11-15T19:48:36.129Z (about 1 month ago)
- Language: Python
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
QCache-client
=============.. image:: https://travis-ci.org/tobgu/qcache-client.png?branch=master
:target: https://travis-ci.org/tobgu/qcache-client.. image:: https://badge.fury.io/py/qcache-client.svg
:target: https://badge.fury.io/py/qcache-client.. image:: http://codecov.io/github/tobgu/qcache-client/coverage.svg?branch=master
:target: http://codecov.io/github/tobgu/qcache-client?branch=master.. _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
=============Available at http://qcache-client.readthedocs.org/en/latest/.
Please see the tests in test_qclient.py for examples of how to use it.
Contributing
============
Want to contribute? That's great!If you experience problems please log them on GitHub. If you want to contribute code,
please fork the code and submit a pull request.If you intend to implement major features or make major changes please raise an issue
so that we can discuss it first.Running tests
=============
The tests requires that you have docker installed since they are executed against a QCache instance running
in a docker container... code::
pip install -r dev-requirements.txt
invoke testTODO
====
- Async interface?