Skip to main content

Quick and small memcached client for Python

Project description

pylibmc is a Python client for memcached written in C.

See the documentation at sendapatch.se/projects/pylibmc/ for more information.

https://travis-ci.org/lericson/pylibmc.png?branch=master

New in version 1.6.0

Though no major feature overhauls have taken place, this release is partially incompatible with 1.5.0. This stems from the fact that python-memcached is now using a flag that pylibmc has been using for some years. python-memcached uses it for a different purpose, and an incompatible one. We deemed that it would be better to support this interoperability. The change also means that Unicode strings are now stored as UTF-8 rather than pickled, which may or may not result in a slight performance improvement for this type of data.

We have also introduced a pickle_protocol behavior to enable seamless interoperability between Python 2.x and 3.x. Also, this release introduces a ManyLinux wheel, making installation a breeze on ManyLinux systems (which I suppose is many linuxes.)

New in version 1.5.0

This release fixes critical memory leaks in common code paths introduced in 1.4.2. Also fixes a critical bug in a corner of the zlib inflation code, where prior memory errors would trigger a double free. Thank you to everybody involved in the making of this release, and especially Eau de Web, without their contributions, this release and the bug fixes it contains wouldn’t have been so expedient.

New in version 1.4.0

Brace yourself, Python 3.x support has come!

Thanks to everybody involved in this project; this release involves less authors but a lot more work per person. Thanks especially to Harvey Falcic for the work he put in, without which there wouldn’t be any Python 3.x support. Also thanks to Sergey Pashinin for the initial stab at the problem.

Other than that, we had miscellaneous bug fixes, testing improvements, and documentation updates.

Last but not least I would like to ask for your support in this project, either by helping out with development, testing, documentation or anything at all; or simply by donating some magic internet money to the project’s Bitcoin address 12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h.

License

Released under the BSD 3-clause license; see LICENSE for details.

Maintainer


http://www.smbc-comics.com/comics/20110908.gif

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

pylibmc-1.6.1.tar.gz (64.2 kB view details)

Uploaded Source

Built Distributions

pylibmc-1.6.1-cp37-cp37m-manylinux1_x86_64.whl (651.2 kB view details)

Uploaded CPython 3.7m

pylibmc-1.6.1-cp36-cp36m-manylinux1_x86_64.whl (650.2 kB view details)

Uploaded CPython 3.6m

pylibmc-1.6.1-cp35-cp35m-manylinux1_x86_64.whl (650.0 kB view details)

Uploaded CPython 3.5m

pylibmc-1.6.1-cp27-cp27mu-manylinux1_x86_64.whl (645.6 kB view details)

Uploaded CPython 2.7mu

File details

Details for the file pylibmc-1.6.1.tar.gz.

File metadata

  • Download URL: pylibmc-1.6.1.tar.gz
  • Upload date:
  • Size: 64.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for pylibmc-1.6.1.tar.gz
Algorithm Hash digest
SHA256 8a8dd406487d419d58c6d944efd91e8189b360a0c4d9e8c6ebe3990d646ae7e9
MD5 ac047c889e3a00cd200a819852a54a69
BLAKE2b-256 a70cf7a3af34b05c167a69ed1fc330b06b658dac4ab25b8632c52d1022dd5337

See more details on using hashes here.

File details

Details for the file pylibmc-1.6.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pylibmc-1.6.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 651.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pylibmc-1.6.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e6c0c452336db0868d0de521d48872c2a359b1233b974c6b32c36ce68abc4820
MD5 b9541930b37d12082201d75924ef03da
BLAKE2b-256 113d94ea16dd8a67968032d975bf90607c07dcd99838f5d7c768f0493b8380aa

See more details on using hashes here.

File details

Details for the file pylibmc-1.6.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pylibmc-1.6.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 650.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pylibmc-1.6.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c749b4251c1137837d00542b62992b96cd2aed639877407f66291120dd6de2ff
MD5 a16d2358e4325c2a4211e389b18d129f
BLAKE2b-256 4a099491a1fc6cada43f937924066e05be92c783d87658da435aea7036cb598f

See more details on using hashes here.

File details

Details for the file pylibmc-1.6.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pylibmc-1.6.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 650.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pylibmc-1.6.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6fff384e3c30af029bbac87f88b3fab14ae87b50103d389341d9b3e633349a3f
MD5 214b659f73a64c3e86335a98f4ce7b04
BLAKE2b-256 fb3ab71c4434d7a6e6d0f96d071649ab541aacbd28cf6adc82a88e63834fdd00

See more details on using hashes here.

File details

Details for the file pylibmc-1.6.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: pylibmc-1.6.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 645.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pylibmc-1.6.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 01a7e2e3fa9fcd7a791c7818a80a07e7a381aee988a5d810a1c1e6f7a9a288fd
MD5 c8b4ba910ab00a78441bf887745d2c1a
BLAKE2b-256 faf651d829cace14d77d4130d3d95ff1f0ae356aab961221fa1a6ce68d0c4e29

See more details on using hashes here.

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