simplejson


Namesimplejson JSON
Version 3.19.2 PyPI version JSON
download
home_pagehttps://github.com/simplejson/simplejson
SummarySimple, fast, extensible JSON encoder/decoder for Python
upload_time2023-10-06 08:35:22
maintainer
docs_urlNone
authorBob Ippolito
requires_python>=2.5, !=3.0.*, !=3.1.*, !=3.2.*
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            simplejson
----------

simplejson is a simple, fast, complete, correct and extensible
JSON <http://json.org> encoder and decoder for Python 3.3+
with legacy support for Python 2.5+.  It is pure Python code
with no dependencies, but includes an optional C extension
for a serious speed boost.

The latest documentation for simplejson can be read online here:
https://simplejson.readthedocs.io/

simplejson is the externally maintained development version of the
json library included with Python (since 2.6). This version is tested
with the latest Python 3.8 and maintains backwards compatibility
with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.

The encoder can be specialized to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle). This is best done with the ``default`` kwarg
to dumps.

The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default). It can also be specialized to post-process JSON
objects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This
is particularly useful for implementing protocols such as JSON-RPC
that have a richer type system than JSON itself.

For those of you that have legacy systems to maintain, there is a
very old fork of simplejson in the `python2.2`_ branch that supports
Python 2.2. This is based on a very old version of simplejson,
is not maintained, and should only be used as a last resort.

.. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/simplejson/simplejson",
    "name": "simplejson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bob Ippolito",
    "author_email": "bob@redivi.com",
    "download_url": "https://files.pythonhosted.org/packages/79/79/3ccb95bb4154952532f280f7a41979fbfb0fbbaee4d609810ecb01650afa/simplejson-3.19.2.tar.gz",
    "platform": "any",
    "description": "simplejson\n----------\n\nsimplejson is a simple, fast, complete, correct and extensible\nJSON <http://json.org> encoder and decoder for Python 3.3+\nwith legacy support for Python 2.5+.  It is pure Python code\nwith no dependencies, but includes an optional C extension\nfor a serious speed boost.\n\nThe latest documentation for simplejson can be read online here:\nhttps://simplejson.readthedocs.io/\n\nsimplejson is the externally maintained development version of the\njson library included with Python (since 2.6). This version is tested\nwith the latest Python 3.8 and maintains backwards compatibility\nwith Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.\n\nThe encoder can be specialized to provide serialization in any kind of\nsituation, without any special support by the objects to be serialized\n(somewhat like pickle). This is best done with the ``default`` kwarg\nto dumps.\n\nThe decoder can handle incoming JSON strings of any specified encoding\n(UTF-8 by default). It can also be specialized to post-process JSON\nobjects with the ``object_hook`` or ``object_pairs_hook`` kwargs. This\nis particularly useful for implementing protocols such as JSON-RPC\nthat have a richer type system than JSON itself.\n\nFor those of you that have legacy systems to maintain, there is a\nvery old fork of simplejson in the `python2.2`_ branch that supports\nPython 2.2. This is based on a very old version of simplejson,\nis not maintained, and should only be used as a last resort.\n\n.. _python2.2: https://github.com/simplejson/simplejson/tree/python2.2\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple, fast, extensible JSON encoder/decoder for Python",
    "version": "3.19.2",
    "project_urls": {
        "Homepage": "https://github.com/simplejson/simplejson"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6e6eecedd4e530236c6a69b4789c6135a9b0b493a2b0f76f7e9f4ec5bc46c4b",
                "md5": "7b7c8ef85a06103a68e7908bc261659a",
                "sha256": "3471e95110dcaf901db16063b2e40fb394f8a9e99b3fe9ee3acc6f6ef72183a2"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b7c8ef85a06103a68e7908bc261659a",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75839,
            "upload_time": "2023-10-06T08:33:05",
            "upload_time_iso_8601": "2023-10-06T08:33:05.712726Z",
            "url": "https://files.pythonhosted.org/packages/e6/e6/eecedd4e530236c6a69b4789c6135a9b0b493a2b0f76f7e9f4ec5bc46c4b/simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fd782333e376b9796dfdf435e30ab83276ebf8ba774c4a2872e5a6b0c21310c",
                "md5": "f98af6b3a47322d64cf898b53e232efd",
                "sha256": "3194cd0d2c959062b94094c0a9f8780ffd38417a5322450a0db0ca1a23e7fbd2"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27m-manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "f98af6b3a47322d64cf898b53e232efd",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 131331,
            "upload_time": "2023-10-06T08:33:07",
            "upload_time_iso_8601": "2023-10-06T08:33:07.494381Z",
            "url": "https://files.pythonhosted.org/packages/9f/d7/82333e376b9796dfdf435e30ab83276ebf8ba774c4a2872e5a6b0c21310c/simplejson-3.19.2-cp27-cp27m-manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "deae5202293b5280a8ef16ee02f25bfece1c3f1472816daa5d7175dd035b1dda",
                "md5": "7147bd5f617ceaf0fd1a55f79552d0ee",
                "sha256": "8a390e56a7963e3946ff2049ee1eb218380e87c8a0e7608f7f8790ba19390867"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27m-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7147bd5f617ceaf0fd1a55f79552d0ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 132693,
            "upload_time": "2023-10-06T08:33:09",
            "upload_time_iso_8601": "2023-10-06T08:33:09.789443Z",
            "url": "https://files.pythonhosted.org/packages/de/ae/5202293b5280a8ef16ee02f25bfece1c3f1472816daa5d7175dd035b1dda/simplejson-3.19.2-cp27-cp27m-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3efb0e975609c0e623f3bc45d00ef1fb17b89913deb73209fcb9fb193d9186d1",
                "md5": "e0130e3b20184234a982c03814c4e199",
                "sha256": "1537b3dd62d8aae644f3518c407aa8469e3fd0f179cdf86c5992792713ed717a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27m-manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "e0130e3b20184234a982c03814c4e199",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 131333,
            "upload_time": "2023-10-06T08:33:11",
            "upload_time_iso_8601": "2023-10-06T08:33:11.892582Z",
            "url": "https://files.pythonhosted.org/packages/3e/fb/0e975609c0e623f3bc45d00ef1fb17b89913deb73209fcb9fb193d9186d1/simplejson-3.19.2-cp27-cp27m-manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc92365ea5dcdd533f0a10d6ba4b43437a8d2358da686929a83f8da4003cffc7",
                "md5": "e68aeab3a72b8298918bacb6b77bcf6a",
                "sha256": "a8617625369d2d03766413bff9e64310feafc9fc4f0ad2b902136f1a5cd8c6b0"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27m-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e68aeab3a72b8298918bacb6b77bcf6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 132695,
            "upload_time": "2023-10-06T08:33:14",
            "upload_time_iso_8601": "2023-10-06T08:33:14.562065Z",
            "url": "https://files.pythonhosted.org/packages/cc/92/365ea5dcdd533f0a10d6ba4b43437a8d2358da686929a83f8da4003cffc7/simplejson-3.19.2-cp27-cp27m-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f93d3fee56ea5a362e457f4ba3e1d57558ba97c39ada0bb6815f580596cc6489",
                "md5": "200914d152b9432973ccdd7667063f07",
                "sha256": "2c433a412e96afb9a3ce36fa96c8e61a757af53e9c9192c97392f72871e18e69"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27mu-manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "200914d152b9432973ccdd7667063f07",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 132732,
            "upload_time": "2023-10-06T08:33:16",
            "upload_time_iso_8601": "2023-10-06T08:33:16.847856Z",
            "url": "https://files.pythonhosted.org/packages/f9/3d/3fee56ea5a362e457f4ba3e1d57558ba97c39ada0bb6815f580596cc6489/simplejson-3.19.2-cp27-cp27mu-manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a898d70ba56c35fad23078f557069be478fed033de274708fe76e5c37501f6d",
                "md5": "e0698ba00c10c3a25367e8b9318ef689",
                "sha256": "f1c70249b15e4ce1a7d5340c97670a95f305ca79f376887759b43bb33288c973"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27mu-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0698ba00c10c3a25367e8b9318ef689",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 134114,
            "upload_time": "2023-10-06T08:33:19",
            "upload_time_iso_8601": "2023-10-06T08:33:19.045920Z",
            "url": "https://files.pythonhosted.org/packages/3a/89/8d70ba56c35fad23078f557069be478fed033de274708fe76e5c37501f6d/simplejson-3.19.2-cp27-cp27mu-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a15406fa26f3d5a87e06df107030063aa5f3bd566ef5a4cb8a054d7d822d5a1",
                "md5": "9d71dd278cc5de0893ec0a0ff3dde4ca",
                "sha256": "287e39ba24e141b046812c880f4619d0ca9e617235d74abc27267194fc0c7835"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27mu-manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "9d71dd278cc5de0893ec0a0ff3dde4ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 132734,
            "upload_time": "2023-10-06T08:33:20",
            "upload_time_iso_8601": "2023-10-06T08:33:20.977081Z",
            "url": "https://files.pythonhosted.org/packages/1a/15/406fa26f3d5a87e06df107030063aa5f3bd566ef5a4cb8a054d7d822d5a1/simplejson-3.19.2-cp27-cp27mu-manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd31f2ea30be3b47eca45c983082b9689f980f9706df472fd9137be4bdb58981",
                "md5": "3f8e0672f876d6aa71cdd7f2cb485a01",
                "sha256": "6f0a0b41dd05eefab547576bed0cf066595f3b20b083956b1405a6f17d1be6ad"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp27-cp27mu-manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f8e0672f876d6aa71cdd7f2cb485a01",
            "packagetype": "bdist_wheel",
            "python_version": "cp27",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 134117,
            "upload_time": "2023-10-06T08:33:22",
            "upload_time_iso_8601": "2023-10-06T08:33:22.510173Z",
            "url": "https://files.pythonhosted.org/packages/dd/31/f2ea30be3b47eca45c983082b9689f980f9706df472fd9137be4bdb58981/simplejson-3.19.2-cp27-cp27mu-manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2721dc530055a85eae444b2bbbd37b07ed2edebe14cbb889750795e78c4d894",
                "md5": "94178354587fbad12d76d1e04bc57bda",
                "sha256": "2f98d918f7f3aaf4b91f2b08c0c92b1774aea113334f7cde4fe40e777114dbe6"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "94178354587fbad12d76d1e04bc57bda",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 94842,
            "upload_time": "2023-10-06T08:33:24",
            "upload_time_iso_8601": "2023-10-06T08:33:24.090003Z",
            "url": "https://files.pythonhosted.org/packages/a2/72/1dc530055a85eae444b2bbbd37b07ed2edebe14cbb889750795e78c4d894/simplejson-3.19.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cac7a530c9aba6a47823df3d46f20ce09be730d04aeb67aaef057a7c515654bd",
                "md5": "09e7c6f1a37782c157f8349b1233ef9b",
                "sha256": "7d74beca677623481810c7052926365d5f07393c72cbf62d6cce29991b676402"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09e7c6f1a37782c157f8349b1233ef9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 76404,
            "upload_time": "2023-10-06T08:33:25",
            "upload_time_iso_8601": "2023-10-06T08:33:25.604073Z",
            "url": "https://files.pythonhosted.org/packages/ca/c7/a530c9aba6a47823df3d46f20ce09be730d04aeb67aaef057a7c515654bd/simplejson-3.19.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "497d94ba3f8c2b83a7536f9f62f23246e071eae15c83b5e4d9bd8a165b7f70a6",
                "md5": "e7cbbd47812660990ee00e246e182204",
                "sha256": "7f2398361508c560d0bf1773af19e9fe644e218f2a814a02210ac2c97ad70db0"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e7cbbd47812660990ee00e246e182204",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75453,
            "upload_time": "2023-10-06T08:33:26",
            "upload_time_iso_8601": "2023-10-06T08:33:26.696136Z",
            "url": "https://files.pythonhosted.org/packages/49/7d/94ba3f8c2b83a7536f9f62f23246e071eae15c83b5e4d9bd8a165b7f70a6/simplejson-3.19.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b775d097167ad63b1b0b2075259e57a384be85853f268bc715d10c14174f5425",
                "md5": "3a2395cd3ce42483ea3b5b50b6b12e72",
                "sha256": "6ad331349b0b9ca6da86064a3599c425c7a21cd41616e175ddba0866da32df48"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3a2395cd3ce42483ea3b5b50b6b12e72",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 138630,
            "upload_time": "2023-10-06T08:33:28",
            "upload_time_iso_8601": "2023-10-06T08:33:28.160855Z",
            "url": "https://files.pythonhosted.org/packages/b7/75/d097167ad63b1b0b2075259e57a384be85853f268bc715d10c14174f5425/simplejson-3.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef6886fd5cd90fa8d74950a9bfc6763b5481c2063eea2eaaa95d494a0eece12",
                "md5": "b3aba0168692be10d9cfc8e546500534",
                "sha256": "332c848f02d71a649272b3f1feccacb7e4f7e6de4a2e6dc70a32645326f3d428"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b3aba0168692be10d9cfc8e546500534",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 146741,
            "upload_time": "2023-10-06T08:33:29",
            "upload_time_iso_8601": "2023-10-06T08:33:29.163883Z",
            "url": "https://files.pythonhosted.org/packages/7e/f6/886fd5cd90fa8d74950a9bfc6763b5481c2063eea2eaaa95d494a0eece12/simplejson-3.19.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94f92671ed450a2586262ea2cfffd04bc0b93f0a00963c44356667ad5a0ff940",
                "md5": "0611065db37a19a1d005600e9fceb077",
                "sha256": "25785d038281cd106c0d91a68b9930049b6464288cea59ba95b35ee37c2d23a5"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0611065db37a19a1d005600e9fceb077",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 134438,
            "upload_time": "2023-10-06T08:33:30",
            "upload_time_iso_8601": "2023-10-06T08:33:30.283244Z",
            "url": "https://files.pythonhosted.org/packages/94/f9/2671ed450a2586262ea2cfffd04bc0b93f0a00963c44356667ad5a0ff940/simplejson-3.19.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb6ed513a0adc3e2c9654864ffb68266dcab5720d5653428d690e7e4fb32a6c",
                "md5": "762006357754f60552b319f216cc313a",
                "sha256": "18955c1da6fc39d957adfa346f75226246b6569e096ac9e40f67d102278c3bcb"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "762006357754f60552b319f216cc313a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 137947,
            "upload_time": "2023-10-06T08:33:32",
            "upload_time_iso_8601": "2023-10-06T08:33:32.013106Z",
            "url": "https://files.pythonhosted.org/packages/cb/b6/ed513a0adc3e2c9654864ffb68266dcab5720d5653428d690e7e4fb32a6c/simplejson-3.19.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "424feaa30edadca1271a97697a7c1630b9db9471997e56156ee974b45f6d0a09",
                "md5": "6e95eb8f171bcfad180858d28db0cbba",
                "sha256": "11cc3afd8160d44582543838b7e4f9aa5e97865322844b75d51bf4e0e413bb3e"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6e95eb8f171bcfad180858d28db0cbba",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 143205,
            "upload_time": "2023-10-06T08:33:33",
            "upload_time_iso_8601": "2023-10-06T08:33:33.387887Z",
            "url": "https://files.pythonhosted.org/packages/42/4f/eaa30edadca1271a97697a7c1630b9db9471997e56156ee974b45f6d0a09/simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9b8a1d2fc3fb179d2eb3dd42682c308816991e708dfd4e4dee47291f380e2c5",
                "md5": "13628b56f980af646fb45f2e9e125021",
                "sha256": "b01fda3e95d07a6148702a641e5e293b6da7863f8bc9b967f62db9461330562c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "13628b56f980af646fb45f2e9e125021",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 139942,
            "upload_time": "2023-10-06T08:33:35",
            "upload_time_iso_8601": "2023-10-06T08:33:35.032537Z",
            "url": "https://files.pythonhosted.org/packages/b9/b8/a1d2fc3fb179d2eb3dd42682c308816991e708dfd4e4dee47291f380e2c5/simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea1879519b59bf5c752c48c60152c6eda0b98a26b80a47eb6002e9f6ba0f9ed9",
                "md5": "23a694dff8cfe3829f5c379634e214c8",
                "sha256": "778331444917108fa8441f59af45886270d33ce8a23bfc4f9b192c0b2ecef1b3"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "23a694dff8cfe3829f5c379634e214c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 150895,
            "upload_time": "2023-10-06T08:33:36",
            "upload_time_iso_8601": "2023-10-06T08:33:36.596494Z",
            "url": "https://files.pythonhosted.org/packages/ea/18/79519b59bf5c752c48c60152c6eda0b98a26b80a47eb6002e9f6ba0f9ed9/simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "793511247b37cc344519847db672c2deb1d237edc44306a879da7882c3d5b7db",
                "md5": "e5a6c0ec62a58a0d771be040e7a56337",
                "sha256": "9eb117db8d7ed733a7317c4215c35993b815bf6aeab67523f1f11e108c040672"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e5a6c0ec62a58a0d771be040e7a56337",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 142999,
            "upload_time": "2023-10-06T08:33:37",
            "upload_time_iso_8601": "2023-10-06T08:33:37.973637Z",
            "url": "https://files.pythonhosted.org/packages/79/35/11247b37cc344519847db672c2deb1d237edc44306a879da7882c3d5b7db/simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3225daf3ebd201f3005731a38b4d8c18062d42b211dd45c7074c5fa5db0cdee1",
                "md5": "65bbde1dade6e79002ccf1810104c723",
                "sha256": "39b6d79f5cbfa3eb63a869639cfacf7c41d753c64f7801efc72692c1b2637ac7"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "65bbde1dade6e79002ccf1810104c723",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73825,
            "upload_time": "2023-10-06T08:33:39",
            "upload_time_iso_8601": "2023-10-06T08:33:39.703860Z",
            "url": "https://files.pythonhosted.org/packages/32/25/daf3ebd201f3005731a38b4d8c18062d42b211dd45c7074c5fa5db0cdee1/simplejson-3.19.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f60b0071b60e9318bb5c3716e5c0d506d61350670b7fba9a8532ebf3959b88a",
                "md5": "9c1ab75433b0277befe55ad9b67899cd",
                "sha256": "5675e9d8eeef0aa06093c1ff898413ade042d73dc920a03e8cea2fb68f62445a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9c1ab75433b0277befe55ad9b67899cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75467,
            "upload_time": "2023-10-06T08:33:40",
            "upload_time_iso_8601": "2023-10-06T08:33:40.689805Z",
            "url": "https://files.pythonhosted.org/packages/7f/60/b0071b60e9318bb5c3716e5c0d506d61350670b7fba9a8532ebf3959b88a/simplejson-3.19.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b792eaa2674296726f458220755f558e0c1cd8ef86287fcfff0d251ca5638fbf",
                "md5": "18c45b0c907b340e559b2ffa8250d961",
                "sha256": "ed628c1431100b0b65387419551e822987396bee3c088a15d68446d92f554e0c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "18c45b0c907b340e559b2ffa8250d961",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 92965,
            "upload_time": "2023-10-06T08:33:42",
            "upload_time_iso_8601": "2023-10-06T08:33:42.193420Z",
            "url": "https://files.pythonhosted.org/packages/b7/92/eaa2674296726f458220755f558e0c1cd8ef86287fcfff0d251ca5638fbf/simplejson-3.19.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bceb2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b",
                "md5": "c367b339f3e3af822a93f880737e89d7",
                "sha256": "adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c367b339f3e3af822a93f880737e89d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75503,
            "upload_time": "2023-10-06T08:33:43",
            "upload_time_iso_8601": "2023-10-06T08:33:43.466314Z",
            "url": "https://files.pythonhosted.org/packages/bc/eb/2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b/simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53a04430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b",
                "md5": "e58c8b1c6f76f3e3dc17f30a870d84f6",
                "sha256": "08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e58c8b1c6f76f3e3dc17f30a870d84f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 74469,
            "upload_time": "2023-10-06T08:33:44",
            "upload_time_iso_8601": "2023-10-06T08:33:44.960653Z",
            "url": "https://files.pythonhosted.org/packages/53/a0/4430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b/simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0d8f9e822563d5ccf9e199719a64db221f942c9a04cce17140c4b4fe51a25fc",
                "md5": "d0aa76ed8dd01fdee95fd0a634f0be62",
                "sha256": "ef7938a78447174e2616be223f496ddccdbf7854f7bf2ce716dbccd958cc7d13"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d0aa76ed8dd01fdee95fd0a634f0be62",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 143550,
            "upload_time": "2023-10-06T08:33:46",
            "upload_time_iso_8601": "2023-10-06T08:33:46.126407Z",
            "url": "https://files.pythonhosted.org/packages/a0/d8/f9e822563d5ccf9e199719a64db221f942c9a04cce17140c4b4fe51a25fc/simplejson-3.19.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d60332cc6114c9c6928e9fd866c378c7e39297ca77f461ab0cd13cce38bd9d78",
                "md5": "59f2c141efa9ed74ccfafc753bd57cf1",
                "sha256": "a970a2e6d5281d56cacf3dc82081c95c1f4da5a559e52469287457811db6a79b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "59f2c141efa9ed74ccfafc753bd57cf1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 153291,
            "upload_time": "2023-10-06T08:33:47",
            "upload_time_iso_8601": "2023-10-06T08:33:47.557483Z",
            "url": "https://files.pythonhosted.org/packages/d6/03/32cc6114c9c6928e9fd866c378c7e39297ca77f461ab0cd13cce38bd9d78/simplejson-3.19.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5246dce3e431d3590f56f9bd2c47a61d54046cec32774b860d3b92761c0ae299",
                "md5": "819e697287e224f585513b6a5db1d3cf",
                "sha256": "554313db34d63eac3b3f42986aa9efddd1a481169c12b7be1e7512edebff8eaf"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "819e697287e224f585513b6a5db1d3cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 141522,
            "upload_time": "2023-10-06T08:33:48",
            "upload_time_iso_8601": "2023-10-06T08:33:48.839332Z",
            "url": "https://files.pythonhosted.org/packages/52/46/dce3e431d3590f56f9bd2c47a61d54046cec32774b860d3b92761c0ae299/simplejson-3.19.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70c1816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb",
                "md5": "348a41c55705fed4e561f40564121e46",
                "sha256": "4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "348a41c55705fed4e561f40564121e46",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 144691,
            "upload_time": "2023-10-06T08:33:49",
            "upload_time_iso_8601": "2023-10-06T08:33:49.879481Z",
            "url": "https://files.pythonhosted.org/packages/70/c1/816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb/simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c74c7142f3c926fb8a3db0aaf6d1c465063e356d8fdb11718e62d6b8ea5ee358",
                "md5": "4701862bb2ec2fd7b7f9ba9af6f358cd",
                "sha256": "a3cd18e03b0ee54ea4319cdcce48357719ea487b53f92a469ba8ca8e39df285e"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4701862bb2ec2fd7b7f9ba9af6f358cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 146916,
            "upload_time": "2023-10-06T08:33:50",
            "upload_time_iso_8601": "2023-10-06T08:33:50.974453Z",
            "url": "https://files.pythonhosted.org/packages/c7/4c/7142f3c926fb8a3db0aaf6d1c465063e356d8fdb11718e62d6b8ea5ee358/simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cb9e11a9de884f9f044d3121e2ced0aacef40c1452d266ff0e1298c29d41918",
                "md5": "42bc97a657c8d18e8b624168acc81e57",
                "sha256": "66e5dc13bfb17cd6ee764fc96ccafd6e405daa846a42baab81f4c60e15650414"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "42bc97a657c8d18e8b624168acc81e57",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 146691,
            "upload_time": "2023-10-06T08:33:52",
            "upload_time_iso_8601": "2023-10-06T08:33:52.272626Z",
            "url": "https://files.pythonhosted.org/packages/8c/b9/e11a9de884f9f044d3121e2ced0aacef40c1452d266ff0e1298c29d41918/simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d04ab8fdb3b21845cbc533c84ab71512c1b09fac5c49a57a7176051897236e5",
                "md5": "17557b6af958307b58828bae5971a302",
                "sha256": "972a7833d4a1fcf7a711c939e315721a88b988553fc770a5b6a5a64bd6ebeba3"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "17557b6af958307b58828bae5971a302",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 156108,
            "upload_time": "2023-10-06T08:33:53",
            "upload_time_iso_8601": "2023-10-06T08:33:53.643801Z",
            "url": "https://files.pythonhosted.org/packages/6d/04/ab8fdb3b21845cbc533c84ab71512c1b09fac5c49a57a7176051897236e5/simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e7579d7d95730716bfaf62249a60cf886a38b970178b34ca0f33f574c16f941",
                "md5": "06e525533358d3885eb1095954a6fe92",
                "sha256": "3e74355cb47e0cd399ead3477e29e2f50e1540952c22fb3504dda0184fc9819f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06e525533358d3885eb1095954a6fe92",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 149490,
            "upload_time": "2023-10-06T08:33:54",
            "upload_time_iso_8601": "2023-10-06T08:33:54.893756Z",
            "url": "https://files.pythonhosted.org/packages/8e/75/79d7d95730716bfaf62249a60cf886a38b970178b34ca0f33f574c16f941/simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbd47dc3a98fe7bdeb508bcddfd56a3e6fa374fb969e59036d5210860e99e9ed",
                "md5": "f83509d9e431ce21c4a9c8db13c1454e",
                "sha256": "1dd4f692304854352c3e396e9b5f0a9c9e666868dd0bdc784e2ac4c93092d87b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "f83509d9e431ce21c4a9c8db13c1454e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73640,
            "upload_time": "2023-10-06T08:33:56",
            "upload_time_iso_8601": "2023-10-06T08:33:56.203458Z",
            "url": "https://files.pythonhosted.org/packages/db/d4/7dc3a98fe7bdeb508bcddfd56a3e6fa374fb969e59036d5210860e99e9ed/simplejson-3.19.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b68e3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7",
                "md5": "453ce1e8ae9ebb27939cc93d5ae4c429",
                "sha256": "9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "453ce1e8ae9ebb27939cc93d5ae4c429",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75342,
            "upload_time": "2023-10-06T08:33:57",
            "upload_time_iso_8601": "2023-10-06T08:33:57.760881Z",
            "url": "https://files.pythonhosted.org/packages/b6/8e/3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7/simplejson-3.19.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "192c3f5d3c6e22cb9b7b9752bb5cc015b5e4dab07d20153fc10c3d546844b3e3",
                "md5": "f00b783d3fa6803595b233992d45d02a",
                "sha256": "b8d940fd28eb34a7084877747a60873956893e377f15a32ad445fe66c972c3b8"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "f00b783d3fa6803595b233992d45d02a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 93639,
            "upload_time": "2023-10-06T08:33:59",
            "upload_time_iso_8601": "2023-10-06T08:33:59.373653Z",
            "url": "https://files.pythonhosted.org/packages/19/2c/3f5d3c6e22cb9b7b9752bb5cc015b5e4dab07d20153fc10c3d546844b3e3/simplejson-3.19.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "778e8ea7d30d181ef54c0db5815d4759053e7cbafd1c927d8ca56bf813c2b72c",
                "md5": "0224266d12d4323555f2c49b7fe9f412",
                "sha256": "4969d974d9db826a2c07671273e6b27bc48e940738d768fa8f33b577f0978378"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0224266d12d4323555f2c49b7fe9f412",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75887,
            "upload_time": "2023-10-06T08:34:00",
            "upload_time_iso_8601": "2023-10-06T08:34:00.555184Z",
            "url": "https://files.pythonhosted.org/packages/77/8e/8ea7d30d181ef54c0db5815d4759053e7cbafd1c927d8ca56bf813c2b72c/simplejson-3.19.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3021aa7b0f14a3e1c0b5f98fff28384e7ff6adf86c8cd6de0958666e98e25200",
                "md5": "e149404787143bcc313312193c506ded",
                "sha256": "c594642d6b13d225e10df5c16ee15b3398e21a35ecd6aee824f107a625690374"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e149404787143bcc313312193c506ded",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 74755,
            "upload_time": "2023-10-06T08:34:01",
            "upload_time_iso_8601": "2023-10-06T08:34:01.727760Z",
            "url": "https://files.pythonhosted.org/packages/30/21/aa7b0f14a3e1c0b5f98fff28384e7ff6adf86c8cd6de0958666e98e25200/simplejson-3.19.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4319d171dde587cc41437720a852ee95c47fe9abc27631c3c8458ad1a5274b3a",
                "md5": "2d63177725ceb520fa1bedcdaad4138a",
                "sha256": "e2f5a398b5e77bb01b23d92872255e1bcb3c0c719a3be40b8df146570fe7781a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2d63177725ceb520fa1bedcdaad4138a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 150322,
            "upload_time": "2023-10-06T08:34:03",
            "upload_time_iso_8601": "2023-10-06T08:34:03.385105Z",
            "url": "https://files.pythonhosted.org/packages/43/19/d171dde587cc41437720a852ee95c47fe9abc27631c3c8458ad1a5274b3a/simplejson-3.19.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec2f0aef8063535b70c27474538485797db8fec727e721f94cd6ea87ae3f962",
                "md5": "b0c91602ed8ecc4e022ace5d12e2f45a",
                "sha256": "176a1b524a3bd3314ed47029a86d02d5a95cc0bee15bd3063a1e1ec62b947de6"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b0c91602ed8ecc4e022ace5d12e2f45a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 158545,
            "upload_time": "2023-10-06T08:34:04",
            "upload_time_iso_8601": "2023-10-06T08:34:04.678174Z",
            "url": "https://files.pythonhosted.org/packages/9e/c2/f0aef8063535b70c27474538485797db8fec727e721f94cd6ea87ae3f962/simplejson-3.19.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d53c37abc9b00f75b2ea03f2711382c37afe227b93813356efcd069af9e782a",
                "md5": "43a24f687d09bb947a2c8b40aff33139",
                "sha256": "f3c7363a8cb8c5238878ec96c5eb0fc5ca2cb11fc0c7d2379863d342c6ee367a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "43a24f687d09bb947a2c8b40aff33139",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 148631,
            "upload_time": "2023-10-06T08:34:05",
            "upload_time_iso_8601": "2023-10-06T08:34:05.788238Z",
            "url": "https://files.pythonhosted.org/packages/3d/53/c37abc9b00f75b2ea03f2711382c37afe227b93813356efcd069af9e782a/simplejson-3.19.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f26bce0090a8026acc8ed027ec9471a551e02dafb7973674773fb218824130f9",
                "md5": "51951947682e57a9f7b16e88ea0ffba3",
                "sha256": "346820ae96aa90c7d52653539a57766f10f33dd4be609206c001432b59ddf89f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51951947682e57a9f7b16e88ea0ffba3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 152400,
            "upload_time": "2023-10-06T08:34:07",
            "upload_time_iso_8601": "2023-10-06T08:34:07.184609Z",
            "url": "https://files.pythonhosted.org/packages/f2/6b/ce0090a8026acc8ed027ec9471a551e02dafb7973674773fb218824130f9/simplejson-3.19.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7c6f605729a159b743ba5b258d7f963ed2b271c91486356b9997f6b96784843",
                "md5": "a934760a7e7689b1bf3939ffb0cf4bc1",
                "sha256": "de9a2792612ec6def556d1dc621fd6b2073aff015d64fba9f3e53349ad292734"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a934760a7e7689b1bf3939ffb0cf4bc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 153636,
            "upload_time": "2023-10-06T08:34:08",
            "upload_time_iso_8601": "2023-10-06T08:34:08.389280Z",
            "url": "https://files.pythonhosted.org/packages/b7/c6/f605729a159b743ba5b258d7f963ed2b271c91486356b9997f6b96784843/simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbdd1f65345ff1a6ba56e8de5ab62dead48cc50a5a3d01385fd8d56ead1bf163",
                "md5": "dea66062f039430aa066bd02ee093b03",
                "sha256": "1c768e7584c45094dca4b334af361e43b0aaa4844c04945ac7d43379eeda9bc2"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "dea66062f039430aa066bd02ee093b03",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 152968,
            "upload_time": "2023-10-06T08:34:09",
            "upload_time_iso_8601": "2023-10-06T08:34:09.503346Z",
            "url": "https://files.pythonhosted.org/packages/cb/dd/1f65345ff1a6ba56e8de5ab62dead48cc50a5a3d01385fd8d56ead1bf163/simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ad5465dc0560ef3f929ab6defd617a61121a3c01ddb912e1a6782a124b29ce",
                "md5": "854168653e52dfae40f8f4a33df934d7",
                "sha256": "9652e59c022e62a5b58a6f9948b104e5bb96d3b06940c6482588176f40f4914b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "854168653e52dfae40f8f4a33df934d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 161290,
            "upload_time": "2023-10-06T08:34:10",
            "upload_time_iso_8601": "2023-10-06T08:34:10.636414Z",
            "url": "https://files.pythonhosted.org/packages/03/ad/5465dc0560ef3f929ab6defd617a61121a3c01ddb912e1a6782a124b29ce/simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d18d94495c7a4ec2ffd57717390c57270eb31440aef6b31abaeec668c8c89a4",
                "md5": "b801c73660993550831e76fea7a7c0e9",
                "sha256": "9c1a4393242e321e344213a90a1e3bf35d2f624aa8b8f6174d43e3c6b0e8f6eb"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b801c73660993550831e76fea7a7c0e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 156935,
            "upload_time": "2023-10-06T08:34:11",
            "upload_time_iso_8601": "2023-10-06T08:34:11.829424Z",
            "url": "https://files.pythonhosted.org/packages/2d/18/d94495c7a4ec2ffd57717390c57270eb31440aef6b31abaeec668c8c89a4/simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "849a024fcc6b0aa26d1188dfe6333523648c3010f8758dcb19b7590d0b1ed51b",
                "md5": "3a416ab683d4aa3dd7434466b31d1726",
                "sha256": "7cb98be113911cb0ad09e5523d0e2a926c09a465c9abb0784c9269efe4f95917"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "3a416ab683d4aa3dd7434466b31d1726",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73667,
            "upload_time": "2023-10-06T08:34:13",
            "upload_time_iso_8601": "2023-10-06T08:34:13.161270Z",
            "url": "https://files.pythonhosted.org/packages/84/9a/024fcc6b0aa26d1188dfe6333523648c3010f8758dcb19b7590d0b1ed51b/simplejson-3.19.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e59f9d53645ba325899e374633c818390d67378540ed346750b53c32e7ada34b",
                "md5": "b464944fc6d76a26cb79e01c5f657277",
                "sha256": "6779105d2fcb7fcf794a6a2a233787f6bbd4731227333a072d8513b252ed374f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b464944fc6d76a26cb79e01c5f657277",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75443,
            "upload_time": "2023-10-06T08:34:15",
            "upload_time_iso_8601": "2023-10-06T08:34:15.018655Z",
            "url": "https://files.pythonhosted.org/packages/e5/9f/9d53645ba325899e374633c818390d67378540ed346750b53c32e7ada34b/simplejson-3.19.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ad7561b8bbc5035d141b2f1ad788e2094e5798654d4ad27e8f69a96b02ae7f0",
                "md5": "3785efa2285c818ad3508724ee13c1d4",
                "sha256": "061e81ea2d62671fa9dea2c2bfbc1eec2617ae7651e366c7b4a2baf0a8c72cae"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3785efa2285c818ad3508724ee13c1d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75220,
            "upload_time": "2023-10-06T08:34:16",
            "upload_time_iso_8601": "2023-10-06T08:34:16.129094Z",
            "url": "https://files.pythonhosted.org/packages/0a/d7/561b8bbc5035d141b2f1ad788e2094e5798654d4ad27e8f69a96b02ae7f0/simplejson-3.19.2-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65b9a36b619c81e592c301a8dd0c736271ec84dafc58fd6b20e72cbe3d223d33",
                "md5": "ec485e2d49223a0072ea771258919284",
                "sha256": "4280e460e51f86ad76dc456acdbfa9513bdf329556ffc8c49e0200878ca57816"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ec485e2d49223a0072ea771258919284",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 125414,
            "upload_time": "2023-10-06T08:34:17",
            "upload_time_iso_8601": "2023-10-06T08:34:17.303045Z",
            "url": "https://files.pythonhosted.org/packages/65/b9/a36b619c81e592c301a8dd0c736271ec84dafc58fd6b20e72cbe3d223d33/simplejson-3.19.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e1f353dd50022883094ef6a0737a5c64f4840a65275249f14900b7f0187e9bc",
                "md5": "cd578e9bbfeaf306bdd0a7cd8117b98f",
                "sha256": "11c39fbc4280d7420684494373b7c5904fa72a2b48ef543a56c2d412999c9e5d"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cd578e9bbfeaf306bdd0a7cd8117b98f",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 134549,
            "upload_time": "2023-10-06T08:34:18",
            "upload_time_iso_8601": "2023-10-06T08:34:18.560624Z",
            "url": "https://files.pythonhosted.org/packages/6e/1f/353dd50022883094ef6a0737a5c64f4840a65275249f14900b7f0187e9bc/simplejson-3.19.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9003866f4e34d812a7f67c23b7ee2fda6bdccc0946c6c4e4897957ea351f448b",
                "md5": "75d6943cc9d980ff6f5f6877365f478c",
                "sha256": "bccb3e88ec26ffa90f72229f983d3a5d1155e41a1171190fa723d4135523585b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "75d6943cc9d980ff6f5f6877365f478c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 122843,
            "upload_time": "2023-10-06T08:34:19",
            "upload_time_iso_8601": "2023-10-06T08:34:19.746058Z",
            "url": "https://files.pythonhosted.org/packages/90/03/866f4e34d812a7f67c23b7ee2fda6bdccc0946c6c4e4897957ea351f448b/simplejson-3.19.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c99163acdbe247a9b80d11656cf15a6057348750e2a1b2f26ee3d2d3dd2f9014",
                "md5": "8b0d55a352ba7ff8c8439173886c2302",
                "sha256": "1bb5b50dc6dd671eb46a605a3e2eb98deb4a9af787a08fcdddabe5d824bb9664"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b0d55a352ba7ff8c8439173886c2302",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 125934,
            "upload_time": "2023-10-06T08:34:20",
            "upload_time_iso_8601": "2023-10-06T08:34:20.855441Z",
            "url": "https://files.pythonhosted.org/packages/c9/91/63acdbe247a9b80d11656cf15a6057348750e2a1b2f26ee3d2d3dd2f9014/simplejson-3.19.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b362639ac446d81ed2ffb71cb40fd445f8ddec3a7de9d668003cdff892a2561d",
                "md5": "bfcaf8a22a23f1147da1a689e2b6258c",
                "sha256": "d94245caa3c61f760c4ce4953cfa76e7739b6f2cbfc94cc46fff6c050c2390c5"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bfcaf8a22a23f1147da1a689e2b6258c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 128726,
            "upload_time": "2023-10-06T08:34:22",
            "upload_time_iso_8601": "2023-10-06T08:34:22.028772Z",
            "url": "https://files.pythonhosted.org/packages/b3/62/639ac446d81ed2ffb71cb40fd445f8ddec3a7de9d668003cdff892a2561d/simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cd4aa5d1622b9f9e1bdf57fc3a441fdd786961c778fb478700e75ff06a3ed0f",
                "md5": "4c2021b0f3c34fdd43841a9fbd55ad20",
                "sha256": "d0e5ffc763678d48ecc8da836f2ae2dd1b6eb2d27a48671066f91694e575173c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "4c2021b0f3c34fdd43841a9fbd55ad20",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 127047,
            "upload_time": "2023-10-06T08:34:23",
            "upload_time_iso_8601": "2023-10-06T08:34:23.303942Z",
            "url": "https://files.pythonhosted.org/packages/1c/d4/aa5d1622b9f9e1bdf57fc3a441fdd786961c778fb478700e75ff06a3ed0f/simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "195d7999805598a26613e50966763f85761a94f0e80a7d7ec9fc3249c101af39",
                "md5": "e530920dfd1ff288e8a5cd357403067a",
                "sha256": "d222a9ed082cd9f38b58923775152003765016342a12f08f8c123bf893461f28"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e530920dfd1ff288e8a5cd357403067a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 135987,
            "upload_time": "2023-10-06T08:34:24",
            "upload_time_iso_8601": "2023-10-06T08:34:24.621869Z",
            "url": "https://files.pythonhosted.org/packages/19/5d/7999805598a26613e50966763f85761a94f0e80a7d7ec9fc3249c101af39/simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f089845e3bf3a342ffee6aa85300db556aba179e7503340dd680bfe26531f3b",
                "md5": "77b47b3503044525a20a28761e0f4b84",
                "sha256": "8434dcdd347459f9fd9c526117c01fe7ca7b016b6008dddc3c13471098f4f0dc"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77b47b3503044525a20a28761e0f4b84",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 129742,
            "upload_time": "2023-10-06T08:34:25",
            "upload_time_iso_8601": "2023-10-06T08:34:25.827068Z",
            "url": "https://files.pythonhosted.org/packages/4f/08/9845e3bf3a342ffee6aa85300db556aba179e7503340dd680bfe26531f3b/simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9314c7e88ea3cbf2ba665448eb44551b381d936ac277c1e17823a0eced67c3dc",
                "md5": "7e106a5fd663fe3d182ff37421c3fa4a",
                "sha256": "c9ac1c2678abf9270e7228133e5b77c6c3c930ad33a3c1dfbdd76ff2c33b7b50"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "7e106a5fd663fe3d182ff37421c3fa4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 74295,
            "upload_time": "2023-10-06T08:34:27",
            "upload_time_iso_8601": "2023-10-06T08:34:27.359120Z",
            "url": "https://files.pythonhosted.org/packages/93/14/c7e88ea3cbf2ba665448eb44551b381d936ac277c1e17823a0eced67c3dc/simplejson-3.19.2-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f2414885a14bd3c2ac8dfffa16ae77de7a69be3205bd00b53a68f7e531e231d",
                "md5": "28a0041e03a8da69da0c29cc0347bb13",
                "sha256": "92c4a4a2b1f4846cd4364855cbac83efc48ff5a7d7c06ba014c792dd96483f6f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "28a0041e03a8da69da0c29cc0347bb13",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 76556,
            "upload_time": "2023-10-06T08:34:28",
            "upload_time_iso_8601": "2023-10-06T08:34:28.439417Z",
            "url": "https://files.pythonhosted.org/packages/7f/24/14885a14bd3c2ac8dfffa16ae77de7a69be3205bd00b53a68f7e531e231d/simplejson-3.19.2-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48396fa803826419ef6979de77e330c1fc1acdcf0bd4b6b4b1da5c15519466ca",
                "md5": "15d905917fb608cd17fd221d87dcdea1",
                "sha256": "0d551dc931638e2102b8549836a1632e6e7cf620af3d093a7456aa642bff601d"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15d905917fb608cd17fd221d87dcdea1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75238,
            "upload_time": "2023-10-06T08:34:29",
            "upload_time_iso_8601": "2023-10-06T08:34:29.480708Z",
            "url": "https://files.pythonhosted.org/packages/48/39/6fa803826419ef6979de77e330c1fc1acdcf0bd4b6b4b1da5c15519466ca/simplejson-3.19.2-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c62b4d1cb99a2d1364c57d7c09dd365b9c3a3f820c73ab8c897f5a30a109b6dc",
                "md5": "01a54197cbac852591b790a333b172f5",
                "sha256": "73a8a4653f2e809049999d63530180d7b5a344b23a793502413ad1ecea9a0290"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "01a54197cbac852591b790a333b172f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 126502,
            "upload_time": "2023-10-06T08:34:30",
            "upload_time_iso_8601": "2023-10-06T08:34:30.563458Z",
            "url": "https://files.pythonhosted.org/packages/c6/2b/4d1cb99a2d1364c57d7c09dd365b9c3a3f820c73ab8c897f5a30a109b6dc/simplejson-3.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c28b86c875a5c8694860a32ec4e0b018ba5d56e7719e7d1a589e5f954c67952b",
                "md5": "aa2ef850c83a370a9b27916fbde06727",
                "sha256": "40847f617287a38623507d08cbcb75d51cf9d4f9551dd6321df40215128325a3"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "aa2ef850c83a370a9b27916fbde06727",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 135445,
            "upload_time": "2023-10-06T08:34:31",
            "upload_time_iso_8601": "2023-10-06T08:34:31.842710Z",
            "url": "https://files.pythonhosted.org/packages/c2/8b/86c875a5c8694860a32ec4e0b018ba5d56e7719e7d1a589e5f954c67952b/simplejson-3.19.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae51277164e4d5c22ec2783e1a39e8d57fcf250d52e793d17b465a1882c5100e",
                "md5": "b239ff53d845726afef9085f6cea929b",
                "sha256": "be893258d5b68dd3a8cba8deb35dc6411db844a9d35268a8d3793b9d9a256f80"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b239ff53d845726afef9085f6cea929b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 123828,
            "upload_time": "2023-10-06T08:34:33",
            "upload_time_iso_8601": "2023-10-06T08:34:33.033441Z",
            "url": "https://files.pythonhosted.org/packages/ae/51/277164e4d5c22ec2783e1a39e8d57fcf250d52e793d17b465a1882c5100e/simplejson-3.19.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18b5563875078379663dc3f808ddbecf0403da72637f1bc2b51438e3dd587344",
                "md5": "961535ac3320cfeb43ecfe45a1404efb",
                "sha256": "e9eb3cff1b7d71aa50c89a0536f469cb8d6dcdd585d8f14fb8500d822f3bdee4"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "961535ac3320cfeb43ecfe45a1404efb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 126978,
            "upload_time": "2023-10-06T08:34:34",
            "upload_time_iso_8601": "2023-10-06T08:34:34.161190Z",
            "url": "https://files.pythonhosted.org/packages/18/b5/563875078379663dc3f808ddbecf0403da72637f1bc2b51438e3dd587344/simplejson-3.19.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ad9f16cccdc1dc6facdf157eee3d57210328226b0009bc65af6071d86446bb4",
                "md5": "a8bd6b6ac52152dfbe7182d01c9810ec",
                "sha256": "d0f402e787e6e7ee7876c8b05e2fe6464820d9f35ba3f172e95b5f8b699f6c7f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a8bd6b6ac52152dfbe7182d01c9810ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 129702,
            "upload_time": "2023-10-06T08:34:35",
            "upload_time_iso_8601": "2023-10-06T08:34:35.485358Z",
            "url": "https://files.pythonhosted.org/packages/8a/d9/f16cccdc1dc6facdf157eee3d57210328226b0009bc65af6071d86446bb4/simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0313bec829bb45167550193ca2e6db7ec73390f21bc0710f00d7d3489262e446",
                "md5": "c4bd56f1186c6cec6f7f921830b79c64",
                "sha256": "fbbcc6b0639aa09b9649f36f1bcb347b19403fe44109948392fbb5ea69e48c3e"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "c4bd56f1186c6cec6f7f921830b79c64",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 127970,
            "upload_time": "2023-10-06T08:34:36",
            "upload_time_iso_8601": "2023-10-06T08:34:36.562858Z",
            "url": "https://files.pythonhosted.org/packages/03/13/bec829bb45167550193ca2e6db7ec73390f21bc0710f00d7d3489262e446/simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7d4877834a42e827d4199689970bbf24079e5923dbcef4ea9d4ee0a62a2597a",
                "md5": "362ef813ca4cd6ea412e5e5bfcaf8e33",
                "sha256": "2fc697be37585eded0c8581c4788fcfac0e3f84ca635b73a5bf360e28c8ea1a2"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "362ef813ca4cd6ea412e5e5bfcaf8e33",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 136912,
            "upload_time": "2023-10-06T08:34:37",
            "upload_time_iso_8601": "2023-10-06T08:34:37.715920Z",
            "url": "https://files.pythonhosted.org/packages/d7/d4/877834a42e827d4199689970bbf24079e5923dbcef4ea9d4ee0a62a2597a/simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32dea02fcd69ce0c1ad9f51786904a6ab2125cbf3223d0156e5fa99e6d3d3ad3",
                "md5": "b8c238e529a4cb60344086491aaa2e51",
                "sha256": "0b0a3eb6dd39cce23801a50c01a0976971498da49bc8a0590ce311492b82c44b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8c238e529a4cb60344086491aaa2e51",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 130669,
            "upload_time": "2023-10-06T08:34:39",
            "upload_time_iso_8601": "2023-10-06T08:34:39.088570Z",
            "url": "https://files.pythonhosted.org/packages/32/de/a02fcd69ce0c1ad9f51786904a6ab2125cbf3223d0156e5fa99e6d3d3ad3/simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "593e762c50e335c3a43d22fa37ef56a37b987196086d16dfa4dc95671681e2f6",
                "md5": "293b4ecbd28e19b62a2bc32fc180e527",
                "sha256": "49f9da0d6cd17b600a178439d7d2d57c5ef01f816b1e0e875e8e8b3b42db2693"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "293b4ecbd28e19b62a2bc32fc180e527",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73356,
            "upload_time": "2023-10-06T08:34:40",
            "upload_time_iso_8601": "2023-10-06T08:34:40.598600Z",
            "url": "https://files.pythonhosted.org/packages/59/3e/762c50e335c3a43d22fa37ef56a37b987196086d16dfa4dc95671681e2f6/simplejson-3.19.2-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8eb32f3c60dff9a9a3696279aa017e4bd5edd51dc9036ec04ff2bfaa3d9d0f83",
                "md5": "6b82c32153c3241d96997fe4c54f0c29",
                "sha256": "c87c22bd6a987aca976e3d3e23806d17f65426191db36d40da4ae16a6a494cbc"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6b82c32153c3241d96997fe4c54f0c29",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75145,
            "upload_time": "2023-10-06T08:34:42",
            "upload_time_iso_8601": "2023-10-06T08:34:42.224829Z",
            "url": "https://files.pythonhosted.org/packages/8e/b3/2f3c60dff9a9a3696279aa017e4bd5edd51dc9036ec04ff2bfaa3d9d0f83/simplejson-3.19.2-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8d97ffae81325d29176b718b1a15ba1581069652c707a457f29bc05a44a946",
                "md5": "d2f0f60758e98cd670524167316c932f",
                "sha256": "9e4c166f743bb42c5fcc60760fb1c3623e8fda94f6619534217b083e08644b46"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d2f0f60758e98cd670524167316c932f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 93623,
            "upload_time": "2023-10-06T08:34:43",
            "upload_time_iso_8601": "2023-10-06T08:34:43.614006Z",
            "url": "https://files.pythonhosted.org/packages/8c/8d/97ffae81325d29176b718b1a15ba1581069652c707a457f29bc05a44a946/simplejson-3.19.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42b533169643f5cd76fd26a2ba5a034f934cdd20ad4884fbd719dabf82a0aef5",
                "md5": "29fa4bad4659b6ac85475559fa53553c",
                "sha256": "0a48679310e1dd5c9f03481799311a65d343748fe86850b7fb41df4e2c00c087"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "29fa4bad4659b6ac85475559fa53553c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75704,
            "upload_time": "2023-10-06T08:34:45",
            "upload_time_iso_8601": "2023-10-06T08:34:45.269464Z",
            "url": "https://files.pythonhosted.org/packages/42/b5/33169643f5cd76fd26a2ba5a034f934cdd20ad4884fbd719dabf82a0aef5/simplejson-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9e5fa8d18275201220f0989d58a2b9567f5f91e8f6c3fdcb900a067d396e30",
                "md5": "161d455e4e0f5e55bd411f0e5a571bef",
                "sha256": "c0521e0f07cb56415fdb3aae0bbd8701eb31a9dfef47bb57206075a0584ab2a2"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "161d455e4e0f5e55bd411f0e5a571bef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 74900,
            "upload_time": "2023-10-06T08:34:46",
            "upload_time_iso_8601": "2023-10-06T08:34:46.318221Z",
            "url": "https://files.pythonhosted.org/packages/bc/9e/5fa8d18275201220f0989d58a2b9567f5f91e8f6c3fdcb900a067d396e30/simplejson-3.19.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be9b555fb8a5548b7eb465acf2c83fea55fdf72aa445db124e8911f95c702e09",
                "md5": "1a695ce6cd16478795d932e50348a0bb",
                "sha256": "0d2d5119b1d7a1ed286b8af37357116072fc96700bce3bec5bb81b2e7057ab41"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1a695ce6cd16478795d932e50348a0bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 136359,
            "upload_time": "2023-10-06T08:34:47",
            "upload_time_iso_8601": "2023-10-06T08:34:47.534338Z",
            "url": "https://files.pythonhosted.org/packages/be/9b/555fb8a5548b7eb465acf2c83fea55fdf72aa445db124e8911f95c702e09/simplejson-3.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9948dd888ee60e1e690694c5a6c923ccb059a5a879c9b078da3e33d7e80ef100",
                "md5": "80f8a1f26bde69a88f62c56ae82c6f69",
                "sha256": "2c1467d939932901a97ba4f979e8f2642415fcf02ea12f53a4e3206c9c03bc17"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "80f8a1f26bde69a88f62c56ae82c6f69",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 145991,
            "upload_time": "2023-10-06T08:34:48",
            "upload_time_iso_8601": "2023-10-06T08:34:48.874196Z",
            "url": "https://files.pythonhosted.org/packages/99/48/dd888ee60e1e690694c5a6c923ccb059a5a879c9b078da3e33d7e80ef100/simplejson-3.19.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c19ce96d1b7bd748a9b39af75d899c7d8ac07e15bb2cef1b4c68ded1da4157ff",
                "md5": "ee8a52c8c45c1c972519726156a66472",
                "sha256": "49aaf4546f6023c44d7e7136be84a03a4237f0b2b5fb2b17c3e3770a758fc1a0"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ee8a52c8c45c1c972519726156a66472",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 133026,
            "upload_time": "2023-10-06T08:34:50",
            "upload_time_iso_8601": "2023-10-06T08:34:50.295533Z",
            "url": "https://files.pythonhosted.org/packages/c1/9c/e96d1b7bd748a9b39af75d899c7d8ac07e15bb2cef1b4c68ded1da4157ff/simplejson-3.19.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "335fb9506e323ea89737b34c97a6eda9d22ad6b771190df93f6eb72657a3b996",
                "md5": "2460af984e957535446bd1f1c38b5c4b",
                "sha256": "60848ab779195b72382841fc3fa4f71698a98d9589b0a081a9399904487b5832"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2460af984e957535446bd1f1c38b5c4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 136624,
            "upload_time": "2023-10-06T08:34:51",
            "upload_time_iso_8601": "2023-10-06T08:34:51.944822Z",
            "url": "https://files.pythonhosted.org/packages/33/5f/b9506e323ea89737b34c97a6eda9d22ad6b771190df93f6eb72657a3b996/simplejson-3.19.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8478448093d7e6c5b07073b5af7e72b72fbe5d5e00774a60f20a77f34b7477a9",
                "md5": "c19a11e46d510fb826f325182c2131bf",
                "sha256": "0436a70d8eb42bea4fe1a1c32d371d9bb3b62c637969cb33970ad624d5a3336a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c19a11e46d510fb826f325182c2131bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 139903,
            "upload_time": "2023-10-06T08:34:53",
            "upload_time_iso_8601": "2023-10-06T08:34:53.177145Z",
            "url": "https://files.pythonhosted.org/packages/84/78/448093d7e6c5b07073b5af7e72b72fbe5d5e00774a60f20a77f34b7477a9/simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90da54fc4292b320c17030cbddebd0b85cafb7bd0d990e24260979c012a85935",
                "md5": "6c88677aa9100417744386d60a47e52b",
                "sha256": "49e0e3faf3070abdf71a5c80a97c1afc059b4f45a5aa62de0c2ca0444b51669b"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "6c88677aa9100417744386d60a47e52b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 138142,
            "upload_time": "2023-10-06T08:34:54",
            "upload_time_iso_8601": "2023-10-06T08:34:54.415016Z",
            "url": "https://files.pythonhosted.org/packages/90/da/54fc4292b320c17030cbddebd0b85cafb7bd0d990e24260979c012a85935/simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01bfafbd25fd0379ba755962131c8fa035f2176c406047ddd61fac2c7427633c",
                "md5": "b69575faf659cc3882b54a904e68e281",
                "sha256": "ff836cd4041e16003549449cc0a5e372f6b6f871eb89007ab0ee18fb2800fded"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b69575faf659cc3882b54a904e68e281",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 149023,
            "upload_time": "2023-10-06T08:34:55",
            "upload_time_iso_8601": "2023-10-06T08:34:55.746830Z",
            "url": "https://files.pythonhosted.org/packages/01/bf/afbd25fd0379ba755962131c8fa035f2176c406047ddd61fac2c7427633c/simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "697992c253e6990421cc38d232875231d27a886592922096b79efb53a96feaa3",
                "md5": "0a752106f7fd9510dad4fa39e26f8606",
                "sha256": "3848427b65e31bea2c11f521b6fc7a3145d6e501a1038529da2391aff5970f2f"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a752106f7fd9510dad4fa39e26f8606",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 141059,
            "upload_time": "2023-10-06T08:34:57",
            "upload_time_iso_8601": "2023-10-06T08:34:57.205401Z",
            "url": "https://files.pythonhosted.org/packages/69/79/92c253e6990421cc38d232875231d27a886592922096b79efb53a96feaa3/simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c6bde394117c72598fea5e93dfcc9b9230ca7b70d620ad8af61018802af160c",
                "md5": "14cf042c9c6f9a25d1d521a329673eb9",
                "sha256": "3f39bb1f6e620f3e158c8b2eaf1b3e3e54408baca96a02fe891794705e788637"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "14cf042c9c6f9a25d1d521a329673eb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73722,
            "upload_time": "2023-10-06T08:34:58",
            "upload_time_iso_8601": "2023-10-06T08:34:58.415396Z",
            "url": "https://files.pythonhosted.org/packages/5c/6b/de394117c72598fea5e93dfcc9b9230ca7b70d620ad8af61018802af160c/simplejson-3.19.2-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2962da6706ad2a3588c415890f870b8160da594fae1f5758fa10a63c1b5428b4",
                "md5": "73ba0aef63124c203bc0534b84779c0a",
                "sha256": "0405984f3ec1d3f8777c4adc33eac7ab7a3e629f3b1c05fdded63acc7cf01137"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "73ba0aef63124c203bc0534b84779c0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75409,
            "upload_time": "2023-10-06T08:34:59",
            "upload_time_iso_8601": "2023-10-06T08:34:59.491273Z",
            "url": "https://files.pythonhosted.org/packages/29/62/da6706ad2a3588c415890f870b8160da594fae1f5758fa10a63c1b5428b4/simplejson-3.19.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "279f76c4a2455ce3bca261e2e0351a3d9b36745a97fd0592680aefd28c3d9290",
                "md5": "7538290ff8bd5a6758c8fb750ae6143b",
                "sha256": "445a96543948c011a3a47c8e0f9d61e9785df2544ea5be5ab3bc2be4bd8a2565"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "7538290ff8bd5a6758c8fb750ae6143b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 94847,
            "upload_time": "2023-10-06T08:35:00",
            "upload_time_iso_8601": "2023-10-06T08:35:00.998360Z",
            "url": "https://files.pythonhosted.org/packages/27/9f/76c4a2455ce3bca261e2e0351a3d9b36745a97fd0592680aefd28c3d9290/simplejson-3.19.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd8d04fe27f3b61ac4820d27a70a8531de72a813c4d33a6491b9dcc13f04ecbf",
                "md5": "c53b9a07fc3258303aebbe61d2b01c01",
                "sha256": "4a8c3cc4f9dfc33220246760358c8265dad6e1104f25f0077bbca692d616d358"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c53b9a07fc3258303aebbe61d2b01c01",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 76394,
            "upload_time": "2023-10-06T08:35:02",
            "upload_time_iso_8601": "2023-10-06T08:35:02.948244Z",
            "url": "https://files.pythonhosted.org/packages/fd/8d/04fe27f3b61ac4820d27a70a8531de72a813c4d33a6491b9dcc13f04ecbf/simplejson-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "108ee9c836c5bae09853caf64ca0d2d173d34daa46554c1a8782a7550f12c19b",
                "md5": "46a4eb12fabf92f4006f69ab6d600056",
                "sha256": "af9c7e6669c4d0ad7362f79cb2ab6784d71147503e62b57e3d95c4a0f222c01c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "46a4eb12fabf92f4006f69ab6d600056",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75455,
            "upload_time": "2023-10-06T08:35:04",
            "upload_time_iso_8601": "2023-10-06T08:35:04.771483Z",
            "url": "https://files.pythonhosted.org/packages/10/8e/e9c836c5bae09853caf64ca0d2d173d34daa46554c1a8782a7550f12c19b/simplejson-3.19.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4dacf5366b140bfda07494fe4de4cfd2dbadc934d31494c4e45c6b7780d2281",
                "md5": "b300fe1c9d5ade58a413ee1dd99c73a0",
                "sha256": "064300a4ea17d1cd9ea1706aa0590dcb3be81112aac30233823ee494f02cb78a"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b300fe1c9d5ade58a413ee1dd99c73a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 138076,
            "upload_time": "2023-10-06T08:35:06",
            "upload_time_iso_8601": "2023-10-06T08:35:06.933068Z",
            "url": "https://files.pythonhosted.org/packages/c4/da/cf5366b140bfda07494fe4de4cfd2dbadc934d31494c4e45c6b7780d2281/simplejson-3.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12f74db19c4203e0bc927d19b32f89f3b88a022bc982cde32b61e97d16ded121",
                "md5": "908ea1dcd1ff1985bd9023085fa4054f",
                "sha256": "9453419ea2ab9b21d925d0fd7e3a132a178a191881fab4169b6f96e118cc25bb"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "908ea1dcd1ff1985bd9023085fa4054f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 146309,
            "upload_time": "2023-10-06T08:35:08",
            "upload_time_iso_8601": "2023-10-06T08:35:08.170097Z",
            "url": "https://files.pythonhosted.org/packages/12/f7/4db19c4203e0bc927d19b32f89f3b88a022bc982cde32b61e97d16ded121/simplejson-3.19.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ab7a993c7e8d7c61c49e949a9d1a7acefa2edc421786b3537121f086d9379a5",
                "md5": "2ba4d2d3c853d00428f392f77265fb3f",
                "sha256": "9e038c615b3906df4c3be8db16b3e24821d26c55177638ea47b3f8f73615111c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2ba4d2d3c853d00428f392f77265fb3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 133921,
            "upload_time": "2023-10-06T08:35:09",
            "upload_time_iso_8601": "2023-10-06T08:35:09.489781Z",
            "url": "https://files.pythonhosted.org/packages/2a/b7/a993c7e8d7c61c49e949a9d1a7acefa2edc421786b3537121f086d9379a5/simplejson-3.19.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d796cbde4f02d6623edc68f697a77315e6f1b45f0480f62d34a406e65145c09",
                "md5": "3b5ca8cb68dff296915595e80a6b0107",
                "sha256": "16ca9c90da4b1f50f089e14485db8c20cbfff2d55424062791a7392b5a9b3ff9"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b5ca8cb68dff296915595e80a6b0107",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 137363,
            "upload_time": "2023-10-06T08:35:10",
            "upload_time_iso_8601": "2023-10-06T08:35:10.756069Z",
            "url": "https://files.pythonhosted.org/packages/0d/79/6cbde4f02d6623edc68f697a77315e6f1b45f0480f62d34a406e65145c09/simplejson-3.19.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b9e5c85b1cd16acd4faad6afe5424e114c685f8b942db9ad230ea58ed6e794",
                "md5": "c2be0f527629862a8281adb6d144f9f3",
                "sha256": "1018bd0d70ce85f165185d2227c71e3b1e446186f9fa9f971b69eee223e1e3cd"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c2be0f527629862a8281adb6d144f9f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 142794,
            "upload_time": "2023-10-06T08:35:12",
            "upload_time_iso_8601": "2023-10-06T08:35:12.147836Z",
            "url": "https://files.pythonhosted.org/packages/95/b9/e5c85b1cd16acd4faad6afe5424e114c685f8b942db9ad230ea58ed6e794/simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "774b9634b2e32af8e14dfc453869ff5b30386871bdcac9081ed847bf90af880f",
                "md5": "7cee513c686cba1ba280d54eb1282b4f",
                "sha256": "e8dd53a8706b15bc0e34f00e6150fbefb35d2fd9235d095b4f83b3c5ed4fa11d"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "7cee513c686cba1ba280d54eb1282b4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 139476,
            "upload_time": "2023-10-06T08:35:14",
            "upload_time_iso_8601": "2023-10-06T08:35:14.137120Z",
            "url": "https://files.pythonhosted.org/packages/77/4b/9634b2e32af8e14dfc453869ff5b30386871bdcac9081ed847bf90af880f/simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e25b7486444b20cc3a4eabfe85090e5662190d49f9dcb17301fec4b99f78d1c",
                "md5": "a9620de802736a9776d2b6732b724985",
                "sha256": "2d022b14d7758bfb98405672953fe5c202ea8a9ccf9f6713c5bd0718eba286fd"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a9620de802736a9776d2b6732b724985",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 150429,
            "upload_time": "2023-10-06T08:35:15",
            "upload_time_iso_8601": "2023-10-06T08:35:15.797822Z",
            "url": "https://files.pythonhosted.org/packages/1e/25/b7486444b20cc3a4eabfe85090e5662190d49f9dcb17301fec4b99f78d1c/simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b9e0a8003e4235d7c1140334738da4ec82f41696eff8c6e0ff05e6fbb560c0c",
                "md5": "e3193f75de6ec52e2b84cce092c85e93",
                "sha256": "febffa5b1eda6622d44b245b0685aff6fb555ce0ed734e2d7b1c3acd018a2cff"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e3193f75de6ec52e2b84cce092c85e93",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 142470,
            "upload_time": "2023-10-06T08:35:17",
            "upload_time_iso_8601": "2023-10-06T08:35:17.080503Z",
            "url": "https://files.pythonhosted.org/packages/8b/9e/0a8003e4235d7c1140334738da4ec82f41696eff8c6e0ff05e6fbb560c0c/simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3ea7d0350b8736044b6f206439722088c6a211717637e79a4f8d45c0a32d1dc",
                "md5": "13da3447aa99e9112bb1b2ec3c7e3ff8",
                "sha256": "4edcd0bf70087b244ba77038db23cd98a1ace2f91b4a3ecef22036314d77ac23"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "13da3447aa99e9112bb1b2ec3c7e3ff8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 73795,
            "upload_time": "2023-10-06T08:35:18",
            "upload_time_iso_8601": "2023-10-06T08:35:18.376367Z",
            "url": "https://files.pythonhosted.org/packages/a3/ea/7d0350b8736044b6f206439722088c6a211717637e79a4f8d45c0a32d1dc/simplejson-3.19.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00c2d65b3afd81e1277812a5843ec6041f32194b87889a9f6e79f136a51ee5ef",
                "md5": "e9d78b63b6e49f89639c3000afead493",
                "sha256": "aad7405c033d32c751d98d3a65801e2797ae77fac284a539f6c3a3e13005edc4"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e9d78b63b6e49f89639c3000afead493",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 75457,
            "upload_time": "2023-10-06T08:35:20",
            "upload_time_iso_8601": "2023-10-06T08:35:20.390569Z",
            "url": "https://files.pythonhosted.org/packages/00/c2/d65b3afd81e1277812a5843ec6041f32194b87889a9f6e79f136a51ee5ef/simplejson-3.19.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "560e456e89ef42b82586a4c3b2bc8374142e1ed7bf37f86048fefd134e90fa68",
                "md5": "5a1bb05256e0ecf6c9bf1a477bdd2331",
                "sha256": "bcedf4cae0d47839fee7de344f96b5694ca53c786f28b5f773d4f0b265a159eb"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a1bb05256e0ecf6c9bf1a477bdd2331",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 56999,
            "upload_time": "2023-10-06T08:35:21",
            "upload_time_iso_8601": "2023-10-06T08:35:21.537267Z",
            "url": "https://files.pythonhosted.org/packages/56/0e/456e89ef42b82586a4c3b2bc8374142e1ed7bf37f86048fefd134e90fa68/simplejson-3.19.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79793ccb95bb4154952532f280f7a41979fbfb0fbbaee4d609810ecb01650afa",
                "md5": "3b334627d870a3c849e1322d18a7bfe7",
                "sha256": "9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c"
            },
            "downloads": -1,
            "filename": "simplejson-3.19.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3b334627d870a3c849e1322d18a7bfe7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*",
            "size": 85311,
            "upload_time": "2023-10-06T08:35:22",
            "upload_time_iso_8601": "2023-10-06T08:35:22.866858Z",
            "url": "https://files.pythonhosted.org/packages/79/79/3ccb95bb4154952532f280f7a41979fbfb0fbbaee4d609810ecb01650afa/simplejson-3.19.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 08:35:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simplejson",
    "github_project": "simplejson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "simplejson"
}
        
Elapsed time: 0.14398s