05bb847615
- Update to 1.4.1 - Allow Python 3 support [1] - Update COMMENT to match PyPi upstream - Add TESTS option, TEST_DEPENDS and regression-test target - Strip shared library - Patch setup.{py,cfg} to add allow 'test' command to run - Update pkg-descr to match upstream - pkg-descr: Update WWW: URL to match PyPi upstream This update passes QA (test suite) under Python 2.7 and 3.4. Changes: http://sendapatch.se/projects/pylibmc/changelog.html [1] https://github.com/lericson/pylibmc/issues/146
11 lines
455 B
Text
11 lines
455 B
Text
pylibmc is a client in Python for memcached. It is a wrapper around
|
|
TangentOrg's libmemcached library.
|
|
|
|
The interface is intentionally made as close to python-memcached as possible,
|
|
so that applications can drop-in replace it.
|
|
|
|
pylibmc leverages among other things configurable behaviors, data pickling,
|
|
data compression, battle-tested GIL retention, consistent distribution, and
|
|
the binary memcached protocol.
|
|
|
|
WWW: http://sendapatch.se/projects/pylibmc
|