HandlerSocket client for Python
Project description
Overview
pyhs (python-handler-socket) is a Python client library for the HandlerSocket MySQL plugin.
Installation
First, install MySQL and HandlerSocket. Some of the client’s functionality depends on latest revisions of the plugin so keep it up to date.
After that, get the distribution:
pip install python-handler-socket
Or get the package from latest source:
pip install hg+http://bitbucket.org/excieve/pyhs#egg=python-handler-socket
Or clone the main repository and install manually:
hg clone http://bitbucket.org/excieve/pyhs cd pyhs python setup.py install
Check your installation like this:
python >>> from pyhs import __version__ >>> print __version__
Usage
Usage cases, details and API reference are available in docs directory inside the package or online on RTD.
Changelog
0.2.4
Fixed infinite loop caused by remotely closed connection.
Fixed incorrect Unicode chars escaping/unescaping in C speedups.
Fixed indexes and caches might not be cleaned on connection errors.
Somewhat refactored error recovery code.
0.2.3
Fixed single result single-column responses. Fixes issue #1 for real now, I hope.
0.2.2
Fixed incorrect behavior with single columns responses.
Changed return value of find_modify calls with return_original=True to a list of rows of (field, value) tuples instead of a flat list of values.
0.2.1
Implemented optimised C versions of encode and decode.
Modified installation script to include optional building of C speedups module.
0.2.0
Added “incr” and “decr” operations support to the find_modify call.
Added increment and decrement methods to the Manager class.
Added original value result for all find_modify operations.
Optimised query string encoding function.
0.1.0
Initial release.
License
See LICENSE file inside the package for full licensing information.
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
File details
Details for the file python-handler-socket-0.2.4.tar.gz
.
File metadata
- Download URL: python-handler-socket-0.2.4.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78b1d520fb6e22bd30187f85e83f15a603d142fe7e4c7cafe657a4ebe6078168 |
|
MD5 | 4c41acfc97a5f17be8bb8b447b796e4b |
|
BLAKE2b-256 | 0d83d0c71d3bb8cb841fa1af0f7d1c8ccfa1300b1a74d07ac47cf9a2c3d499f9 |