pyzstd


Namepyzstd JSON
Version 0.16.1 PyPI version JSON
download
home_pagehttps://github.com/Rogdham/pyzstd
SummaryPython bindings to Zstandard (zstd) compression library.
upload_time2024-08-04 10:16:05
maintainerRogdham
docs_urlNone
authorMa Lin
requires_python>=3.5
licenseBSD-3-Clause
keywords zstandard zstd zst compress decompress tar file seekable format
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center" size="15px">

# pyzstd

Python bindings to Zstandard (zstd) compression library

[![GitHub build status](https://img.shields.io/github/actions/workflow/status/rogdham/pyzstd/build.yml?branch=master)](https://github.com/rogdham/pyzstd/actions?query=branch:master)
[![Release on PyPI](https://img.shields.io/pypi/v/pyzstd)](https://pypi.org/project/pyzstd/)
[![BSD-3-Clause License](https://img.shields.io/pypi/l/pyzstd)](https://github.com/Rogdham/pyzstd/blob/master/LICENSE.txt)

---

[📖 Documentation](https://pyzstd.readthedocs.io/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[📃 Changelog](./CHANGELOG.md)

</div>

---

Pyzstd module provides classes and functions for compressing and decompressing data, using Facebook's [Zstandard](http://www.zstd.net) (or zstd as short name) algorithm.

The API style is similar to Python's bz2/lzma/zlib modules.

- Includes zstd v1.5.6 source code
- Can also dynamically link to zstd library provided by system, see [this note](https://pyzstd.readthedocs.io/#build-pyzstd).
- Has a CFFI implementation that can work with PyPy
- Support sub-interpreter on CPython 3.12+
- `ZstdFile` class has C language level performance
- Supports [Zstandard Seekable Format](https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md)
- Has a command line interface: `python -m pyzstd --help`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rogdham/pyzstd",
    "name": "pyzstd",
    "maintainer": "Rogdham",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "contact@rogdham.net",
    "keywords": "zstandard zstd zst compress decompress tar file seekable format",
    "author": "Ma Lin",
    "author_email": "malincns@163.com",
    "download_url": "https://files.pythonhosted.org/packages/3e/f5/ad944b3fd65ea8f1bbb05459da73489eb331261ed0a3999a18c10429b52e/pyzstd-0.16.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\" size=\"15px\">\n\n# pyzstd\n\nPython bindings to Zstandard (zstd) compression library\n\n[![GitHub build status](https://img.shields.io/github/actions/workflow/status/rogdham/pyzstd/build.yml?branch=master)](https://github.com/rogdham/pyzstd/actions?query=branch:master)\n[![Release on PyPI](https://img.shields.io/pypi/v/pyzstd)](https://pypi.org/project/pyzstd/)\n[![BSD-3-Clause License](https://img.shields.io/pypi/l/pyzstd)](https://github.com/Rogdham/pyzstd/blob/master/LICENSE.txt)\n\n---\n\n[\ud83d\udcd6 Documentation](https://pyzstd.readthedocs.io/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[\ud83d\udcc3 Changelog](./CHANGELOG.md)\n\n</div>\n\n---\n\nPyzstd module provides classes and functions for compressing and decompressing data, using Facebook's [Zstandard](http://www.zstd.net) (or zstd as short name) algorithm.\n\nThe API style is similar to Python's bz2/lzma/zlib modules.\n\n- Includes zstd v1.5.6 source code\n- Can also dynamically link to zstd library provided by system, see [this note](https://pyzstd.readthedocs.io/#build-pyzstd).\n- Has a CFFI implementation that can work with PyPy\n- Support sub-interpreter on CPython 3.12+\n- `ZstdFile` class has C language level performance\n- Supports [Zstandard Seekable Format](https://github.com/facebook/zstd/blob/dev/contrib/seekable_format/zstd_seekable_compression_format.md)\n- Has a command line interface: `python -m pyzstd --help`\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python bindings to Zstandard (zstd) compression library.",
    "version": "0.16.1",
    "project_urls": {
        "Homepage": "https://github.com/Rogdham/pyzstd"
    },
    "split_keywords": [
        "zstandard",
        "zstd",
        "zst",
        "compress",
        "decompress",
        "tar",
        "file",
        "seekable",
        "format"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1f96428560d9be40f5d9c608508558688d5395c942da54087dfcd0308fc8d78",
                "md5": "949dde4c2b86ad62b5384d9228808d46",
                "sha256": "0cff110d121598f9eb638ce15393fece65bb5fac9a9d38c60fc5cb1ac8631465"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "949dde4c2b86ad62b5384d9228808d46",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 372187,
            "upload_time": "2024-08-04T10:14:02",
            "upload_time_iso_8601": "2024-08-04T10:14:02.458062Z",
            "url": "https://files.pythonhosted.org/packages/b1/f9/6428560d9be40f5d9c608508558688d5395c942da54087dfcd0308fc8d78/pyzstd-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66754d8b6db87c9a47272f096e00bcc670b2aa1475abf5043082be1614fbc9e3",
                "md5": "92961c4f7fd610b6a2b0f051f4a6676b",
                "sha256": "acbf3d01f79be0bd284ab316e33d6a3fceab478a932ce93de7275d7d9547b9be"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "92961c4f7fd610b6a2b0f051f4a6676b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 295081,
            "upload_time": "2024-08-04T10:14:04",
            "upload_time_iso_8601": "2024-08-04T10:14:04.382300Z",
            "url": "https://files.pythonhosted.org/packages/66/75/4d8b6db87c9a47272f096e00bcc670b2aa1475abf5043082be1614fbc9e3/pyzstd-0.16.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39cc42368724285140502076e219a79b59c53c1634e5da696a290961153a40a5",
                "md5": "cfaf32e73822c2ff78aa4e2a8eaa37b4",
                "sha256": "eb1d26304c41cc07a87b1b85f4bf61a0f853368e0c00bb700dc7245971dedd53"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cfaf32e73822c2ff78aa4e2a8eaa37b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 390262,
            "upload_time": "2024-08-04T10:14:06",
            "upload_time_iso_8601": "2024-08-04T10:14:06.192281Z",
            "url": "https://files.pythonhosted.org/packages/39/cc/42368724285140502076e219a79b59c53c1634e5da696a290961153a40a5/pyzstd-0.16.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81746b283b97c57a23317d3144000d876009aacc8c14502f0c985b01406d7dc1",
                "md5": "c785bfa5a145e1bd53f7bfa2765356b6",
                "sha256": "8c7507175f8d3f48358e28001a19242d3d4df819b6cd4cbc4f0fbe6f9dee9427"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c785bfa5a145e1bd53f7bfa2765356b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 472140,
            "upload_time": "2024-08-04T10:14:07",
            "upload_time_iso_8601": "2024-08-04T10:14:07.259032Z",
            "url": "https://files.pythonhosted.org/packages/81/74/6b283b97c57a23317d3144000d876009aacc8c14502f0c985b01406d7dc1/pyzstd-0.16.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3e69d5e87184dc522d4fe6ccf390526ca0000210edc9819ec46c10b322d51d6",
                "md5": "6cd6f6a7b705fd4ab70b05e774e69b9b",
                "sha256": "cd62933e3a11f7dd6c892fa38c67e7ba45de17cae08f1355bf07b31e631a36f3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6cd6f6a7b705fd4ab70b05e774e69b9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 415356,
            "upload_time": "2024-08-04T10:14:09",
            "upload_time_iso_8601": "2024-08-04T10:14:09.016498Z",
            "url": "https://files.pythonhosted.org/packages/b3/e6/9d5e87184dc522d4fe6ccf390526ca0000210edc9819ec46c10b322d51d6/pyzstd-0.16.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b1733d336971c1aa28a41f8196517d613ee16101e30ee7609f643302a3010cd",
                "md5": "d27db81a91f083fed23575b274acb460",
                "sha256": "f4725fb00bf06bd674f73f37cb168dd73ca67e68287207fece340e7425f0754d"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d27db81a91f083fed23575b274acb460",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 413778,
            "upload_time": "2024-08-04T10:14:10",
            "upload_time_iso_8601": "2024-08-04T10:14:10.236220Z",
            "url": "https://files.pythonhosted.org/packages/0b/17/33d336971c1aa28a41f8196517d613ee16101e30ee7609f643302a3010cd/pyzstd-0.16.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f22d0035bcf8b82f42ab88c401c653d050312b1c8ec212d8c5f8cc41127c405",
                "md5": "4d2ff819b917f87effd7eec5bafb9b83",
                "sha256": "9865ffbff114ad4411c9794deb1cbe57a03902f82a2671c23929a2628fd70bbc"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4d2ff819b917f87effd7eec5bafb9b83",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 412725,
            "upload_time": "2024-08-04T10:14:11",
            "upload_time_iso_8601": "2024-08-04T10:14:11.717429Z",
            "url": "https://files.pythonhosted.org/packages/0f/22/d0035bcf8b82f42ab88c401c653d050312b1c8ec212d8c5f8cc41127c405/pyzstd-0.16.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4dc60280702bc2e87f7735dcc54e590ebb4384ffb1d3f63e0364cf271d92bc2",
                "md5": "2bff76008c987daf6ca09f55e3a2a882",
                "sha256": "65fc3e12ad4d3ddc1f408e31ad2b70e110bbb7f835e4737f0f7b99ed1ff110cd"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2bff76008c987daf6ca09f55e3a2a882",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 405080,
            "upload_time": "2024-08-04T10:14:13",
            "upload_time_iso_8601": "2024-08-04T10:14:13.192930Z",
            "url": "https://files.pythonhosted.org/packages/d4/dc/60280702bc2e87f7735dcc54e590ebb4384ffb1d3f63e0364cf271d92bc2/pyzstd-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e4a7d17078d2ff1f4025ac897ef79f7f900f0b6727f21a46cbb94aea1a9e3e9",
                "md5": "cf906c778d494b4a950df06f40e0aa87",
                "sha256": "397ca9ea892fece84fbbc5847ce46d16ee03501de3bbc6fb1f9b69bb14fe47a3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cf906c778d494b4a950df06f40e0aa87",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 418098,
            "upload_time": "2024-08-04T10:14:14",
            "upload_time_iso_8601": "2024-08-04T10:14:14.907636Z",
            "url": "https://files.pythonhosted.org/packages/5e/4a/7d17078d2ff1f4025ac897ef79f7f900f0b6727f21a46cbb94aea1a9e3e9/pyzstd-0.16.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc96ecc300ba3d6d90930c41b8a0baf655b872f214a69ec2c0101c0e496a2b2b",
                "md5": "382b318cb5d60be850596a190fdc58da",
                "sha256": "83e770056823f8add3be33599219aa962c36f60eff24fa815579bc65bb053499"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "382b318cb5d60be850596a190fdc58da",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 485674,
            "upload_time": "2024-08-04T10:14:16",
            "upload_time_iso_8601": "2024-08-04T10:14:16.297104Z",
            "url": "https://files.pythonhosted.org/packages/bc/96/ecc300ba3d6d90930c41b8a0baf655b872f214a69ec2c0101c0e496a2b2b/pyzstd-0.16.1-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8362ec883de85d2cfbd0f41347007c2d870bf1bdcd9d1fc5084939932ef9dd53",
                "md5": "25bb1930cd5a591ff5713eddd347ae84",
                "sha256": "f949a5375ca8a546059193400b2e7c70f1a10de58bd87d35bdc31c6230e47ab0"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "25bb1930cd5a591ff5713eddd347ae84",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 564640,
            "upload_time": "2024-08-04T10:14:17",
            "upload_time_iso_8601": "2024-08-04T10:14:17.568821Z",
            "url": "https://files.pythonhosted.org/packages/83/62/ec883de85d2cfbd0f41347007c2d870bf1bdcd9d1fc5084939932ef9dd53/pyzstd-0.16.1-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3668b42b53200300510d35c7ceb5823fa235e462f135b6a9877e279684e670d4",
                "md5": "6c71acbaa483a3fab0d3695df5a023e2",
                "sha256": "55e6dd2667a58ca92924f7ced5ac2c53ed26e07c453cfbde50693bf58c4c7b5b"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6c71acbaa483a3fab0d3695df5a023e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 430714,
            "upload_time": "2024-08-04T10:14:19",
            "upload_time_iso_8601": "2024-08-04T10:14:19.170215Z",
            "url": "https://files.pythonhosted.org/packages/36/68/b42b53200300510d35c7ceb5823fa235e462f135b6a9877e279684e670d4/pyzstd-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e19867a1531f67b7a5b5dd116fa679cbcb6bd5c797bcb7ff2d4669501449d826",
                "md5": "781cf13d781bcc242f0e0e972fb0b1af",
                "sha256": "c088b57288a8e1818c032ed7e3e3e573b3fe8fad698d02740a1583f55458a73f"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "781cf13d781bcc242f0e0e972fb0b1af",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 218301,
            "upload_time": "2024-08-04T10:14:20",
            "upload_time_iso_8601": "2024-08-04T10:14:20.342380Z",
            "url": "https://files.pythonhosted.org/packages/e1/98/67a1531f67b7a5b5dd116fa679cbcb6bd5c797bcb7ff2d4669501449d826/pyzstd-0.16.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbd600c9e958e05cf0a6dd044a4632908908dbf07c4a5e624aa279ba8987552d",
                "md5": "a22dd62ada614ce2da06ad3eb470b5d1",
                "sha256": "089f3d04430b1044fccedbd4e88bd5429cd1220cf523b8841ead0127d8eedd9f"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a22dd62ada614ce2da06ad3eb470b5d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.5",
            "size": 244538,
            "upload_time": "2024-08-04T10:14:21",
            "upload_time_iso_8601": "2024-08-04T10:14:21.976949Z",
            "url": "https://files.pythonhosted.org/packages/cb/d6/00c9e958e05cf0a6dd044a4632908908dbf07c4a5e624aa279ba8987552d/pyzstd-0.16.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d1bbbd046b7e108b203886f37cc3776bf054ff1b793f15791d488024068593c",
                "md5": "5361d85f6dc463a92a29d0c0b26e4854",
                "sha256": "7bb570705a39e2a78619e6134a68be00ccd04398d782827180c0d1df79fc88c1"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5361d85f6dc463a92a29d0c0b26e4854",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 372188,
            "upload_time": "2024-08-04T10:14:23",
            "upload_time_iso_8601": "2024-08-04T10:14:23.112096Z",
            "url": "https://files.pythonhosted.org/packages/4d/1b/bbd046b7e108b203886f37cc3776bf054ff1b793f15791d488024068593c/pyzstd-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71f7acc59d542d0702aa867caf15078ed2f3de90a77d28bef9089f646bc1aee3",
                "md5": "b27eea5b894f4598cb3d47d574842e18",
                "sha256": "a5633a0e9ac780a5577fc5dee3d6d05b8edf2f3d646ffe2c71e065d62a1b538c"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b27eea5b894f4598cb3d47d574842e18",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 295081,
            "upload_time": "2024-08-04T10:14:24",
            "upload_time_iso_8601": "2024-08-04T10:14:24.681333Z",
            "url": "https://files.pythonhosted.org/packages/71/f7/acc59d542d0702aa867caf15078ed2f3de90a77d28bef9089f646bc1aee3/pyzstd-0.16.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58a15528d90f9fa474a67993f2ee359027ef45fd42bd8953d8266562b6c9afa1",
                "md5": "c64e8032f14d8c7d1651c782e481bddb",
                "sha256": "61450162fb86504d16c00558976a4864ae12537e362f7346a0a79594ec2eb491"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c64e8032f14d8c7d1651c782e481bddb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 390261,
            "upload_time": "2024-08-04T10:14:25",
            "upload_time_iso_8601": "2024-08-04T10:14:25.820721Z",
            "url": "https://files.pythonhosted.org/packages/58/a1/5528d90f9fa474a67993f2ee359027ef45fd42bd8953d8266562b6c9afa1/pyzstd-0.16.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e00295133a4438c4e25eb733ca5dc1f1b73e1badfca59a365f5b681fee48d21",
                "md5": "b3596750fb390c862570bd06389bbf4a",
                "sha256": "cd3d79a74f863ec277ee3297b43f30178aa1a014eba54c286ea48f21248e525e"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b3596750fb390c862570bd06389bbf4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 472132,
            "upload_time": "2024-08-04T10:14:27",
            "upload_time_iso_8601": "2024-08-04T10:14:27.110080Z",
            "url": "https://files.pythonhosted.org/packages/3e/00/295133a4438c4e25eb733ca5dc1f1b73e1badfca59a365f5b681fee48d21/pyzstd-0.16.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb0349b2e4cc593d9ad233903082a05b17353646be23934526c58e01013b557a",
                "md5": "6100bfe64b729b9a2bdc196a7338f05b",
                "sha256": "26ddb50c2767ebf411f2b28e698d61d1671c87e943dac81b2a6e89529052c8ad"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6100bfe64b729b9a2bdc196a7338f05b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 415314,
            "upload_time": "2024-08-04T10:14:28",
            "upload_time_iso_8601": "2024-08-04T10:14:28.564198Z",
            "url": "https://files.pythonhosted.org/packages/fb/03/49b2e4cc593d9ad233903082a05b17353646be23934526c58e01013b557a/pyzstd-0.16.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee729eade0d51a157e7496ff965a5243173be1aef6981389208e58eb70edfb39",
                "md5": "9ceb77a264d4ccb6ea188076d63ad1c8",
                "sha256": "cf0dec2978f9bc622c4daa48dd286f3f7e6ab196b1e17c46437abb6d4a968201"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ceb77a264d4ccb6ea188076d63ad1c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 413807,
            "upload_time": "2024-08-04T10:14:29",
            "upload_time_iso_8601": "2024-08-04T10:14:29.729834Z",
            "url": "https://files.pythonhosted.org/packages/ee/72/9eade0d51a157e7496ff965a5243173be1aef6981389208e58eb70edfb39/pyzstd-0.16.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f967f30454efb380f14540fbb220643a73baccde401f683918593addb456344",
                "md5": "8076ac92294983958ed68cce412670af",
                "sha256": "64ae91c0c19160cc0b95d33a5802e708ab15f11213f8043906d484b6062a80b3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8076ac92294983958ed68cce412670af",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 412663,
            "upload_time": "2024-08-04T10:14:31",
            "upload_time_iso_8601": "2024-08-04T10:14:31.371184Z",
            "url": "https://files.pythonhosted.org/packages/6f/96/7f30454efb380f14540fbb220643a73baccde401f683918593addb456344/pyzstd-0.16.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95ee62a8bb6348ccac3a2245b44e3a869ca9bd35cf0471a891799c53c595e84a",
                "md5": "c1679e4454099552a5119ff8019649f7",
                "sha256": "d9175bf699ec234189dd5549b4ededc676b66010e2eef5b3170501a17d765cf5"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c1679e4454099552a5119ff8019649f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 405085,
            "upload_time": "2024-08-04T10:14:32",
            "upload_time_iso_8601": "2024-08-04T10:14:32.542690Z",
            "url": "https://files.pythonhosted.org/packages/95/ee/62a8bb6348ccac3a2245b44e3a869ca9bd35cf0471a891799c53c595e84a/pyzstd-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f217495e6c567a832bc31b96d875ce7b20255e5c32e67910e8842475858300d4",
                "md5": "79a8109965338b5a260c5ee97be2d462",
                "sha256": "cdedcddd851139605b0dbc9b9ed5767052f67c02fa98c66b0a0bd4c1bce0ba49"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "79a8109965338b5a260c5ee97be2d462",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 418062,
            "upload_time": "2024-08-04T10:14:34",
            "upload_time_iso_8601": "2024-08-04T10:14:34.080578Z",
            "url": "https://files.pythonhosted.org/packages/f2/17/495e6c567a832bc31b96d875ce7b20255e5c32e67910e8842475858300d4/pyzstd-0.16.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f22b62d92e3a54f62b8f65ac6b3179c489bcb7594edf2ce677b3fb48d3aa72d1",
                "md5": "babe09d38970355fae222d5bd5781829",
                "sha256": "efeac4bf8a12cc0a1284164e77cca85727f8a5ec20328cef2e5c72f8eabf7630"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "babe09d38970355fae222d5bd5781829",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 485685,
            "upload_time": "2024-08-04T10:14:35",
            "upload_time_iso_8601": "2024-08-04T10:14:35.589876Z",
            "url": "https://files.pythonhosted.org/packages/f2/2b/62d92e3a54f62b8f65ac6b3179c489bcb7594edf2ce677b3fb48d3aa72d1/pyzstd-0.16.1-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "489153450b12dde525853beecfff44d4fb6953be59cce88b3a338b89f5953f77",
                "md5": "555ed80dfae47de6898304f80f38d1b7",
                "sha256": "b867f620b7402e0befa4b5e7eaa79693be099a52304f31bfc1006cdc915d21c7"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "555ed80dfae47de6898304f80f38d1b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 564644,
            "upload_time": "2024-08-04T10:14:37",
            "upload_time_iso_8601": "2024-08-04T10:14:37.483618Z",
            "url": "https://files.pythonhosted.org/packages/48/91/53450b12dde525853beecfff44d4fb6953be59cce88b3a338b89f5953f77/pyzstd-0.16.1-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "447d4742635d291c8626c5574567f0f5ff3d78ae2a5805f6605c34fe0d795fa2",
                "md5": "80e9067b02643c78a77480f27e1bc9ad",
                "sha256": "4d9f8aa524f99f593ebf38639e6d066984b0f9ed084d45ee8877761d1ee6aa48"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80e9067b02643c78a77480f27e1bc9ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 430722,
            "upload_time": "2024-08-04T10:14:39",
            "upload_time_iso_8601": "2024-08-04T10:14:39.317711Z",
            "url": "https://files.pythonhosted.org/packages/44/7d/4742635d291c8626c5574567f0f5ff3d78ae2a5805f6605c34fe0d795fa2/pyzstd-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79213d72c0d2252ff379f3f608b9bc144e22b86dc6e3490b6e9dcc537bc582c4",
                "md5": "f6cc2b8e74bb8ae6ea60a38d31292b9a",
                "sha256": "a4f2f1bd58361e4994e0fed4223038554bdb61644b2449f50f8c2960a8aeffc4"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "f6cc2b8e74bb8ae6ea60a38d31292b9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 218307,
            "upload_time": "2024-08-04T10:14:40",
            "upload_time_iso_8601": "2024-08-04T10:14:40.454569Z",
            "url": "https://files.pythonhosted.org/packages/79/21/3d72c0d2252ff379f3f608b9bc144e22b86dc6e3490b6e9dcc537bc582c4/pyzstd-0.16.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfc431b8c89ce49fde36cc7555e2fdc54f5a285e6cce7230e3e4400741933cde",
                "md5": "db68d630498707683a0a5a64ae5d3ca1",
                "sha256": "81567ffe7f5ba6d6612399a82191448ba4f7780c96f2643bea36403a49462e0b"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db68d630498707683a0a5a64ae5d3ca1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.5",
            "size": 244562,
            "upload_time": "2024-08-04T10:14:42",
            "upload_time_iso_8601": "2024-08-04T10:14:42.135399Z",
            "url": "https://files.pythonhosted.org/packages/bf/c4/31b8c89ce49fde36cc7555e2fdc54f5a285e6cce7230e3e4400741933cde/pyzstd-0.16.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "628bc100bcb0108b8330801cac1b7c76d545408186de43d0a3afa4edbc6bd6aa",
                "md5": "9a0eee57bf5be3857c5dc0a765e14ef5",
                "sha256": "bb26734a5cda4b5e58b33c5fe20aee697fb9ad8dd72999bc71d7df09783f44db"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a0eee57bf5be3857c5dc0a765e14ef5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 373080,
            "upload_time": "2024-08-04T10:14:43",
            "upload_time_iso_8601": "2024-08-04T10:14:43.242304Z",
            "url": "https://files.pythonhosted.org/packages/62/8b/c100bcb0108b8330801cac1b7c76d545408186de43d0a3afa4edbc6bd6aa/pyzstd-0.16.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "129cf51e6136d731422cccdf071fc0e2a30f1ef50ccfdf3b24ce54a8ab76c704",
                "md5": "b4ad7067fe0f9868ac1c70fe13aaa126",
                "sha256": "b73e9d8ae8eca8dd600d54408584b625503761ad6b0e481e47e270a19e968141"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b4ad7067fe0f9868ac1c70fe13aaa126",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 295697,
            "upload_time": "2024-08-04T10:14:44",
            "upload_time_iso_8601": "2024-08-04T10:14:44.376278Z",
            "url": "https://files.pythonhosted.org/packages/12/9c/f51e6136d731422cccdf071fc0e2a30f1ef50ccfdf3b24ce54a8ab76c704/pyzstd-0.16.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71efce538901fbae149a2ba8cc7ffd779d53940a2945b072b377aaf4e6e7a9a9",
                "md5": "27cc367e39d04267bb1192ae5c8fb0be",
                "sha256": "3b8af1f24361728cb0abeb447204015b2af016bfaf61d55b7c7bc44edc50348b"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "27cc367e39d04267bb1192ae5c8fb0be",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 390652,
            "upload_time": "2024-08-04T10:14:45",
            "upload_time_iso_8601": "2024-08-04T10:14:45.506923Z",
            "url": "https://files.pythonhosted.org/packages/71/ef/ce538901fbae149a2ba8cc7ffd779d53940a2945b072b377aaf4e6e7a9a9/pyzstd-0.16.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "add2f091c42db2b3d5e9374155a26ef36d832ef401ee58c9c049dc1e9d7b785f",
                "md5": "f24c4919d24c22fd386dfd0652708dc9",
                "sha256": "f5faf5894b58f38491ecb458e6f4032ae0bbebea64dfeff86abc6c6176829ac3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f24c4919d24c22fd386dfd0652708dc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 473024,
            "upload_time": "2024-08-04T10:14:46",
            "upload_time_iso_8601": "2024-08-04T10:14:46.983119Z",
            "url": "https://files.pythonhosted.org/packages/ad/d2/f091c42db2b3d5e9374155a26ef36d832ef401ee58c9c049dc1e9d7b785f/pyzstd-0.16.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac353424762cfbaf1ddc28ac6ea5fe9d9059930c71a366af0ae7bc3a9f81964c",
                "md5": "0c332b186a384a919101888646f934ba",
                "sha256": "748ea21376016b77f93eb6e5d3fdf158620a27d36d2a05cb319f3e7b8b1943a5"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0c332b186a384a919101888646f934ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 416155,
            "upload_time": "2024-08-04T10:14:48",
            "upload_time_iso_8601": "2024-08-04T10:14:48.224798Z",
            "url": "https://files.pythonhosted.org/packages/ac/35/3424762cfbaf1ddc28ac6ea5fe9d9059930c71a366af0ae7bc3a9f81964c/pyzstd-0.16.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ba3c887dd01759325b0aca49501e2bc523db2e731e9375afe186d2363c75000",
                "md5": "4ceee5fff04865332814b3d0fd0fe5dc",
                "sha256": "bb49c7854c6c56d9d41abdcd970b5fec2681a6a74f390b6f8f8fe9d1ca1f8530"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ceee5fff04865332814b3d0fd0fe5dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 414707,
            "upload_time": "2024-08-04T10:14:49",
            "upload_time_iso_8601": "2024-08-04T10:14:49.474416Z",
            "url": "https://files.pythonhosted.org/packages/6b/a3/c887dd01759325b0aca49501e2bc523db2e731e9375afe186d2363c75000/pyzstd-0.16.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71035a39ec1751fe7c5e80853dee28d27e3acb930766be4b1c35f23199093a92",
                "md5": "cf108f0d654fe91ad1a4bda4df5c046c",
                "sha256": "68ea4cbeb5fa722222e8607ed22eab7723dfe8f502cbdaaab0989fc47f2fe4e6"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cf108f0d654fe91ad1a4bda4df5c046c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 413333,
            "upload_time": "2024-08-04T10:14:50",
            "upload_time_iso_8601": "2024-08-04T10:14:50.690626Z",
            "url": "https://files.pythonhosted.org/packages/71/03/5a39ec1751fe7c5e80853dee28d27e3acb930766be4b1c35f23199093a92/pyzstd-0.16.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "376c59d6b85ef68ef6716c806b21cee97b1015055e6a13a3ae7c1e94be0afbd3",
                "md5": "fefd12cb30001851e0fa0ab4c7d3ffdd",
                "sha256": "c78ca31b0d83f77ab6ff041808304f51672f925683ffc3a1a866469f1678fc10"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fefd12cb30001851e0fa0ab4c7d3ffdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 405633,
            "upload_time": "2024-08-04T10:14:51",
            "upload_time_iso_8601": "2024-08-04T10:14:51.841618Z",
            "url": "https://files.pythonhosted.org/packages/37/6c/59d6b85ef68ef6716c806b21cee97b1015055e6a13a3ae7c1e94be0afbd3/pyzstd-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c02e097801ff5a9d4867e5bfb10a4b9decf97a5b9aefaf6c828c16b323fcb5a1",
                "md5": "eb5c63f7e327a55f9bd40e1b858e3bbf",
                "sha256": "deea37b1618f31fd2618be0aad42bb5bafcdddc24df9fc18c71071314239e3a2"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "eb5c63f7e327a55f9bd40e1b858e3bbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 419242,
            "upload_time": "2024-08-04T10:14:53",
            "upload_time_iso_8601": "2024-08-04T10:14:53.562466Z",
            "url": "https://files.pythonhosted.org/packages/c0/2e/097801ff5a9d4867e5bfb10a4b9decf97a5b9aefaf6c828c16b323fcb5a1/pyzstd-0.16.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fccee93cf06b1ffe089bb791e818ac5b92adb9745b25dbde3979ec6dfc26d2a4",
                "md5": "321d1b593a71ee4544cf749bebb73e25",
                "sha256": "aadbab6d6b79bd37697c3de28d4c2cbac3545ae9622be2f86ae5e426c6e1b192"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "321d1b593a71ee4544cf749bebb73e25",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 487256,
            "upload_time": "2024-08-04T10:14:54",
            "upload_time_iso_8601": "2024-08-04T10:14:54.626068Z",
            "url": "https://files.pythonhosted.org/packages/fc/ce/e93cf06b1ffe089bb791e818ac5b92adb9745b25dbde3979ec6dfc26d2a4/pyzstd-0.16.1-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5f404c1adfc7c2328fe55faa87d058391822165b0f8225a01f5672ae5d2d999",
                "md5": "7b9c757c6f92119fda4a4eef5264500b",
                "sha256": "3b23295a6aedc71e5318b7e490f2ed1ea3fda6b31f2b5957c8da49a5aac7aa81"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "7b9c757c6f92119fda4a4eef5264500b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 566017,
            "upload_time": "2024-08-04T10:14:56",
            "upload_time_iso_8601": "2024-08-04T10:14:56.412191Z",
            "url": "https://files.pythonhosted.org/packages/b5/f4/04c1adfc7c2328fe55faa87d058391822165b0f8225a01f5672ae5d2d999/pyzstd-0.16.1-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "557649a0e65b1c3b63a36b4dd97b84636ca3c0c990fd967974adda89b5b6deba",
                "md5": "a067abbbb5fab0093126774966a7043c",
                "sha256": "f0a685bea6ba4e965d0de77cda3e380efeb144bb4fa0eff362626b4cdec71814"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a067abbbb5fab0093126774966a7043c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 431464,
            "upload_time": "2024-08-04T10:14:57",
            "upload_time_iso_8601": "2024-08-04T10:14:57.562749Z",
            "url": "https://files.pythonhosted.org/packages/55/76/49a0e65b1c3b63a36b4dd97b84636ca3c0c990fd967974adda89b5b6deba/pyzstd-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9addd0af14d24e4ebd327e3e4e0a3220877188fec7788c229ffb60772de27533",
                "md5": "ee7773596e767c47f466a180164e5904",
                "sha256": "ad8686ae57a59432860907e4c62d4b08b98d2330a129928145d797eda118da7b"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "ee7773596e767c47f466a180164e5904",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 218653,
            "upload_time": "2024-08-04T10:14:58",
            "upload_time_iso_8601": "2024-08-04T10:14:58.721310Z",
            "url": "https://files.pythonhosted.org/packages/9a/dd/d0af14d24e4ebd327e3e4e0a3220877188fec7788c229ffb60772de27533/pyzstd-0.16.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44ce5436fee8b24b5007727b4bd8e50a4cb3966af6d26c21ec13d32d2a958f8a",
                "md5": "37fbf62f1fc129c0ab4c631176161e94",
                "sha256": "53ae4ac03c286896b2a6741c9069afd80e432526d267f900420d8083f8ab1f78"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "37fbf62f1fc129c0ab4c631176161e94",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.5",
            "size": 244741,
            "upload_time": "2024-08-04T10:14:59",
            "upload_time_iso_8601": "2024-08-04T10:14:59.824862Z",
            "url": "https://files.pythonhosted.org/packages/44/ce/5436fee8b24b5007727b4bd8e50a4cb3966af6d26c21ec13d32d2a958f8a/pyzstd-0.16.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dcb55b07c10a752992b1a1d1609dffe6262284084312d5aef9ed20eded39e79",
                "md5": "b91a4e78f0eba2b62afdf31c0f41650b",
                "sha256": "96c04f3ef21f8c84672468358001b1f78b18f62a1b6af202e9fe0c71d0cd85f8"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b91a4e78f0eba2b62afdf31c0f41650b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 371976,
            "upload_time": "2024-08-04T10:15:00",
            "upload_time_iso_8601": "2024-08-04T10:15:00.950438Z",
            "url": "https://files.pythonhosted.org/packages/1d/cb/55b07c10a752992b1a1d1609dffe6262284084312d5aef9ed20eded39e79/pyzstd-0.16.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b77c3c2d6f3932700f0ea4655bbfe541dda620f14ea6bbe0d8c6aff15b76c31b",
                "md5": "e981a66e8bb27337a1179ab1881ceb5f",
                "sha256": "8f3b74f42ac91dfcd5b3e8dfa691714e23c4bb3931070fdc134dbbaa2c92c51e"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e981a66e8bb27337a1179ab1881ceb5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 294873,
            "upload_time": "2024-08-04T10:15:02",
            "upload_time_iso_8601": "2024-08-04T10:15:02.299245Z",
            "url": "https://files.pythonhosted.org/packages/b7/7c/3c2d6f3932700f0ea4655bbfe541dda620f14ea6bbe0d8c6aff15b76c31b/pyzstd-0.16.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25d2fde6391ae4058054459093f02cf2084a8fd6bd8bfc5938b94bb1c89f4aeb",
                "md5": "862aac8a55a63dd8b453886cfc5164b7",
                "sha256": "3cba92b21b12bff45c0393e022ca4e6029aa5d4d3f11d1d9f05ca9a13245d325"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "862aac8a55a63dd8b453886cfc5164b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 390170,
            "upload_time": "2024-08-04T10:15:03",
            "upload_time_iso_8601": "2024-08-04T10:15:03.431432Z",
            "url": "https://files.pythonhosted.org/packages/25/d2/fde6391ae4058054459093f02cf2084a8fd6bd8bfc5938b94bb1c89f4aeb/pyzstd-0.16.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea629e6fae50b250917bd2641a46176326f99af91ffa6ed054120fae946205b3",
                "md5": "9806a5d40557fff513c4b2192e4c7767",
                "sha256": "036d76e26300bc03cf05108a019fb0dd0a40ee6ed40128ead1c953fc603fba68"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9806a5d40557fff513c4b2192e4c7767",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 471740,
            "upload_time": "2024-08-04T10:15:05",
            "upload_time_iso_8601": "2024-08-04T10:15:05.269634Z",
            "url": "https://files.pythonhosted.org/packages/ea/62/9e6fae50b250917bd2641a46176326f99af91ffa6ed054120fae946205b3/pyzstd-0.16.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf3d759f4309bd3d07355719bdb5152479cca3d40efad50e0097a1250f4e8b2b",
                "md5": "f2dcafc18acd45a3b6cc155363bb9e57",
                "sha256": "cb00ce5e9a88e27f27db3ff4f4c6080c4158ad848d620b68d48bbc413d99f0ef"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f2dcafc18acd45a3b6cc155363bb9e57",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 415121,
            "upload_time": "2024-08-04T10:15:06",
            "upload_time_iso_8601": "2024-08-04T10:15:06.356718Z",
            "url": "https://files.pythonhosted.org/packages/bf/3d/759f4309bd3d07355719bdb5152479cca3d40efad50e0097a1250f4e8b2b/pyzstd-0.16.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e56c7c6669dd958dfd3fe0679e174d299568ef2b78f7281215109e29d8eb5b87",
                "md5": "1c1e758626eb0d47e05f0594ceb075f2",
                "sha256": "22f7b5d93b5e7d3b3bd4a0f665b2bfab61a9cc78cb19b4f9d2faa454ae19133e"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c1e758626eb0d47e05f0594ceb075f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 413595,
            "upload_time": "2024-08-04T10:15:07",
            "upload_time_iso_8601": "2024-08-04T10:15:07.999085Z",
            "url": "https://files.pythonhosted.org/packages/e5/6c/7c6669dd958dfd3fe0679e174d299568ef2b78f7281215109e29d8eb5b87/pyzstd-0.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13b904f8c88ee33b0ecc3f9cd6672efb7dc76914fa9fe30db128f39e2f8bfdce",
                "md5": "9af6157d413234e9a939815e7c1fc46d",
                "sha256": "a426a253413ede9dad34fffde2d533950aa6aab82d0e9c7c7660168e323c43dc"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9af6157d413234e9a939815e7c1fc46d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 412526,
            "upload_time": "2024-08-04T10:15:09",
            "upload_time_iso_8601": "2024-08-04T10:15:09.226769Z",
            "url": "https://files.pythonhosted.org/packages/13/b9/04f8c88ee33b0ecc3f9cd6672efb7dc76914fa9fe30db128f39e2f8bfdce/pyzstd-0.16.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53aba7f0c597c6cabbe599273b3cb7059e47f4af26f8dbe4b76987f8c8af6713",
                "md5": "8b57c37201310ddf945790d93d0f832a",
                "sha256": "3fcf498488cf2a866142a35d0c14c021a58c7d96b25bafd13c72676458912011"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b57c37201310ddf945790d93d0f832a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 404987,
            "upload_time": "2024-08-04T10:15:10",
            "upload_time_iso_8601": "2024-08-04T10:15:10.426003Z",
            "url": "https://files.pythonhosted.org/packages/53/ab/a7f0c597c6cabbe599273b3cb7059e47f4af26f8dbe4b76987f8c8af6713/pyzstd-0.16.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0455df7b4aefe9b70f7e1ae23b7daaa772ce140a24282e058393e2cf3d36c6db",
                "md5": "6050f8cf25f0bcdcb696b3a2ba173f52",
                "sha256": "2325ff41ff4bea19065894244c4dade5ae6b40df6e9def9dd4bc6e4c81edabf1"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6050f8cf25f0bcdcb696b3a2ba173f52",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 417934,
            "upload_time": "2024-08-04T10:15:12",
            "upload_time_iso_8601": "2024-08-04T10:15:12.091858Z",
            "url": "https://files.pythonhosted.org/packages/04/55/df7b4aefe9b70f7e1ae23b7daaa772ce140a24282e058393e2cf3d36c6db/pyzstd-0.16.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9ddc1fc4587f6a634444863976b679d51ca558d95527e76f89862a15800479f",
                "md5": "68562c263e28d3371274f14568d6aea8",
                "sha256": "593a4ec2f639a80523c6d8cb6a3f97899a4b3db4eadb768039dbd61fed4fe675"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "68562c263e28d3371274f14568d6aea8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 485270,
            "upload_time": "2024-08-04T10:15:13",
            "upload_time_iso_8601": "2024-08-04T10:15:13.452623Z",
            "url": "https://files.pythonhosted.org/packages/b9/dd/c1fc4587f6a634444863976b679d51ca558d95527e76f89862a15800479f/pyzstd-0.16.1-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b46fff2a50851ef1e5aae70d23231d96328bd032b37095e209a0e8aec1fb940",
                "md5": "4160472796326e4591ee7bf966b4b3e6",
                "sha256": "13ab3b66c660438cf9031543a1cb9a4c7adde6b58b65e05783d32044178e871c"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "4160472796326e4591ee7bf966b4b3e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 564360,
            "upload_time": "2024-08-04T10:15:14",
            "upload_time_iso_8601": "2024-08-04T10:15:14.759241Z",
            "url": "https://files.pythonhosted.org/packages/1b/46/fff2a50851ef1e5aae70d23231d96328bd032b37095e209a0e8aec1fb940/pyzstd-0.16.1-cp38-cp38-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73feb0b05296345cde53a4d08125b7fa14256df99299843f28838685543b6769",
                "md5": "90dd974eb798cfcbf28d8a106ecf4772",
                "sha256": "15a242d03c1516e1325d41a43b05c95abce0306d6f9782408b44f6225fadea9b"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90dd974eb798cfcbf28d8a106ecf4772",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 430521,
            "upload_time": "2024-08-04T10:15:16",
            "upload_time_iso_8601": "2024-08-04T10:15:16.016228Z",
            "url": "https://files.pythonhosted.org/packages/73/fe/b0b05296345cde53a4d08125b7fa14256df99299843f28838685543b6769/pyzstd-0.16.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfa062410eea4d620fae28e8c26a10b7b7e8bb272336c25f32bfdcaf01ac112c",
                "md5": "cfeed143215c4342a96ee22eb7f30bc0",
                "sha256": "763e084e0a7273d81d4bd68c4c89d642e3a447e30d1108d3dc0d0ec07a3ad01c"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "cfeed143215c4342a96ee22eb7f30bc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 218178,
            "upload_time": "2024-08-04T10:15:17",
            "upload_time_iso_8601": "2024-08-04T10:15:17.514676Z",
            "url": "https://files.pythonhosted.org/packages/cf/a0/62410eea4d620fae28e8c26a10b7b7e8bb272336c25f32bfdcaf01ac112c/pyzstd-0.16.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a1d12d9b86ee302e176ea9757477b9071f01024a8fbd3a65f396ea070bb7428",
                "md5": "f567e080dc309c251ff986ac18b2e034",
                "sha256": "8b54ea942847b6e2f842f8b524f0c4dcc199f99b39420e06262cbcf25cb24363"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f567e080dc309c251ff986ac18b2e034",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.5",
            "size": 244448,
            "upload_time": "2024-08-04T10:15:19",
            "upload_time_iso_8601": "2024-08-04T10:15:19.273543Z",
            "url": "https://files.pythonhosted.org/packages/4a/1d/12d9b86ee302e176ea9757477b9071f01024a8fbd3a65f396ea070bb7428/pyzstd-0.16.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "228829e78c97ab2e012a364193cbcd5795b01f66adbcbdf6d5eb92d3f5f6fd12",
                "md5": "f24fd9734c46e9076eec11490d5787c2",
                "sha256": "2595819277b46d195565861f2966f58908444c7787da1ec45ea56390650013a6"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f24fd9734c46e9076eec11490d5787c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 372187,
            "upload_time": "2024-08-04T10:15:20",
            "upload_time_iso_8601": "2024-08-04T10:15:20.375562Z",
            "url": "https://files.pythonhosted.org/packages/22/88/29e78c97ab2e012a364193cbcd5795b01f66adbcbdf6d5eb92d3f5f6fd12/pyzstd-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efdbc2866949d70b43fdd21a426b95a0bd10710c45b46fd270c5bb17e3a8fb38",
                "md5": "e27a6e9612a943504768cfd799df0ca4",
                "sha256": "f42bb898d5335e91d4575758cb11f68308756061d1eff042c7c4daa09cc560ba"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e27a6e9612a943504768cfd799df0ca4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 295076,
            "upload_time": "2024-08-04T10:15:21",
            "upload_time_iso_8601": "2024-08-04T10:15:21.461150Z",
            "url": "https://files.pythonhosted.org/packages/ef/db/c2866949d70b43fdd21a426b95a0bd10710c45b46fd270c5bb17e3a8fb38/pyzstd-0.16.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb6550c41659f9fc31850a05e95469fcef08e885459cc54085f3d688c49fd7b2",
                "md5": "08f1306d5a06e1cf2b824fdb2104eb7b",
                "sha256": "ffa579210ae03a0aeeff86d492ff26acd358ec1daea8553beaac5f1ba774991d"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "08f1306d5a06e1cf2b824fdb2104eb7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 390261,
            "upload_time": "2024-08-04T10:15:23",
            "upload_time_iso_8601": "2024-08-04T10:15:23.112769Z",
            "url": "https://files.pythonhosted.org/packages/fb/65/50c41659f9fc31850a05e95469fcef08e885459cc54085f3d688c49fd7b2/pyzstd-0.16.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a76b3a62f9a9c0f66846c21edab0ac262b34462591f233511d1e3d9fd58b6b6b",
                "md5": "8b688774aeba575a5e4969f75b1eb765",
                "sha256": "234423432d2e66328bdb06121aad3477bb97e200141a863aba0d1a14ff30b0cb"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8b688774aeba575a5e4969f75b1eb765",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 472137,
            "upload_time": "2024-08-04T10:15:24",
            "upload_time_iso_8601": "2024-08-04T10:15:24.936464Z",
            "url": "https://files.pythonhosted.org/packages/a7/6b/3a62f9a9c0f66846c21edab0ac262b34462591f233511d1e3d9fd58b6b6b/pyzstd-0.16.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d602ca22b8b2bca12c68ca6d88c5191ddc56876e69c65f167a4c620c3add84f",
                "md5": "8a53916c2d8b4eb9175caee1315cf20c",
                "sha256": "84059dfa917a2704e04776f26d5105bebc5019fc4f13379b44e71e57b575fc28"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8a53916c2d8b4eb9175caee1315cf20c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 415350,
            "upload_time": "2024-08-04T10:15:26",
            "upload_time_iso_8601": "2024-08-04T10:15:26.189656Z",
            "url": "https://files.pythonhosted.org/packages/9d/60/2ca22b8b2bca12c68ca6d88c5191ddc56876e69c65f167a4c620c3add84f/pyzstd-0.16.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2474f93859b91c39c57bd73b09658d4b1454a3233fb5189a539e1aa876c50b33",
                "md5": "a9d63b5275d76eb0703b410f8bc43dec",
                "sha256": "c870947722ae4c7de8e2d259690041f8b3332b1d75b4c3ca2caf17b170d10be3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9d63b5275d76eb0703b410f8bc43dec",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 413775,
            "upload_time": "2024-08-04T10:15:27",
            "upload_time_iso_8601": "2024-08-04T10:15:27.532843Z",
            "url": "https://files.pythonhosted.org/packages/24/74/f93859b91c39c57bd73b09658d4b1454a3233fb5189a539e1aa876c50b33/pyzstd-0.16.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "299c9a2bb788f45caa3a95c8d00676dc8ab8e6ae6ff897d3e8bb9a33e6f26063",
                "md5": "e29bb1d461e6f3055638e8a037171cd6",
                "sha256": "3630a47b7d418e65521a45afbea5d77a825e4fb675fdf884eff42e6ce3230f91"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e29bb1d461e6f3055638e8a037171cd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 412718,
            "upload_time": "2024-08-04T10:15:28",
            "upload_time_iso_8601": "2024-08-04T10:15:28.759557Z",
            "url": "https://files.pythonhosted.org/packages/29/9c/9a2bb788f45caa3a95c8d00676dc8ab8e6ae6ff897d3e8bb9a33e6f26063/pyzstd-0.16.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "481fa4f9a68911a55d75c74271904b2939b3c7b8edb0d39acbf6401b7cba9add",
                "md5": "55e368e10bfb14e69e8f4e2949e83a90",
                "sha256": "070434349fdd2fd56207a82a146c89a50811c5e0f767ac00d09f513919335f6f"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "55e368e10bfb14e69e8f4e2949e83a90",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 405079,
            "upload_time": "2024-08-04T10:15:30",
            "upload_time_iso_8601": "2024-08-04T10:15:30.043959Z",
            "url": "https://files.pythonhosted.org/packages/48/1f/a4f9a68911a55d75c74271904b2939b3c7b8edb0d39acbf6401b7cba9add/pyzstd-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "221840dc2c664f23f73531b03491e67250a46e5c94dce5a6c537b7c442fa1212",
                "md5": "a18e9ba6e98e4b65bb1ab0d39e0787a8",
                "sha256": "59d016a105efd11db4305d43712ca2aab5e4f7dc73f42cc6324bc8f1b0ce2402"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "a18e9ba6e98e4b65bb1ab0d39e0787a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 418094,
            "upload_time": "2024-08-04T10:15:32",
            "upload_time_iso_8601": "2024-08-04T10:15:32.136444Z",
            "url": "https://files.pythonhosted.org/packages/22/18/40dc2c664f23f73531b03491e67250a46e5c94dce5a6c537b7c442fa1212/pyzstd-0.16.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03af7256c2ad2d2ebf33ef652b5da1d2f7c7a915b6c885f9491581b7a729f040",
                "md5": "5c6985028b87e489aa8bef51996f7ca5",
                "sha256": "eb2e62ed3d04fed425e009e9948c5e1478665475c5a6ca52d9f02295db7cffb1"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5c6985028b87e489aa8bef51996f7ca5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 485677,
            "upload_time": "2024-08-04T10:15:33",
            "upload_time_iso_8601": "2024-08-04T10:15:33.935840Z",
            "url": "https://files.pythonhosted.org/packages/03/af/7256c2ad2d2ebf33ef652b5da1d2f7c7a915b6c885f9491581b7a729f040/pyzstd-0.16.1-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091ddffef491972b9e633f66a9d7b66d9a3655df984ded342e73abcba2bd7bdf",
                "md5": "57a23ef68b3e7ab6ff3176451878a055",
                "sha256": "1f00c7d40304329fbebbe9891cd2b144b09844876fe65a8bcfef71d80d417214"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "57a23ef68b3e7ab6ff3176451878a055",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 564637,
            "upload_time": "2024-08-04T10:15:35",
            "upload_time_iso_8601": "2024-08-04T10:15:35.152138Z",
            "url": "https://files.pythonhosted.org/packages/09/1d/dffef491972b9e633f66a9d7b66d9a3655df984ded342e73abcba2bd7bdf/pyzstd-0.16.1-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c835e66e91683de48899c1208556705642ccdde73e361e4fc326a59b76245fa2",
                "md5": "acffcb56da407955477dc0c4e2d3b1fa",
                "sha256": "28b33701e0a5bdb7aa96229ef7f680442894a4be3dfb39daf2fbae805778ade7"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "acffcb56da407955477dc0c4e2d3b1fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 430711,
            "upload_time": "2024-08-04T10:15:36",
            "upload_time_iso_8601": "2024-08-04T10:15:36.463500Z",
            "url": "https://files.pythonhosted.org/packages/c8/35/e66e91683de48899c1208556705642ccdde73e361e4fc326a59b76245fa2/pyzstd-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74fc66f82774a0c016f4fceefe4edd328a7f1195409af45ad3bdc1ce72723e80",
                "md5": "76f540ac709de946acc89af3d6d94ec2",
                "sha256": "7cdc3c293ab30ea141789a4454a4fd7b7858e005f6d2f61113d239a20d9bafd4"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "76f540ac709de946acc89af3d6d94ec2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 218294,
            "upload_time": "2024-08-04T10:15:37",
            "upload_time_iso_8601": "2024-08-04T10:15:37.560188Z",
            "url": "https://files.pythonhosted.org/packages/74/fc/66f82774a0c016f4fceefe4edd328a7f1195409af45ad3bdc1ce72723e80/pyzstd-0.16.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4548d6021ee59aff933917528bac18601999a90cd14f554abd5df2343a4174f",
                "md5": "871bd428d9961362593b97e0d975ef51",
                "sha256": "f6a7996f56abc23ad96bb73aea363720a1fca91a99822f8267bb5d3c4b7af7dc"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "871bd428d9961362593b97e0d975ef51",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.5",
            "size": 244536,
            "upload_time": "2024-08-04T10:15:38",
            "upload_time_iso_8601": "2024-08-04T10:15:38.727912Z",
            "url": "https://files.pythonhosted.org/packages/a4/54/8d6021ee59aff933917528bac18601999a90cd14f554abd5df2343a4174f/pyzstd-0.16.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65a0ef3b895df1502578402575ac4faf363b308f89e07393d8abc509b67e6ce2",
                "md5": "169f0795e456abd3bcde21ff360edb4f",
                "sha256": "cf08a0fa9af8d690a41b9b7db6b8ae174ba2ac42b5463993c2cd3d144a094644"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "169f0795e456abd3bcde21ff360edb4f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 364184,
            "upload_time": "2024-08-04T10:15:40",
            "upload_time_iso_8601": "2024-08-04T10:15:40.098474Z",
            "url": "https://files.pythonhosted.org/packages/65/a0/ef3b895df1502578402575ac4faf363b308f89e07393d8abc509b67e6ce2/pyzstd-0.16.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6001be74ef3c611474dc74032825900c8a16f1a0f6be10d9f116a00ca172c246",
                "md5": "6d2cb773d37d8b07304bed1d133b4a93",
                "sha256": "65683cb63d631b159e02738376987c26106b37a1345105c52067441e6259cf87"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6d2cb773d37d8b07304bed1d133b4a93",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 279821,
            "upload_time": "2024-08-04T10:15:42",
            "upload_time_iso_8601": "2024-08-04T10:15:42.527112Z",
            "url": "https://files.pythonhosted.org/packages/60/01/be74ef3c611474dc74032825900c8a16f1a0f6be10d9f116a00ca172c246/pyzstd-0.16.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68d9765594ec72da9299abd07cd41fe4ec342f8d342146344b49196ea28b4d30",
                "md5": "1242d42e2b9f2acc58afd9f38b35eba6",
                "sha256": "bc09abfd5e281dba33a1cfdc653ece69fc239ad2c6cebd99506facbcb2669c91"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1242d42e2b9f2acc58afd9f38b35eba6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 321407,
            "upload_time": "2024-08-04T10:15:43",
            "upload_time_iso_8601": "2024-08-04T10:15:43.711093Z",
            "url": "https://files.pythonhosted.org/packages/68/d9/765594ec72da9299abd07cd41fe4ec342f8d342146344b49196ea28b4d30/pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48605adb3b211c51840b1c0b35d293d01130d8a2e21f6ab551eef23b855e2c91",
                "md5": "699dc8302acd8d14bc3da8d55274243b",
                "sha256": "46feda6257df4cde7dda55811851c2096dea7b38dcd601099acb95d7acdc795f"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "699dc8302acd8d14bc3da8d55274243b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 344471,
            "upload_time": "2024-08-04T10:15:45",
            "upload_time_iso_8601": "2024-08-04T10:15:45.120990Z",
            "url": "https://files.pythonhosted.org/packages/48/60/5adb3b211c51840b1c0b35d293d01130d8a2e21f6ab551eef23b855e2c91/pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c67bd44e19dd087ef041e1f40a4744027bb687f84254a81c47bda3bb5dda2a76",
                "md5": "7b8f10489607f262cde93e2b885ffdc4",
                "sha256": "ca952ce3388b5f7ee78931733ec41c8939482b466882e41d79a9a8c1387dd398"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7b8f10489607f262cde93e2b885ffdc4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 328684,
            "upload_time": "2024-08-04T10:15:46",
            "upload_time_iso_8601": "2024-08-04T10:15:46.256103Z",
            "url": "https://files.pythonhosted.org/packages/c6/7b/d44e19dd087ef041e1f40a4744027bb687f84254a81c47bda3bb5dda2a76/pyzstd-0.16.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d9c4a0df6313b8e4f058ac1ab1a0de028db185689df565d15a8405c99e2019",
                "md5": "d30f7bc5ec75f91fe64f240112cb4e86",
                "sha256": "dc0e4d4c832adcd3c25a5d5b5bf0aa05bc25a279b8e8356eb2b95975b2a67fa0"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d30f7bc5ec75f91fe64f240112cb4e86",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.5",
            "size": 240290,
            "upload_time": "2024-08-04T10:15:47",
            "upload_time_iso_8601": "2024-08-04T10:15:47.427530Z",
            "url": "https://files.pythonhosted.org/packages/d8/d9/c4a0df6313b8e4f058ac1ab1a0de028db185689df565d15a8405c99e2019/pyzstd-0.16.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f051a48c6984555dd82385ae3feb68b97820dbc342306e49780752ed0970dbf9",
                "md5": "fd98b4852da81e6fb5f269714f67aecb",
                "sha256": "ef5943a471b0d51cdb4eb05187b4be81cd6c95349e73818c4b959f60a05dfccd"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd98b4852da81e6fb5f269714f67aecb",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 362280,
            "upload_time": "2024-08-04T10:15:48",
            "upload_time_iso_8601": "2024-08-04T10:15:48.816464Z",
            "url": "https://files.pythonhosted.org/packages/f0/51/a48c6984555dd82385ae3feb68b97820dbc342306e49780752ed0970dbf9/pyzstd-0.16.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a42b1f766f4ef9dd65c83b2c89a68e27b07b3a67c12a2e76840a87e8bb121557",
                "md5": "ad7cecbfbffab44ccc65062b34013632",
                "sha256": "2df7e255b4aef73d7f8b11301bb6e39cf43e46cf80aa885ff7c1570565cf2398"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ad7cecbfbffab44ccc65062b34013632",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 279815,
            "upload_time": "2024-08-04T10:15:50",
            "upload_time_iso_8601": "2024-08-04T10:15:50.595984Z",
            "url": "https://files.pythonhosted.org/packages/a4/2b/1f766f4ef9dd65c83b2c89a68e27b07b3a67c12a2e76840a87e8bb121557/pyzstd-0.16.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "354da22c62e69401ae92269be1b7c97089174f428c53f88d0c9a1e59e550e7b4",
                "md5": "6433ab31fb297fe36afc637fc3d6cfd6",
                "sha256": "0a456ca431e4968a31c350004eca7957490f51245be8f3b44e49a9f143251312"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6433ab31fb297fe36afc637fc3d6cfd6",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 321402,
            "upload_time": "2024-08-04T10:15:51",
            "upload_time_iso_8601": "2024-08-04T10:15:51.803850Z",
            "url": "https://files.pythonhosted.org/packages/35/4d/a22c62e69401ae92269be1b7c97089174f428c53f88d0c9a1e59e550e7b4/pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "244e8097a402e3404d84a156e75aeb676259122a9329015af6068b25af364bec",
                "md5": "a42145049ef6dca8ffae60a08372de62",
                "sha256": "1751fabc263654b3b4fbfb2729f63d6b3a51bf498bfbb1851ed332cd1b9a02e8"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a42145049ef6dca8ffae60a08372de62",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 344464,
            "upload_time": "2024-08-04T10:15:53",
            "upload_time_iso_8601": "2024-08-04T10:15:53.132552Z",
            "url": "https://files.pythonhosted.org/packages/24/4e/8097a402e3404d84a156e75aeb676259122a9329015af6068b25af364bec/pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d51140248df4954a639037c8247c21f1c3987b5b49bd88c752c59e381217998",
                "md5": "aea8792c1ca9e78a2c7b05aa46b47e37",
                "sha256": "3b1ce3eae59fd7093a05b8f073c7dce4795cccbf5987371fda5931b38fa9a567"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "aea8792c1ca9e78a2c7b05aa46b47e37",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 328681,
            "upload_time": "2024-08-04T10:15:54",
            "upload_time_iso_8601": "2024-08-04T10:15:54.823527Z",
            "url": "https://files.pythonhosted.org/packages/5d/51/140248df4954a639037c8247c21f1c3987b5b49bd88c752c59e381217998/pyzstd-0.16.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ca134fde65991b5d8ba6df6194a7a102466c09adda68294d8b765a05fa61b44",
                "md5": "b6d1ffda2781a0cc32e1457f3eb79673",
                "sha256": "bc6326d017c618e7897c2f529dc71100403c0dfdbc523cd6c62f6ba1ed9f23f1"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b6d1ffda2781a0cc32e1457f3eb79673",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.5",
            "size": 240285,
            "upload_time": "2024-08-04T10:15:56",
            "upload_time_iso_8601": "2024-08-04T10:15:56.000937Z",
            "url": "https://files.pythonhosted.org/packages/4c/a1/34fde65991b5d8ba6df6194a7a102466c09adda68294d8b765a05fa61b44/pyzstd-0.16.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60f07de5e8ed1c858405e3afe37abfa9ac4ab0fade1b25bbcc87b8a3242f38f6",
                "md5": "5db000abb8a5210d279c60135233f8fc",
                "sha256": "487efbe3da2b879c5835e0d762bc8ea69e6bd765d31d6de32b20146bc7f5b2cc"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5db000abb8a5210d279c60135233f8fc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 364180,
            "upload_time": "2024-08-04T10:15:57",
            "upload_time_iso_8601": "2024-08-04T10:15:57.407442Z",
            "url": "https://files.pythonhosted.org/packages/60/f0/7de5e8ed1c858405e3afe37abfa9ac4ab0fade1b25bbcc87b8a3242f38f6/pyzstd-0.16.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af1290a9715dde5627d0d52ab89ec1a43ecb79bab29dccf86103ba3bb8136e12",
                "md5": "bcfba4836b0c1bb1c3d6cc32d49d74e9",
                "sha256": "4ae871967fc080a24118135dd8465339cf69c990fdea8755aef8806c5ebfb0e3"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bcfba4836b0c1bb1c3d6cc32d49d74e9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 279815,
            "upload_time": "2024-08-04T10:15:59",
            "upload_time_iso_8601": "2024-08-04T10:15:59.024278Z",
            "url": "https://files.pythonhosted.org/packages/af/12/90a9715dde5627d0d52ab89ec1a43ecb79bab29dccf86103ba3bb8136e12/pyzstd-0.16.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3a3e51f64b5367ccc2117b71d8961085514767aca210c09571e96ee7ccb4596",
                "md5": "5fb3fcc7e98ffd885ad6053666443d6a",
                "sha256": "6467ba4ccbc1e09793e763c602079bb5b95813dcb2b0d2afffb40130b5927e69"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5fb3fcc7e98ffd885ad6053666443d6a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 321403,
            "upload_time": "2024-08-04T10:16:00",
            "upload_time_iso_8601": "2024-08-04T10:16:00.222621Z",
            "url": "https://files.pythonhosted.org/packages/e3/a3/e51f64b5367ccc2117b71d8961085514767aca210c09571e96ee7ccb4596/pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3759dd902fd9f13765592cdfba108d62d14398d6668ea268897fa747724dc9e9",
                "md5": "057fe5d2abc63a3314761a23834ed794",
                "sha256": "1274d766f8a2655f99bd8f2ebc8f109ccf640734e941ca484ef03e275441e220"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "057fe5d2abc63a3314761a23834ed794",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 344467,
            "upload_time": "2024-08-04T10:16:01",
            "upload_time_iso_8601": "2024-08-04T10:16:01.493349Z",
            "url": "https://files.pythonhosted.org/packages/37/59/dd902fd9f13765592cdfba108d62d14398d6668ea268897fa747724dc9e9/pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a2be93af2a064062612bc63b054e051fed51df229c11aa19d9e101f35e7a070",
                "md5": "e16f70673edf7e9335165a133d6d7f89",
                "sha256": "fd568900f5ce7e2ced7928342b7cbc234c2b5648cff6a84bbf5e713377fce4f5"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e16f70673edf7e9335165a133d6d7f89",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 328681,
            "upload_time": "2024-08-04T10:16:03",
            "upload_time_iso_8601": "2024-08-04T10:16:03.297655Z",
            "url": "https://files.pythonhosted.org/packages/1a/2b/e93af2a064062612bc63b054e051fed51df229c11aa19d9e101f35e7a070/pyzstd-0.16.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d1a8685d1947752769eebe2edfa843c3ce68849b114755648b4fb1f10225f8c",
                "md5": "61ae15ad0e2cf4337e7837d846b65009",
                "sha256": "123aba9d2bfdc1840b1fadd386c0095130948c10cd5a4f0acc48368d61448c9e"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "61ae15ad0e2cf4337e7837d846b65009",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.5",
            "size": 240287,
            "upload_time": "2024-08-04T10:16:04",
            "upload_time_iso_8601": "2024-08-04T10:16:04.487075Z",
            "url": "https://files.pythonhosted.org/packages/2d/1a/8685d1947752769eebe2edfa843c3ce68849b114755648b4fb1f10225f8c/pyzstd-0.16.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ef5ad944b3fd65ea8f1bbb05459da73489eb331261ed0a3999a18c10429b52e",
                "md5": "55cb565610961d2dbd24ae238d965fd5",
                "sha256": "ed50c08233878c155c73ab2622e115cd9e46c0f1c2e2ddd76f2e7ca24933f195"
            },
            "downloads": -1,
            "filename": "pyzstd-0.16.1.tar.gz",
            "has_sig": false,
            "md5_digest": "55cb565610961d2dbd24ae238d965fd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 789490,
            "upload_time": "2024-08-04T10:16:05",
            "upload_time_iso_8601": "2024-08-04T10:16:05.676041Z",
            "url": "https://files.pythonhosted.org/packages/3e/f5/ad944b3fd65ea8f1bbb05459da73489eb331261ed0a3999a18c10429b52e/pyzstd-0.16.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-04 10:16:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rogdham",
    "github_project": "pyzstd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyzstd"
}
        
Elapsed time: 0.33100s