pylibmc


Namepylibmc JSON
Version 1.6.3 PyPI version JSON
download
home_pagehttps://sendapatch.se/projects/pylibmc/
SummaryQuick and small memcached client for Python
upload_time2022-08-30 07:33:38
maintainer
docs_urlNone
authorLudvig Ericson
requires_python>=3.6
license3-clause BSD <https://opensource.org/licenses/bsd-license.php>
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `pylibmc` is a Python client for `memcached <http://memcached.org/>`_ written in C.

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

__ http://sendapatch.se/projects/pylibmc/

.. image:: https://github.com/lericson/pylibmc/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/lericson/pylibmc/actions/workflows/ci.yml

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.

__ http://www.eaudeweb.ro/

.. comment: 1.5.x should have been an extension to 1.4.x, therefore it's best
   to keep the 1.4.x release announcement below.

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`__.

__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg
__ bitcoin:12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h

License
=======

Released under the BSD 3-clause license; see `LICENSE <LICENSE>`_ for details.

Maintainer
==========

- Website: `sendapatch.se/ <http://sendapatch.se/>`_
- Github: `github.com/lericson <http://github.com/lericson>`_
- IRC: ``lericson`` in ``#sendapatch`` on ``chat.freenode.net``
- E-mail: ``ludvig`` at ``sendapatch.se``

------

.. image:: http://www.smbc-comics.com/comics/20110908.gif
   :target: http://www.smbc-comics.com/index.php?db=comics&id=2362
   :align: center

            

Raw data

            {
    "_id": null,
    "home_page": "https://sendapatch.se/projects/pylibmc/",
    "name": "pylibmc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ludvig Ericson",
    "author_email": "ludvig@lericson.se",
    "download_url": "https://files.pythonhosted.org/packages/ad/eb/8767d00eef0d4012e63a1b76025da5dbf307888246b2b50476841416c12b/pylibmc-1.6.3.tar.gz",
    "platform": null,
    "description": "`pylibmc` is a Python client for `memcached <http://memcached.org/>`_ written in C.\n\nSee `the documentation at sendapatch.se/projects/pylibmc/`__ for more information.\n\n__ http://sendapatch.se/projects/pylibmc/\n\n.. image:: https://github.com/lericson/pylibmc/actions/workflows/ci.yml/badge.svg\n   :target: https://github.com/lericson/pylibmc/actions/workflows/ci.yml\n\nNew in version 1.6.0\n====================\n\nThough no major feature overhauls have taken place, this release is partially\nincompatible with 1.5.0. This stems from the fact that python-memcached is now\nusing a flag that pylibmc has been using for some years. python-memcached uses\nit for a different purpose, and an incompatible one. We deemed that it would be\nbetter to support this interoperability. The change also means that Unicode\nstrings are now stored as UTF-8 rather than pickled, which may or may not\nresult in a slight performance improvement for this type of data.\n\nWe have also introduced a `pickle_protocol` behavior to enable seamless\ninteroperability between Python 2.x and 3.x. Also, this release introduces a\nManyLinux wheel, making installation a breeze on ManyLinux systems (which I\nsuppose is many linuxes.)\n\nNew in version 1.5.0\n====================\n\nThis release fixes critical memory leaks in common code paths introduced in\n1.4.2. Also fixes a critical bug in a corner of the zlib inflation code, where\nprior memory errors would trigger a double free. Thank you to everybody\ninvolved in the making of this release, and especially `Eau de Web`__, without\ntheir contributions, this release and the bug fixes it contains wouldn't have\nbeen so expedient.\n\n__ http://www.eaudeweb.ro/\n\n.. comment: 1.5.x should have been an extension to 1.4.x, therefore it's best\n   to keep the 1.4.x release announcement below.\n\nNew in version 1.4.0\n====================\n\nBrace yourself, Python 3.x support has come!\n\nThanks to everybody involved in this project; this release involves less\nauthors but **a lot** more work per person. Thanks especially to Harvey Falcic\nfor the work he put in, without which there wouldn't be any Python 3.x support.\nAlso thanks to Sergey Pashinin for the initial stab at the problem.\n\nOther than that, we had miscellaneous bug fixes, testing improvements, and\ndocumentation updates.\n\nLast but not least I would like to ask for your support in this project, either\nby helping out with development, testing, documentation or anything at all; or\nsimply by donating some `magic internet money`__ to the project's Bitcoin\naddress `12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h`__.\n\n__ http://static.adzerk.net/Advertisers/5af77cf0094d4303bb308b955dd05992.jpg\n__ bitcoin:12dveKhqiJWCY8zXT4kaHdHELXPeGAUo9h\n\nLicense\n=======\n\nReleased under the BSD 3-clause license; see `LICENSE <LICENSE>`_ for details.\n\nMaintainer\n==========\n\n- Website: `sendapatch.se/ <http://sendapatch.se/>`_\n- Github: `github.com/lericson <http://github.com/lericson>`_\n- IRC: ``lericson`` in ``#sendapatch`` on ``chat.freenode.net``\n- E-mail: ``ludvig`` at ``sendapatch.se``\n\n------\n\n.. image:: http://www.smbc-comics.com/comics/20110908.gif\n   :target: http://www.smbc-comics.com/index.php?db=comics&id=2362\n   :align: center\n",
    "bugtrack_url": null,
    "license": "3-clause BSD <https://opensource.org/licenses/bsd-license.php>",
    "summary": "Quick and small memcached client for Python",
    "version": "1.6.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0a9b14a13ec2c0db5686c059f2df7de3",
                "sha256": "a7baf4b78720f8b72839b3642b374754cb77cf57dab465a70ed1764d943e19d5"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a9b14a13ec2c0db5686c059f2df7de3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 206661,
            "upload_time": "2022-08-30T07:32:59",
            "upload_time_iso_8601": "2022-08-30T07:32:59.972789Z",
            "url": "https://files.pythonhosted.org/packages/e8/81/be8a1ebe285624bce6d99344a8352f3464c953df0a3318563f640645fe91/pylibmc-1.6.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fce14efb901d4f6eb6f53b5ec61bc242",
                "sha256": "dd98054a571bd450200a61a12b9ada3424678d17a25456bbf9a6100470401e52"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fce14efb901d4f6eb6f53b5ec61bc242",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 205918,
            "upload_time": "2022-08-30T07:33:01",
            "upload_time_iso_8601": "2022-08-30T07:33:01.926665Z",
            "url": "https://files.pythonhosted.org/packages/30/bb/abb098e96171582b15cef0cc937c998491c4992421c6a51ad9e7684332f8/pylibmc-1.6.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3712a38ceafc7d063460e65a577f19a0",
                "sha256": "e847cdc78d82964236599ff5b312bc97fde3d10f4b93c9ee17dc33b7cf3c032a"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3712a38ceafc7d063460e65a577f19a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1175032,
            "upload_time": "2022-08-30T07:33:03",
            "upload_time_iso_8601": "2022-08-30T07:33:03.907373Z",
            "url": "https://files.pythonhosted.org/packages/70/ee/89801506426dc260009b2c610b7b4a07dfbe02e6acb25ae4c245769c438d/pylibmc-1.6.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2484b1cee7da9c716ae83f8636fe755a",
                "sha256": "4f46b5aa0364bca5e02000f5d62eb408d834a20722ffaf7dae20f75e7d009e6c"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2484b1cee7da9c716ae83f8636fe755a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 1224178,
            "upload_time": "2022-08-30T07:33:05",
            "upload_time_iso_8601": "2022-08-30T07:33:05.900369Z",
            "url": "https://files.pythonhosted.org/packages/f9/68/3442b0a78c203428aad9a2c50bf06d51cbde1d225e2a98cdf59a2f1067a7/pylibmc-1.6.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "4a5171935eed82e27de02c4e1ba55206",
                "sha256": "3c35816082848723455071670770d89b5a531d40e9063fe4e942ea456f86da49"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a5171935eed82e27de02c4e1ba55206",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 206686,
            "upload_time": "2022-08-30T07:33:08",
            "upload_time_iso_8601": "2022-08-30T07:33:08.877116Z",
            "url": "https://files.pythonhosted.org/packages/20/55/c6c66d6c54e185463514a2d45c60115ee39193a6466bcd89d6bdc543e68b/pylibmc-1.6.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "40e31eec0b82d5f321106216d061b65f",
                "sha256": "9d2ff6d702eb5ae502e29d97772dc85c749d596c6cb8c82a5d18f175fd4eabcc"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "40e31eec0b82d5f321106216d061b65f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 205913,
            "upload_time": "2022-08-30T07:33:10",
            "upload_time_iso_8601": "2022-08-30T07:33:10.160958Z",
            "url": "https://files.pythonhosted.org/packages/d1/74/91958c0cfbab6dd40a770ef1fa283f63fb3efc78f3d69a0f2ebd9a343ab6/pylibmc-1.6.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e2a926fcffa8845a646aa62b9799484c",
                "sha256": "e589b7e70dec4daf0da1216789713c753d85611d70cfcd32574161cc75b1527e"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e2a926fcffa8845a646aa62b9799484c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1177563,
            "upload_time": "2022-08-30T07:33:12",
            "upload_time_iso_8601": "2022-08-30T07:33:12.469358Z",
            "url": "https://files.pythonhosted.org/packages/03/81/12de24d610512264318f180209a63131b9b9e7eb033b93baf7b9c613f51b/pylibmc-1.6.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3e037233717b2fc3887daa9892244c97",
                "sha256": "7b93e381dec1520a3fec922765e04679ac553d2f3fda830a5faa7cdc527280a2"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e037233717b2fc3887daa9892244c97",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 1226742,
            "upload_time": "2022-08-30T07:33:14",
            "upload_time_iso_8601": "2022-08-30T07:33:14.123692Z",
            "url": "https://files.pythonhosted.org/packages/35/00/dc4d8c01b13a81e25f779271ed0d88f800f111d71ac3b010f6f8b4dc1b50/pylibmc-1.6.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d7f198ca92d4e863dceae79cb087f6ee",
                "sha256": "f2574f390a2ec89b52a84bccca3ae57c21a4bb4d0e72df210d0d66783eee7f98"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d7f198ca92d4e863dceae79cb087f6ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 206388,
            "upload_time": "2022-08-30T07:33:16",
            "upload_time_iso_8601": "2022-08-30T07:33:16.691252Z",
            "url": "https://files.pythonhosted.org/packages/67/0c/5e57d1ef358e142722e81b628d841beef35c148c43bc444ae08f988aa4e9/pylibmc-1.6.3-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "836be12a167a602f1d2b2a255be3d75a",
                "sha256": "db8c0f0467182a2a3e8d625b5c60c296f971dd2ee179e865b0262bd44528d676"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "836be12a167a602f1d2b2a255be3d75a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1170325,
            "upload_time": "2022-08-30T07:33:18",
            "upload_time_iso_8601": "2022-08-30T07:33:18.305849Z",
            "url": "https://files.pythonhosted.org/packages/53/0d/2ef85e19198694b4429a6d71af72617908aa602edd3f228b1e0c8b91e478/pylibmc-1.6.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a41cdd0aec446e5dcbfd091921646afb",
                "sha256": "b34c1e4021b9a395950be19ea9d98f02bea0e3a88be26dbaa7e8ac4416e1232b"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a41cdd0aec446e5dcbfd091921646afb",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=3.6",
            "size": 1220123,
            "upload_time": "2022-08-30T07:33:19",
            "upload_time_iso_8601": "2022-08-30T07:33:19.776665Z",
            "url": "https://files.pythonhosted.org/packages/9a/5d/4f7e0325144abd071dfe1a2e528d8a5c944a67843e98e1eb50e595431c0c/pylibmc-1.6.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "deb016fb39c03823886ec5072395e227",
                "sha256": "a6cce1d7705952eb30a3aca9ea3f054040cbee53c668d4e1e29144110da113bc"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "deb016fb39c03823886ec5072395e227",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 206371,
            "upload_time": "2022-08-30T07:33:20",
            "upload_time_iso_8601": "2022-08-30T07:33:20.959422Z",
            "url": "https://files.pythonhosted.org/packages/1d/59/f001ccb0fcb7a326c64a2b9f6b0fca2103ebd5e4db9efa2459f97710bcf6/pylibmc-1.6.3-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c800282868e881a55a776dd021778bd4",
                "sha256": "c6c4bdd8790aede67a464a32df842cacb562f77b0415a8c7823421f5c07524c6"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c800282868e881a55a776dd021778bd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1171289,
            "upload_time": "2022-08-30T07:33:22",
            "upload_time_iso_8601": "2022-08-30T07:33:22.600894Z",
            "url": "https://files.pythonhosted.org/packages/07/8b/2c7769428ca568f99e15ca3abe47d1beac82a44b8c26fd934fdc7b791598/pylibmc-1.6.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2fc1926424e2b0d9faade57cfb466d31",
                "sha256": "218125aca214d62e6f69e4f8022bd795fbcb3643ad783f5f5ff33c23a1731c73"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2fc1926424e2b0d9faade57cfb466d31",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.6",
            "size": 1221024,
            "upload_time": "2022-08-30T07:33:24",
            "upload_time_iso_8601": "2022-08-30T07:33:24.373042Z",
            "url": "https://files.pythonhosted.org/packages/60/18/f45f4955c872e2c3da4fa306e0d36f62c2bd827975b1f7195da12d027623/pylibmc-1.6.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "992872cce689170a9905e1864669e03a",
                "sha256": "f536d73632007358796654ab088d65c55a1a4368a85cfd7c956d2100e2cd8d89"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "992872cce689170a9905e1864669e03a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 206661,
            "upload_time": "2022-08-30T07:33:25",
            "upload_time_iso_8601": "2022-08-30T07:33:25.710573Z",
            "url": "https://files.pythonhosted.org/packages/3a/da/20566739488a8ca14946a2e7bbde7f8380e6caf1cbba759a1cc7e9d61406/pylibmc-1.6.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "97eab7323388f535b22151b13ece6108",
                "sha256": "f2aeff000de7d918806876dfa4880d21b72089f9809ad0b8e7dff26501367ec6"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "97eab7323388f535b22151b13ece6108",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 205918,
            "upload_time": "2022-08-30T07:33:26",
            "upload_time_iso_8601": "2022-08-30T07:33:26.893205Z",
            "url": "https://files.pythonhosted.org/packages/9e/14/bf690d616e49886d45b84ba49aa9558b41c095294f56593e29b04c1814a2/pylibmc-1.6.3-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6ee2ace3442cdad7c0bb57ef7fac0fdd",
                "sha256": "e9ef3dc70ee2dfd0981bdf3a383a044bc591de7e445296a64a24f10a560e8b4f"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6ee2ace3442cdad7c0bb57ef7fac0fdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1176627,
            "upload_time": "2022-08-30T07:33:28",
            "upload_time_iso_8601": "2022-08-30T07:33:28.494851Z",
            "url": "https://files.pythonhosted.org/packages/63/84/16756b499e46ef5956b34a3860cb2da1872ed48810b0a81283ea291ef525/pylibmc-1.6.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "92e29f0a50e738c54c8c7f820250602c",
                "sha256": "b649eb7fdd774290b2da73334456eb01e0d66e3d3685acd88ae6bf456a227dc6"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "92e29f0a50e738c54c8c7f820250602c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 1225673,
            "upload_time": "2022-08-30T07:33:29",
            "upload_time_iso_8601": "2022-08-30T07:33:29.923123Z",
            "url": "https://files.pythonhosted.org/packages/38/11/d2ce719c869a87b59555ed983d7d776612c22ffa825aad525a6dd461737f/pylibmc-1.6.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3c1f5c562c421ba99e1f33ae583fbced",
                "sha256": "5251df82535411d8dc08c01141b8e6e61004f0a3ee50db3aa48ffa00e928cebb"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c1f5c562c421ba99e1f33ae583fbced",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 206654,
            "upload_time": "2022-08-30T07:33:31",
            "upload_time_iso_8601": "2022-08-30T07:33:31.174475Z",
            "url": "https://files.pythonhosted.org/packages/da/d6/4511f950554ecd8e1fe69d0409a0b3f46acc11acd9c31ca0288f1ec5cc47/pylibmc-1.6.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "a58b904af8f1ce199e8b24294e8eafba",
                "sha256": "cd61f1ff46aa1ca6b0b3dac17a727cd29ac019e85db868c5523c491eef4459d7"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a58b904af8f1ce199e8b24294e8eafba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 205918,
            "upload_time": "2022-08-30T07:33:32",
            "upload_time_iso_8601": "2022-08-30T07:33:32.490717Z",
            "url": "https://files.pythonhosted.org/packages/2c/43/26c26e9fa6d5c9c41831fe58a97d0147e895b6171fd413067355cd87e681/pylibmc-1.6.3-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "662a62ee3d04672c2e6694ed4e1f34c8",
                "sha256": "7660c561e5415f4be01ff4791c1b035359c1d76fed012e18eee907c2d3249deb"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "662a62ee3d04672c2e6694ed4e1f34c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1174639,
            "upload_time": "2022-08-30T07:33:34",
            "upload_time_iso_8601": "2022-08-30T07:33:34.605828Z",
            "url": "https://files.pythonhosted.org/packages/3a/74/d01e9fddf5dc84b98a43f17b6c203291bd46e6f60c761d7560136ba8fbba/pylibmc-1.6.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "017702a0ab3affad8d1b19e1b07fd478",
                "sha256": "9f4516a14b2beff6062d1d240c00098227ca5478c00afba7e8b329415b0d4d67"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "017702a0ab3affad8d1b19e1b07fd478",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 1223809,
            "upload_time": "2022-08-30T07:33:36",
            "upload_time_iso_8601": "2022-08-30T07:33:36.371919Z",
            "url": "https://files.pythonhosted.org/packages/8a/ac/9a733fa5171a5ceda5a7f32cc6d2bcc1f3dde2a25f4b6f8a6e5e4eb52721/pylibmc-1.6.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "61403937af9bf00cc575aad9ea1e0193",
                "sha256": "eefa46115537abad65fbe2e032acd1b3463d9bf9e335af4b0916df4e4d3206e0"
            },
            "downloads": -1,
            "filename": "pylibmc-1.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "61403937af9bf00cc575aad9ea1e0193",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 63224,
            "upload_time": "2022-08-30T07:33:38",
            "upload_time_iso_8601": "2022-08-30T07:33:38.884269Z",
            "url": "https://files.pythonhosted.org/packages/ad/eb/8767d00eef0d4012e63a1b76025da5dbf307888246b2b50476841416c12b/pylibmc-1.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-08-30 07:33:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pylibmc"
}
        
Elapsed time: 0.02177s