Skip to main content

Quick and small memcached client for Python

Project description

Fork notice

mxamin/pylibmc2 is an independently maintained fork of lericson/pylibmc, created after the original project became inactive from a release and maintenance perspective; it exists to keep compatibility fixes, build updates, and wheels available to users while avoiding PyPI package conflicts, and may be discontinued if upstream maintenance resumes.

pylibmc is a Python client for memcached written in C.

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

https://github.com/mxamin/pylibmc2/actions/workflows/ci.yml/badge.svg

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

pylibmc2-1.6.4.tar.gz (77.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp314-cp314-macosx_15_0_arm64.whl (113.8 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

pylibmc2-1.6.4-cp314-cp314-macosx_10_15_x86_64.whl (34.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp313-cp313-macosx_15_0_arm64.whl (113.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

pylibmc2-1.6.4-cp313-cp313-macosx_10_13_x86_64.whl (34.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp312-cp312-macosx_15_0_arm64.whl (113.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

pylibmc2-1.6.4-cp312-cp312-macosx_10_13_x86_64.whl (34.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp311-cp311-macosx_15_0_arm64.whl (113.7 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

pylibmc2-1.6.4-cp311-cp311-macosx_10_9_x86_64.whl (33.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp310-cp310-macosx_15_0_arm64.whl (113.7 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

pylibmc2-1.6.4-cp310-cp310-macosx_10_9_x86_64.whl (33.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pylibmc2-1.6.4-cp39-cp39-macosx_15_0_arm64.whl (113.7 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

pylibmc2-1.6.4-cp39-cp39-macosx_10_9_x86_64.whl (33.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pylibmc2-1.6.4.tar.gz.

File metadata

  • Download URL: pylibmc2-1.6.4.tar.gz
  • Upload date:
  • Size: 77.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for pylibmc2-1.6.4.tar.gz
Algorithm Hash digest
SHA256 a9cd394c26f92e53c842e016965bc0cab0a97e1a118ef44945ff4674e6038fce
MD5 916b599e6c9da12e8701099323eb4675
BLAKE2b-256 8cba15c4999210f965f862ea9696d779c29f8474d8f219e2b1c60ea4f4cb160a

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a5cd21d1fffd5663312cfb8a8d12e69e11adaa35174ed2d026468bc8ca0c2a5
MD5 812eef91c1cc8983db01d03f011ca3c8
BLAKE2b-256 77efda8edcd0525c8ae58215747270f3bdbc23ed4ef790703c6620ef97c05afd

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15d48b72acad2bf4637e68f112b75ece50d2155d47ba2c15a282e63ed5af1015
MD5 67c58f592a27189e88a31f211c246d2a
BLAKE2b-256 a4ad83376d699f1b5243eb629fec634acb9684da0757379be608ed6ba63f3bb0

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48cc0e061e5d07e4c206d93c57cbc58f2566c72862dd27cfad1095dbd3589a8f
MD5 e8670f49a89070a35edd6906dc49e399
BLAKE2b-256 358c872545d5819bf5a857cbfe9d6800deb9ed7d58e72db558b7932d5dffe2bc

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a0fd56bbaa821bcad770389a173cfa25814330e411b3888a4c0d8d1b1b7b797
MD5 53c1f478e5a9190b12e878d92f86a3d2
BLAKE2b-256 5f3c3f2949940ecb28fd8295c84fb01c5d88cfd4634650cd3c992dc0c488fdbd

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d502d65390c1ca86eaec285d32ee814d5953d782aa98e04d0eef5197e7fb6608
MD5 145e65e1d06ead8ffba5de469b119944
BLAKE2b-256 6bc086e8ee5945037cba0e6bc550f881aa92d86381de7c8c51ef550ff7e4ddd4

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0701a7ca842146a81df745925ef60bd41759c798307dddd12c866dea874e705d
MD5 1c0d9fc78531e9f51dcd748c81affa6d
BLAKE2b-256 0beaa1d28285ec4dea75a7c3f25b73a7e4c8deca5cc667fac8ad8999660ab41f

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d95e8d3c9a2e336a356d39527e2428ba8db913a92d7f93789f02b9c8e581683
MD5 d4d449f02406ab49149cc72705a35525
BLAKE2b-256 a827ba8ed0e17e08b4b2b106bd71478180e346bb35e2075e0ad861fb6e09518c

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ddef08a3e31a00398230264ed2fef74d3dbb5edcbeb0612ee6809c1e7e17b57
MD5 0db22ae056d098a6439e93a3e4fa1e88
BLAKE2b-256 ee80e2a48ce7b52dfb977c6fa4d4d5dcd888b2d2d77834da0268b1464c180c3f

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99613439ef5ce29c2de32a90f75e7a9bde92b3f2679abd91879be5fbcc0ec74a
MD5 bb75567593ccfcb161103aa347f140ab
BLAKE2b-256 847827628b780a9d9a104bed79c76197e4a244b9332f854d9438dcb0ea9d0497

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 391ed6232ec1f4fba4ce04c2df11e4198ed0f9ef9c536ddc352923f8a3bdb49c
MD5 43c7bf99364a0988f7993fd7afaad8b3
BLAKE2b-256 1aea21b264f8e9cfdbc403a64657353e10af4053fd5f912c1f8663d5fec4541d

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 83b7d1d54c9a1b21cc98a3d750028ae764a0b9ae8fd94032dddd6e9c139224f1
MD5 acdf7456bd9fb8ce10b5ac1d295aec3c
BLAKE2b-256 c7086be84e9803abbdf0a25bbccfec585a2018fccfdf80cefad9af467addc97d

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 13a5a62183483f6cc7e36c64abbbf6eb94ae8bf80a99efc6f58f24e389d9490c
MD5 67d8eb9a18d7a762be26a2667b448adb
BLAKE2b-256 97218f7c1536927b63a4578598381fd55deb063502875bee31c2f24100ab74d6

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9623d70c44f0e23a77c8494a8f07370f81955cc9d7440b3bc0cfe497757befa6
MD5 96394a421651806ab3aeadf20ec377d9
BLAKE2b-256 855d1a95b3280afa84ca7e7697c23ffbaee8713a555344dacaff90fe36420f89

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7d210a0f714bdfb5ea357f3922e19bb706707173584f2274fb8a0dd806d8ac4
MD5 94ad96d006967e163a2dba0d2436dd2e
BLAKE2b-256 f410bbc11f7893d54b059d1c18282e224f6342d3b3131d5d9436afa046d69f04

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52ae14220bf213d7131f0b1d325f1717a2367cfb662928f310766274339d3cd1
MD5 764e80d8fc7234545aa58b3da03dbee9
BLAKE2b-256 69932fa015aca91e9fc9d887baa92c6ed15642663db93a7cfcb67cc5c3784380

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2368ac31aca9dc92ce4ce0950e9d5a5ca63e9d119867340d1befd2d29aec304a
MD5 7c3a55c06fc4c932facd446a39cab22f
BLAKE2b-256 2c74f8185c21ddf27d4a3280559081138d82f1e4a0b8d33b030a22792b66646c

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b4ff1d9d77f7abe5443a407bc67ca13be68682af12441ca720b7b931e39da72e
MD5 cff40e70733cc033a1542e4a40fcbf45
BLAKE2b-256 8d9c873bf2233d32896ae0f2af7a891ac1883af21f0fdf5b93b5762729270acf

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 46f2cd97fe63c83004709c29731682f755aca7554fdbbfe28cbd6456875a97be
MD5 8aec7e63116acd77906e68719bb29399
BLAKE2b-256 3de6835abb9f775412f7f12431f6fc92d7da9d4b57752a4a790fe649844b7703

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3019e45c7fec08eb8b7f74ddf71a205fc8dce9bf27787a908e4ee38812516937
MD5 e619f89030743498e68fa7f53d05bc56
BLAKE2b-256 e2c652ee32f3d7664e36cab31eea511bdb19f3a7b6dd7ed6bdbcdb1dbe95480f

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f09e54560f23864cc272321be68f5ca39b377c63fe3a5c93adf746a5fd9a679
MD5 cbae9f1ff70862715e8b69b996c0fa11
BLAKE2b-256 550d763b624a8dc1d126353c5d90aa2a4991ed19c84ea5e7e19837587e27a712

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5da8d172a4e63dda97bde3fef2f69d1b076d22ab17aa1b6c9a115409aec3d496
MD5 dd5761ede0d65b4704e6948f7e9abf80
BLAKE2b-256 356291cd823929ca87bc5bf2e82a4cda5cd6288c9b99f9be84e3b0bc8772b069

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0521c6943ebb044c22a1e5820b008c47a82b55fc4af3dcc4bbcd097b33b4600
MD5 290719cdb2695f341475df1e0fc27768
BLAKE2b-256 a0bf7c4c4c29244318e7307aedac5650a1b75e4f3e893a8f21b485a19b6eb944

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 622cf6b42f21e9ad826aca3fee983b23ddb0f73a6616ee69ba599fc0811b8276
MD5 24f5d0afad82c0b7e18c807d212240ef
BLAKE2b-256 d88a8d761ec3a4f7269751471044c3f0788eedc845e32320300424cee011a0d2

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fffb631c5c94d34b562f2cff7e42af2236c1861f96d3e0d5525aa2b4eb47187e
MD5 4b9bf8d53eae5069436eb8875bc55017
BLAKE2b-256 dabceb7247094d7668639e7e2fa1410262ab44d67858687e838b91833d1b71b6

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8adcf0996bb6571837388d0f49747e2992cb2a6b7a0f4bf5c7393b1169d443db
MD5 2992e85065f833e5b24dc2966198becd
BLAKE2b-256 c5abd93a70609b932685e9b61451ca753d3f54652037c14bbe9fa20d9f8771c6

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6a80b84675b8f81b16e31710d00de81744ae38f8dd3c4e80e9fba0c36d1a650
MD5 2c9391bb27a22b82bffff3dd427c1056
BLAKE2b-256 72f27ce9e0855e02fcaecdb81cd70b1cc29fc65707569208b06890ffb3ed1867

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea9c6d7b2fd320ba2e0d9d68fb0593e1cdb69b46c90770069a44d6c0ea40d670
MD5 7b507d8d536dd702adc3dd0c6575ef7f
BLAKE2b-256 e8872c7cc57f866f923ba43a76c2b0809822b55db42d5e145de8328811835905

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e7faaa83e12ad40412af4b3e44f276ede66e4d8b95938cd0ba9d69b31b323c1
MD5 85118059cf7390bc51ce5ea697f753ee
BLAKE2b-256 7ff8b64d938b84f335b5fe032a60a9ed62f34ffc3fa85e1af95c2c59aed2d1c7

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 b5a62e2c819581c1498fcce6e46a2bc53b0b73353a5fa2ce2de28209e5926af3
MD5 6d84ef7a1f4f74ec90d362c117edfab0
BLAKE2b-256 efd62a69c453e429801d68a91668cc294c065e9db14d0c4c52447f561509deb1

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 663be94da7f36dc7580939ba7236e51b8de8006f1e700ece782fe1d67f19bfcf
MD5 1611efc2cdc8c11169b4e0c5ea9cf669
BLAKE2b-256 5e524780edee4fd8707451158ad0b922e326493e04c8b6aa37a08a293b4c0f0f

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08a1637d35eca204f68792f28c6e61fc04697bce978bf70919878f4406cf4710
MD5 5c96818297187e0075c0faf30dd93248
BLAKE2b-256 8987c61d872dbead8e30678356f4072890daf45cb0ba14be99d0953dc6ffe3ba

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72b1d3c5b59f34ad22d257edce70d0e65b56fc20b04b2eb5c528dc8fa41ec0e3
MD5 21be64f9db893cf7434a5ff9c124c798
BLAKE2b-256 79ded6a1261531f9f2a0ef9c9ffcab1fbc9dcc1fb4465c7c1051ba02c493ac0f

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33233cc61eaf0909384cf7b20405f88abff5a2e46e264ea6ceb98cdf8e5d2ae2
MD5 b223023785f8f5542082a0ad597eb974
BLAKE2b-256 2e7484325745ffa4209c8588de7c26ecd7e870acf3b3780acdb9e8f6c3974f7a

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17475fe6541bd45eedd72751717ade2fcc4be5d5303a2d76bee9f9fa662a1fc5
MD5 09c51163bf6d58aa0b243148b32b534c
BLAKE2b-256 25e5ed69ebffaad8868bc3ff8fac1da1fb9d521aa848d7bda7123ffc416f1795

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a1907fb8380cfff71f8e3edafaaacfb189d832243320bf5a0d3c3580877d5e6f
MD5 2dc73a5c794e307b57b1aee9702e460f
BLAKE2b-256 cc48152d334d2c45b5bb9e0cc61c25b0c5fe231ea06b4a87f3af06d453a2a03e

See more details on using hashes here.

File details

Details for the file pylibmc2-1.6.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pylibmc2-1.6.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37284da6765815b41f36ae18a8691b3f62eb3712d733f15e0de0da2df7290ed2
MD5 af7330885a5510f7452764219854879a
BLAKE2b-256 78214e1a2bc9832ad7fabd4700128c4d7a2c1c9c68cb720552c75d7c26d1c899

See more details on using hashes here.

Supported by

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