# everysk-orjson
`everysk-orjson` is a high-performance JSON library for Python, forked from [`orjson`](https://github.com/ijl/orjson). It provides fast serialization and deserialization, with additional features for handling big integers and special floating-point values.
## Features
- **Big Integer Support**
Parse large integers without loss of precision using the `OPT_BIG_INTEGER` option.
```python
import orjson
result = orjson.dumps(100000000000000000001, option=orjson.OPT_BIG_INTEGER)
print(result) # b'100000000000000000001'
result = orjson.loads(b'100000000000000000001', option=orjson.OPT_BIG_INTEGER)
print(result) # 100000000000000000001
```
- **NaN as Null**
Convert `NaN` values to `null` during deserialization with the `OPT_NAN_AS_NULL` option.
```python
import orjson
result = orjson.loads('{"x": nan}', option=orjson.OPT_NAN_AS_NULL)
print(result) # {'x': None}
```
## Installation
```bash
pip install everysk-orjson
```
## Usage
`everysk-orjson` is a drop-in replacement for `orjson`. Simply import and use the additional options as needed.
## License
Available to you under either the Apache 2 license or MIT license at your choice.
See [LICENSE-APACHE](./LICENSE-APACHE) or [LICENSE-MIT](./LICENSE-MIT) for details.
[](https://github.com/Everysk/orjson/actions/workflows/artifact.yaml)
Raw data
{
"_id": null,
"home_page": null,
"name": "everysk-orjson",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "fast, json, dataclass, dataclasses, datetime, rfc, 8259, 3339",
"author": "Everysk Support <support@everysk.com>",
"author_email": "Everysk Support <support@everysk.com>",
"download_url": "https://files.pythonhosted.org/packages/35/63/72996cb3547350e59fd6fd5bf8948647d2b948351eece007d9e7493f0370/everysk_orjson-3.11.3.tar.gz",
"platform": null,
"description": "# everysk-orjson\n\n`everysk-orjson` is a high-performance JSON library for Python, forked from [`orjson`](https://github.com/ijl/orjson). It provides fast serialization and deserialization, with additional features for handling big integers and special floating-point values.\n\n## Features\n\n- **Big Integer Support** \n Parse large integers without loss of precision using the `OPT_BIG_INTEGER` option.\n\n ```python\n import orjson\n\n result = orjson.dumps(100000000000000000001, option=orjson.OPT_BIG_INTEGER)\n print(result) # b'100000000000000000001'\n\n result = orjson.loads(b'100000000000000000001', option=orjson.OPT_BIG_INTEGER)\n print(result) # 100000000000000000001\n ```\n\n- **NaN as Null** \n Convert `NaN` values to `null` during deserialization with the `OPT_NAN_AS_NULL` option.\n\n ```python\n import orjson\n\n result = orjson.loads('{\"x\": nan}', option=orjson.OPT_NAN_AS_NULL)\n print(result) # {'x': None}\n ```\n\n## Installation\n\n```bash\npip install everysk-orjson\n```\n\n## Usage\n\n`everysk-orjson` is a drop-in replacement for `orjson`. Simply import and use the additional options as needed.\n\n## License\n\nAvailable to you under either the Apache 2 license or MIT license at your choice.\nSee [LICENSE-APACHE](./LICENSE-APACHE) or [LICENSE-MIT](./LICENSE-MIT) for details.\n\n\n[](https://github.com/Everysk/orjson/actions/workflows/artifact.yaml)\n\n",
"bugtrack_url": null,
"license": "Apache-2.0 OR MIT",
"summary": "Fast, correct Python JSON library supporting dataclasses, datetimes, numpy, big integers, and special floating-point values.",
"version": "3.11.3",
"project_urls": {
"changelog": "https://github.com/Everysk/orjson/blob/master/CHANGELOG.md",
"documentation": "https://github.com/Everysk/orjson",
"source": "https://github.com/Everysk/orjson"
},
"split_keywords": [
"fast",
" json",
" dataclass",
" dataclasses",
" datetime",
" rfc",
" 8259",
" 3339"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fbd6c1cb0cec87d103244e53fa5ffaf0f8c07182e053526983e7decf5bb482e2",
"md5": "4dfd92c9a70582b65f260b60de315936",
"sha256": "c004a7a248db168d840be8df164ac5da45f37036920c85247719ea19731b8cb6"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "4dfd92c9a70582b65f260b60de315936",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 240460,
"upload_time": "2025-07-25T15:52:45",
"upload_time_iso_8601": "2025-07-25T15:52:45.636494Z",
"url": "https://files.pythonhosted.org/packages/fb/d6/c1cb0cec87d103244e53fa5ffaf0f8c07182e053526983e7decf5bb482e2/everysk_orjson-3.11.3-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99127c2e4175332c842b03b99c6371ee74611f2b260344f95b550d865f6ebe43",
"md5": "fc6233835d53570c8a5a22d23fdff9cf",
"sha256": "c011bf80544cc755b6ee1bc83411c8ce8a8b9278ba47f485dea3b88509ad7e6b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "fc6233835d53570c8a5a22d23fdff9cf",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 128943,
"upload_time": "2025-07-25T15:52:47",
"upload_time_iso_8601": "2025-07-25T15:52:47.066866Z",
"url": "https://files.pythonhosted.org/packages/99/12/7c2e4175332c842b03b99c6371ee74611f2b260344f95b550d865f6ebe43/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b6a28067562d4faa1b32db51b9313862d7c88d1cda6308f5bfa9ab5ff9571c4",
"md5": "04204568fd52993419f35869e3a70b48",
"sha256": "8d3877f12e1e8af5368db6ada0772e9f0340085977db1513edf296a40c915b82"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "04204568fd52993419f35869e3a70b48",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 124864,
"upload_time": "2025-07-25T15:52:48",
"upload_time_iso_8601": "2025-07-25T15:52:48.263179Z",
"url": "https://files.pythonhosted.org/packages/3b/6a/28067562d4faa1b32db51b9313862d7c88d1cda6308f5bfa9ab5ff9571c4/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c24742dc39abf75397fe6f10bed984fc5218c6cc8295a279bcc7963a7d781d63",
"md5": "fc6b63f2cf18277afaeba86d0ba27697",
"sha256": "94c25193f556badb455218b0a207e36bdfd911e398c5b8ec7699f40dd2ef824a"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "fc6b63f2cf18277afaeba86d0ba27697",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 122644,
"upload_time": "2025-07-25T15:52:49",
"upload_time_iso_8601": "2025-07-25T15:52:49.052034Z",
"url": "https://files.pythonhosted.org/packages/c2/47/42dc39abf75397fe6f10bed984fc5218c6cc8295a279bcc7963a7d781d63/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6dafa321c1470f5d33cadd5aa841ce05ec482622a07856778f644701d1fe8cfe",
"md5": "f42cb4066f3e7c34710042a06994ab9d",
"sha256": "9096110fdaf3aef4e9b01842afee7a650c4717ea9a126d4fb5b08a8a274e054b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "f42cb4066f3e7c34710042a06994ab9d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 126409,
"upload_time": "2025-07-25T15:52:50",
"upload_time_iso_8601": "2025-07-25T15:52:50.102160Z",
"url": "https://files.pythonhosted.org/packages/6d/af/a321c1470f5d33cadd5aa841ce05ec482622a07856778f644701d1fe8cfe/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2fc4458878111704a7780eb4ed17a1ec8fb39c8ea66239b4b1da1183cdff53ba",
"md5": "a70159fab8140257cd4b024b63679c02",
"sha256": "471c67732f780e72fd44dccb9ea3f1a949b6cfbc17b042e9f20152e7de5976d3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "a70159fab8140257cd4b024b63679c02",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 128380,
"upload_time": "2025-07-25T15:52:51",
"upload_time_iso_8601": "2025-07-25T15:52:51.218953Z",
"url": "https://files.pythonhosted.org/packages/2f/c4/458878111704a7780eb4ed17a1ec8fb39c8ea66239b4b1da1183cdff53ba/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cfa509cee72caf20b99e468c3ffd1f2993b044d664312cb1403c99ad288b0af4",
"md5": "ae898242b1328a2718588d76761fab37",
"sha256": "7086f390bb5356c21dd120e14f7fbfb407b199778260631256bc8d3758ef4a44"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ae898242b1328a2718588d76761fab37",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 125266,
"upload_time": "2025-07-25T15:52:52",
"upload_time_iso_8601": "2025-07-25T15:52:52.074353Z",
"url": "https://files.pythonhosted.org/packages/cf/a5/09cee72caf20b99e468c3ffd1f2993b044d664312cb1403c99ad288b0af4/everysk_orjson-3.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad0b1ed1faffdcba2b549e659003376e2f1e01333373bfae34b89ef6cdbffcc7",
"md5": "5e79af5c663df64b43cb137077db8322",
"sha256": "c321098080b7d63d135f4e17479f9ea082ccb2cd83bd9a6dad46ecc35a06966b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5e79af5c663df64b43cb137077db8322",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 123133,
"upload_time": "2025-07-25T15:52:52",
"upload_time_iso_8601": "2025-07-25T15:52:52.908821Z",
"url": "https://files.pythonhosted.org/packages/ad/0b/1ed1faffdcba2b549e659003376e2f1e01333373bfae34b89ef6cdbffcc7/everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7154172c62c0b854ccd96244d7ef3c24a06a9075224aae6e12081e5b3f1951e0",
"md5": "dba643d3225e77c41854bc1753230b13",
"sha256": "ea1b9abbddfac071bb8271f4e2b09f5422745138dfcf73e24ba831043d84e4f9"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "dba643d3225e77c41854bc1753230b13",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 399410,
"upload_time": "2025-07-25T15:52:54",
"upload_time_iso_8601": "2025-07-25T15:52:54.064182Z",
"url": "https://files.pythonhosted.org/packages/71/54/172c62c0b854ccd96244d7ef3c24a06a9075224aae6e12081e5b3f1951e0/everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "be172f7b4824e58cb1b17ff678ab5b23626d9319ba2bf0ed831259b042011bee",
"md5": "53f01d9a510d2bb85e18885fddec3428",
"sha256": "456c12a702bdede5491fba2737439df8dd308b40f800ea2e2e3815c242d5d311"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "53f01d9a510d2bb85e18885fddec3428",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 139137,
"upload_time": "2025-07-25T15:52:55",
"upload_time_iso_8601": "2025-07-25T15:52:55.244188Z",
"url": "https://files.pythonhosted.org/packages/be/17/2f7b4824e58cb1b17ff678ab5b23626d9319ba2bf0ed831259b042011bee/everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11d3cb0baa89fc8aa5e8da624d1f5af66794eb062df20e34c38c370ab6341a3a",
"md5": "baf3cd83c0ca3b8d0f6d9be2eee97271",
"sha256": "6714dcdb14aa32e13ce59d472b47a95c6752145adc1415bff5d6d67e7bd05085"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "baf3cd83c0ca3b8d0f6d9be2eee97271",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 126744,
"upload_time": "2025-07-25T15:52:56",
"upload_time_iso_8601": "2025-07-25T15:52:56.671032Z",
"url": "https://files.pythonhosted.org/packages/11/d3/cb0baa89fc8aa5e8da624d1f5af66794eb062df20e34c38c370ab6341a3a/everysk_orjson-3.11.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e4cbc86ff33c4c2650f8025b3768634a808e1d886a33401b9ac7419cb1bb43c2",
"md5": "ada6bfa44ba8220be841ff5dc471b5f1",
"sha256": "3ffcc49fab8297d0cd4d6d51969fb0d6ea147a1d13fc31c4441039fadeacef4c"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "ada6bfa44ba8220be841ff5dc471b5f1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 129211,
"upload_time": "2025-07-25T15:52:57",
"upload_time_iso_8601": "2025-07-25T15:52:57.543133Z",
"url": "https://files.pythonhosted.org/packages/e4/cb/c86ff33c4c2650f8025b3768634a808e1d886a33401b9ac7419cb1bb43c2/everysk_orjson-3.11.3-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9627e965b769928702d9837974e7912484589167d8886ede94be8f0798ca55ca",
"md5": "a0ca4021f9008bd450b6812336edb097",
"sha256": "e7addcde44c17e93b01d270d5410d27c2cdee3d8976fa255bc33cdfa437d2815"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "a0ca4021f9008bd450b6812336edb097",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 124440,
"upload_time": "2025-07-25T15:52:58",
"upload_time_iso_8601": "2025-07-25T15:52:58.335703Z",
"url": "https://files.pythonhosted.org/packages/96/27/e965b769928702d9837974e7912484589167d8886ede94be8f0798ca55ca/everysk_orjson-3.11.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86f86584cbd126e698fceb30f7a2b0c411c7e50a1553e4b88d24da0e34a959bd",
"md5": "24f1acf5fc1c5004cb9fd911adeffc2d",
"sha256": "e4e0b8da3dd444abd5921cf29f293721c01b0b10137d1cd795920ed46b213bf1"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "24f1acf5fc1c5004cb9fd911adeffc2d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 240039,
"upload_time": "2025-07-25T15:52:59",
"upload_time_iso_8601": "2025-07-25T15:52:59.134910Z",
"url": "https://files.pythonhosted.org/packages/86/f8/6584cbd126e698fceb30f7a2b0c411c7e50a1553e4b88d24da0e34a959bd/everysk_orjson-3.11.3-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38d0fed0a20e6f05bfc143ff5f66b4e91b6fbbf2d8937cb0e3941a078289c752",
"md5": "85cdba440b888fdc72b0fd528c00e6a6",
"sha256": "72c0438c6145b110b173aad20657817365ad65c4e14b32b2b3b1e0e0b3cc0b7a"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "85cdba440b888fdc72b0fd528c00e6a6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 123137,
"upload_time": "2025-07-25T15:53:00",
"upload_time_iso_8601": "2025-07-25T15:53:00.019653Z",
"url": "https://files.pythonhosted.org/packages/38/d0/fed0a20e6f05bfc143ff5f66b4e91b6fbbf2d8937cb0e3941a078289c752/everysk_orjson-3.11.3-cp311-cp311-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90faf4625baf47b9ec71ed164c63b85be2f28ab8a82fe0115b24aded42164e10",
"md5": "02b9a3d031e98c655fe83b47637a21bf",
"sha256": "b8335d4369b1c1be6c96b729ead9eeaa7d3c97dbedcf0664d18f61a091c9aa34"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "02b9a3d031e98c655fe83b47637a21bf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 128761,
"upload_time": "2025-07-25T15:53:01",
"upload_time_iso_8601": "2025-07-25T15:53:01.158530Z",
"url": "https://files.pythonhosted.org/packages/90/fa/f4625baf47b9ec71ed164c63b85be2f28ab8a82fe0115b24aded42164e10/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c446e379e3d7fbaf2d919fa5f943162d13868f1aa61a78e365a0c52b48b5b068",
"md5": "bb77fe6b1ac24e5e9949915016641366",
"sha256": "0e595a0b3b8cc79f68ede2ed39c40dc77cda906edb189da0e9593e4f667c097f"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "bb77fe6b1ac24e5e9949915016641366",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 124685,
"upload_time": "2025-07-25T15:53:02",
"upload_time_iso_8601": "2025-07-25T15:53:02.287632Z",
"url": "https://files.pythonhosted.org/packages/c4/46/e379e3d7fbaf2d919fa5f943162d13868f1aa61a78e365a0c52b48b5b068/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a62aba5587590bfe5f5dd70dc40592c0104ca966b6459571483ec9a50bf2594c",
"md5": "76bd76d17da48a78d988ee3635d02b88",
"sha256": "1d118a98168d43a53d22668ffa09214f5440356593a7e5d72f88825124245b19"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "76bd76d17da48a78d988ee3635d02b88",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 122475,
"upload_time": "2025-07-25T15:53:03",
"upload_time_iso_8601": "2025-07-25T15:53:03.507946Z",
"url": "https://files.pythonhosted.org/packages/a6/2a/ba5587590bfe5f5dd70dc40592c0104ca966b6459571483ec9a50bf2594c/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1df20c20a44d104dfa57f560705159b42bf9b77e0aee1fe414905a3b89c22fa3",
"md5": "7fc7cb97e9c7fb55af1dd0bc10117157",
"sha256": "0a37f5f65025daf49bcae027a1d6700fbb30cae2217cd074db664fdb02907ef7"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7fc7cb97e9c7fb55af1dd0bc10117157",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 126180,
"upload_time": "2025-07-25T15:53:04",
"upload_time_iso_8601": "2025-07-25T15:53:04.680304Z",
"url": "https://files.pythonhosted.org/packages/1d/f2/0c20a44d104dfa57f560705159b42bf9b77e0aee1fe414905a3b89c22fa3/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "efcb020f2132f9599e6b84bd7b047d20f760adff00bc5256303c4110d9f628cd",
"md5": "a841290150a57708b1312b745d7f3707",
"sha256": "9907d529ec1bc178fd4fc13ced82415338b87544073c35abcaa84aa8ee236286"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "a841290150a57708b1312b745d7f3707",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 128134,
"upload_time": "2025-07-25T15:53:05",
"upload_time_iso_8601": "2025-07-25T15:53:05.523662Z",
"url": "https://files.pythonhosted.org/packages/ef/cb/020f2132f9599e6b84bd7b047d20f760adff00bc5256303c4110d9f628cd/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a240bd6fa07450a28f26dc8b0cd89df306b82e5f2317e6a328d15291e92e291c",
"md5": "20de9afbd0e1f01ceabf4d951ac4b71d",
"sha256": "bb12ac84c92cd47a74a5e6bf4776eed5dc894207280708280f80dc6aaca8524a"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "20de9afbd0e1f01ceabf4d951ac4b71d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 125118,
"upload_time": "2025-07-25T15:53:07",
"upload_time_iso_8601": "2025-07-25T15:53:07.114271Z",
"url": "https://files.pythonhosted.org/packages/a2/40/bd6fa07450a28f26dc8b0cd89df306b82e5f2317e6a328d15291e92e291c/everysk_orjson-3.11.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db6f61cb03866069a2a94bf3c4abc6117188d8141814b811e942aaf03ceb38cd",
"md5": "b35b13fad1963e0fc6fd6440a474be47",
"sha256": "3105533a9453cfffde54e089b5c994d2829da895d0238644e670acee03127ab3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b35b13fad1963e0fc6fd6440a474be47",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 122949,
"upload_time": "2025-07-25T15:53:08",
"upload_time_iso_8601": "2025-07-25T15:53:08.290421Z",
"url": "https://files.pythonhosted.org/packages/db/6f/61cb03866069a2a94bf3c4abc6117188d8141814b811e942aaf03ceb38cd/everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7f999186ee708143b67b4f13b376e454dea49fa09751e114e2b5b041e487594",
"md5": "f62629653c274bcbdb8ade03402fbe77",
"sha256": "470ac1dd90df914705feacd3841bae2692a1d2ef8f925617f90afd0148e58827"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f62629653c274bcbdb8ade03402fbe77",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 399223,
"upload_time": "2025-07-25T15:53:09",
"upload_time_iso_8601": "2025-07-25T15:53:09.141254Z",
"url": "https://files.pythonhosted.org/packages/b7/f9/99186ee708143b67b4f13b376e454dea49fa09751e114e2b5b041e487594/everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ed4d871bff77964e25a88853b26053ab3f441617efad56efdc98caa672562a71",
"md5": "76a9b24b38d096e613a6874a2cdfb56c",
"sha256": "577dba2ca7b67f0ed778a4c5de8f6f95e6a94ed95cc66f6829dea95131ae762c"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "76a9b24b38d096e613a6874a2cdfb56c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 138940,
"upload_time": "2025-07-25T15:53:10",
"upload_time_iso_8601": "2025-07-25T15:53:10.115730Z",
"url": "https://files.pythonhosted.org/packages/ed/4d/871bff77964e25a88853b26053ab3f441617efad56efdc98caa672562a71/everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db103411bde0b822a9639e0dd9ef29fe2b62608c5851a4d179b774e8aab81a34",
"md5": "cfcfc6dbeca08a29e0ddbaa5fa1bd7b4",
"sha256": "da460867334ec269521cce52fdce1d471530a7700481494b247133717b63d870"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "cfcfc6dbeca08a29e0ddbaa5fa1bd7b4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 126573,
"upload_time": "2025-07-25T15:53:10",
"upload_time_iso_8601": "2025-07-25T15:53:10.918485Z",
"url": "https://files.pythonhosted.org/packages/db/10/3411bde0b822a9639e0dd9ef29fe2b62608c5851a4d179b774e8aab81a34/everysk_orjson-3.11.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aae4970d849eaf0e3727d01928e19a08ee9fcde772ab4c1e2827ee2d4a871ce4",
"md5": "14d6efc2f2f654cec2e871b954eb3638",
"sha256": "365bcc334413646b0c8f27703070275c8821dc6c64434481edc505296c53ce77"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "14d6efc2f2f654cec2e871b954eb3638",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 129096,
"upload_time": "2025-07-25T15:53:11",
"upload_time_iso_8601": "2025-07-25T15:53:11.785657Z",
"url": "https://files.pythonhosted.org/packages/aa/e4/970d849eaf0e3727d01928e19a08ee9fcde772ab4c1e2827ee2d4a871ce4/everysk_orjson-3.11.3-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b27f3122953ab91354d8e872cbd3be9d5b98906370778b5bb6e9dd7f3581ccd0",
"md5": "a962a51926469dd4bb654958d0af4060",
"sha256": "934cebf6296f9c38bd6c4755854e11314a07b2f7d20dbf0a1be2ce2925e354a7"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "a962a51926469dd4bb654958d0af4060",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 124282,
"upload_time": "2025-07-25T15:53:12",
"upload_time_iso_8601": "2025-07-25T15:53:12.626124Z",
"url": "https://files.pythonhosted.org/packages/b2/7f/3122953ab91354d8e872cbd3be9d5b98906370778b5bb6e9dd7f3581ccd0/everysk_orjson-3.11.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b94391735eadcc35bcb4816ab3b031c4dc81befb7897fa918029ba3a7ca6aa45",
"md5": "a3cd48e21d8937c8e03855bb902fa4ce",
"sha256": "354b3847e86e0d23ddb17c3ed1e8dfda10e2826392831fcbc56677b1781712dd"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "a3cd48e21d8937c8e03855bb902fa4ce",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 120842,
"upload_time": "2025-07-25T15:53:13",
"upload_time_iso_8601": "2025-07-25T15:53:13.437759Z",
"url": "https://files.pythonhosted.org/packages/b9/43/91735eadcc35bcb4816ab3b031c4dc81befb7897fa918029ba3a7ca6aa45/everysk_orjson-3.11.3-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "32ff278f00b211dc26489a4094b96eba4d78c612ec65b20f72cf67bf23c6092f",
"md5": "a549d741a987ce17aa0b32fee1f27519",
"sha256": "69750452aed998979d8a50f690ebf1d98499c694184e2521cb8d556452df64e3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "a549d741a987ce17aa0b32fee1f27519",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 240165,
"upload_time": "2025-07-25T15:53:14",
"upload_time_iso_8601": "2025-07-25T15:53:14.658890Z",
"url": "https://files.pythonhosted.org/packages/32/ff/278f00b211dc26489a4094b96eba4d78c612ec65b20f72cf67bf23c6092f/everysk_orjson-3.11.3-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2522d3d6c71df56d071ee2f122fcd2cd237cd507f235548bce653bc90c4d5cc8",
"md5": "16300c3fb32bd96f79f5e369affa080b",
"sha256": "18ab5692cdf7ecd9ffcc3066f23d25ee02eb8b1d78af1f25cf54c783c5289788"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "16300c3fb32bd96f79f5e369affa080b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 123097,
"upload_time": "2025-07-25T15:53:15",
"upload_time_iso_8601": "2025-07-25T15:53:15.617323Z",
"url": "https://files.pythonhosted.org/packages/25/22/d3d6c71df56d071ee2f122fcd2cd237cd507f235548bce653bc90c4d5cc8/everysk_orjson-3.11.3-cp312-cp312-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f8f11fe8240859adb645c7df6d1309057b4dc29f29598835a2ad316122f0e6a0",
"md5": "46bbac6d4c80b941a1beeb1a7ee355b4",
"sha256": "aeccd26c48128ee6f9d40ffe9cbe0b4da17d5cd19c90bfc666c3d49725a00c18"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "46bbac6d4c80b941a1beeb1a7ee355b4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 128479,
"upload_time": "2025-07-25T15:53:16",
"upload_time_iso_8601": "2025-07-25T15:53:16.434195Z",
"url": "https://files.pythonhosted.org/packages/f8/f1/1fe8240859adb645c7df6d1309057b4dc29f29598835a2ad316122f0e6a0/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "079041e6d7a7cf1023aed0956594c06af84cc0664fe5643b722d86a7c5f0afe4",
"md5": "a49d3939b041c9167d2f4f3c4bb2d26c",
"sha256": "5589d876a5bba290d857f88150d26e7d0d52f45bd363330ba8b08087b719d0b3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a49d3939b041c9167d2f4f3c4bb2d26c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 124740,
"upload_time": "2025-07-25T15:53:17",
"upload_time_iso_8601": "2025-07-25T15:53:17.544097Z",
"url": "https://files.pythonhosted.org/packages/07/90/41e6d7a7cf1023aed0956594c06af84cc0664fe5643b722d86a7c5f0afe4/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "072168a81d1c0d55def2336c4308d2bfcd5ceb039aa610a2b2ba655214e6cc6e",
"md5": "6062dc7cb9e2e7d35712cb499a05fa48",
"sha256": "42ffd12378bf64eb9f839559f0f8cb49b4989eb405ff91e092bd0664015c8800"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "6062dc7cb9e2e7d35712cb499a05fa48",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 122484,
"upload_time": "2025-07-25T15:53:18",
"upload_time_iso_8601": "2025-07-25T15:53:18.403953Z",
"url": "https://files.pythonhosted.org/packages/07/21/68a81d1c0d55def2336c4308d2bfcd5ceb039aa610a2b2ba655214e6cc6e/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f25a58d089b14869f930667ee79647eea2668bdff8f3c41d09380090d0e3a336",
"md5": "772beebf5ebb898eafd49278617a5649",
"sha256": "8b2f45bd07b12de378e866f312d5e13459537178f66d2b00234196d3be187a49"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "772beebf5ebb898eafd49278617a5649",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 126292,
"upload_time": "2025-07-25T15:53:19",
"upload_time_iso_8601": "2025-07-25T15:53:19.222265Z",
"url": "https://files.pythonhosted.org/packages/f2/5a/58d089b14869f930667ee79647eea2668bdff8f3c41d09380090d0e3a336/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ea5975b6a7237158384d282d4370622bbeed01baebec22ccc5888fb1e16d872",
"md5": "72b53d746db8931da0bceb974f9c7ed6",
"sha256": "feab320cc6d0aa2b422275e010a8d43d5cb45079a8716810d5bd8d6a3b7f5c6b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "72b53d746db8931da0bceb974f9c7ed6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 128221,
"upload_time": "2025-07-25T15:53:20",
"upload_time_iso_8601": "2025-07-25T15:53:20.081625Z",
"url": "https://files.pythonhosted.org/packages/0e/a5/975b6a7237158384d282d4370622bbeed01baebec22ccc5888fb1e16d872/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "412249aaef15960a4711114711f8c9345b07826d456ae03baaa4b8569c82f5ab",
"md5": "c490e35ec44bfb69f5a656d5972d2d10",
"sha256": "90c2fff325502e10a21019e872de226db32cc730297875a7fccde9cda71768b3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c490e35ec44bfb69f5a656d5972d2d10",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 125381,
"upload_time": "2025-07-25T15:53:21",
"upload_time_iso_8601": "2025-07-25T15:53:21.285918Z",
"url": "https://files.pythonhosted.org/packages/41/22/49aaef15960a4711114711f8c9345b07826d456ae03baaa4b8569c82f5ab/everysk_orjson-3.11.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b12450e1b85a6349e72d9edf92cd227700e2bf83974dcc18962bdb2cd0fb30fd",
"md5": "1d82e3c3cb05ca892200e0c167fd7dc3",
"sha256": "db2538b58975fe64505db9c036abe53a16b34c6e2427bd6fe62a012d6eddbd23"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "1d82e3c3cb05ca892200e0c167fd7dc3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 122698,
"upload_time": "2025-07-25T15:53:22",
"upload_time_iso_8601": "2025-07-25T15:53:22.487058Z",
"url": "https://files.pythonhosted.org/packages/b1/24/50e1b85a6349e72d9edf92cd227700e2bf83974dcc18962bdb2cd0fb30fd/everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63bb416cd3eea1a0acbf72189b5b7f08135405d975f007e17ec05e250abafdf2",
"md5": "8128214135fdb200283a4fc2a2648887",
"sha256": "a8ffb5e10a5f6d16393d16b08d75f042a7aa41e236c16ccf4aaf8d9537456935"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "8128214135fdb200283a4fc2a2648887",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 399155,
"upload_time": "2025-07-25T15:53:23",
"upload_time_iso_8601": "2025-07-25T15:53:23.717971Z",
"url": "https://files.pythonhosted.org/packages/63/bb/416cd3eea1a0acbf72189b5b7f08135405d975f007e17ec05e250abafdf2/everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "054c83b59b761bc1242e47475ea6a3dcf7dfc8c7e5becd9d5fcfbba4f9300f6f",
"md5": "bfdb4d790920cc54554bec4b32d142d9",
"sha256": "1f1ea1cc5dde00185552d84dfb83dfa2fa8cb7ef57e2b4714ab57b4781be0eb8"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bfdb4d790920cc54554bec4b32d142d9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 138771,
"upload_time": "2025-07-25T15:53:24",
"upload_time_iso_8601": "2025-07-25T15:53:24.636845Z",
"url": "https://files.pythonhosted.org/packages/05/4c/83b59b761bc1242e47475ea6a3dcf7dfc8c7e5becd9d5fcfbba4f9300f6f/everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2461159b9ad6429ebb993151a2e79e97cc6eaefee09f8a49a386d2f2d48b3bbb",
"md5": "ac63550959b452063ec2230685b55e44",
"sha256": "cfdfa56d52698d02eae29b1cdeb60ce16a4400b362890b5e7558276a996d30f0"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ac63550959b452063ec2230685b55e44",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 126816,
"upload_time": "2025-07-25T15:53:25",
"upload_time_iso_8601": "2025-07-25T15:53:25.484419Z",
"url": "https://files.pythonhosted.org/packages/24/61/159b9ad6429ebb993151a2e79e97cc6eaefee09f8a49a386d2f2d48b3bbb/everysk_orjson-3.11.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8864d390d8e71bf10fa05d6b378d92e57dd36fdcfa33f4faadb3be8de67a8733",
"md5": "7a5cf84b6765695b5b6318f6e719d642",
"sha256": "34bfa5e5df97d503df956e7cc7c956c59810011275420f44700f2adfffd5f2fe"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "7a5cf84b6765695b5b6318f6e719d642",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 129406,
"upload_time": "2025-07-25T15:53:26",
"upload_time_iso_8601": "2025-07-25T15:53:26.333937Z",
"url": "https://files.pythonhosted.org/packages/88/64/d390d8e71bf10fa05d6b378d92e57dd36fdcfa33f4faadb3be8de67a8733/everysk_orjson-3.11.3-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8954cf4eefa9cd95319132eb7a91787713f502ee8cdeba0647ce6116d0559bfd",
"md5": "e55d3c2f8ce37fb60eaa4c691c84b38c",
"sha256": "482b8f2427f9767a5c0c88c3df554afe201d5950614bc80e2d087a129429287a"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "e55d3c2f8ce37fb60eaa4c691c84b38c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 124264,
"upload_time": "2025-07-25T15:53:27",
"upload_time_iso_8601": "2025-07-25T15:53:27.536567Z",
"url": "https://files.pythonhosted.org/packages/89/54/cf4eefa9cd95319132eb7a91787713f502ee8cdeba0647ce6116d0559bfd/everysk_orjson-3.11.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "073374004132decfd00e55fce90e559ad2c8e34ee5987dbde787f8ae2ee0ef47",
"md5": "e3986759ac94713bd373ff43114ae996",
"sha256": "ebe469e18286c3025ade51cd29c4ea017a213bb46d72b0054fe85b2739f62246"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "e3986759ac94713bd373ff43114ae996",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 120567,
"upload_time": "2025-07-25T15:53:28",
"upload_time_iso_8601": "2025-07-25T15:53:28.343093Z",
"url": "https://files.pythonhosted.org/packages/07/33/74004132decfd00e55fce90e559ad2c8e34ee5987dbde787f8ae2ee0ef47/everysk_orjson-3.11.3-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c388e593219f31b0555003a84cb7e0d9084ebbc3399c59c9af0d2f0b8334a748",
"md5": "5766f118d35c086de92a470d2ac63128",
"sha256": "c946506e1436a727923e7dbfb0565c58dc4f28120b2a38003c986f3b87ea612e"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "5766f118d35c086de92a470d2ac63128",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 240003,
"upload_time": "2025-07-25T15:53:29",
"upload_time_iso_8601": "2025-07-25T15:53:29.233915Z",
"url": "https://files.pythonhosted.org/packages/c3/88/e593219f31b0555003a84cb7e0d9084ebbc3399c59c9af0d2f0b8334a748/everysk_orjson-3.11.3-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "333da9b3c8754ae89aabf5508f913f1d304431b370bf5ba887dc798300294cd4",
"md5": "b3743e60f3e23fdd13f1368acef93ce7",
"sha256": "a5cfe6b606482fad032801eddc7187659b1750d28c96a72fa53dec8a3144c85b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "b3743e60f3e23fdd13f1368acef93ce7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 122993,
"upload_time": "2025-07-25T15:53:30",
"upload_time_iso_8601": "2025-07-25T15:53:30.813680Z",
"url": "https://files.pythonhosted.org/packages/33/3d/a9b3c8754ae89aabf5508f913f1d304431b370bf5ba887dc798300294cd4/everysk_orjson-3.11.3-cp313-cp313-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d3426abd50c0b2a8c93971c26723ec92ac5963e41db55795af47e9270d7c35aa",
"md5": "dc7cc80cee61b1c51c22a4fed1343205",
"sha256": "c2a2c173620e4490c8c03a57634867f94e7089d55d1fd1d94ef8ac36b6417927"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "dc7cc80cee61b1c51c22a4fed1343205",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 128475,
"upload_time": "2025-07-25T15:53:31",
"upload_time_iso_8601": "2025-07-25T15:53:31.754541Z",
"url": "https://files.pythonhosted.org/packages/d3/42/6abd50c0b2a8c93971c26723ec92ac5963e41db55795af47e9270d7c35aa/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6c430826c9ce719c3974fc25f6e4f402edc5ba6f77133d3f309bc7efe67c7a32",
"md5": "0bc8e3e0a7424df72af5aacf29284263",
"sha256": "c0df2fddd3a165d7ff8ca25e7220153c15e0d33bd10fec657824b65514dceefe"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "0bc8e3e0a7424df72af5aacf29284263",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 124690,
"upload_time": "2025-07-25T15:53:32",
"upload_time_iso_8601": "2025-07-25T15:53:32.794387Z",
"url": "https://files.pythonhosted.org/packages/6c/43/0826c9ce719c3974fc25f6e4f402edc5ba6f77133d3f309bc7efe67c7a32/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0f67d43cd1048c6d6cba9116d599ced7fd57d2527c60a77d98e0fa8b550cf32",
"md5": "309e3152ea908232f8a0e16c0383b378",
"sha256": "c39e6fd6da56292e0c658a6cd1074ee16c6623d9c229cc9a7d2ecd8f2edf11b3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "309e3152ea908232f8a0e16c0383b378",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 122292,
"upload_time": "2025-07-25T15:53:33",
"upload_time_iso_8601": "2025-07-25T15:53:33.628158Z",
"url": "https://files.pythonhosted.org/packages/d0/f6/7d43cd1048c6d6cba9116d599ced7fd57d2527c60a77d98e0fa8b550cf32/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c656735fe94ee131ce5ae963c7228e29ea4c1ec2869e43448daf2a7e7d931f82",
"md5": "6e304dac01160136031919d61159c1da",
"sha256": "bc1b3d21fb98d6515869fa17518556ca7bdecc61be9b413d270c6657066bf71c"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6e304dac01160136031919d61159c1da",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 126311,
"upload_time": "2025-07-25T15:53:34",
"upload_time_iso_8601": "2025-07-25T15:53:34.686462Z",
"url": "https://files.pythonhosted.org/packages/c6/56/735fe94ee131ce5ae963c7228e29ea4c1ec2869e43448daf2a7e7d931f82/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef8927ca6699fe11944379262e3057602fdd7bd59779731bd6ba20b7e197e3f7",
"md5": "a4df7e33a9478c87280e8826288b9536",
"sha256": "128b5ea93dc8a9e3e3d2dad39eadc2072d7a4d34a785db209a59a1aed002a59b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "a4df7e33a9478c87280e8826288b9536",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 128002,
"upload_time": "2025-07-25T15:53:35",
"upload_time_iso_8601": "2025-07-25T15:53:35.509029Z",
"url": "https://files.pythonhosted.org/packages/ef/89/27ca6699fe11944379262e3057602fdd7bd59779731bd6ba20b7e197e3f7/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "caff1b2ae4aaf8fd23c3fe5cc53ec8a7e4ad2e42dc37aa97ec8cb9ea47bfbc68",
"md5": "85fdf8cd77485517aab4ca79a6955893",
"sha256": "3808da102164eb3a0c99b17a7e1a8da712117f2f8b144ddf8304870fea7fabb2"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "85fdf8cd77485517aab4ca79a6955893",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 125321,
"upload_time": "2025-07-25T15:53:36",
"upload_time_iso_8601": "2025-07-25T15:53:36.319761Z",
"url": "https://files.pythonhosted.org/packages/ca/ff/1b2ae4aaf8fd23c3fe5cc53ec8a7e4ad2e42dc37aa97ec8cb9ea47bfbc68/everysk_orjson-3.11.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a286c372e6a83cbed05f77cf6424bbbd7be0a981acdf908021f8a0b6703f95d8",
"md5": "f98315ed1c6157bb6c80631f3ac7d32a",
"sha256": "dd2c44e75582a73a1fe262e4e9cc6da54be464267b4b8365a8b43655f2a4c7ee"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f98315ed1c6157bb6c80631f3ac7d32a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 122669,
"upload_time": "2025-07-25T15:53:37",
"upload_time_iso_8601": "2025-07-25T15:53:37.176521Z",
"url": "https://files.pythonhosted.org/packages/a2/86/c372e6a83cbed05f77cf6424bbbd7be0a981acdf908021f8a0b6703f95d8/everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "54c57345521a5c44c6633ebfcabadbac2040d64193788f7517b161325539658d",
"md5": "4dd4a5483805bdaf7e63e90c52278c1c",
"sha256": "4677dbfc310a94e308e3a38e6b6dadf5f7482c44c94d32d1d308345035f759db"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4dd4a5483805bdaf7e63e90c52278c1c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 399017,
"upload_time": "2025-07-25T15:53:38",
"upload_time_iso_8601": "2025-07-25T15:53:38.095305Z",
"url": "https://files.pythonhosted.org/packages/54/c5/7345521a5c44c6633ebfcabadbac2040d64193788f7517b161325539658d/everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb2624185ce7d0c696758802ef1f55c23de95f888b3e0c9d356278a3b00f85ca",
"md5": "c8dd0718e9c64168a2be42ccecf76b81",
"sha256": "1d5968ce868e6bcb77b2a016b51454257de2d22a5510990b32430f27ccfb4fcb"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c8dd0718e9c64168a2be42ccecf76b81",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 138680,
"upload_time": "2025-07-25T15:53:39",
"upload_time_iso_8601": "2025-07-25T15:53:39.067487Z",
"url": "https://files.pythonhosted.org/packages/bb/26/24185ce7d0c696758802ef1f55c23de95f888b3e0c9d356278a3b00f85ca/everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "787d540ed8cfd1b4841468b7ea65583301f1ae30f245dccd29167616f76b8578",
"md5": "7e73fc2e31b60090b582760bcb29aac9",
"sha256": "3a725debe20532c0d10cedef505d115e4aa7efa8f91a26485a064df2712e8bd6"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7e73fc2e31b60090b582760bcb29aac9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 126762,
"upload_time": "2025-07-25T15:53:39",
"upload_time_iso_8601": "2025-07-25T15:53:39.947057Z",
"url": "https://files.pythonhosted.org/packages/78/7d/540ed8cfd1b4841468b7ea65583301f1ae30f245dccd29167616f76b8578/everysk_orjson-3.11.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6664638bbbf23229146fbba9367e878938129cb9fb8bf244e221052287638d08",
"md5": "abb8d9727884a7b3ac6b4111220a3aa4",
"sha256": "eccb67313da75fbea874a21ccf207331261ddee350076ceccee4079b66803fa7"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "abb8d9727884a7b3ac6b4111220a3aa4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 129368,
"upload_time": "2025-07-25T15:53:41",
"upload_time_iso_8601": "2025-07-25T15:53:41.172926Z",
"url": "https://files.pythonhosted.org/packages/66/64/638bbbf23229146fbba9367e878938129cb9fb8bf244e221052287638d08/everysk_orjson-3.11.3-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd72623a572b810ccd39968192fd96db4fc0104562a928ac0a5382ab8bbefa0e",
"md5": "73c99bc18b777a9640573749b66554e0",
"sha256": "d8f58358287bce6b461acbee3c3c08e9d71d1d1ed82f7f1cc38720d567e67614"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "73c99bc18b777a9640573749b66554e0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 124199,
"upload_time": "2025-07-25T15:53:42",
"upload_time_iso_8601": "2025-07-25T15:53:42.074873Z",
"url": "https://files.pythonhosted.org/packages/bd/72/623a572b810ccd39968192fd96db4fc0104562a928ac0a5382ab8bbefa0e/everysk_orjson-3.11.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "02be7341efdb4ba35dad5b38e56bd28cb2b6126b400e79f9ba2a189a01f8f510",
"md5": "8e3b884fffc7118b0bae66fc97c3d7aa",
"sha256": "abcdb87082348046ad6aa645e80139722832b14d7ceed468b0e29d62831b6e06"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "8e3b884fffc7118b0bae66fc97c3d7aa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 120576,
"upload_time": "2025-07-25T15:53:42",
"upload_time_iso_8601": "2025-07-25T15:53:42.922685Z",
"url": "https://files.pythonhosted.org/packages/02/be/7341efdb4ba35dad5b38e56bd28cb2b6126b400e79f9ba2a189a01f8f510/everysk_orjson-3.11.3-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc3174dc0e0f8d75dc7e7371de06b48b2df67012c60dafcaf661918e0907c0ba",
"md5": "4a655b20b0f564f138e952c0fadbeb85",
"sha256": "ec70d2615422dc82b01b1b9c7f4975484d4226c07de4894472ae0b62273a9d0b"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "4a655b20b0f564f138e952c0fadbeb85",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 242125,
"upload_time": "2025-07-25T15:53:43",
"upload_time_iso_8601": "2025-07-25T15:53:43.774559Z",
"url": "https://files.pythonhosted.org/packages/cc/31/74dc0e0f8d75dc7e7371de06b48b2df67012c60dafcaf661918e0907c0ba/everysk_orjson-3.11.3-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38473d9bcffd7f3a1104973e4c17f222f567a61526e2a9e577f8b3a157248f6b",
"md5": "01d06893f98db087d681a1949fb00a0e",
"sha256": "59ffe1230a2d77e50b2fca4cfaff201f9cc78f8c2f8e6cbd856e1e90b6865437"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "01d06893f98db087d681a1949fb00a0e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 128757,
"upload_time": "2025-07-25T15:53:44",
"upload_time_iso_8601": "2025-07-25T15:53:44.715964Z",
"url": "https://files.pythonhosted.org/packages/38/47/3d9bcffd7f3a1104973e4c17f222f567a61526e2a9e577f8b3a157248f6b/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc78e305f958d6f71d1d93bff73737242abdb1c8bf9d50a90c727cbbb454be6f",
"md5": "036d590bab76db290c380af052dae9e9",
"sha256": "04b2f7815e1e58a3987d7befdc8128c4bd9cf93ee790a5c4cfd10ee761649514"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "036d590bab76db290c380af052dae9e9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 124674,
"upload_time": "2025-07-25T15:53:45",
"upload_time_iso_8601": "2025-07-25T15:53:45.564056Z",
"url": "https://files.pythonhosted.org/packages/dc/78/e305f958d6f71d1d93bff73737242abdb1c8bf9d50a90c727cbbb454be6f/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f48fa799fc46df819fece07bf29571f1a9151f71ae266079b10a829440b33d0b",
"md5": "21bd8969630b1fe154f42923d35dc981",
"sha256": "993762a36e9ccddfbc31a87dc3cb328c26af2484841670407af60947fce88948"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "21bd8969630b1fe154f42923d35dc981",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 122487,
"upload_time": "2025-07-25T15:53:46",
"upload_time_iso_8601": "2025-07-25T15:53:46.401935Z",
"url": "https://files.pythonhosted.org/packages/f4/8f/a799fc46df819fece07bf29571f1a9151f71ae266079b10a829440b33d0b/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69ffe3782d97c0332e7178632be23148f4afadfe4a802251dc37427e23e2157a",
"md5": "c2ed4b603d20d43dcc40dbd3756b6798",
"sha256": "9e886ce324d97babb89a681ecff288d2e942e451c86c49485c02a5ee0a4032bb"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "c2ed4b603d20d43dcc40dbd3756b6798",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 126173,
"upload_time": "2025-07-25T15:53:48",
"upload_time_iso_8601": "2025-07-25T15:53:48.068348Z",
"url": "https://files.pythonhosted.org/packages/69/ff/e3782d97c0332e7178632be23148f4afadfe4a802251dc37427e23e2157a/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7fbc1a07a99a50a8d8231e7257fd22a79575384fe169dd6df08ba7d7908966c",
"md5": "75ce21dc0bb91caee825a3d29f1476ae",
"sha256": "e67f95ea00ee78f1c07d9f3c020b100d46310812ab18d106917f8e5982e67238"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "75ce21dc0bb91caee825a3d29f1476ae",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 128141,
"upload_time": "2025-07-25T15:53:48",
"upload_time_iso_8601": "2025-07-25T15:53:48.980147Z",
"url": "https://files.pythonhosted.org/packages/b7/fb/c1a07a99a50a8d8231e7257fd22a79575384fe169dd6df08ba7d7908966c/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31dc525815ad7cf150172816a37ddf92dad2a4733af12aa2c11eea677f622b1e",
"md5": "c02d8651cb2f67fabc41848f52892c1e",
"sha256": "6735c1f5a453827dcfc34a3e6cc62833c32ae7184e26c84cce7bfa75cf050101"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c02d8651cb2f67fabc41848f52892c1e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 125087,
"upload_time": "2025-07-25T15:53:49",
"upload_time_iso_8601": "2025-07-25T15:53:49.865609Z",
"url": "https://files.pythonhosted.org/packages/31/dc/525815ad7cf150172816a37ddf92dad2a4733af12aa2c11eea677f622b1e/everysk_orjson-3.11.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ca500815a1eff7570bc976d1975c3a8f983d2c94d9eff19763721442408156b",
"md5": "382a1645ebe91775a1abf864149ca5d5",
"sha256": "572f46b6028a17253e2df833d9124968bb4e4eefde50d5c23e629900e6f5a84c"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "382a1645ebe91775a1abf864149ca5d5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 122929,
"upload_time": "2025-07-25T15:53:50",
"upload_time_iso_8601": "2025-07-25T15:53:50.803658Z",
"url": "https://files.pythonhosted.org/packages/6c/a5/00815a1eff7570bc976d1975c3a8f983d2c94d9eff19763721442408156b/everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "856108b550a822d28b82dbdc12ee2a7db4718790e61ce59e4e680ba7e0e526ce",
"md5": "b9e36fe1bf83078b0136832cbcfa79a3",
"sha256": "ab13cfd15d4607c82a55a25a85b6b2da38020d17b0e0d83e08332794a2ebf6d7"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b9e36fe1bf83078b0136832cbcfa79a3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 399222,
"upload_time": "2025-07-25T15:53:51",
"upload_time_iso_8601": "2025-07-25T15:53:51.666365Z",
"url": "https://files.pythonhosted.org/packages/85/61/08b550a822d28b82dbdc12ee2a7db4718790e61ce59e4e680ba7e0e526ce/everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35b3724cb7d6451f3090e288af796897b1440d78d2043b7227494402a9a19aff",
"md5": "7e89f758dc12a61418640a9f6df47d7c",
"sha256": "dbb3c84c88c7e85a71b30715cb8f53e516336e46470999a0ce7c4e8fe21d0796"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7e89f758dc12a61418640a9f6df47d7c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 138924,
"upload_time": "2025-07-25T15:53:53",
"upload_time_iso_8601": "2025-07-25T15:53:53.514586Z",
"url": "https://files.pythonhosted.org/packages/35/b3/724cb7d6451f3090e288af796897b1440d78d2043b7227494402a9a19aff/everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65efa75e579f63b1986857049d8441fb82239fc5e1c841d7096f82b16c302050",
"md5": "12f625098777097a3e2602fbbd70e52e",
"sha256": "5336e0b674522eaba015bec30d0491e1d99dd70b30f46f6c784120dca54173f3"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "12f625098777097a3e2602fbbd70e52e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 126536,
"upload_time": "2025-07-25T15:53:56",
"upload_time_iso_8601": "2025-07-25T15:53:56.329131Z",
"url": "https://files.pythonhosted.org/packages/65/ef/a75e579f63b1986857049d8441fb82239fc5e1c841d7096f82b16c302050/everysk_orjson-3.11.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "148fbfb2eb1f4afaa545c3ec8bdf5e4249e960d4963d994b59a893155d799076",
"md5": "c71bd9675c1a6672385e3970a52ba543",
"sha256": "fc6fb7cd9e5a254721f64efd494b8e114d80fa946e6a724a60141aed1c69f335"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "c71bd9675c1a6672385e3970a52ba543",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 129079,
"upload_time": "2025-07-25T15:53:57",
"upload_time_iso_8601": "2025-07-25T15:53:57.813738Z",
"url": "https://files.pythonhosted.org/packages/14/8f/bfb2eb1f4afaa545c3ec8bdf5e4249e960d4963d994b59a893155d799076/everysk_orjson-3.11.3-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "62ba312c2e6f46274a2409e22e9757625ecffe438ad078659ca3a6e9ed470388",
"md5": "2511a251b1f43d66fcc8cc7c3d447ac3",
"sha256": "20c42323713a5e40d93bb8d4557560dbaf39cf5411c3a4748804b330336b4b8a"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "2511a251b1f43d66fcc8cc7c3d447ac3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 124260,
"upload_time": "2025-07-25T15:53:59",
"upload_time_iso_8601": "2025-07-25T15:53:59.068960Z",
"url": "https://files.pythonhosted.org/packages/62/ba/312c2e6f46274a2409e22e9757625ecffe438ad078659ca3a6e9ed470388/everysk_orjson-3.11.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "356372996cb3547350e59fd6fd5bf8948647d2b948351eece007d9e7493f0370",
"md5": "d7fb50fe9498e0895f39788c9527a61a",
"sha256": "e37dc42824cf401f5faf54281bc7825b489b929faddfc022f6cc6b6cbe663fa5"
},
"downloads": -1,
"filename": "everysk_orjson-3.11.3.tar.gz",
"has_sig": false,
"md5_digest": "d7fb50fe9498e0895f39788c9527a61a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 5298919,
"upload_time": "2025-07-25T15:54:00",
"upload_time_iso_8601": "2025-07-25T15:54:00.762982Z",
"url": "https://files.pythonhosted.org/packages/35/63/72996cb3547350e59fd6fd5bf8948647d2b948351eece007d9e7493f0370/everysk_orjson-3.11.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-25 15:54:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Everysk",
"github_project": "orjson",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "everysk-orjson"
}