python-handler-socket

HandlerSocket client for Python
Download

python-handler-socket Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Artem Gluvchynsky
  • Publisher web site:
  • http://bitbucket.org/excieve/

python-handler-socket Tags


python-handler-socket Description

HandlerSocket client for Python pyhs (python-handler-socket) is a Python client library for the HandlerSocket MySQL plugin.InstallationFirst, 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-socketOr get the package from latest source:pip install hg+http://bitbucket.org/excieve/pyhs#egg=python-handler-socketOr clone the main repository and install manually:hg clone http://bitbucket.org/excieve/pyhscd pyhspython setup.py installCheck your installation like this:python>>> from pyhs import __version__>>> print __version__UsageUsage cases, details and API reference are available in docs directory inside the package or online on RTD. Requirements: · Python What's New in This Release: · Implemented optimised C versions of encode and decode. · Modified installation script to include optional building of C speedups module.


python-handler-socket Related Software