Skip to main content

Python client library for QCache

Project description

https://travis-ci.org/tobgu/qcache-client.png?branch=master https://badge.fury.io/py/qcache-client.svg http://codecov.io/github/tobgu/qcache-client/coverage.svg?branch=master

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.

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

pip install -r dev-requirements.txt
invoke test

TODO

  • Fetch server side statistics

  • Documentation

  • Support for other python versions than 2.7

  • Support chunked transfer

Changelog

0.3.2 (2016-04-10)

  • Support Python 3.4 and 3.5.

0.3.1 (2016-01-16)

  • Include CHANGELOG in release.

0.3.0 (2015-12-23)

  • Possible to query using POST instead of GET. Good for very large queries.

  • Additional circuit breakers to avoid infinite repetition of requests in case of errors.

0.2.1 (2015-12-14)

  • SSL and basic auth support

  • Possible to add custom headers when posting data, type information for example

0.2.0 (2015-12-06)

  • Report the unsliced result length as part of the result, nice for pagination for example

  • Use connection pooling

0.1.0 (2015-10-25)

  • First release that actually does something sensible.

0.0.1 (2015-10-15)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qcache-client-0.3.2.tar.gz (16.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page