yyjson


Nameyyjson JSON
Version 4.0.6 PyPI version JSON
download
home_pageNone
SummaryJSON parser & serializer built on yyjson
upload_time2025-02-16 13:40:29
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseCopyright (c) 2020 Tyler Kennedy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======== yyjson.c and yyjson.h are used under the following license: MIT License Copyright (c) 2020 YaoYuan <ibireme@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords json parser serializer patcher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![PyPI - License](https://img.shields.io/pypi/l/yyjson.svg?style=flat-square)
![Tests](https://github.com/TkTech/py_yyjson/workflows/Run%20tests/badge.svg)

# py_yyjson

![py_yyjson Logo](misc/logo_small.png)

Fast and flexible Python JSON parsing built on the excellent [yyjson][]
project.

![GitHub Sponsors](https://img.shields.io/github/sponsors/tktech)
![PyPI - License](https://img.shields.io/pypi/l/yyjson)
![PyPI - Version](https://img.shields.io/pypi/v/yyjson)

- **Fast**: `yyjson` is several times faster than the builtin JSON module, and
  is [faster than most other JSON libraries][fast].
- **Flexible**: Parse JSON with strict specification compliance, or with
  extensions such as comments, trailing commas, Inf/NaN, numbers of any size,
  and more.
- **Lightweight**: `yyjson` is a lightweight project dependency with low
  maintenance overhead. It's written in C, and has no dependencies other than
  a C89 compiler. Built wheels are between 50kb and 800kb depending on the
  platform.
- **Portable**: Binary wheels are available for many versions of Python
  on many architectures, such as x86, x86_64, ARM, and ARM64, PowerPC, IBM Z,
  and more. PyPy is also supported. Supports Python 3.9 and newer.
- **Manipulate documents**: The fastest JSON Merge-Patch (RFC 7386), JSON Patch
  (RFC 6902), and JSON Pointer (RFC 6901) implementations available for Python
  allow you to manipulate JSON documents without deserializing them into Python
  objects.
- **Traceable**: `yyjson` uses Python's memory allocator by default, so you can
  trace memory leaks and other memory issues using Python's built-in tools.

## Documentation

Find the latest documentation at https://tkte.ch/py_yyjson.

[yyjson]: https://github.com/ibireme/yyjson
[fast]: https://github.com/tktech/json_benchmark

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yyjson",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "json, parser, serializer, patcher",
    "author": null,
    "author_email": "Tyler Kennedy <tk@tkte.ch>",
    "download_url": "https://files.pythonhosted.org/packages/12/2d/3c940adc6315b33f2c0409c0bb4346bb7d910e2088e2f82b9e854d0190f2/yyjson-4.0.6.tar.gz",
    "platform": null,
    "description": "![PyPI - License](https://img.shields.io/pypi/l/yyjson.svg?style=flat-square)\n![Tests](https://github.com/TkTech/py_yyjson/workflows/Run%20tests/badge.svg)\n\n# py_yyjson\n\n![py_yyjson Logo](misc/logo_small.png)\n\nFast and flexible Python JSON parsing built on the excellent [yyjson][]\nproject.\n\n![GitHub Sponsors](https://img.shields.io/github/sponsors/tktech)\n![PyPI - License](https://img.shields.io/pypi/l/yyjson)\n![PyPI - Version](https://img.shields.io/pypi/v/yyjson)\n\n- **Fast**: `yyjson` is several times faster than the builtin JSON module, and\n  is [faster than most other JSON libraries][fast].\n- **Flexible**: Parse JSON with strict specification compliance, or with\n  extensions such as comments, trailing commas, Inf/NaN, numbers of any size,\n  and more.\n- **Lightweight**: `yyjson` is a lightweight project dependency with low\n  maintenance overhead. It's written in C, and has no dependencies other than\n  a C89 compiler. Built wheels are between 50kb and 800kb depending on the\n  platform.\n- **Portable**: Binary wheels are available for many versions of Python\n  on many architectures, such as x86, x86_64, ARM, and ARM64, PowerPC, IBM Z,\n  and more. PyPy is also supported. Supports Python 3.9 and newer.\n- **Manipulate documents**: The fastest JSON Merge-Patch (RFC 7386), JSON Patch\n  (RFC 6902), and JSON Pointer (RFC 6901) implementations available for Python\n  allow you to manipulate JSON documents without deserializing them into Python\n  objects.\n- **Traceable**: `yyjson` uses Python's memory allocator by default, so you can\n  trace memory leaks and other memory issues using Python's built-in tools.\n\n## Documentation\n\nFind the latest documentation at https://tkte.ch/py_yyjson.\n\n[yyjson]: https://github.com/ibireme/yyjson\n[fast]: https://github.com/tktech/json_benchmark\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2020 Tyler Kennedy\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        \n        ========\n        \n        yyjson.c and yyjson.h are used under the following license:\n        \n        MIT License\n        \n        Copyright (c) 2020 YaoYuan <ibireme@gmail.com>\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        \n        ",
    "summary": "JSON parser & serializer built on yyjson",
    "version": "4.0.6",
    "project_urls": {
        "Homepage": "https://github.com/tktech/py_yyjson",
        "Repository": "https://github.com/tktech/py_yyjson.git"
    },
    "split_keywords": [
        "json",
        " parser",
        " serializer",
        " patcher"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bca88632f5f5c317c764eff2b2572699948a3c1cebfbeb8f30484f91b6c9a0b",
                "md5": "f4c7bb1457d9d0de925637ec5c6c8f87",
                "sha256": "02a57896ccc327487060b8ff2133b5c00e3605281480290b94ed64b41563d89d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "f4c7bb1457d9d0de925637ec5c6c8f87",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 328287,
            "upload_time": "2025-02-16T13:38:15",
            "upload_time_iso_8601": "2025-02-16T13:38:15.791862Z",
            "url": "https://files.pythonhosted.org/packages/4b/ca/88632f5f5c317c764eff2b2572699948a3c1cebfbeb8f30484f91b6c9a0b/yyjson-4.0.6-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "062e2eb6d4a271a71aace1404fb1bedf13ede2a445a951f6901ac758ec0a39ec",
                "md5": "a70c11cb1a6544cbc9f98ef55e5b9835",
                "sha256": "5873c9637d684528a214885581256b9081e9e5a851d15e3f1f7e71eaea8eb4d2"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a70c11cb1a6544cbc9f98ef55e5b9835",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 233993,
            "upload_time": "2025-02-16T13:38:17",
            "upload_time_iso_8601": "2025-02-16T13:38:17.746199Z",
            "url": "https://files.pythonhosted.org/packages/06/2e/2eb6d4a271a71aace1404fb1bedf13ede2a445a951f6901ac758ec0a39ec/yyjson-4.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8cbcd7eb4fbe66da23e04f80f3a56843601d78ea41c6171fd220bb0d69759b2",
                "md5": "bb4bd42d10c6c9afad1a6b5898943bbf",
                "sha256": "828919ab7452a68721c9dfd193d61d4ffc86e5cc68a89056661658504d8e7452"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bb4bd42d10c6c9afad1a6b5898943bbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 221430,
            "upload_time": "2025-02-16T13:38:18",
            "upload_time_iso_8601": "2025-02-16T13:38:18.862820Z",
            "url": "https://files.pythonhosted.org/packages/e8/cb/cd7eb4fbe66da23e04f80f3a56843601d78ea41c6171fd220bb0d69759b2/yyjson-4.0.6-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b585ebbaa115bf08647141ed892d6ffbfe939bbdf56ab2cf12125cfb71018bc6",
                "md5": "eee2d263bf95640da2a1a369c5f20f37",
                "sha256": "cbfb7d29544c97063d67682b6121840263facb089618b86e9c5592125bdc3834"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eee2d263bf95640da2a1a369c5f20f37",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 681829,
            "upload_time": "2025-02-16T13:38:20",
            "upload_time_iso_8601": "2025-02-16T13:38:20.150843Z",
            "url": "https://files.pythonhosted.org/packages/b5/85/ebbaa115bf08647141ed892d6ffbfe939bbdf56ab2cf12125cfb71018bc6/yyjson-4.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "457e71d35d076f02c73bd96cb31f5bb096ec5cf996fcf73faab0c559e6c84f58",
                "md5": "937baf71cb4f949136376f609edc90cd",
                "sha256": "8cde94339433610efa1b04d54d2f5aaa9e33acd4ec93a7d88456a81a516b47db"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "937baf71cb4f949136376f609edc90cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 716066,
            "upload_time": "2025-02-16T13:38:21",
            "upload_time_iso_8601": "2025-02-16T13:38:21.405047Z",
            "url": "https://files.pythonhosted.org/packages/45/7e/71d35d076f02c73bd96cb31f5bb096ec5cf996fcf73faab0c559e6c84f58/yyjson-4.0.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11d6410fa5b25d6277fc783a54f72d6a4446c5fd351a81e31018b0a776b149ec",
                "md5": "f20a0d52da2691eda6c4d1893d30098e",
                "sha256": "bd0bcb6683bb78a815a4c0095c0408f7d85700c8f8b64be69515ae00e5beed7f"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f20a0d52da2691eda6c4d1893d30098e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 715714,
            "upload_time": "2025-02-16T13:38:22",
            "upload_time_iso_8601": "2025-02-16T13:38:22.855992Z",
            "url": "https://files.pythonhosted.org/packages/11/d6/410fa5b25d6277fc783a54f72d6a4446c5fd351a81e31018b0a776b149ec/yyjson-4.0.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d672385304090dcc8ef683b011da0b4ee5c1c5772284c3bc30e9a4e149cf0c17",
                "md5": "b32bab6ef349360a0127281656d28e4b",
                "sha256": "05d324cfa712d57d3aa81b2dcf570cd9af0ec95d3ba1b98cdede92bce6e8cb2c"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b32bab6ef349360a0127281656d28e4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 679449,
            "upload_time": "2025-02-16T13:38:24",
            "upload_time_iso_8601": "2025-02-16T13:38:24.135155Z",
            "url": "https://files.pythonhosted.org/packages/d6/72/385304090dcc8ef683b011da0b4ee5c1c5772284c3bc30e9a4e149cf0c17/yyjson-4.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "141fc0b0dc1af90b01d67543f61b2b4693b5c545e74e7e5285b82cffae19d205",
                "md5": "5a7582857214727c57d6959cfba357a1",
                "sha256": "cb90efc0f704851685efbb3a107dfdcfb9f22981f93be3299febc7ff7dfbf53e"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5a7582857214727c57d6959cfba357a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 689195,
            "upload_time": "2025-02-16T13:38:25",
            "upload_time_iso_8601": "2025-02-16T13:38:25.338836Z",
            "url": "https://files.pythonhosted.org/packages/14/1f/c0b0dc1af90b01d67543f61b2b4693b5c545e74e7e5285b82cffae19d205/yyjson-4.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cb945181e0069708472eab85543b4adf28cda4c43cadeb61356245b27c899d2",
                "md5": "9095feb4d9fb0c2e05c8b00580258916",
                "sha256": "3e767b26957391243b81e53be16f6b8dc12305854d9afaeee22309cce5acc06e"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9095feb4d9fb0c2e05c8b00580258916",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 687551,
            "upload_time": "2025-02-16T13:38:26",
            "upload_time_iso_8601": "2025-02-16T13:38:26.535524Z",
            "url": "https://files.pythonhosted.org/packages/3c/b9/45181e0069708472eab85543b4adf28cda4c43cadeb61356245b27c899d2/yyjson-4.0.6-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4157cd72e5e7754a06073588c5cedee5ba2aaa4c3d03569d89ff58f779c051e",
                "md5": "27906320e833ed8024a70cf58b8082e4",
                "sha256": "cc8bb13e9a9ccf182a499d279f60b51ca977bb3ef0e714f4c3c6a05488b022df"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "27906320e833ed8024a70cf58b8082e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 709376,
            "upload_time": "2025-02-16T13:38:27",
            "upload_time_iso_8601": "2025-02-16T13:38:27.752160Z",
            "url": "https://files.pythonhosted.org/packages/f4/15/7cd72e5e7754a06073588c5cedee5ba2aaa4c3d03569d89ff58f779c051e/yyjson-4.0.6-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf6c34cb9a83ce704eaaf9abc9d7f5df001332a644e051f966136398ce6e4575",
                "md5": "0ef9a9c3ea88c3829ef8945f8f8e2c68",
                "sha256": "d1a75c4fd31eea1a0e9100c0271808400f6e4be1aa70f1c7b1bc21fe25825ab5"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0ef9a9c3ea88c3829ef8945f8f8e2c68",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 728325,
            "upload_time": "2025-02-16T13:38:28",
            "upload_time_iso_8601": "2025-02-16T13:38:28.936558Z",
            "url": "https://files.pythonhosted.org/packages/bf/6c/34cb9a83ce704eaaf9abc9d7f5df001332a644e051f966136398ce6e4575/yyjson-4.0.6-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "776688020542a28419e4a383b35a310896eaea5bc30dd1a61c7819941fe148e2",
                "md5": "f68ac486bfcc342da6bb62d680438138",
                "sha256": "5a66d963d1df99a19cc7559a2e7bfbb2e5fa4112bfc48855f4dfdeaf97d69344"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "f68ac486bfcc342da6bb62d680438138",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 734818,
            "upload_time": "2025-02-16T13:38:30",
            "upload_time_iso_8601": "2025-02-16T13:38:30.115761Z",
            "url": "https://files.pythonhosted.org/packages/77/66/88020542a28419e4a383b35a310896eaea5bc30dd1a61c7819941fe148e2/yyjson-4.0.6-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a926eda08f78fffe686aa4df4362bdcc35bfbb08e02e522a3fb721562d932ffc",
                "md5": "2795644ab6ea73aa26688ac16896f3d1",
                "sha256": "fab1302a8bca76e2a32beef40f8ab7cd1a749d2e28813b8e8bf0aa11a4bd379e"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2795644ab6ea73aa26688ac16896f3d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 673847,
            "upload_time": "2025-02-16T13:38:32",
            "upload_time_iso_8601": "2025-02-16T13:38:32.021290Z",
            "url": "https://files.pythonhosted.org/packages/a9/26/eda08f78fffe686aa4df4362bdcc35bfbb08e02e522a3fb721562d932ffc/yyjson-4.0.6-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccf87fe56de0b6b420debf2d4134d1b5cb1f6c713a052e8f439f72486b033fd3",
                "md5": "4b5bb6379938efae1e70b64574a1351a",
                "sha256": "c483a5255dd94017a1810429e6985374ab6f27229def1a96027b340e736671f4"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "4b5bb6379938efae1e70b64574a1351a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 217425,
            "upload_time": "2025-02-16T13:38:34",
            "upload_time_iso_8601": "2025-02-16T13:38:34.132168Z",
            "url": "https://files.pythonhosted.org/packages/cc/f8/7fe56de0b6b420debf2d4134d1b5cb1f6c713a052e8f439f72486b033fd3/yyjson-4.0.6-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb4d19dc131557f0f9b6be921fc725e9d34c9335810706faf763f3154510e034",
                "md5": "b802a3f4064bf241c3982cd5a4ec30f4",
                "sha256": "3b62530988f8130a0bd5639dcce7d8fe109a9b46d737bdfe5ccf3dd5ca312031"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b802a3f4064bf241c3982cd5a4ec30f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 206199,
            "upload_time": "2025-02-16T13:38:37",
            "upload_time_iso_8601": "2025-02-16T13:38:37.402342Z",
            "url": "https://files.pythonhosted.org/packages/cb/4d/19dc131557f0f9b6be921fc725e9d34c9335810706faf763f3154510e034/yyjson-4.0.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70dd4b8451a4aa699502290272a9a13cea9a4a37327af7bf6efc01d2d9e5e18b",
                "md5": "48d40a26fcb9a8cad2777ea2259705cf",
                "sha256": "a196351e69b182b917a85846af5fcc8cb1c557f656f2c6ab8da18f93d841a06c"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "48d40a26fcb9a8cad2777ea2259705cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 327651,
            "upload_time": "2025-02-16T13:38:38",
            "upload_time_iso_8601": "2025-02-16T13:38:38.483286Z",
            "url": "https://files.pythonhosted.org/packages/70/dd/4b8451a4aa699502290272a9a13cea9a4a37327af7bf6efc01d2d9e5e18b/yyjson-4.0.6-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29a3609726fad434ad1e5fb3b014a3c901984bb1d7294578208f1217cc27ba49",
                "md5": "489aca15b53811346796a66e818f75d9",
                "sha256": "93eacab0f8f1a35fffd56e1d601e25d74bb95e41fa38640b5c12cbc83f7def7d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "489aca15b53811346796a66e818f75d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 233655,
            "upload_time": "2025-02-16T13:38:39",
            "upload_time_iso_8601": "2025-02-16T13:38:39.774111Z",
            "url": "https://files.pythonhosted.org/packages/29/a3/609726fad434ad1e5fb3b014a3c901984bb1d7294578208f1217cc27ba49/yyjson-4.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5d14d9ef2b8d53735de725fd44449a3cab743abb7840a9261a9b31a102051a9",
                "md5": "e87cf604e065fb29607957a9ccfe2f7d",
                "sha256": "f596ecac6f214ce039ccff70db72fc59cfd9319df347fe7a18e70d95358de080"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e87cf604e065fb29607957a9ccfe2f7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 221174,
            "upload_time": "2025-02-16T13:38:40",
            "upload_time_iso_8601": "2025-02-16T13:38:40.844546Z",
            "url": "https://files.pythonhosted.org/packages/a5/d1/4d9ef2b8d53735de725fd44449a3cab743abb7840a9261a9b31a102051a9/yyjson-4.0.6-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94740de4dcde99aefd2b4a1fd6c356aeea294ce1f773d3b17a9e7daee94d8da4",
                "md5": "1fc6654137a8ffa345dfb946607bc76f",
                "sha256": "4625433361cf2598276cfaf39e3df0b27bc581519b8ca25ff6fed0dcdef19ab9"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1fc6654137a8ffa345dfb946607bc76f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 680094,
            "upload_time": "2025-02-16T13:38:42",
            "upload_time_iso_8601": "2025-02-16T13:38:42.009253Z",
            "url": "https://files.pythonhosted.org/packages/94/74/0de4dcde99aefd2b4a1fd6c356aeea294ce1f773d3b17a9e7daee94d8da4/yyjson-4.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e9519ad417ee3dad279d88ae0fe163e4a97e4f2193bae94fb80542e4e292b9d",
                "md5": "f886d361f85391feeb9024a7e2262202",
                "sha256": "925df7628b48a0ffc0cf4a4bcb6d4d27b90f1f63ea1e5be0a74c1bb14d9bcd39"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f886d361f85391feeb9024a7e2262202",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 714338,
            "upload_time": "2025-02-16T13:38:43",
            "upload_time_iso_8601": "2025-02-16T13:38:43.649652Z",
            "url": "https://files.pythonhosted.org/packages/2e/95/19ad417ee3dad279d88ae0fe163e4a97e4f2193bae94fb80542e4e292b9d/yyjson-4.0.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f5259cb701f47dee360aca2595251956b3993d35571892357b62c30daf83d44",
                "md5": "c1097fa2ec713cbcd119f75c297599dd",
                "sha256": "4c8487f9b5bdadd2083c639b7463058bfaec07e67d4fc5622b018062dd97230f"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c1097fa2ec713cbcd119f75c297599dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 714455,
            "upload_time": "2025-02-16T13:38:44",
            "upload_time_iso_8601": "2025-02-16T13:38:44.922664Z",
            "url": "https://files.pythonhosted.org/packages/1f/52/59cb701f47dee360aca2595251956b3993d35571892357b62c30daf83d44/yyjson-4.0.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92c45d5977f0109e9f824bd75617903639c307509867f043444e036cdb541317",
                "md5": "2ac3f1bfc6e3cc78e8f9daa1322054b4",
                "sha256": "bf5675bf8d36f9f47914f8c65a48ad1f256c62e45bb4ec9339d805288534e953"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2ac3f1bfc6e3cc78e8f9daa1322054b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 678025,
            "upload_time": "2025-02-16T13:38:46",
            "upload_time_iso_8601": "2025-02-16T13:38:46.049448Z",
            "url": "https://files.pythonhosted.org/packages/92/c4/5d5977f0109e9f824bd75617903639c307509867f043444e036cdb541317/yyjson-4.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0822ba62aeb5532aecf23a9cf7e3d520eba012384ec497d76094c20cf7eaf9ab",
                "md5": "e5402e5dd7009ef115698cd9d4010929",
                "sha256": "3e96c3ef9769cd8e40c27af378edccbd2c0c0b4abbafd664e9ac00d2d78fe352"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e5402e5dd7009ef115698cd9d4010929",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 688109,
            "upload_time": "2025-02-16T13:38:47",
            "upload_time_iso_8601": "2025-02-16T13:38:47.223800Z",
            "url": "https://files.pythonhosted.org/packages/08/22/ba62aeb5532aecf23a9cf7e3d520eba012384ec497d76094c20cf7eaf9ab/yyjson-4.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c73708395a1409968c516f5b08e253658c1df8ad8abaa6d482eb40d224d8b8bf",
                "md5": "f0ba57dfefa5e5dc9f4b5999382fe809",
                "sha256": "b066435f00ee131d6b72348117161f015151ff8890795da645f80bd1c1ff35d6"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0ba57dfefa5e5dc9f4b5999382fe809",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 686049,
            "upload_time": "2025-02-16T13:38:49",
            "upload_time_iso_8601": "2025-02-16T13:38:49.193597Z",
            "url": "https://files.pythonhosted.org/packages/c7/37/08395a1409968c516f5b08e253658c1df8ad8abaa6d482eb40d224d8b8bf/yyjson-4.0.6-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d31d2e7daa39b7b4cddc94d69cf4b8e97109cbd8e373f4d465113401ae379f6",
                "md5": "57119fcccaec9799f908279281925a7b",
                "sha256": "736418c46eb80049d3c279f72185756ebef100dd07fb4c6f6591b88e2cd4dfea"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "57119fcccaec9799f908279281925a7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 707732,
            "upload_time": "2025-02-16T13:38:50",
            "upload_time_iso_8601": "2025-02-16T13:38:50.384931Z",
            "url": "https://files.pythonhosted.org/packages/1d/31/d2e7daa39b7b4cddc94d69cf4b8e97109cbd8e373f4d465113401ae379f6/yyjson-4.0.6-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b711ce7203d346fceabef4187c7d59b0f05e2ce7cbe3570d1983c03608277b76",
                "md5": "8f5332964e73e5ec008bf0bc4a211d6e",
                "sha256": "4a9948405c5e0d4f8fc389101b505e4d23828978397cf1dfe7894bae604e2bfc"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8f5332964e73e5ec008bf0bc4a211d6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 726753,
            "upload_time": "2025-02-16T13:38:51",
            "upload_time_iso_8601": "2025-02-16T13:38:51.522558Z",
            "url": "https://files.pythonhosted.org/packages/b7/11/ce7203d346fceabef4187c7d59b0f05e2ce7cbe3570d1983c03608277b76/yyjson-4.0.6-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a76ed863f4a1dc314d7e819b29b6ed83e3fa36a2a15a54e84be12ff06fbe7b4",
                "md5": "a919eba03e80a2f77935a588fe06f5f6",
                "sha256": "1ab4fac0e13ce62620467c23ebf9f4a784349a3303e4aafb9134894eb93a2351"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a919eba03e80a2f77935a588fe06f5f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 732938,
            "upload_time": "2025-02-16T13:38:53",
            "upload_time_iso_8601": "2025-02-16T13:38:53.630469Z",
            "url": "https://files.pythonhosted.org/packages/6a/76/ed863f4a1dc314d7e819b29b6ed83e3fa36a2a15a54e84be12ff06fbe7b4/yyjson-4.0.6-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "700c675e65647087d0a9f5cc57705e1bf239f8a1408943546918c1f608467a93",
                "md5": "bb01ca5c752c3753a828fb9d52e578c3",
                "sha256": "eea8db11b8a942586e2b702d2867731bfe7b2587d82921de8033627da4e2c280"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb01ca5c752c3753a828fb9d52e578c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 672863,
            "upload_time": "2025-02-16T13:38:55",
            "upload_time_iso_8601": "2025-02-16T13:38:55.598531Z",
            "url": "https://files.pythonhosted.org/packages/70/0c/675e65647087d0a9f5cc57705e1bf239f8a1408943546918c1f608467a93/yyjson-4.0.6-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0351edcbd4379a2fac39aabdebd36b1b2bcd2c07c51af8d1765ed0476e857a3",
                "md5": "b94434ee5912872ffff42e467c8e81fd",
                "sha256": "4cc933105e972f996878d07b7e3c756579e7cfe60d713ce796fd34dbb78b4193"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "b94434ee5912872ffff42e467c8e81fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 217293,
            "upload_time": "2025-02-16T13:38:56",
            "upload_time_iso_8601": "2025-02-16T13:38:56.781241Z",
            "url": "https://files.pythonhosted.org/packages/f0/35/1edcbd4379a2fac39aabdebd36b1b2bcd2c07c51af8d1765ed0476e857a3/yyjson-4.0.6-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "154e505260bc3abd5f6d77f6fb2a16fff42892c781204604eeb5c72a1934f301",
                "md5": "bc00e467b98e970d579065566f36b345",
                "sha256": "10aeb4f109e02a75e81d386af810f9e5af3e68b14df6f7c27e3db65a5b250775"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bc00e467b98e970d579065566f36b345",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 206093,
            "upload_time": "2025-02-16T13:38:57",
            "upload_time_iso_8601": "2025-02-16T13:38:57.898319Z",
            "url": "https://files.pythonhosted.org/packages/15/4e/505260bc3abd5f6d77f6fb2a16fff42892c781204604eeb5c72a1934f301/yyjson-4.0.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad5151c00060a8ea98e4db3475c15d82d57342d0ebf1c92b9b077239b4e2b918",
                "md5": "fa8065dade0bcdfcc4095c8ba8967a71",
                "sha256": "6c62a7e4b8d6820e97d0f4ecfd176e0048d7ed06673bcc6ddbf9e0817e634a08"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "fa8065dade0bcdfcc4095c8ba8967a71",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 327888,
            "upload_time": "2025-02-16T13:38:58",
            "upload_time_iso_8601": "2025-02-16T13:38:58.987648Z",
            "url": "https://files.pythonhosted.org/packages/ad/51/51c00060a8ea98e4db3475c15d82d57342d0ebf1c92b9b077239b4e2b918/yyjson-4.0.6-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d0db51c30eaeabdc49a38dbd60edb566799773c37808d11907e053afbf8da56",
                "md5": "8179cfbfab49cd4d22e93158aa31519a",
                "sha256": "98419633fbc6573649f415159fa3aecce50941ff0a2702fd03a38b068d997ffb"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8179cfbfab49cd4d22e93158aa31519a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 233814,
            "upload_time": "2025-02-16T13:39:00",
            "upload_time_iso_8601": "2025-02-16T13:39:00.775556Z",
            "url": "https://files.pythonhosted.org/packages/6d/0d/b51c30eaeabdc49a38dbd60edb566799773c37808d11907e053afbf8da56/yyjson-4.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28a97778bb0b39a267f6a06759291cec883618939daec68be68048923dc2dd63",
                "md5": "e29e71ce7716e3172aa62352beb8cb03",
                "sha256": "3d0f68d3a97e7a0f90d04fbc11a6d7fb48f87eb2e2e53d9b974e8876240a0352"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e29e71ce7716e3172aa62352beb8cb03",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 221246,
            "upload_time": "2025-02-16T13:39:01",
            "upload_time_iso_8601": "2025-02-16T13:39:01.829197Z",
            "url": "https://files.pythonhosted.org/packages/28/a9/7778bb0b39a267f6a06759291cec883618939daec68be68048923dc2dd63/yyjson-4.0.6-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7637dd88aefe77eafc6b8e7317029b36e7ca52a6073ae8f5008d007b6760dfdc",
                "md5": "299fdbd3840e63a77c19023f9253b790",
                "sha256": "3e60fb521e5c3cb1337dbd9015a69ef075eb5d0631ed1d8e85971c0810347569"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "299fdbd3840e63a77c19023f9253b790",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 680646,
            "upload_time": "2025-02-16T13:39:03",
            "upload_time_iso_8601": "2025-02-16T13:39:03.049220Z",
            "url": "https://files.pythonhosted.org/packages/76/37/dd88aefe77eafc6b8e7317029b36e7ca52a6073ae8f5008d007b6760dfdc/yyjson-4.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "353915c2ec62b5d5b8f3ae61aff1cad0840930056553c5672801b591bafd6963",
                "md5": "668dd339045fd1c9fef971c6e99c2d4b",
                "sha256": "469595ed3e8663b80befb73015b8e2c61e75c0d31af892b24f50900cba3a2785"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "668dd339045fd1c9fef971c6e99c2d4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 713742,
            "upload_time": "2025-02-16T13:39:04",
            "upload_time_iso_8601": "2025-02-16T13:39:04.238713Z",
            "url": "https://files.pythonhosted.org/packages/35/39/15c2ec62b5d5b8f3ae61aff1cad0840930056553c5672801b591bafd6963/yyjson-4.0.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0421f75c542ae4365fe48dccc5646118b167c07ec106ac5e03944da207ceb311",
                "md5": "f5d8223dc046fa5fbe04bb77f9bd492a",
                "sha256": "828b88f866a3611db4a2641af4fea4e687619479a8edf972434de826a8090655"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f5d8223dc046fa5fbe04bb77f9bd492a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 714434,
            "upload_time": "2025-02-16T13:39:05",
            "upload_time_iso_8601": "2025-02-16T13:39:05.323138Z",
            "url": "https://files.pythonhosted.org/packages/04/21/f75c542ae4365fe48dccc5646118b167c07ec106ac5e03944da207ceb311/yyjson-4.0.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a80935754204f3aabe942ff74244195e65064493b07d87340400ede524b01e4d",
                "md5": "76217cb1b7e771ff8acf648571542e86",
                "sha256": "d3c63e82075a7cdf125f4c8a59dd0f9befae4d3dbc5a709bf2c71e9ba98774cf"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76217cb1b7e771ff8acf648571542e86",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 680231,
            "upload_time": "2025-02-16T13:39:06",
            "upload_time_iso_8601": "2025-02-16T13:39:06.600373Z",
            "url": "https://files.pythonhosted.org/packages/a8/09/35754204f3aabe942ff74244195e65064493b07d87340400ede524b01e4d/yyjson-4.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "247dc3f0ee0212ccaab8baa7cffa40d06c233f8b7a5cf6393e34d75805631cab",
                "md5": "7214aa8a663462fef9a5321013ddaafc",
                "sha256": "7321e0194f7ef1e611d8390244ad8217784b4e1fc589790e18cca910dcaea664"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7214aa8a663462fef9a5321013ddaafc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 688038,
            "upload_time": "2025-02-16T13:39:07",
            "upload_time_iso_8601": "2025-02-16T13:39:07.839323Z",
            "url": "https://files.pythonhosted.org/packages/24/7d/c3f0ee0212ccaab8baa7cffa40d06c233f8b7a5cf6393e34d75805631cab/yyjson-4.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "710547de2a2fd2e5cdb1ec7dbfc194f2cb16cd01c62315e6e376c3f8abba76e7",
                "md5": "52c289ac7ebfcf9bb73d0ea7fec5010e",
                "sha256": "5428044be8165f2c7a680ef8105b063d75002a0f1f4892bbd9261ec7ab3aa5cc"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52c289ac7ebfcf9bb73d0ea7fec5010e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 686206,
            "upload_time": "2025-02-16T13:39:09",
            "upload_time_iso_8601": "2025-02-16T13:39:09.056638Z",
            "url": "https://files.pythonhosted.org/packages/71/05/47de2a2fd2e5cdb1ec7dbfc194f2cb16cd01c62315e6e376c3f8abba76e7/yyjson-4.0.6-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72e8cbabe0e20455c65a3ba31585b94fe052a6c0b8a8c4742e40d8081ef22a87",
                "md5": "30b6efa803e25ce610cc11878664b94b",
                "sha256": "10668cc36bcd37785f4149bc1f747c3dff1a5c0a26dd83d4c572b2dd645cc079"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "30b6efa803e25ce610cc11878664b94b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 709502,
            "upload_time": "2025-02-16T13:39:10",
            "upload_time_iso_8601": "2025-02-16T13:39:10.273813Z",
            "url": "https://files.pythonhosted.org/packages/72/e8/cbabe0e20455c65a3ba31585b94fe052a6c0b8a8c4742e40d8081ef22a87/yyjson-4.0.6-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "acfd86668c107f780c957ecf9cfb6bb810d6be77ae1b78c089f0a8dc7c3f585a",
                "md5": "1c076910279c96cd33b8a9b4b9368e37",
                "sha256": "8449605c5f5cb5129fb0caefb72dc4b9de87f3a97cc20e33f5cb1eb07396b402"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1c076910279c96cd33b8a9b4b9368e37",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 725257,
            "upload_time": "2025-02-16T13:39:11",
            "upload_time_iso_8601": "2025-02-16T13:39:11.531718Z",
            "url": "https://files.pythonhosted.org/packages/ac/fd/86668c107f780c957ecf9cfb6bb810d6be77ae1b78c089f0a8dc7c3f585a/yyjson-4.0.6-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88fcb860ee9e7173ce07b7d31afe3d51ddce04fbc04c9d9611a73944d215be0c",
                "md5": "c6f197079cceea84ec8d9dd232ca313c",
                "sha256": "b4c25ac052cec25732586818ebcc3d629b7785f93e8015dde7f06b0676b2b26b"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "c6f197079cceea84ec8d9dd232ca313c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 732117,
            "upload_time": "2025-02-16T13:39:12",
            "upload_time_iso_8601": "2025-02-16T13:39:12.964588Z",
            "url": "https://files.pythonhosted.org/packages/88/fc/b860ee9e7173ce07b7d31afe3d51ddce04fbc04c9d9611a73944d215be0c/yyjson-4.0.6-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c5a93c4f728ecaf46870945c3d8a3b8fa17cc4f8dced2a7091f0b4127a04116",
                "md5": "8ff82d16334357bf4b70d6461445fb36",
                "sha256": "271d11cd18f42a8210f35b3352ab24c42e91c380b4529a6ddc17fcbcd25bb34d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ff82d16334357bf4b70d6461445fb36",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 674160,
            "upload_time": "2025-02-16T13:39:14",
            "upload_time_iso_8601": "2025-02-16T13:39:14.073683Z",
            "url": "https://files.pythonhosted.org/packages/5c/5a/93c4f728ecaf46870945c3d8a3b8fa17cc4f8dced2a7091f0b4127a04116/yyjson-4.0.6-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e59397bf5e5b08e7ad74325620cac5737003b49911e46948c76c9fb1b8c002f",
                "md5": "43ea1195bc104ae472b7424092c41a9b",
                "sha256": "36696a4797da7b0d2fe47f88e9b41f22fa7d381290e6e5d6ed011fffa11497cc"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "43ea1195bc104ae472b7424092c41a9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 217414,
            "upload_time": "2025-02-16T13:39:16",
            "upload_time_iso_8601": "2025-02-16T13:39:16.187505Z",
            "url": "https://files.pythonhosted.org/packages/4e/59/397bf5e5b08e7ad74325620cac5737003b49911e46948c76c9fb1b8c002f/yyjson-4.0.6-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f045a84ca206b283585d2c7b21bdbbc5bba3cf3015ca03997c58003a9fa16a6f",
                "md5": "b157302b9b217f3d2326e0d8d97f1a82",
                "sha256": "268b31546f882eebed6486136c028c7d32e28e9efa4c87f2db2697ac98a67255"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b157302b9b217f3d2326e0d8d97f1a82",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 206176,
            "upload_time": "2025-02-16T13:39:19",
            "upload_time_iso_8601": "2025-02-16T13:39:19.509462Z",
            "url": "https://files.pythonhosted.org/packages/f0/45/a84ca206b283585d2c7b21bdbbc5bba3cf3015ca03997c58003a9fa16a6f/yyjson-4.0.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49d0090eb924912dfc61be79bbaac7e8b2d8f7fb0b5786c507184f620defbc20",
                "md5": "ecdad6238178584ef05e1761bbe2f23e",
                "sha256": "8ab49003dbe1edeff796954ea23e22eb82a20b11373ab9dd7d0b67cfbe42253d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "ecdad6238178584ef05e1761bbe2f23e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 327896,
            "upload_time": "2025-02-16T13:39:21",
            "upload_time_iso_8601": "2025-02-16T13:39:21.184878Z",
            "url": "https://files.pythonhosted.org/packages/49/d0/090eb924912dfc61be79bbaac7e8b2d8f7fb0b5786c507184f620defbc20/yyjson-4.0.6-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "420950ae0f7405af7a539ca547451f9edb1ce7addb61b6a907d75068517cd140",
                "md5": "d8286e81b455cfb6900359f328ab6106",
                "sha256": "1047e6a13c40c8ed55a5b304d7eafc72cade713ff9ab8e014e034adb99a4758f"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8286e81b455cfb6900359f328ab6106",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 233813,
            "upload_time": "2025-02-16T13:39:22",
            "upload_time_iso_8601": "2025-02-16T13:39:22.478511Z",
            "url": "https://files.pythonhosted.org/packages/42/09/50ae0f7405af7a539ca547451f9edb1ce7addb61b6a907d75068517cd140/yyjson-4.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "484523405d89cc11ca9951f46aa31a5d6132e6edb72779912993eb1ab6dae62a",
                "md5": "47c67ff0f1b7f478e6158e5179732e72",
                "sha256": "682525c76ca20dfc65fee2df27b375a1f7c79f327e1b7df3b1d7daaabf1c9014"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "47c67ff0f1b7f478e6158e5179732e72",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 221239,
            "upload_time": "2025-02-16T13:39:24",
            "upload_time_iso_8601": "2025-02-16T13:39:24.495911Z",
            "url": "https://files.pythonhosted.org/packages/48/45/23405d89cc11ca9951f46aa31a5d6132e6edb72779912993eb1ab6dae62a/yyjson-4.0.6-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8792a38b451561893d17b08b3d96b6ab9c8dc90854ce0075e146c4ef49d5ccd3",
                "md5": "fca699e40a1dbdb0eaffd037f78947cc",
                "sha256": "c87f25f069b9df356d6fac63bda68ab808b56951d1f0aa935e10d058a0d34b4d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fca699e40a1dbdb0eaffd037f78947cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 680568,
            "upload_time": "2025-02-16T13:39:25",
            "upload_time_iso_8601": "2025-02-16T13:39:25.650871Z",
            "url": "https://files.pythonhosted.org/packages/87/92/a38b451561893d17b08b3d96b6ab9c8dc90854ce0075e146c4ef49d5ccd3/yyjson-4.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b581868f1ab1b6393e5dd8d94950593d10823b3920ca586ad2f6b82df7d814b",
                "md5": "aae0c22143cdd642077ecd0a41c1889c",
                "sha256": "750be47e6ea5567bb2dc7126820471decbca0b1f4605b2fd5ea6d6317dee50b1"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aae0c22143cdd642077ecd0a41c1889c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 713600,
            "upload_time": "2025-02-16T13:39:26",
            "upload_time_iso_8601": "2025-02-16T13:39:26.897866Z",
            "url": "https://files.pythonhosted.org/packages/2b/58/1868f1ab1b6393e5dd8d94950593d10823b3920ca586ad2f6b82df7d814b/yyjson-4.0.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13ab29497175e876ba2c3cbca013a352b5585d08477f7f8de679343ff226d42a",
                "md5": "9eebd728c6dc3a14dc5ab8c708b98d4b",
                "sha256": "43df1f2fb18af9d0cceccdac8485f484a2635891d3f0fdfaf0c6615722d0b3d2"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9eebd728c6dc3a14dc5ab8c708b98d4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 714297,
            "upload_time": "2025-02-16T13:39:29",
            "upload_time_iso_8601": "2025-02-16T13:39:29.102356Z",
            "url": "https://files.pythonhosted.org/packages/13/ab/29497175e876ba2c3cbca013a352b5585d08477f7f8de679343ff226d42a/yyjson-4.0.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8cb524ee05aa28ac8700d0573ee652b6f84f869a0112e9393737f62e3c10549b",
                "md5": "466ad5f3764f50013c677225fd18f9cf",
                "sha256": "fa5e861e482a57b17087e2c0ec1b921b10e73f14786e73f20acbf289dee1a4ee"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "466ad5f3764f50013c677225fd18f9cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 679981,
            "upload_time": "2025-02-16T13:39:30",
            "upload_time_iso_8601": "2025-02-16T13:39:30.325742Z",
            "url": "https://files.pythonhosted.org/packages/8c/b5/24ee05aa28ac8700d0573ee652b6f84f869a0112e9393737f62e3c10549b/yyjson-4.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4960cb90b813121c3ecbab1048891e9f362fc5db983155c9438c4ee235ba6f8",
                "md5": "dcf72278d91f07d888b7a6bed18836c3",
                "sha256": "dbb0f1bd905b19e4cccd2f318bfc4eaf0950c99b758f08dfc382886f0fde6ac8"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dcf72278d91f07d888b7a6bed18836c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 687870,
            "upload_time": "2025-02-16T13:39:34",
            "upload_time_iso_8601": "2025-02-16T13:39:34.297711Z",
            "url": "https://files.pythonhosted.org/packages/e4/96/0cb90b813121c3ecbab1048891e9f362fc5db983155c9438c4ee235ba6f8/yyjson-4.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6fa9125391eac75bd2d134887c16a1b5fe8ec9dca109542d0ea54f5e9a7a1bc3",
                "md5": "bdc9c898f273f2e5188546a6b0aab7c0",
                "sha256": "f72511ed2b13d660c32924ce204623f113b6d6e39ab94d2efa2585a96aeee20f"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bdc9c898f273f2e5188546a6b0aab7c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 686316,
            "upload_time": "2025-02-16T13:39:36",
            "upload_time_iso_8601": "2025-02-16T13:39:36.289994Z",
            "url": "https://files.pythonhosted.org/packages/6f/a9/125391eac75bd2d134887c16a1b5fe8ec9dca109542d0ea54f5e9a7a1bc3/yyjson-4.0.6-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "257fa31cfd39ea8ceea87925723bb753d20eb6597325fe2cb46b9bdfd3c99d23",
                "md5": "1f57800c4ad1ad473ad2292c0b9d0486",
                "sha256": "a27be7b505fe2ca70849e38cebdb468dea75435edb2375234276aed260edc1f4"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "1f57800c4ad1ad473ad2292c0b9d0486",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 709517,
            "upload_time": "2025-02-16T13:39:37",
            "upload_time_iso_8601": "2025-02-16T13:39:37.610775Z",
            "url": "https://files.pythonhosted.org/packages/25/7f/a31cfd39ea8ceea87925723bb753d20eb6597325fe2cb46b9bdfd3c99d23/yyjson-4.0.6-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50ad53194dfaf1d11db3feb027e1a27148cbce9ab2bf62a30dd58db7db06c996",
                "md5": "1d0dfd678296db4c1ed4dd3a15671295",
                "sha256": "be3062d54b009f8c725108cf96119e96307f8e7a49a0b428c58e9084b89bf3ec"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1d0dfd678296db4c1ed4dd3a15671295",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 725375,
            "upload_time": "2025-02-16T13:39:38",
            "upload_time_iso_8601": "2025-02-16T13:39:38.919044Z",
            "url": "https://files.pythonhosted.org/packages/50/ad/53194dfaf1d11db3feb027e1a27148cbce9ab2bf62a30dd58db7db06c996/yyjson-4.0.6-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d6e28810cea2cd682013ada0a8b6f36d876b664050c207577dd1d2678d4652d",
                "md5": "a086b5b936dad84251927556a70aa7c8",
                "sha256": "1521b4966fda4e4571782a8ceef706f8450d756db6fdd7e10e51b4a606b06f56"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a086b5b936dad84251927556a70aa7c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 732074,
            "upload_time": "2025-02-16T13:39:40",
            "upload_time_iso_8601": "2025-02-16T13:39:40.233257Z",
            "url": "https://files.pythonhosted.org/packages/9d/6e/28810cea2cd682013ada0a8b6f36d876b664050c207577dd1d2678d4652d/yyjson-4.0.6-cp313-cp313-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "931b38b301b569c417d7ed1c6444c044babb2616a44a0428414b4b51af3990ac",
                "md5": "af968f5fae968c7515a5a1c51edb5b7b",
                "sha256": "764be6bee0c0aadad860717009848daf09f4fa372e12390b6e2bee15f9e0a031"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af968f5fae968c7515a5a1c51edb5b7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 674192,
            "upload_time": "2025-02-16T13:39:41",
            "upload_time_iso_8601": "2025-02-16T13:39:41.412900Z",
            "url": "https://files.pythonhosted.org/packages/93/1b/38b301b569c417d7ed1c6444c044babb2616a44a0428414b4b51af3990ac/yyjson-4.0.6-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c98ff91df308c86b6953eaa970699e08f73c3ed75b9acd6d97b335c740a1c71",
                "md5": "7f9e882a7a2426ef88d77b2dd06939f8",
                "sha256": "6e7d47788e5bfd1d8dc9f5185a6798902cccbdc1b10811782abc01c55056d3f6"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "7f9e882a7a2426ef88d77b2dd06939f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 217401,
            "upload_time": "2025-02-16T13:39:42",
            "upload_time_iso_8601": "2025-02-16T13:39:42.694030Z",
            "url": "https://files.pythonhosted.org/packages/4c/98/ff91df308c86b6953eaa970699e08f73c3ed75b9acd6d97b335c740a1c71/yyjson-4.0.6-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a8f08b7931ebd6c6db3f87fc036184b07202aa4a18fa9fdc160556e816f36d4",
                "md5": "6db191f7e3b62a49d356e2e0af5abe81",
                "sha256": "c47db6ded16a73cf5aefbf281d7fde9fd6e9360cba71f9513508f24683d83108"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6db191f7e3b62a49d356e2e0af5abe81",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 206170,
            "upload_time": "2025-02-16T13:39:43",
            "upload_time_iso_8601": "2025-02-16T13:39:43.823140Z",
            "url": "https://files.pythonhosted.org/packages/0a/8f/08b7931ebd6c6db3f87fc036184b07202aa4a18fa9fdc160556e816f36d4/yyjson-4.0.6-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4ecc2be56c255e9c9853cc59e452c93cc0dced4ce189e9be20a8503df6977c3",
                "md5": "8bdcc3a882252e99d445983ae57f1bf9",
                "sha256": "2db38cbddeae7f228d996f6ddb3494805361015639868f5a06057c9c45c61efd"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8bdcc3a882252e99d445983ae57f1bf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 328293,
            "upload_time": "2025-02-16T13:39:44",
            "upload_time_iso_8601": "2025-02-16T13:39:44.914634Z",
            "url": "https://files.pythonhosted.org/packages/f4/ec/c2be56c255e9c9853cc59e452c93cc0dced4ce189e9be20a8503df6977c3/yyjson-4.0.6-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b344d18f99096f9f2aa7a51745248368c9397101fcd93496f955f0af667e718",
                "md5": "1a427dd320610b489daf905a7b0c13d6",
                "sha256": "0f908311db44d68192ebc7fd09404a8268ebeafa2e9387176efab303db122bc4"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a427dd320610b489daf905a7b0c13d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 233987,
            "upload_time": "2025-02-16T13:39:46",
            "upload_time_iso_8601": "2025-02-16T13:39:46.161679Z",
            "url": "https://files.pythonhosted.org/packages/3b/34/4d18f99096f9f2aa7a51745248368c9397101fcd93496f955f0af667e718/yyjson-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39272e1093853337a3a04a7a8355b799faa307c5b741933f2de10f74dc15e717",
                "md5": "a4e852d26d3458000d42701040cdc86e",
                "sha256": "2e998e59b47bc5450c2b9dd25b35e2233ac6e7bb9f5dfcf76df29a53ed230881"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a4e852d26d3458000d42701040cdc86e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 221436,
            "upload_time": "2025-02-16T13:39:47",
            "upload_time_iso_8601": "2025-02-16T13:39:47.990147Z",
            "url": "https://files.pythonhosted.org/packages/39/27/2e1093853337a3a04a7a8355b799faa307c5b741933f2de10f74dc15e717/yyjson-4.0.6-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac5f8d15a4c3e81607ebc2e438cc93c1aee58095ed27aeea565fe4c22f7092d4",
                "md5": "2f00461772ae7fa986b0e204f1471a36",
                "sha256": "b3d40537fd932d81039d7c0e24ebf2ab659b262f31bfba33e88aac390b680a0b"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2f00461772ae7fa986b0e204f1471a36",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 681449,
            "upload_time": "2025-02-16T13:39:49",
            "upload_time_iso_8601": "2025-02-16T13:39:49.120808Z",
            "url": "https://files.pythonhosted.org/packages/ac/5f/8d15a4c3e81607ebc2e438cc93c1aee58095ed27aeea565fe4c22f7092d4/yyjson-4.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2889691a5b23dcd7aa2dbf8ac97cd9d6569771c8ad3e9a5031e56c1fecf5a6ad",
                "md5": "0b83d2c4c56e0bb79980d68ed03d8e86",
                "sha256": "215fefeb5ec762a80384335099cf8b64f0837730dea946557ad9f2f0d7bc7015"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0b83d2c4c56e0bb79980d68ed03d8e86",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 715619,
            "upload_time": "2025-02-16T13:39:50",
            "upload_time_iso_8601": "2025-02-16T13:39:50.375367Z",
            "url": "https://files.pythonhosted.org/packages/28/89/691a5b23dcd7aa2dbf8ac97cd9d6569771c8ad3e9a5031e56c1fecf5a6ad/yyjson-4.0.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7bf6d491234788f695eb4a0c48d62700d64241979e8c644b646a82184254d60e",
                "md5": "09f7e132a421b25d0ab1005cfc52c922",
                "sha256": "3e89a185c5c870c8a55268dc9e0b9034025d765ed28df41ddf2a47658965d5be"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "09f7e132a421b25d0ab1005cfc52c922",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 715357,
            "upload_time": "2025-02-16T13:39:51",
            "upload_time_iso_8601": "2025-02-16T13:39:51.654343Z",
            "url": "https://files.pythonhosted.org/packages/7b/f6/d491234788f695eb4a0c48d62700d64241979e8c644b646a82184254d60e/yyjson-4.0.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d196b6f6356afa0be0f8062d3e3be8739d383b2945d832162906af5b1749e0f",
                "md5": "3be5e2a8406bcefeaf8fef8c991de5ed",
                "sha256": "0e805c769ebe66c4ac2b6f219e6ece151b3aacce2574b331141ae7dce68b3cb4"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3be5e2a8406bcefeaf8fef8c991de5ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 679018,
            "upload_time": "2025-02-16T13:39:53",
            "upload_time_iso_8601": "2025-02-16T13:39:53.086469Z",
            "url": "https://files.pythonhosted.org/packages/2d/19/6b6f6356afa0be0f8062d3e3be8739d383b2945d832162906af5b1749e0f/yyjson-4.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75b181c2672d7770d03e3a77babcd6804bb9be48f3751b042fc74fc979133b6d",
                "md5": "359e039bc7d8ceba6a37f0dabc335b45",
                "sha256": "6b00e974a86beda805eef9d27ba7b8bbeeb59ef9a01b0dc01c39460f660c074c"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "359e039bc7d8ceba6a37f0dabc335b45",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 688868,
            "upload_time": "2025-02-16T13:39:55",
            "upload_time_iso_8601": "2025-02-16T13:39:55.152696Z",
            "url": "https://files.pythonhosted.org/packages/75/b1/81c2672d7770d03e3a77babcd6804bb9be48f3751b042fc74fc979133b6d/yyjson-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3794fb1676966b03232353799a48e48bc8a910316a8d081ece730f47b7c9ca0d",
                "md5": "b653c743663e26d6d81c8040dbc9d88b",
                "sha256": "1f705139a81c29f065263a790a34855cb71f0719ef611f4d0785c0c49fbb852e"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b653c743663e26d6d81c8040dbc9d88b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 687113,
            "upload_time": "2025-02-16T13:39:56",
            "upload_time_iso_8601": "2025-02-16T13:39:56.521669Z",
            "url": "https://files.pythonhosted.org/packages/37/94/fb1676966b03232353799a48e48bc8a910316a8d081ece730f47b7c9ca0d/yyjson-4.0.6-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad9361f10e724785aa94607e7dae4069752eb26a4ffa39ea7e0b9676c7b3017e",
                "md5": "cbde10c2e35b8dd33d4c863fd27ad58e",
                "sha256": "f67188895ef1fba67db96b8ba47df2657924657be89f6cdcf5b1d02d580061ad"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "cbde10c2e35b8dd33d4c863fd27ad58e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 709058,
            "upload_time": "2025-02-16T13:39:58",
            "upload_time_iso_8601": "2025-02-16T13:39:58.312012Z",
            "url": "https://files.pythonhosted.org/packages/ad/93/61f10e724785aa94607e7dae4069752eb26a4ffa39ea7e0b9676c7b3017e/yyjson-4.0.6-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c87c06b498d9d49fc8aaf02fee699dbeedcf39da820ff71598405d890ebb0d09",
                "md5": "be25b069a619cfa54a3fcde19ef35c46",
                "sha256": "bba697d99a0a88e50d561279080987bdd4bb792c5d8cbd94053536beb09564bd"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "be25b069a619cfa54a3fcde19ef35c46",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 727871,
            "upload_time": "2025-02-16T13:39:59",
            "upload_time_iso_8601": "2025-02-16T13:39:59.695598Z",
            "url": "https://files.pythonhosted.org/packages/c8/7c/06b498d9d49fc8aaf02fee699dbeedcf39da820ff71598405d890ebb0d09/yyjson-4.0.6-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "409f286b8ed8b52d4df91cf19c5a28a021ad5e00cb85b486663845b0cc0a8bcf",
                "md5": "91971290551a2016d71b877aea2d09b9",
                "sha256": "e7d37fff4efca77784e113c19d33d53a51f17d3f0230145f3b0d2ec6c799d0b9"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "91971290551a2016d71b877aea2d09b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 734319,
            "upload_time": "2025-02-16T13:40:01",
            "upload_time_iso_8601": "2025-02-16T13:40:01.723039Z",
            "url": "https://files.pythonhosted.org/packages/40/9f/286b8ed8b52d4df91cf19c5a28a021ad5e00cb85b486663845b0cc0a8bcf/yyjson-4.0.6-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "700cafa801cb7b6a1bddb1ce5d9006b885436fce76ea9c9f24d832e1ca4fc47c",
                "md5": "9ca4fd68e1b2b91e499e54bb2a64dec5",
                "sha256": "5efd5ec60dc6bc95502f3c807d1d5ae4bfae5ac8939394f317b7960cc8ccc786"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ca4fd68e1b2b91e499e54bb2a64dec5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 673488,
            "upload_time": "2025-02-16T13:40:02",
            "upload_time_iso_8601": "2025-02-16T13:40:02.933617Z",
            "url": "https://files.pythonhosted.org/packages/70/0c/afa801cb7b6a1bddb1ce5d9006b885436fce76ea9c9f24d832e1ca4fc47c/yyjson-4.0.6-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a5f5beb08c028b222c1feebaa10467e155a62c1234b6470a45c76bb2fab2d24",
                "md5": "07fc1ca137de82dd024d57d3b32f2862",
                "sha256": "36a379d2d8b2a36bb665559bfb3496a728d0c5d303aea981cdf530f70f18fe59"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "07fc1ca137de82dd024d57d3b32f2862",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 217427,
            "upload_time": "2025-02-16T13:40:04",
            "upload_time_iso_8601": "2025-02-16T13:40:04.943264Z",
            "url": "https://files.pythonhosted.org/packages/5a/5f/5beb08c028b222c1feebaa10467e155a62c1234b6470a45c76bb2fab2d24/yyjson-4.0.6-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9793d79708801ca312e94bea15771410171ad50bdb0c43f290eef14823448248",
                "md5": "1c2b3dbfeeaf169ed28a7a60914a82cd",
                "sha256": "2346d62c34a867ec49e237b1c3fb51c4238464413d434907f32446a679e4ca7d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1c2b3dbfeeaf169ed28a7a60914a82cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 206225,
            "upload_time": "2025-02-16T13:40:06",
            "upload_time_iso_8601": "2025-02-16T13:40:06.046034Z",
            "url": "https://files.pythonhosted.org/packages/97/93/d79708801ca312e94bea15771410171ad50bdb0c43f290eef14823448248/yyjson-4.0.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebff7f8c9dc38d3130852e0407d2a9967cd79e3075f77242b15cbf1be0a325fc",
                "md5": "60b75cdb53155ad306e7ab0db3e55cc5",
                "sha256": "ab217c428688fa080080c8c6dcf45863c4fc55a5f9dd894864ed4f5fc2663905"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60b75cdb53155ad306e7ab0db3e55cc5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 224815,
            "upload_time": "2025-02-16T13:40:07",
            "upload_time_iso_8601": "2025-02-16T13:40:07.295020Z",
            "url": "https://files.pythonhosted.org/packages/eb/ff/7f8c9dc38d3130852e0407d2a9967cd79e3075f77242b15cbf1be0a325fc/yyjson-4.0.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32efca2efeb358fdaa8fb80d3d5cfce11ea5034b71311acda82f0b5889c545bf",
                "md5": "380349df55fa81b8c9745824573937c8",
                "sha256": "3f564a45612180d3f0edfc42b1b44ef946d006b3276f582e1915ad33f370f7b9"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "380349df55fa81b8c9745824573937c8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 216463,
            "upload_time": "2025-02-16T13:40:10",
            "upload_time_iso_8601": "2025-02-16T13:40:10.706994Z",
            "url": "https://files.pythonhosted.org/packages/32/ef/ca2efeb358fdaa8fb80d3d5cfce11ea5034b71311acda82f0b5889c545bf/yyjson-4.0.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3830c50d8ca434f4e16f4d4c16871ff23ebc24e3fa858d7f53b7feab74be44b8",
                "md5": "3dae703fe7475aa2587c630ebf15f776",
                "sha256": "f0a3f60ddbd9e6c0e23e2849d9237f864c1c3533f448bec5f140eeafdfb70a18"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3dae703fe7475aa2587c630ebf15f776",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 233409,
            "upload_time": "2025-02-16T13:40:13",
            "upload_time_iso_8601": "2025-02-16T13:40:13.407949Z",
            "url": "https://files.pythonhosted.org/packages/38/30/c50d8ca434f4e16f4d4c16871ff23ebc24e3fa858d7f53b7feab74be44b8/yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c265ef07aa4c8a3c7edb14bc6848cf2ca71ad53a6084d9d59901e3a445f86253",
                "md5": "dfeed4b90d50d9cd0d90129a270f3271",
                "sha256": "b5b6c292fcb134dff55189243ef3752f8a848427e6e2393cfc2e5c5e062b1911"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dfeed4b90d50d9cd0d90129a270f3271",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 231605,
            "upload_time": "2025-02-16T13:40:15",
            "upload_time_iso_8601": "2025-02-16T13:40:15.315536Z",
            "url": "https://files.pythonhosted.org/packages/c2/65/ef07aa4c8a3c7edb14bc6848cf2ca71ad53a6084d9d59901e3a445f86253/yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd54fb39f784e9529140d3480244c3e2438b1578d17e54eea0b79ab28dfdd23b",
                "md5": "a4053bb2720cef5e7ff39eb3127b1167",
                "sha256": "b8da8b4d3283197fcc3e4facaf2fe61ab5cec8f7e15be2184f866bb69f9ddcab"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a4053bb2720cef5e7ff39eb3127b1167",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 253958,
            "upload_time": "2025-02-16T13:40:16",
            "upload_time_iso_8601": "2025-02-16T13:40:16.691346Z",
            "url": "https://files.pythonhosted.org/packages/bd/54/fb39f784e9529140d3480244c3e2438b1578d17e54eea0b79ab28dfdd23b/yyjson-4.0.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "beb7b0cc97a37145a8ddf457129185082ed0017cc4a4eea4604930431739a460",
                "md5": "4c5db1936cc1ba86ddf67bf728949f9c",
                "sha256": "7628930ebf396a829456aa743d2da6a9fc1abee31ebf53648bb6bacad01081f9"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4c5db1936cc1ba86ddf67bf728949f9c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 206068,
            "upload_time": "2025-02-16T13:40:18",
            "upload_time_iso_8601": "2025-02-16T13:40:18.584050Z",
            "url": "https://files.pythonhosted.org/packages/be/b7/b0cc97a37145a8ddf457129185082ed0017cc4a4eea4604930431739a460/yyjson-4.0.6-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ec53afce32a6516c5c709c8175eb26834702a637ff52cd6c8163932fb93d7ea",
                "md5": "aa5a6de70f5def3ba0187333d695407e",
                "sha256": "2fa3200352826bcf6e915411e3c13172096be98c9a11a6d93bb1c4df314b9cb7"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa5a6de70f5def3ba0187333d695407e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 224816,
            "upload_time": "2025-02-16T13:40:20",
            "upload_time_iso_8601": "2025-02-16T13:40:20.548218Z",
            "url": "https://files.pythonhosted.org/packages/8e/c5/3afce32a6516c5c709c8175eb26834702a637ff52cd6c8163932fb93d7ea/yyjson-4.0.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3527ab64926b620ae8013a94245c376134b28dcb83b21ca4025b80451424211a",
                "md5": "d8e5ba782d6b6d31aa8ca514447bfe6d",
                "sha256": "98e69946cdbd463785b0d25b2f9e3a9eb3a0fb1b58f2ffdb6bb6548d08e17b5d"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d8e5ba782d6b6d31aa8ca514447bfe6d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 216455,
            "upload_time": "2025-02-16T13:40:21",
            "upload_time_iso_8601": "2025-02-16T13:40:21.826874Z",
            "url": "https://files.pythonhosted.org/packages/35/27/ab64926b620ae8013a94245c376134b28dcb83b21ca4025b80451424211a/yyjson-4.0.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4cfc7fcbbcb5bc811987da1c1db315d105ca2c333d3d61929f687914da29f17",
                "md5": "a61adbc1212a4244b30159c20361c4bb",
                "sha256": "289a22a0b3b2491b3a4555ca3e24db9aa96f7f70ab7172fdf2edbc685662cfc5"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a61adbc1212a4244b30159c20361c4bb",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 233398,
            "upload_time": "2025-02-16T13:40:24",
            "upload_time_iso_8601": "2025-02-16T13:40:24.277996Z",
            "url": "https://files.pythonhosted.org/packages/a4/cf/c7fcbbcb5bc811987da1c1db315d105ca2c333d3d61929f687914da29f17/yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60b7ebaf28667d0e5f793f3c0e4fc6a44fce68a7a1cf6a36150aefacfb3dd193",
                "md5": "e24641c0a2b1c2b00d5af4d211e45c40",
                "sha256": "4e2632eb5e46ab248aaeb2e691ea83e5f2a19e8119c4f0b76cedfda73d9cfa9a"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e24641c0a2b1c2b00d5af4d211e45c40",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 231612,
            "upload_time": "2025-02-16T13:40:25",
            "upload_time_iso_8601": "2025-02-16T13:40:25.431969Z",
            "url": "https://files.pythonhosted.org/packages/60/b7/ebaf28667d0e5f793f3c0e4fc6a44fce68a7a1cf6a36150aefacfb3dd193/yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fc4786620ddff5494119d3844b24f76a24abc20c2668f4f8013f2d7c41df5bab",
                "md5": "7bf736ebe5c54c602b66ee0ddf04201e",
                "sha256": "6e069c117d0dc485874970378cad8fe02b8effb3ab3c70ff2048e1f3203a3237"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7bf736ebe5c54c602b66ee0ddf04201e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 253957,
            "upload_time": "2025-02-16T13:40:26",
            "upload_time_iso_8601": "2025-02-16T13:40:26.671610Z",
            "url": "https://files.pythonhosted.org/packages/fc/47/86620ddff5494119d3844b24f76a24abc20c2668f4f8013f2d7c41df5bab/yyjson-4.0.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae135e519bd9c97acd655b2844f4c549cc86414e0a2a1f6a7396b82dfe8d880f",
                "md5": "8bb835c98812cd2ec7424209c2319591",
                "sha256": "4d6f6403e1414fc2c7ee941d84faf7a0f17135cc2ba1b6dc4c94cf675424884e"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8bb835c98812cd2ec7424209c2319591",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 206098,
            "upload_time": "2025-02-16T13:40:27",
            "upload_time_iso_8601": "2025-02-16T13:40:27.930535Z",
            "url": "https://files.pythonhosted.org/packages/ae/13/5e519bd9c97acd655b2844f4c549cc86414e0a2a1f6a7396b82dfe8d880f/yyjson-4.0.6-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "122d3c940adc6315b33f2c0409c0bb4346bb7d910e2088e2f82b9e854d0190f2",
                "md5": "e075551268ac47e518feb1a13eaf8aed",
                "sha256": "fcd4dc15c1e39a30bf9fa85d56903029111506860fc3080ab0d81c6c6dacaa8c"
            },
            "downloads": -1,
            "filename": "yyjson-4.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e075551268ac47e518feb1a13eaf8aed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 128506,
            "upload_time": "2025-02-16T13:40:29",
            "upload_time_iso_8601": "2025-02-16T13:40:29.046111Z",
            "url": "https://files.pythonhosted.org/packages/12/2d/3c940adc6315b33f2c0409c0bb4346bb7d910e2088e2f82b9e854d0190f2/yyjson-4.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-16 13:40:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tktech",
    "github_project": "py_yyjson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "yyjson"
}
        
Elapsed time: 0.83305s