# rjsonc
Remove JSON comments, **FAST**. No, really. I'm not paying bills for the slow Regex snail.
Supports Python typing.
```sh
$ pip install rjsonc
```
## Usage
Quite literally. I mean, all it does is removing comments. What else do you expect?
```python
import rjsonc
JSON = """{
"name": "John Dough", // now that's action packed
"age": 69,
/*
DEPRECATED, I PROMISE!
"criminal_records": ["stealing"]
*/
"is_cool": true // that's what i'm talkin' about!
}"""
rjsonc.loads(JSON)
# {'name': 'John Dough', 'age': 69, 'is_cool': True}
```
## <kbd>def</kbd> loads
```python
def loads(s: str | bytes) -> Any
```
Loads JSON, tolerating comments.
Raw data
{
"_id": null,
"home_page": null,
"name": "rjsonc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "json, comments, comment, json-comment, json-comments",
"author": null,
"author_email": "AWeirdDev <awdjared@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f1/9c/72b0f955a870342cb79618f5bedb42b3337ea3322020cf4aa7959842be03/rjsonc-0.1.1.tar.gz",
"platform": null,
"description": "# rjsonc\nRemove JSON comments, **FAST**. No, really. I'm not paying bills for the slow Regex snail.\n\nSupports Python typing.\n\n```sh\n$ pip install rjsonc\n```\n\n## Usage\nQuite literally. I mean, all it does is removing comments. What else do you expect?\n\n```python\nimport rjsonc\n\nJSON = \"\"\"{\n \"name\": \"John Dough\", // now that's action packed\n \"age\": 69,\n /*\n\n DEPRECATED, I PROMISE!\n \n \"criminal_records\": [\"stealing\"]\n\n */\n \"is_cool\": true // that's what i'm talkin' about!\n}\"\"\"\n\nrjsonc.loads(JSON)\n# {'name': 'John Dough', 'age': 69, 'is_cool': True}\n```\n\n## <kbd>def</kbd> loads\n```python\ndef loads(s: str | bytes) -> Any\n```\n\nLoads JSON, tolerating comments.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Load JSON with comments. Fast.",
"version": "0.1.1",
"project_urls": null,
"split_keywords": [
"json",
" comments",
" comment",
" json-comment",
" json-comments"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2e92080ec170eef5b71e75fabd34c84d92e6dd6b04b5ab3124e714630f2fc575",
"md5": "c7f92c6e9fbaf66c6d3bf7732bbe0e33",
"sha256": "98e78be220fedd76a8115ad5fc7540f024c9aa8dd706ffe40a2e360823a0cd98"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c7f92c6e9fbaf66c6d3bf7732bbe0e33",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 390508,
"upload_time": "2025-07-09T08:40:30",
"upload_time_iso_8601": "2025-07-09T08:40:30.448195Z",
"url": "https://files.pythonhosted.org/packages/2e/92/080ec170eef5b71e75fabd34c84d92e6dd6b04b5ab3124e714630f2fc575/rjsonc-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2c1e86222acb5a04796172dfe05651f011203d5c7e97a422cf248e88c135c149",
"md5": "0055a14fb4061fc272ccdc06a5062d34",
"sha256": "d5800172a6cdfdcf88eca5ed5c9a838b8b544ce06f6d47d7bb2e1c9473a9d0ab"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "0055a14fb4061fc272ccdc06a5062d34",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 398667,
"upload_time": "2025-07-09T08:40:42",
"upload_time_iso_8601": "2025-07-09T08:40:42.967722Z",
"url": "https://files.pythonhosted.org/packages/2c/1e/86222acb5a04796172dfe05651f011203d5c7e97a422cf248e88c135c149/rjsonc-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "050b46da69675a5a016023b39dc4253a78c07b8909d4201ee6604bf2fb6c7789",
"md5": "cf6cf9183677c2ed6dcbcb0a69817410",
"sha256": "f93605bc253aa726401dc2e1d6011e27d917c3777f627860027334a5d7bd7f3c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "cf6cf9183677c2ed6dcbcb0a69817410",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 555349,
"upload_time": "2025-07-09T08:40:54",
"upload_time_iso_8601": "2025-07-09T08:40:54.068539Z",
"url": "https://files.pythonhosted.org/packages/05/0b/46da69675a5a016023b39dc4253a78c07b8909d4201ee6604bf2fb6c7789/rjsonc-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d3e335bd7fc4a05ba75ca35b37012786c93a317f53fcf9a477dd442aa5c8bed2",
"md5": "06621101bb48e6a4e9b83cd3b9c4d022",
"sha256": "d441da43516f589a271510307e5164e39a348b92c5740775000c303aee394928"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "06621101bb48e6a4e9b83cd3b9c4d022",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 439496,
"upload_time": "2025-07-09T08:41:04",
"upload_time_iso_8601": "2025-07-09T08:41:04.583239Z",
"url": "https://files.pythonhosted.org/packages/d3/e3/35bd7fc4a05ba75ca35b37012786c93a317f53fcf9a477dd442aa5c8bed2/rjsonc-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f6fe3a3e3f3b3d51cd2100219fa75bb766141cd9a0cdbf131cafbc7089aad4c4",
"md5": "9f038505f88eadd4c6d6ca3ea3972fb1",
"sha256": "8fb234f73b3da6512a12e7e7a07029d27a471435f1235abcc3abb5bc4945eb3c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9f038505f88eadd4c6d6ca3ea3972fb1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 398737,
"upload_time": "2025-07-09T08:41:27",
"upload_time_iso_8601": "2025-07-09T08:41:27.009379Z",
"url": "https://files.pythonhosted.org/packages/f6/fe/3a3e3f3b3d51cd2100219fa75bb766141cd9a0cdbf131cafbc7089aad4c4/rjsonc-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9dfc5f6041d48ee49660697129b4e7d2161bcdf01c3381f9b70fe04735cb5fc6",
"md5": "64543bfccdaed6aff8200ff2daded590",
"sha256": "87f607f4f0b3f643bffce227ba842d37eb639eed81ab35e7b42dcef336f342d6"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "64543bfccdaed6aff8200ff2daded590",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 417993,
"upload_time": "2025-07-09T08:41:18",
"upload_time_iso_8601": "2025-07-09T08:41:18.260988Z",
"url": "https://files.pythonhosted.org/packages/9d/fc/5f6041d48ee49660697129b4e7d2161bcdf01c3381f9b70fe04735cb5fc6/rjsonc-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c84ca265be399ea40334c87c64b9dee4d267191c37891404b71da7bc9ad9dcda",
"md5": "a22f1789d4c43d446c98edcd6e11d22d",
"sha256": "994bc64286861f754ba3e96c40433472f3011ea7060d727301218758e04e2ebb"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a22f1789d4c43d446c98edcd6e11d22d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 569520,
"upload_time": "2025-07-09T08:41:42",
"upload_time_iso_8601": "2025-07-09T08:41:42.252526Z",
"url": "https://files.pythonhosted.org/packages/c8/4c/a265be399ea40334c87c64b9dee4d267191c37891404b71da7bc9ad9dcda/rjsonc-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "321a0faf47421e8d645f9c1e954f956c5c46b00bb0978ab04f3b5a73f3810a57",
"md5": "e49a7afd07cbe172bceb50c0a7c0cddc",
"sha256": "f70ea309e16064ed8b4b89cc7bf2c416b9ec9fd0b3b455e9e4c9ce22df640d18"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e49a7afd07cbe172bceb50c0a7c0cddc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 660141,
"upload_time": "2025-07-09T08:41:54",
"upload_time_iso_8601": "2025-07-09T08:41:54.641292Z",
"url": "https://files.pythonhosted.org/packages/32/1a/0faf47421e8d645f9c1e954f956c5c46b00bb0978ab04f3b5a73f3810a57/rjsonc-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "60b640591ef4c580b39a95fec912f020c4587bd774619556f5d156c119f6120d",
"md5": "0bd0d4adf729f0aa60d48761510bb04f",
"sha256": "a5f9f69e8c4fd88a3d64973abe702f4cc2eef9126d5e3bc186b7760fb2c55d90"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "0bd0d4adf729f0aa60d48761510bb04f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 593771,
"upload_time": "2025-07-09T08:42:05",
"upload_time_iso_8601": "2025-07-09T08:42:05.494039Z",
"url": "https://files.pythonhosted.org/packages/60/b6/40591ef4c580b39a95fec912f020c4587bd774619556f5d156c119f6120d/rjsonc-0.1.1-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "57a91f398246b94e28c783116dd3489d9a937566cc5902a717c4e4eb90621883",
"md5": "de858debe789aa693c9b9fa02cf37069",
"sha256": "3c178c2ac4c087c633eaaee20cc05f7974f06cf60146771d11a9166fca492111"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "de858debe789aa693c9b9fa02cf37069",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 570293,
"upload_time": "2025-07-09T08:42:15",
"upload_time_iso_8601": "2025-07-09T08:42:15.965559Z",
"url": "https://files.pythonhosted.org/packages/57/a9/1f398246b94e28c783116dd3489d9a937566cc5902a717c4e4eb90621883/rjsonc-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2557efaa0a7d2176b6fce5d76bb1facf89f9320facdda646caefef376396d6f6",
"md5": "a900f9ad8dffa7507f2d4f504e1a2ef8",
"sha256": "9a3bc5ac038dafbef13cfdebbb607867057713d4e32debd05925e52ff40a627c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "a900f9ad8dffa7507f2d4f504e1a2ef8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 230016,
"upload_time": "2025-07-09T08:42:34",
"upload_time_iso_8601": "2025-07-09T08:42:34.954457Z",
"url": "https://files.pythonhosted.org/packages/25/57/efaa0a7d2176b6fce5d76bb1facf89f9320facdda646caefef376396d6f6/rjsonc-0.1.1-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b9cbfc3beadeb3ab2f14c50d52554eade20d26f129b4d50bc41650b4a88d33f",
"md5": "d8207947714a51825c529a288aa127a1",
"sha256": "7b8bcd5f4a6a0b7391bdcc7f196d772e27f338f1ade2130633f75b5d11f99672"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "d8207947714a51825c529a288aa127a1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 242469,
"upload_time": "2025-07-09T08:42:30",
"upload_time_iso_8601": "2025-07-09T08:42:30.137630Z",
"url": "https://files.pythonhosted.org/packages/2b/9c/bfc3beadeb3ab2f14c50d52554eade20d26f129b4d50bc41650b4a88d33f/rjsonc-0.1.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db89e91e0b38cf1a99be70f6d100eba654af41731ee09f4d21b9eac7d067ee00",
"md5": "2a8a9a9536b14f99009965d284a85ab6",
"sha256": "6938ee9794cba5f76e2f31b2e3afbb2eb01c6a3d8ab160ebd3e2d9e618d5d33e"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "2a8a9a9536b14f99009965d284a85ab6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 358414,
"upload_time": "2025-07-09T08:41:38",
"upload_time_iso_8601": "2025-07-09T08:41:38.531022Z",
"url": "https://files.pythonhosted.org/packages/db/89/e91e0b38cf1a99be70f6d100eba654af41731ee09f4d21b9eac7d067ee00/rjsonc-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6fdefdb07bfa2ae0c4289246cfa75fb47841b2e4feccb6d6521f4cfcd606d5ca",
"md5": "f10084296f6c8f21db6f59b4f38edc29",
"sha256": "4210039fc821e49cef478b6ffd40005ee5cace5420360070495ce5d53692b5b9"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f10084296f6c8f21db6f59b4f38edc29",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 346318,
"upload_time": "2025-07-09T08:41:35",
"upload_time_iso_8601": "2025-07-09T08:41:35.445594Z",
"url": "https://files.pythonhosted.org/packages/6f/de/fdb07bfa2ae0c4289246cfa75fb47841b2e4feccb6d6521f4cfcd606d5ca/rjsonc-0.1.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a89ff7d879d301ee935ae30976d367eb674478da9ce5fbc5b1e15c2714eb0acc",
"md5": "5edb4e3a279b105eb8323fd92724a58f",
"sha256": "8640909e7171949a89f492a874e0ffbd4fc65dda30a16f579782fe42a6719ff9"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5edb4e3a279b105eb8323fd92724a58f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 390495,
"upload_time": "2025-07-09T08:40:31",
"upload_time_iso_8601": "2025-07-09T08:40:31.575367Z",
"url": "https://files.pythonhosted.org/packages/a8/9f/f7d879d301ee935ae30976d367eb674478da9ce5fbc5b1e15c2714eb0acc/rjsonc-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "53ad6efe09dd82155daeb75fd8209da2fbac2596dc96dfb5cdfeae3bb7f9c1b8",
"md5": "0ee5a36a9fd18c4dbafb2a93215c54df",
"sha256": "d6a2ac2473ab44da73d694bb9c678fae9760c79b0c2724aef1b3b11cb7003ee6"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "0ee5a36a9fd18c4dbafb2a93215c54df",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 398433,
"upload_time": "2025-07-09T08:40:43",
"upload_time_iso_8601": "2025-07-09T08:40:43.894207Z",
"url": "https://files.pythonhosted.org/packages/53/ad/6efe09dd82155daeb75fd8209da2fbac2596dc96dfb5cdfeae3bb7f9c1b8/rjsonc-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0d6fbcfc4ff77fd7e3f5664e5e25a21468d2b50d9a3522fe08983969492da0d",
"md5": "66e557a8c49b476df3078f8f188d9dea",
"sha256": "8f6e26e2bf868d3c36408ecc55883726643ecd146c92a836514b06fd9be22402"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "66e557a8c49b476df3078f8f188d9dea",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 555170,
"upload_time": "2025-07-09T08:40:55",
"upload_time_iso_8601": "2025-07-09T08:40:55.202940Z",
"url": "https://files.pythonhosted.org/packages/c0/d6/fbcfc4ff77fd7e3f5664e5e25a21468d2b50d9a3522fe08983969492da0d/rjsonc-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5719c30f89c484b5c02d7981394212e1dc10b613bc25b0004666d716f5116894",
"md5": "f4c013da89b18db722dff34f4bcc3a9c",
"sha256": "a98fb0acf0f38170e6309973d745fdf5b24cee6f1ddccbcb206f53e20c1b9d45"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "f4c013da89b18db722dff34f4bcc3a9c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 439299,
"upload_time": "2025-07-09T08:41:05",
"upload_time_iso_8601": "2025-07-09T08:41:05.874800Z",
"url": "https://files.pythonhosted.org/packages/57/19/c30f89c484b5c02d7981394212e1dc10b613bc25b0004666d716f5116894/rjsonc-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d51576d8c07197f7c75aafeb6cca6f215ac868063a54ab31ee92c59a5e41e7bb",
"md5": "3416bb4736f5e613c369231b8e2c602e",
"sha256": "c83f8363e4afd23080c518d844e1e520f671db5756465fcb01a60c437bddb698"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3416bb4736f5e613c369231b8e2c602e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 398483,
"upload_time": "2025-07-09T08:41:28",
"upload_time_iso_8601": "2025-07-09T08:41:28.064961Z",
"url": "https://files.pythonhosted.org/packages/d5/15/76d8c07197f7c75aafeb6cca6f215ac868063a54ab31ee92c59a5e41e7bb/rjsonc-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0195d580d09a52765725515282a21cb28544fd7d984e9593838c97a18e241dc3",
"md5": "8c1b94172b100265a31e5e22ccdc520f",
"sha256": "3abd08e1e3dca1d092aded86fda2cf1c9f4c70bbe0ac13fbffc80ba4dd6baa65"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8c1b94172b100265a31e5e22ccdc520f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 417598,
"upload_time": "2025-07-09T08:41:19",
"upload_time_iso_8601": "2025-07-09T08:41:19.174983Z",
"url": "https://files.pythonhosted.org/packages/01/95/d580d09a52765725515282a21cb28544fd7d984e9593838c97a18e241dc3/rjsonc-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e9857f77001807173f70ad2488d74365e847f579f61468facde8ac20146329b",
"md5": "08db41591ba9e8c99b7762198f00bb55",
"sha256": "91b59494385806ec83f37b84117651007d94282bc19e3d36fa859d8d34d2bb95"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "08db41591ba9e8c99b7762198f00bb55",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 569615,
"upload_time": "2025-07-09T08:41:43",
"upload_time_iso_8601": "2025-07-09T08:41:43.247750Z",
"url": "https://files.pythonhosted.org/packages/5e/98/57f77001807173f70ad2488d74365e847f579f61468facde8ac20146329b/rjsonc-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c32712a3595636c93d36148f7519f3fdaa51375c9e6d86f309e0aace1450c41",
"md5": "c8e37b51d0604870de92252dcc7ed86a",
"sha256": "ed2ccb75672d7d1c87c1823765da39d152bcec5b2af8f6e4b4a435cfaf3b3aba"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "c8e37b51d0604870de92252dcc7ed86a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 660096,
"upload_time": "2025-07-09T08:41:55",
"upload_time_iso_8601": "2025-07-09T08:41:55.750582Z",
"url": "https://files.pythonhosted.org/packages/0c/32/712a3595636c93d36148f7519f3fdaa51375c9e6d86f309e0aace1450c41/rjsonc-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63010725c2d1b2f4d19b49b41f41cc9f43606499aa98e21b4f55c2f61fbc8f7e",
"md5": "3032a41384d4e1eac666867e4450b765",
"sha256": "0ea21096fe75e6a2646652cc4ce24bd9cfdc662e158324cc257d7c62fa276a96"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "3032a41384d4e1eac666867e4450b765",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 593486,
"upload_time": "2025-07-09T08:42:06",
"upload_time_iso_8601": "2025-07-09T08:42:06.654059Z",
"url": "https://files.pythonhosted.org/packages/63/01/0725c2d1b2f4d19b49b41f41cc9f43606499aa98e21b4f55c2f61fbc8f7e/rjsonc-0.1.1-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b485faba21e04be081d794ea926dce3e694f9be2ae4ff46777bbb33e0f639b1",
"md5": "25034337a96abcfb42f94922457627f8",
"sha256": "714b860a183cad6f6793c09f9145bf6f1425e66e98285ff41c1bf9a146354287"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "25034337a96abcfb42f94922457627f8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 570045,
"upload_time": "2025-07-09T08:42:16",
"upload_time_iso_8601": "2025-07-09T08:42:16.940276Z",
"url": "https://files.pythonhosted.org/packages/9b/48/5faba21e04be081d794ea926dce3e694f9be2ae4ff46777bbb33e0f639b1/rjsonc-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8a46dd4626cbec1be759c20bf4314af9289233d3eae84e5cd738460a05761244",
"md5": "0743f8d4adaa422b874b0ece864f310a",
"sha256": "8d15678c987eb8dced7a666d7e688e3ee1f8d95b1e5b98e23f0cc12dc4a3a5ee"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "0743f8d4adaa422b874b0ece864f310a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 229912,
"upload_time": "2025-07-09T08:42:35",
"upload_time_iso_8601": "2025-07-09T08:42:35.908733Z",
"url": "https://files.pythonhosted.org/packages/8a/46/dd4626cbec1be759c20bf4314af9289233d3eae84e5cd738460a05761244/rjsonc-0.1.1-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea1bd80bbb070e95e4c73b77a81c7ac2639661520097ee99f0d01d25c3d31dc0",
"md5": "5fda184fe7cbe773ac7305f080efa9f5",
"sha256": "5f2adbaf375781164efe0557af0916dac8acdf65b1bb38e683c3e1644c78750c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "5fda184fe7cbe773ac7305f080efa9f5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 242504,
"upload_time": "2025-07-09T08:42:31",
"upload_time_iso_8601": "2025-07-09T08:42:31.111607Z",
"url": "https://files.pythonhosted.org/packages/ea/1b/d80bbb070e95e4c73b77a81c7ac2639661520097ee99f0d01d25c3d31dc0/rjsonc-0.1.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a776a860f16d71ff8eb5210bbd6bc534d7db3fd710e5cf33c7d301b46147fea",
"md5": "7e58ce44ff1c02ab8360d9f5f25c9208",
"sha256": "80930749ab959d54dcb66444425e8272291c28f2357a7a058d84cd71472ad072"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "7e58ce44ff1c02ab8360d9f5f25c9208",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 355530,
"upload_time": "2025-07-09T08:41:39",
"upload_time_iso_8601": "2025-07-09T08:41:39.540087Z",
"url": "https://files.pythonhosted.org/packages/4a/77/6a860f16d71ff8eb5210bbd6bc534d7db3fd710e5cf33c7d301b46147fea/rjsonc-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ed6420499b7e8cf661cb698557f6550a930b5e4a83fb9dc1fb458ec8ba8f1e3",
"md5": "e81629f0a6f39e6b9c37211454152033",
"sha256": "ea71e37749106a172b28e0efc8b36f4db348903b16e5425b32e53d30a5b0daab"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e81629f0a6f39e6b9c37211454152033",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 343319,
"upload_time": "2025-07-09T08:41:36",
"upload_time_iso_8601": "2025-07-09T08:41:36.403933Z",
"url": "https://files.pythonhosted.org/packages/8e/d6/420499b7e8cf661cb698557f6550a930b5e4a83fb9dc1fb458ec8ba8f1e3/rjsonc-0.1.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "882c1671f762b7776366b096b6292ce3611a87b66430b3a11e0f89725184bd64",
"md5": "0d4e96aabbc628bbf975421c3818fccd",
"sha256": "a03971cfa8d98666a9d0f761ba2e78359d3c3ad18878c0f98b24c41d571cca83"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "0d4e96aabbc628bbf975421c3818fccd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 390037,
"upload_time": "2025-07-09T08:40:32",
"upload_time_iso_8601": "2025-07-09T08:40:32.975416Z",
"url": "https://files.pythonhosted.org/packages/88/2c/1671f762b7776366b096b6292ce3611a87b66430b3a11e0f89725184bd64/rjsonc-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1bba54c3496f4cc87c8525b841f4746881a7bd8de76c4d7a2def95d0382357a1",
"md5": "a715a22d63a38779c3c6af77ad5df4b8",
"sha256": "6aa47518e372cb20cc17c7d94a819b932e8a442a443cf161b89cbae098405401"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a715a22d63a38779c3c6af77ad5df4b8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 397345,
"upload_time": "2025-07-09T08:40:45",
"upload_time_iso_8601": "2025-07-09T08:40:45.176030Z",
"url": "https://files.pythonhosted.org/packages/1b/ba/54c3496f4cc87c8525b841f4746881a7bd8de76c4d7a2def95d0382357a1/rjsonc-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "977bc450de3d6b2f59d579d5907fcf4564b2e6a9ac4eff5af06cf321ef399f4a",
"md5": "2b4ebb0b13333995153994101acc926a",
"sha256": "a649bff694c32d4bc948abd66fcf21b83b758d42d7fc6c97b29af393e8510a2f"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "2b4ebb0b13333995153994101acc926a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 554654,
"upload_time": "2025-07-09T08:40:56",
"upload_time_iso_8601": "2025-07-09T08:40:56.366377Z",
"url": "https://files.pythonhosted.org/packages/97/7b/c450de3d6b2f59d579d5907fcf4564b2e6a9ac4eff5af06cf321ef399f4a/rjsonc-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "94ae31080c092221f13e71aa8fbeb77dc3d19fb37886b417c9370ddd7bc7600b",
"md5": "835f5727caf13a98427a857c579892d6",
"sha256": "2af1bb6d08b8f645d3aa6912fd709e834d13f6d2ef1a53cae3e24deb7f7c2e70"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "835f5727caf13a98427a857c579892d6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 439155,
"upload_time": "2025-07-09T08:41:06",
"upload_time_iso_8601": "2025-07-09T08:41:06.910767Z",
"url": "https://files.pythonhosted.org/packages/94/ae/31080c092221f13e71aa8fbeb77dc3d19fb37886b417c9370ddd7bc7600b/rjsonc-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f6756f10ca9c0b579f2b7ef8adf5581112ec3f0854864251e8d0f15e04428a45",
"md5": "4c2dfd238088c58e986f136691e7439d",
"sha256": "fa03f310b0add5127d1b3db5585ed6cad96a1dca68654b2fc4b6549037446389"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4c2dfd238088c58e986f136691e7439d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 398105,
"upload_time": "2025-07-09T08:41:29",
"upload_time_iso_8601": "2025-07-09T08:41:29.340281Z",
"url": "https://files.pythonhosted.org/packages/f6/75/6f10ca9c0b579f2b7ef8adf5581112ec3f0854864251e8d0f15e04428a45/rjsonc-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "447e009f0a537c53da65749414d37b904e2f9637d4c67157bbf25a83786ae1ed",
"md5": "fde6dd52ab0b136ad1c7e56d3b046a4b",
"sha256": "97d7bf8f4eb4fc04682989b880c559ae20409e402f40f3b404a630129757557a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "fde6dd52ab0b136ad1c7e56d3b046a4b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 417020,
"upload_time": "2025-07-09T08:41:20",
"upload_time_iso_8601": "2025-07-09T08:41:20.254792Z",
"url": "https://files.pythonhosted.org/packages/44/7e/009f0a537c53da65749414d37b904e2f9637d4c67157bbf25a83786ae1ed/rjsonc-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd6050dc5275ce0f4fcf312ed2105f6b5f59668a72fc374ba2a2a74ad7fb3853",
"md5": "8f4a508ecd8066ad5ce99c869511426f",
"sha256": "ec78f241d2f96c198bc4a6c417afdd96fa47eab939e9153e6e29f65e1cc957b7"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8f4a508ecd8066ad5ce99c869511426f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 569269,
"upload_time": "2025-07-09T08:41:44",
"upload_time_iso_8601": "2025-07-09T08:41:44.201635Z",
"url": "https://files.pythonhosted.org/packages/bd/60/50dc5275ce0f4fcf312ed2105f6b5f59668a72fc374ba2a2a74ad7fb3853/rjsonc-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa6b2c3cedd0a9c5503123e56e38ddb1da2135e0f94f60e945823aa19a12f089",
"md5": "704bdcdc11ed75fa054b9cf735b0c14b",
"sha256": "132f0f7b884640f42ae4fb7880e25228ddf8e259dc3c0164fc3516b74ce2616a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "704bdcdc11ed75fa054b9cf735b0c14b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 658881,
"upload_time": "2025-07-09T08:41:57",
"upload_time_iso_8601": "2025-07-09T08:41:57.224001Z",
"url": "https://files.pythonhosted.org/packages/fa/6b/2c3cedd0a9c5503123e56e38ddb1da2135e0f94f60e945823aa19a12f089/rjsonc-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7408d9f0a16b6b08e638d5747e9711aaf7acef7c5c3a5b88c5605ef33d2a8b43",
"md5": "a8bc1f182f490cc555b83e10fb742a3f",
"sha256": "604a7def8fa365ab6b9037e023340254bf3adb6bc4351fefc80ed5da033e101e"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a8bc1f182f490cc555b83e10fb742a3f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 592545,
"upload_time": "2025-07-09T08:42:07",
"upload_time_iso_8601": "2025-07-09T08:42:07.602146Z",
"url": "https://files.pythonhosted.org/packages/74/08/d9f0a16b6b08e638d5747e9711aaf7acef7c5c3a5b88c5605ef33d2a8b43/rjsonc-0.1.1-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ac4b8250ae125db3b58d8b736f7154ee1eed9552d8c050e8d1e37bac846b9a0",
"md5": "c244842f4a209a5a2a30b809a200780c",
"sha256": "ee0cb4437c4f9418895d4ffa26a8ac3c98173cfcfec5a635a8f60b47d4fe39f1"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c244842f4a209a5a2a30b809a200780c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 569431,
"upload_time": "2025-07-09T08:42:18",
"upload_time_iso_8601": "2025-07-09T08:42:18.790096Z",
"url": "https://files.pythonhosted.org/packages/2a/c4/b8250ae125db3b58d8b736f7154ee1eed9552d8c050e8d1e37bac846b9a0/rjsonc-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "81872517c09a5e177b20596b000f3e1c4086adc083e50831f377a200d131141b",
"md5": "9dba055cd43c7cb8aedb7c8798f47f81",
"sha256": "b84a43cffefd835edaba49859462a8e8bd1bfa94a3be45915e367068b65ad573"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "9dba055cd43c7cb8aedb7c8798f47f81",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 229875,
"upload_time": "2025-07-09T08:42:36",
"upload_time_iso_8601": "2025-07-09T08:42:36.890389Z",
"url": "https://files.pythonhosted.org/packages/81/87/2517c09a5e177b20596b000f3e1c4086adc083e50831f377a200d131141b/rjsonc-0.1.1-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1af019413e29b9e9d3a9170f5a02f5a0601948785c8602b1244362205faab2be",
"md5": "b879cea5c231fa7b09ba0d80034c2bee",
"sha256": "bf4fd27fcae494c7cb2f350d60a25045c671c764e236148998e7d1d38d03d3a6"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "b879cea5c231fa7b09ba0d80034c2bee",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 242028,
"upload_time": "2025-07-09T08:42:32",
"upload_time_iso_8601": "2025-07-09T08:42:32.061049Z",
"url": "https://files.pythonhosted.org/packages/1a/f0/19413e29b9e9d3a9170f5a02f5a0601948785c8602b1244362205faab2be/rjsonc-0.1.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa3aead3c3734cb44391e531da059f20fc2a08b5606f4812647f118e8b05a266",
"md5": "bcf7b197e11affaa899ef20ed5c72a57",
"sha256": "fe54f0e301bdabd2481a66e165a5e8100c2bbd3ba99324536552335b011d8c5b"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "bcf7b197e11affaa899ef20ed5c72a57",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 355398,
"upload_time": "2025-07-09T08:41:41",
"upload_time_iso_8601": "2025-07-09T08:41:41.267658Z",
"url": "https://files.pythonhosted.org/packages/fa/3a/ead3c3734cb44391e531da059f20fc2a08b5606f4812647f118e8b05a266/rjsonc-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8d55a83b8c552a44265fb9208769dfa00627c3fee277771c5a4ac2750ed9f5a",
"md5": "6d5146579a0a993b6feb43bfd2653d40",
"sha256": "81df636f6b69b9f69cb5804f5af75c7923effb7bd6f30e213772837ec8bb739a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6d5146579a0a993b6feb43bfd2653d40",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 343281,
"upload_time": "2025-07-09T08:41:37",
"upload_time_iso_8601": "2025-07-09T08:41:37.416979Z",
"url": "https://files.pythonhosted.org/packages/d8/d5/5a83b8c552a44265fb9208769dfa00627c3fee277771c5a4ac2750ed9f5a/rjsonc-0.1.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e045be2b1f15591f53d9aa0d21a1f2314df16b75736b377b2461dc1a0204993a",
"md5": "86e854249a7ad59e87a4d37c9e4c3680",
"sha256": "4939591a80558e5c7bfb10b7cfa8a174d99ee67b0cc21de6f15aecfd0d30e78b"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "86e854249a7ad59e87a4d37c9e4c3680",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 389619,
"upload_time": "2025-07-09T08:40:33",
"upload_time_iso_8601": "2025-07-09T08:40:33.978886Z",
"url": "https://files.pythonhosted.org/packages/e0/45/be2b1f15591f53d9aa0d21a1f2314df16b75736b377b2461dc1a0204993a/rjsonc-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ef94f409cec72311b00e0e660f61f16dd577c657fe75857fbbdaffa63eebfb3",
"md5": "98379956ee9f8d62fd9f174a454faeea",
"sha256": "78686a5f3317202da652b6cace901c889aa5882b0c1e07c3e76574922067c744"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "98379956ee9f8d62fd9f174a454faeea",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 397606,
"upload_time": "2025-07-09T08:40:46",
"upload_time_iso_8601": "2025-07-09T08:40:46.498141Z",
"url": "https://files.pythonhosted.org/packages/1e/f9/4f409cec72311b00e0e660f61f16dd577c657fe75857fbbdaffa63eebfb3/rjsonc-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bdccf0a6e892b7dbf5e9f2eadbc806ae8ce0b16f77d04ac6119efaf6314f2a6b",
"md5": "1fde91e44eb314a5ee8e2597a552c7c6",
"sha256": "18a9d0394d7d58c8ac9ac5672ee95ad23989e3ee1a9235bf26d59525cfa30416"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "1fde91e44eb314a5ee8e2597a552c7c6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 555163,
"upload_time": "2025-07-09T08:40:57",
"upload_time_iso_8601": "2025-07-09T08:40:57.369172Z",
"url": "https://files.pythonhosted.org/packages/bd/cc/f0a6e892b7dbf5e9f2eadbc806ae8ce0b16f77d04ac6119efaf6314f2a6b/rjsonc-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "694238f849a5f34fb73f64c83ed64efc397bfce320f2730b42e03000da61a8db",
"md5": "4f54c8106572f29d92fd1bedaf63273b",
"sha256": "44db3b08ac33189df8c7036f4189f14013184a923e47dc22d314b3d462edc178"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "4f54c8106572f29d92fd1bedaf63273b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 439118,
"upload_time": "2025-07-09T08:41:08",
"upload_time_iso_8601": "2025-07-09T08:41:08.235498Z",
"url": "https://files.pythonhosted.org/packages/69/42/38f849a5f34fb73f64c83ed64efc397bfce320f2730b42e03000da61a8db/rjsonc-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "740be92d6a3e6260125146b3153bf0dc2ecd6b3adef00184dfed3d2c808cb50f",
"md5": "bd00f2e5996285ddd73d7fb188cb5e2b",
"sha256": "1fbbe23f80c66e04b268d3c86d368da4e14496d313ca2fdcca34722adc5480a4"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bd00f2e5996285ddd73d7fb188cb5e2b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 397677,
"upload_time": "2025-07-09T08:41:30",
"upload_time_iso_8601": "2025-07-09T08:41:30.356414Z",
"url": "https://files.pythonhosted.org/packages/74/0b/e92d6a3e6260125146b3153bf0dc2ecd6b3adef00184dfed3d2c808cb50f/rjsonc-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b6c2965dbfdf1ecaeb84de473aa811ce8ff3cc8d148c20f86db72d8887c7929",
"md5": "988f6b6c3f34ed2bf71ce6200eca83bf",
"sha256": "4a227323974a1cb8fdb9f89ee2a1eba4c8ce4736c1e7c02f786bf5f599ef413e"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "988f6b6c3f34ed2bf71ce6200eca83bf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 417182,
"upload_time": "2025-07-09T08:41:21",
"upload_time_iso_8601": "2025-07-09T08:41:21.419661Z",
"url": "https://files.pythonhosted.org/packages/7b/6c/2965dbfdf1ecaeb84de473aa811ce8ff3cc8d148c20f86db72d8887c7929/rjsonc-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e86d3c1986b4aa2456d9d1fea1e705428729083162d8a21ea36a2c0cc151f54b",
"md5": "b8cd3d1bdf6832c8195a0d90c72c9505",
"sha256": "5931a1ab958c2b3402627f68c75a9953eecd8afba0f7bc4956ce977d07e701bf"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b8cd3d1bdf6832c8195a0d90c72c9505",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 568751,
"upload_time": "2025-07-09T08:41:45",
"upload_time_iso_8601": "2025-07-09T08:41:45.271838Z",
"url": "https://files.pythonhosted.org/packages/e8/6d/3c1986b4aa2456d9d1fea1e705428729083162d8a21ea36a2c0cc151f54b/rjsonc-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea2343c326069c04a36cbcaf8dd50cca4509dae83995985c40bc5057a8b5a887",
"md5": "9e09797a111afb8badc9c3fe19c9bdfc",
"sha256": "d955f1a4b0309d6f62936fd110686821d4e7473a9764efdfa8a9efb2f66d1047"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "9e09797a111afb8badc9c3fe19c9bdfc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 659184,
"upload_time": "2025-07-09T08:41:58",
"upload_time_iso_8601": "2025-07-09T08:41:58.265298Z",
"url": "https://files.pythonhosted.org/packages/ea/23/43c326069c04a36cbcaf8dd50cca4509dae83995985c40bc5057a8b5a887/rjsonc-0.1.1-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6247d6a42785cda1e227f30cb86be1fe337fe9be75cfe207f2ed10b424f88b83",
"md5": "312913969b2efdd3aa12139aca83907f",
"sha256": "ba9bb129c6bb94e68c8a138f47ff79bb1696b1a9ac288f85249b0b6db911aa0f"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "312913969b2efdd3aa12139aca83907f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 592553,
"upload_time": "2025-07-09T08:42:08",
"upload_time_iso_8601": "2025-07-09T08:42:08.695963Z",
"url": "https://files.pythonhosted.org/packages/62/47/d6a42785cda1e227f30cb86be1fe337fe9be75cfe207f2ed10b424f88b83/rjsonc-0.1.1-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "771b23d191047586d05b13257df101ae25a055027abe2607889704ca38321400",
"md5": "a9b4bfc750314dbb584c7f022f37d44e",
"sha256": "2e86452e6a5aa68b097501c1f9c3b74bf2292e2e9461bf5511337e0b6cacc160"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a9b4bfc750314dbb584c7f022f37d44e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 568985,
"upload_time": "2025-07-09T08:42:20",
"upload_time_iso_8601": "2025-07-09T08:42:20.109095Z",
"url": "https://files.pythonhosted.org/packages/77/1b/23d191047586d05b13257df101ae25a055027abe2607889704ca38321400/rjsonc-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c2b7ea9c298862f9d5d20f8a6098fb74aa7b2ba665734cf24721f1aadb199458",
"md5": "3e87354012c3c1ce5c4b7d27d7a60caa",
"sha256": "2103fe812ba29975ea41f04bfc589c2ec50f0bf03588ec7537bcdb5e22b772a8"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3e87354012c3c1ce5c4b7d27d7a60caa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 388893,
"upload_time": "2025-07-09T08:40:34",
"upload_time_iso_8601": "2025-07-09T08:40:34.950213Z",
"url": "https://files.pythonhosted.org/packages/c2/b7/ea9c298862f9d5d20f8a6098fb74aa7b2ba665734cf24721f1aadb199458/rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8bc7027e20e74fe40cd38a99992c3bbc5d8419019770738c0f2a3938069ea87e",
"md5": "4dfdea83cb4ebb41df8b029ea46c50f8",
"sha256": "ff4d7b6ec6721e2c69b282880943fc7f64703f344ac1dfbdb926f2283abd48d3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "4dfdea83cb4ebb41df8b029ea46c50f8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 396459,
"upload_time": "2025-07-09T08:40:47",
"upload_time_iso_8601": "2025-07-09T08:40:47.482500Z",
"url": "https://files.pythonhosted.org/packages/8b/c7/027e20e74fe40cd38a99992c3bbc5d8419019770738c0f2a3938069ea87e/rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5fc0c632ab555f75d7955519ba79f067283d250f638c671f28a81cebc739e13d",
"md5": "10ec414a321cbbc8a07fd9f47e50171c",
"sha256": "487a51e2fcd5fa000b981698a1083f38ad1286e13134dae817551cc3aa3f3df3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "10ec414a321cbbc8a07fd9f47e50171c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 553914,
"upload_time": "2025-07-09T08:40:58",
"upload_time_iso_8601": "2025-07-09T08:40:58.450797Z",
"url": "https://files.pythonhosted.org/packages/5f/c0/c632ab555f75d7955519ba79f067283d250f638c671f28a81cebc739e13d/rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49a658f026bd3d9e1e8f2173d35bd57427c708d76a781ddf047f36b80b0089b4",
"md5": "fe12ebcdf9433e7725c895bbbd50e05c",
"sha256": "62e67c49fff4e50c45f4205268ad2dcdbf3a6e9e516873e9d466aa38eee57d95"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "fe12ebcdf9433e7725c895bbbd50e05c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 439008,
"upload_time": "2025-07-09T08:41:09",
"upload_time_iso_8601": "2025-07-09T08:41:09.221557Z",
"url": "https://files.pythonhosted.org/packages/49/a6/58f026bd3d9e1e8f2173d35bd57427c708d76a781ddf047f36b80b0089b4/rjsonc-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "365161aa11d4e4281ac5f3eb5854d133af38c77c60e2d382ee91c86e93dc2841",
"md5": "4cfee4628fa6a35b8bcf4c527ea255c0",
"sha256": "2bd7e63fbcbeacd5cb0814e1298f8f28976416babc790e0f9a5e7d77e3d73879"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4cfee4628fa6a35b8bcf4c527ea255c0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 568067,
"upload_time": "2025-07-09T08:41:46",
"upload_time_iso_8601": "2025-07-09T08:41:46.328677Z",
"url": "https://files.pythonhosted.org/packages/36/51/61aa11d4e4281ac5f3eb5854d133af38c77c60e2d382ee91c86e93dc2841/rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6c1d66c5580a4e3983c06f29dc1b167a40bc248787b2db67e508d6860311c562",
"md5": "da7b295c2c752c3c39d742f92a897787",
"sha256": "65bab8bd6980822f50ce9bb8e30d182f8254bbcf068ea18d686df4aea28be831"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "da7b295c2c752c3c39d742f92a897787",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 657755,
"upload_time": "2025-07-09T08:41:59",
"upload_time_iso_8601": "2025-07-09T08:41:59.372414Z",
"url": "https://files.pythonhosted.org/packages/6c/1d/66c5580a4e3983c06f29dc1b167a40bc248787b2db67e508d6860311c562/rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "268e80abc2103ab7fafcf3db66a74218e3ca8a69a80bc19c14386dacb442d5aa",
"md5": "ff591ece4ff9675e9ab6415536458124",
"sha256": "19448176bc3a812e83a51ffa849a19341a4b061ca8131650c13f0f59ce85c6a2"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ff591ece4ff9675e9ab6415536458124",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 591971,
"upload_time": "2025-07-09T08:42:09",
"upload_time_iso_8601": "2025-07-09T08:42:09.697756Z",
"url": "https://files.pythonhosted.org/packages/26/8e/80abc2103ab7fafcf3db66a74218e3ca8a69a80bc19c14386dacb442d5aa/rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd34ee3079133a56be64a240b4640231c223eb2cc57fa2cec49ad5b83deb6d71",
"md5": "78cbaa5b4580bdb22b322c94cec6e747",
"sha256": "6006b1d5ae59ce706b5c21041106ac0720e88ee1d3eec9a48ddd2c2b7901c2c5"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "78cbaa5b4580bdb22b322c94cec6e747",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 568748,
"upload_time": "2025-07-09T08:42:21",
"upload_time_iso_8601": "2025-07-09T08:42:21.083759Z",
"url": "https://files.pythonhosted.org/packages/dd/34/ee3079133a56be64a240b4640231c223eb2cc57fa2cec49ad5b83deb6d71/rjsonc-0.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "086a2962a993264ab83f346aff6b5a672d8a1ca376beb7fe2963749a7894bd7c",
"md5": "c13ba2201280ae2beec6ef2c6eef66be",
"sha256": "e889c8c741c9b6fc1cc00869e0c07d26399a743b706db18e59f68c916607eaaf"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "c13ba2201280ae2beec6ef2c6eef66be",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 229789,
"upload_time": "2025-07-09T08:42:37",
"upload_time_iso_8601": "2025-07-09T08:42:37.789158Z",
"url": "https://files.pythonhosted.org/packages/08/6a/2962a993264ab83f346aff6b5a672d8a1ca376beb7fe2963749a7894bd7c/rjsonc-0.1.1-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "718929ef1a02b0405cca598a7b61d45e422985c797ae62c1564c1864b5a7ffe0",
"md5": "d087495df34125fde41bcc0d17a362df",
"sha256": "a6b485bfe5641a9b7ce473284099953e7d4973b5da2bb77fbf4869e1d53015de"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "d087495df34125fde41bcc0d17a362df",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 241987,
"upload_time": "2025-07-09T08:42:33",
"upload_time_iso_8601": "2025-07-09T08:42:33.014467Z",
"url": "https://files.pythonhosted.org/packages/71/89/29ef1a02b0405cca598a7b61d45e422985c797ae62c1564c1864b5a7ffe0/rjsonc-0.1.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "454ff47066a0b527f991b42e810c8251443356fba922ab33b9fb4b015bc0cb38",
"md5": "f5ffbc654f3c10b365c2376aa4e1a703",
"sha256": "3f36288848177c77cc19f1e0e508c233b3ce44bba1de25f40c3ec22674565d16"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f5ffbc654f3c10b365c2376aa4e1a703",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 391253,
"upload_time": "2025-07-09T08:40:36",
"upload_time_iso_8601": "2025-07-09T08:40:36.303976Z",
"url": "https://files.pythonhosted.org/packages/45/4f/f47066a0b527f991b42e810c8251443356fba922ab33b9fb4b015bc0cb38/rjsonc-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ecfcc567b089b75266433821d3264c99b858feb3f762aa3d302af6f5b5636ad3",
"md5": "4b0405c190225f466ec0f8ae00f7f6be",
"sha256": "ef3ec78ebec832e64119dab35c6373c59a16d8fbe430deb40b8a18cab6f640d3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "4b0405c190225f466ec0f8ae00f7f6be",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 398592,
"upload_time": "2025-07-09T08:40:48",
"upload_time_iso_8601": "2025-07-09T08:40:48.392550Z",
"url": "https://files.pythonhosted.org/packages/ec/fc/c567b089b75266433821d3264c99b858feb3f762aa3d302af6f5b5636ad3/rjsonc-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0c067d4d4327843fed5f973a73e9a22ee9247fe5be792d8323bf2b165d7f361",
"md5": "a9e279ced223c70e798c4fafe7413448",
"sha256": "e27d840e5fc205d0955717166937e97ee5bff12c3b67049c675d12bcf0853a71"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "a9e279ced223c70e798c4fafe7413448",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 554573,
"upload_time": "2025-07-09T08:40:59",
"upload_time_iso_8601": "2025-07-09T08:40:59.413836Z",
"url": "https://files.pythonhosted.org/packages/e0/c0/67d4d4327843fed5f973a73e9a22ee9247fe5be792d8323bf2b165d7f361/rjsonc-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5d7834784ec5d4a211fdd1bf4c21784818983c45d017f1f463737e014ac814c",
"md5": "83967a85619d1693e635e8e976a3aaa0",
"sha256": "49b484fdf66f8fc3b51b05bd0a88c2f84e504728a24023761187b12f3349f00f"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "83967a85619d1693e635e8e976a3aaa0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 439527,
"upload_time": "2025-07-09T08:41:10",
"upload_time_iso_8601": "2025-07-09T08:41:10.258768Z",
"url": "https://files.pythonhosted.org/packages/c5/d7/834784ec5d4a211fdd1bf4c21784818983c45d017f1f463737e014ac814c/rjsonc-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90a8b91ac7518b97744e949d6956be5aa303b540895c0ac0a871002560f89f2c",
"md5": "d7ddcece82f416ab1b062b2a516ba0e6",
"sha256": "e0debc86699a17c4c1aabdbdc63d5105669cde3b00cc00b739fbba261170cc85"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d7ddcece82f416ab1b062b2a516ba0e6",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 398930,
"upload_time": "2025-07-09T08:41:31",
"upload_time_iso_8601": "2025-07-09T08:41:31.295339Z",
"url": "https://files.pythonhosted.org/packages/90/a8/b91ac7518b97744e949d6956be5aa303b540895c0ac0a871002560f89f2c/rjsonc-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ccb52e4f997f6a1b0efd6b32215d860f6cb3def1eb62633905bf1d168c99fe7",
"md5": "f329db03ebd3c2bda1ee6d77cef94a33",
"sha256": "7035583a2a21620b336fdba1cfc7d492adcb360cc4d0be27263cb36bdef7feaf"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "f329db03ebd3c2bda1ee6d77cef94a33",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 418149,
"upload_time": "2025-07-09T08:41:22",
"upload_time_iso_8601": "2025-07-09T08:41:22.419607Z",
"url": "https://files.pythonhosted.org/packages/9c/cb/52e4f997f6a1b0efd6b32215d860f6cb3def1eb62633905bf1d168c99fe7/rjsonc-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e76c1a8d724ca99f397a0ed54074b52c74a06a6c4a9110ea472c610e87556150",
"md5": "c7edd625a0588829b1eefc82152c84d8",
"sha256": "b65676a1d674bbfd1b381ceaccf3805c04c7959240ca0763ba4bc4f0c41a6668"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c7edd625a0588829b1eefc82152c84d8",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 570090,
"upload_time": "2025-07-09T08:41:47",
"upload_time_iso_8601": "2025-07-09T08:41:47.357979Z",
"url": "https://files.pythonhosted.org/packages/e7/6c/1a8d724ca99f397a0ed54074b52c74a06a6c4a9110ea472c610e87556150/rjsonc-0.1.1-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "71b143322e33c4b80de1044f30e74d6a0135aff06a7c4f070c4200f850a6eb6c",
"md5": "db09d011f959443f92f20f0e732457f9",
"sha256": "b222308fd4e1b53b35fc9416426e029f3f6d44cbe31f1ce9cd7467f04d169cad"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "db09d011f959443f92f20f0e732457f9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 660299,
"upload_time": "2025-07-09T08:42:00",
"upload_time_iso_8601": "2025-07-09T08:42:00.399319Z",
"url": "https://files.pythonhosted.org/packages/71/b1/43322e33c4b80de1044f30e74d6a0135aff06a7c4f070c4200f850a6eb6c/rjsonc-0.1.1-cp38-cp38-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1df996378584b31df04e023701da771d077a3afd738f028de28ed05ff95e9c5f",
"md5": "a8d821c9fe36ce47e41c45929bd99660",
"sha256": "477d5ed67a2686c6668e9377e38e60d8dc02d5e78bb369a9702ab8721180243a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a8d821c9fe36ce47e41c45929bd99660",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 593925,
"upload_time": "2025-07-09T08:42:10",
"upload_time_iso_8601": "2025-07-09T08:42:10.734665Z",
"url": "https://files.pythonhosted.org/packages/1d/f9/96378584b31df04e023701da771d077a3afd738f028de28ed05ff95e9c5f/rjsonc-0.1.1-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "44ad6ceb0174fb476270f3bb53798eac06a5a08373fdf20b3648de2fec82a692",
"md5": "7c08624ebc6ceabf236348c1e244ca50",
"sha256": "1097b76b2cd6701b7dd0d8ad646c6597dbeaa28bcc4081bd9e09aa470d47e924"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7c08624ebc6ceabf236348c1e244ca50",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 570582,
"upload_time": "2025-07-09T08:42:22",
"upload_time_iso_8601": "2025-07-09T08:42:22.158463Z",
"url": "https://files.pythonhosted.org/packages/44/ad/6ceb0174fb476270f3bb53798eac06a5a08373fdf20b3648de2fec82a692/rjsonc-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25526a41229cc38aa34430838439ad4ddcbd698b6543b0a2882f9084aca452ee",
"md5": "a5eef9152a142010fbefde401f4242c1",
"sha256": "2a97ff5b116f0c7da737765ca6265c1628ad7a7746ee4eb7c1a8fd4162366c4c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a5eef9152a142010fbefde401f4242c1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 390700,
"upload_time": "2025-07-09T08:40:37",
"upload_time_iso_8601": "2025-07-09T08:40:37.329939Z",
"url": "https://files.pythonhosted.org/packages/25/52/6a41229cc38aa34430838439ad4ddcbd698b6543b0a2882f9084aca452ee/rjsonc-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "50a45ede49f62bc55bd834772a4af6ee2f76aba0b6998c96a47dfbbd9b109b2b",
"md5": "ba3f58a8f5ec5a8ce4a87baaefe7f019",
"sha256": "8d9765b92de3b6303a5b2c5a69dfd93fc0678fa87171a7d6afc1f62b2c9350bc"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "ba3f58a8f5ec5a8ce4a87baaefe7f019",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 398770,
"upload_time": "2025-07-09T08:40:49",
"upload_time_iso_8601": "2025-07-09T08:40:49.521735Z",
"url": "https://files.pythonhosted.org/packages/50/a4/5ede49f62bc55bd834772a4af6ee2f76aba0b6998c96a47dfbbd9b109b2b/rjsonc-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1855c8604eea28a82179d5b28893575e827da461af68123e634fd3ad4804ab9",
"md5": "1ccf51181e9e4fd85954eea0a4e3d674",
"sha256": "90d170ed77bee72203b02281eafa52abb3c792b80ed4f826dcd74b6271268c28"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "1ccf51181e9e4fd85954eea0a4e3d674",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 556058,
"upload_time": "2025-07-09T08:41:00",
"upload_time_iso_8601": "2025-07-09T08:41:00.561384Z",
"url": "https://files.pythonhosted.org/packages/b1/85/5c8604eea28a82179d5b28893575e827da461af68123e634fd3ad4804ab9/rjsonc-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e50bad91ba1b3390615e2e83f38c68700e548a3770675a311a8e9dda1faec72",
"md5": "2c260657c186301666b5d9bd1a0273cd",
"sha256": "0ccc4172ad50f9a9c33d271d4269340f47d529205b7661c44f535319243fb5a9"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "2c260657c186301666b5d9bd1a0273cd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 439582,
"upload_time": "2025-07-09T08:41:11",
"upload_time_iso_8601": "2025-07-09T08:41:11.251057Z",
"url": "https://files.pythonhosted.org/packages/8e/50/bad91ba1b3390615e2e83f38c68700e548a3770675a311a8e9dda1faec72/rjsonc-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8409ddf068868f72231e5e0ae0da19351221a40a76ea6f472a161434311e20ad",
"md5": "3b0ee75d1422e4be4a582dbd7dbe50d4",
"sha256": "cfe38b052df23626f067b42bb4ac86193aac65a23d9f426deae483e20aa437ff"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3b0ee75d1422e4be4a582dbd7dbe50d4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 398788,
"upload_time": "2025-07-09T08:41:32",
"upload_time_iso_8601": "2025-07-09T08:41:32.201565Z",
"url": "https://files.pythonhosted.org/packages/84/09/ddf068868f72231e5e0ae0da19351221a40a76ea6f472a161434311e20ad/rjsonc-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "57d4ef6b0a23937d932b2202a0973f156be7d6c5be96c166dffffb515bc79bf6",
"md5": "9c9d3d9833dc4ac70d24a6053570ea01",
"sha256": "a7fd157ef539618c851e4067f1ffc1e013c71520e4ad1e1cce772ce4acf6bab2"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "9c9d3d9833dc4ac70d24a6053570ea01",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 418025,
"upload_time": "2025-07-09T08:41:23",
"upload_time_iso_8601": "2025-07-09T08:41:23.390441Z",
"url": "https://files.pythonhosted.org/packages/57/d4/ef6b0a23937d932b2202a0973f156be7d6c5be96c166dffffb515bc79bf6/rjsonc-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52ca8231b3d5d3ef7707fe604eb352185a5aec5762da30f5ee743bd2d341fe18",
"md5": "dba537a34d16f1b3dbd2f5270196f336",
"sha256": "831f490f12d3f75f2557ac3de68fe95b25e570275e9086bac44c90ce363bfd03"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dba537a34d16f1b3dbd2f5270196f336",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 569639,
"upload_time": "2025-07-09T08:41:48",
"upload_time_iso_8601": "2025-07-09T08:41:48.389158Z",
"url": "https://files.pythonhosted.org/packages/52/ca/8231b3d5d3ef7707fe604eb352185a5aec5762da30f5ee743bd2d341fe18/rjsonc-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a245d0cdbb05d0c987c9e745cf8b895294f9c6086a3bd50a757f0df919a49023",
"md5": "e4174df080d81faf2307d4607ec0752c",
"sha256": "6b5f15b82880406c9f3f6361fbd771d6285391f9bfedaff112e48b10ebb9da4b"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e4174df080d81faf2307d4607ec0752c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 660465,
"upload_time": "2025-07-09T08:42:01",
"upload_time_iso_8601": "2025-07-09T08:42:01.430193Z",
"url": "https://files.pythonhosted.org/packages/a2/45/d0cdbb05d0c987c9e745cf8b895294f9c6086a3bd50a757f0df919a49023/rjsonc-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1f7cf03e603b941bc95226622c7082a842826442df78f4a62aaae9fa53057fd2",
"md5": "ac409b7b16737cb2f897cf9555a852e9",
"sha256": "2e4d44601eeca0d8574f5a3af8c609b5c702dd9dd2979b4a9c51e284eade461e"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ac409b7b16737cb2f897cf9555a852e9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 593955,
"upload_time": "2025-07-09T08:42:11",
"upload_time_iso_8601": "2025-07-09T08:42:11.790312Z",
"url": "https://files.pythonhosted.org/packages/1f/7c/f03e603b941bc95226622c7082a842826442df78f4a62aaae9fa53057fd2/rjsonc-0.1.1-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2edc48447ee9162b303cb9c6ad9c2d8a39efecb0e3f7953543ee0aa3a8ba1ee",
"md5": "30f813ecc09eb440abaa33083e0a5d1b",
"sha256": "935dddc859497501d73ea5b7c1238a872bcad748312b34c2cd9c6a1699459c3f"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "30f813ecc09eb440abaa33083e0a5d1b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 570232,
"upload_time": "2025-07-09T08:42:23",
"upload_time_iso_8601": "2025-07-09T08:42:23.132827Z",
"url": "https://files.pythonhosted.org/packages/f2/ed/c48447ee9162b303cb9c6ad9c2d8a39efecb0e3f7953543ee0aa3a8ba1ee/rjsonc-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d55aec0abcea47a70155f474464e0fcace8cc2a0f8cb9c6841193782d84e62d3",
"md5": "0dd6192fd9a014a37826bb64acb679e4",
"sha256": "ed51f8c4d37f981631b45ad84b8bb8c1c435c36fa9e1028e9359dba8203947cf"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "0dd6192fd9a014a37826bb64acb679e4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 230011,
"upload_time": "2025-07-09T08:42:38",
"upload_time_iso_8601": "2025-07-09T08:42:38.726073Z",
"url": "https://files.pythonhosted.org/packages/d5/5a/ec0abcea47a70155f474464e0fcace8cc2a0f8cb9c6841193782d84e62d3/rjsonc-0.1.1-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae4a84f2b6a3bfd3162690317d0c5a200bf5a4516cf3a3311246c5c9e8835781",
"md5": "352608ca79e433027d5f0b46a35948b2",
"sha256": "e23323bfac480efdd149844d118c00664655191ea0090c532d3428bf600b64a3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "352608ca79e433027d5f0b46a35948b2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 242686,
"upload_time": "2025-07-09T08:42:34",
"upload_time_iso_8601": "2025-07-09T08:42:34.005402Z",
"url": "https://files.pythonhosted.org/packages/ae/4a/84f2b6a3bfd3162690317d0c5a200bf5a4516cf3a3311246c5c9e8835781/rjsonc-0.1.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c2460818314c076b154fd208443c74ae0cb4626f47cb65482820f016f8b463ac",
"md5": "9f0dac36aa6ddccb1fd07f0794a10305",
"sha256": "ab9504db5f2d413d8dbd0c2449cc746b64d90cef338158c26f1845a01a8113a3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9f0dac36aa6ddccb1fd07f0794a10305",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 391254,
"upload_time": "2025-07-09T08:40:38",
"upload_time_iso_8601": "2025-07-09T08:40:38.652576Z",
"url": "https://files.pythonhosted.org/packages/c2/46/0818314c076b154fd208443c74ae0cb4626f47cb65482820f016f8b463ac/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ff0e95d9ae95fd8c42d6237c0fa4f166a55f122c2e13f6e74bcfeb4229bf9f2",
"md5": "9c5d1923bd7937fe29635b43d158b0ee",
"sha256": "8b441c897bbb202b1b14b2246c872bbee27e3eee7b78e280cb7d1f58e6e17bce"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "9c5d1923bd7937fe29635b43d158b0ee",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 399295,
"upload_time": "2025-07-09T08:40:50",
"upload_time_iso_8601": "2025-07-09T08:40:50.519090Z",
"url": "https://files.pythonhosted.org/packages/0f/f0/e95d9ae95fd8c42d6237c0fa4f166a55f122c2e13f6e74bcfeb4229bf9f2/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43d5a8b730ad8d795d3dc0c988d750bdcb2fd3bb75b3ade70a5fcc4621c4da92",
"md5": "92ea8da5a72561e285a631bde7c1ac0e",
"sha256": "9522b2e266aa4e7348eeac16cc2d031f09b373dbdbde8f249a6f45070ba99b8b"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "92ea8da5a72561e285a631bde7c1ac0e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 555734,
"upload_time": "2025-07-09T08:41:01",
"upload_time_iso_8601": "2025-07-09T08:41:01.580005Z",
"url": "https://files.pythonhosted.org/packages/43/d5/a8b730ad8d795d3dc0c988d750bdcb2fd3bb75b3ade70a5fcc4621c4da92/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9e33778ff8ded66007e547545aedbb2f0e91b41b72caf4d63ca39fdceb7f1cf",
"md5": "d030b47c08f29eced2ac64288308f3d3",
"sha256": "e5d0b317851f4d482f81c00dfd66ae4c36d206d56ebbcb400f84b58f6d0b301c"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "d030b47c08f29eced2ac64288308f3d3",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 439934,
"upload_time": "2025-07-09T08:41:12",
"upload_time_iso_8601": "2025-07-09T08:41:12.191195Z",
"url": "https://files.pythonhosted.org/packages/e9/e3/3778ff8ded66007e547545aedbb2f0e91b41b72caf4d63ca39fdceb7f1cf/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a492a04514394d4e8d28e751e32004d53fb755c7cb34139a07dea73f4ac5c601",
"md5": "0c29f888dca8cef9bfe6ca1890292f16",
"sha256": "dcb1181f20ba38f27e1cccadc02c0b4808b1efb2a795d313c6deda43d450b2d1"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0c29f888dca8cef9bfe6ca1890292f16",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 399212,
"upload_time": "2025-07-09T08:41:33",
"upload_time_iso_8601": "2025-07-09T08:41:33.135522Z",
"url": "https://files.pythonhosted.org/packages/a4/92/a04514394d4e8d28e751e32004d53fb755c7cb34139a07dea73f4ac5c601/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9c09d606e45bd0b57ebfd3c5ad82d4d0bfc301b1bdf88eeb1acd479ede7e295",
"md5": "7a73f0f8395e6a822dbeb7c72ac55da9",
"sha256": "b387bbf45405411e7381bd6e77d279edb9f06c30bf29bdff609208a28677601a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "7a73f0f8395e6a822dbeb7c72ac55da9",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 419512,
"upload_time": "2025-07-09T08:41:24",
"upload_time_iso_8601": "2025-07-09T08:41:24.575077Z",
"url": "https://files.pythonhosted.org/packages/e9/c0/9d606e45bd0b57ebfd3c5ad82d4d0bfc301b1bdf88eeb1acd479ede7e295/rjsonc-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2aa39f667655588a917795643e9d84d5c4370ba52840a0663e978bcf268150d2",
"md5": "846b8fb968da0b58a9109ffb4060034f",
"sha256": "ba5c27de920970d570b06e658e5543f9ad4c42e6c99a9041286c2f681057ae48"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "846b8fb968da0b58a9109ffb4060034f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 570235,
"upload_time": "2025-07-09T08:41:49",
"upload_time_iso_8601": "2025-07-09T08:41:49.381541Z",
"url": "https://files.pythonhosted.org/packages/2a/a3/9f667655588a917795643e9d84d5c4370ba52840a0663e978bcf268150d2/rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bfdaab2d3e9e0f59c886fb84123ad7c338b60e23ab1ef83406ee337a783bd0c0",
"md5": "4952ec46ddc7c5a04cbb7823af4b3788",
"sha256": "ceb4692fd6b3169048a222482189f84634ff9ed4db8df472dd650a0990cf03be"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4952ec46ddc7c5a04cbb7823af4b3788",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 661464,
"upload_time": "2025-07-09T08:42:02",
"upload_time_iso_8601": "2025-07-09T08:42:02.413680Z",
"url": "https://files.pythonhosted.org/packages/bf/da/ab2d3e9e0f59c886fb84123ad7c338b60e23ab1ef83406ee337a783bd0c0/rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d2382fec8dfd3e0c3eb75b912391864d81a412edd5df06912692492e8a7a711",
"md5": "9cef19d4fa4a3caf8ca8efd1e4d1d7fe",
"sha256": "806d317ad463dce09b2be1242bbc7f0bfc4996e2cd60c1365e82d8a5aa5ec054"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "9cef19d4fa4a3caf8ca8efd1e4d1d7fe",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 594042,
"upload_time": "2025-07-09T08:42:12",
"upload_time_iso_8601": "2025-07-09T08:42:12.800181Z",
"url": "https://files.pythonhosted.org/packages/3d/23/82fec8dfd3e0c3eb75b912391864d81a412edd5df06912692492e8a7a711/rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f34862ede91996a21c9c180b33236e468dc5b99a14adc85e6e495356461323fb",
"md5": "806cd616ab433463d80298709ce4cf37",
"sha256": "077f63b45cb2beb22f7c8c6e26e9689785bea36610b0967bc642316bb48afcd8"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "806cd616ab433463d80298709ce4cf37",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 570635,
"upload_time": "2025-07-09T08:42:24",
"upload_time_iso_8601": "2025-07-09T08:42:24.202073Z",
"url": "https://files.pythonhosted.org/packages/f3/48/62ede91996a21c9c180b33236e468dc5b99a14adc85e6e495356461323fb/rjsonc-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee71027fd2cb66de9a5cf0e195d5684bbcf7254ab8f12d9492600932bcfebaa6",
"md5": "69b87da4988684beecf774c898392e62",
"sha256": "c323d9444069819b758b1418dba2b354e94718ee60ed7d4dc90a259e9d447759"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "69b87da4988684beecf774c898392e62",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 391171,
"upload_time": "2025-07-09T08:40:39",
"upload_time_iso_8601": "2025-07-09T08:40:39.882308Z",
"url": "https://files.pythonhosted.org/packages/ee/71/027fd2cb66de9a5cf0e195d5684bbcf7254ab8f12d9492600932bcfebaa6/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef2386f8a787f86c74a80c53f42cf9e2149191d866c8b7ceaf18ed6ca99c9ea0",
"md5": "9c7c841b8f28cee5f78ffee4f129ab7f",
"sha256": "98349099bd10d39689cd4e2f9759a53c7109c3aad339a5027eb2c7426412e9cd"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "9c7c841b8f28cee5f78ffee4f129ab7f",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 399345,
"upload_time": "2025-07-09T08:40:51",
"upload_time_iso_8601": "2025-07-09T08:40:51.688257Z",
"url": "https://files.pythonhosted.org/packages/ef/23/86f8a787f86c74a80c53f42cf9e2149191d866c8b7ceaf18ed6ca99c9ea0/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fefa73864d4ed4e7fc0b3f688516b0c1bd555e04d400aca8d5dccdacc0b0cb57",
"md5": "3cffc0845a5866cc1cbea115bc5b6b99",
"sha256": "a78610470f0d588b792765de6069f80813af7ddb423919c712b9e666e0ed212e"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "3cffc0845a5866cc1cbea115bc5b6b99",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 555740,
"upload_time": "2025-07-09T08:41:02",
"upload_time_iso_8601": "2025-07-09T08:41:02.600300Z",
"url": "https://files.pythonhosted.org/packages/fe/fa/73864d4ed4e7fc0b3f688516b0c1bd555e04d400aca8d5dccdacc0b0cb57/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b84409aa7bb152141a8a9d82d604fbccbdb28cb2adb095fa32ec10483014bb8",
"md5": "3dafe95b46e031a27dfa6c72f0c8a190",
"sha256": "dc2152189c1b68142cfa49a38d5ca9860f644ff5584c9e71dacd3e08d8a98708"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "3dafe95b46e031a27dfa6c72f0c8a190",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 439845,
"upload_time": "2025-07-09T08:41:14",
"upload_time_iso_8601": "2025-07-09T08:41:14.883415Z",
"url": "https://files.pythonhosted.org/packages/2b/84/409aa7bb152141a8a9d82d604fbccbdb28cb2adb095fa32ec10483014bb8/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22a984f1506e286bf776369fbd61cd9234de61e2b5f205612e3376b2e921033d",
"md5": "82fc5d037533c4f4523d7957bb212afc",
"sha256": "d479625452fa76d6485a9cd58993c82ad2d2d68072080fcc84f2538c8fa3ef7a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "82fc5d037533c4f4523d7957bb212afc",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 399010,
"upload_time": "2025-07-09T08:41:34",
"upload_time_iso_8601": "2025-07-09T08:41:34.257190Z",
"url": "https://files.pythonhosted.org/packages/22/a9/84f1506e286bf776369fbd61cd9234de61e2b5f205612e3376b2e921033d/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2263abc103a531d34fb1f353c1b0e8ef6055ce64616606b3ef242e0d089ec3b7",
"md5": "d3a1f284d71f34c6f0380f5ca641abb6",
"sha256": "5235fa0123c7d3f28177c9e347135bc627fcbe7a88a16df405409802b71fb206"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "d3a1f284d71f34c6f0380f5ca641abb6",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 419463,
"upload_time": "2025-07-09T08:41:25",
"upload_time_iso_8601": "2025-07-09T08:41:25.867181Z",
"url": "https://files.pythonhosted.org/packages/22/63/abc103a531d34fb1f353c1b0e8ef6055ce64616606b3ef242e0d089ec3b7/rjsonc-0.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cd966855d094b8e909ffd9740859934cf764ec9c8aa44a00e2be769765694b2e",
"md5": "aa38f19357b0612aa8676d9632da01c5",
"sha256": "4d4d533809cd29367f1172e9a6d02ad01a1bac5d9b543bc5b900657ef938cc13"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "aa38f19357b0612aa8676d9632da01c5",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 570178,
"upload_time": "2025-07-09T08:41:50",
"upload_time_iso_8601": "2025-07-09T08:41:50.350655Z",
"url": "https://files.pythonhosted.org/packages/cd/96/6855d094b8e909ffd9740859934cf764ec9c8aa44a00e2be769765694b2e/rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "461b226e5b671d9f2f206b76be5f5e9420f5a6369b359a4c5484252fcb61358c",
"md5": "39ffa72dbbfb74d86701f61e8facacba",
"sha256": "e00c7d06fc5d0e57f8a142fbef30c57db3e829a395abaac14b0d2124bcecfa69"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "39ffa72dbbfb74d86701f61e8facacba",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 661431,
"upload_time": "2025-07-09T08:42:03",
"upload_time_iso_8601": "2025-07-09T08:42:03.444191Z",
"url": "https://files.pythonhosted.org/packages/46/1b/226e5b671d9f2f206b76be5f5e9420f5a6369b359a4c5484252fcb61358c/rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca81e4cf61ee6c6c580f352605fdd1854b58dbd2f51dffe1c02035d8e6c1599f",
"md5": "7f04d4d39d5535402c35e8bda8562b0e",
"sha256": "15d25b2e84db4d9fc87474ab170d19363e8b2eb2490ec407be9ac544c6f55dc2"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7f04d4d39d5535402c35e8bda8562b0e",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 594093,
"upload_time": "2025-07-09T08:42:13",
"upload_time_iso_8601": "2025-07-09T08:42:13.820002Z",
"url": "https://files.pythonhosted.org/packages/ca/81/e4cf61ee6c6c580f352605fdd1854b58dbd2f51dffe1c02035d8e6c1599f/rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39caf31c4c42b80616ac44c60b7ab01b22593be0e55f6dd9a115a36170cc7145",
"md5": "b52c1e07a741bd41bdd87f7a3ec60e53",
"sha256": "f308e3bdb0e3c3ccca60c438fe7a46a1b31bb0571c88252dc10b34be48d15940"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b52c1e07a741bd41bdd87f7a3ec60e53",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 570556,
"upload_time": "2025-07-09T08:42:25",
"upload_time_iso_8601": "2025-07-09T08:42:25.534249Z",
"url": "https://files.pythonhosted.org/packages/39/ca/f31c4c42b80616ac44c60b7ab01b22593be0e55f6dd9a115a36170cc7145/rjsonc-0.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "724abd10a18d41f8f15601e2368c1139e43245291302a2c1397717dab58ffe96",
"md5": "2a6c8508e68ad8aa5a845a07d3684cf8",
"sha256": "ea00437a8a5a8fe9aa784d74081c91929cadf4c2d90628f6d07437bb4108ebc2"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2a6c8508e68ad8aa5a845a07d3684cf8",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 392171,
"upload_time": "2025-07-09T08:40:41",
"upload_time_iso_8601": "2025-07-09T08:40:41.638789Z",
"url": "https://files.pythonhosted.org/packages/72/4a/bd10a18d41f8f15601e2368c1139e43245291302a2c1397717dab58ffe96/rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64a2a74fd4f4053a2782853091a9993e18dfb4cf1d4774db82a7051892a5492c",
"md5": "a5d8e03ec2cc680efc8832b18114a441",
"sha256": "090ffe0258ee2ea497dd1391d8a07df04ce7245de6e8043e8ee410e1c6838822"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a5d8e03ec2cc680efc8832b18114a441",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 399532,
"upload_time": "2025-07-09T08:40:52",
"upload_time_iso_8601": "2025-07-09T08:40:52.738678Z",
"url": "https://files.pythonhosted.org/packages/64/a2/a74fd4f4053a2782853091a9993e18dfb4cf1d4774db82a7051892a5492c/rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e98b919cf851fb1ee3cb52dec2edd325b2e6da76618c071ce6adc5a65495968",
"md5": "9d2c641ce7b65c88552507a7e4abed59",
"sha256": "b6039cc1e17a0a94975efec6ba9ff079704dcfa8a6601edc41506e1a9a946880"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9d2c641ce7b65c88552507a7e4abed59",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 556183,
"upload_time": "2025-07-09T08:41:03",
"upload_time_iso_8601": "2025-07-09T08:41:03.526190Z",
"url": "https://files.pythonhosted.org/packages/5e/98/b919cf851fb1ee3cb52dec2edd325b2e6da76618c071ce6adc5a65495968/rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "76bb6bdf9f8504178d9e7743ca11aa594332b82a1fe35e5a5239e4c64d858ad4",
"md5": "1d3bf6fad473d7d0553dffb3838d264a",
"sha256": "5ea89eca6c491777d8095f4e01fd1c127c788c6f9b9f3cef25395e96082f3bb3"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "1d3bf6fad473d7d0553dffb3838d264a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 440801,
"upload_time": "2025-07-09T08:41:16",
"upload_time_iso_8601": "2025-07-09T08:41:16.896459Z",
"url": "https://files.pythonhosted.org/packages/76/bb/6bdf9f8504178d9e7743ca11aa594332b82a1fe35e5a5239e4c64d858ad4/rjsonc-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66c3004da3bd11bc1ece1b09a2beb20dd2f1b892479cb66c5422f10518262eed",
"md5": "7c9bb2bf7dfaad326db4d87d2a61e3aa",
"sha256": "0bf11ff5547fec06474674c61b91052bf45e97565329081a9005afd838bbfd3a"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "7c9bb2bf7dfaad326db4d87d2a61e3aa",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 570899,
"upload_time": "2025-07-09T08:41:51",
"upload_time_iso_8601": "2025-07-09T08:41:51.318779Z",
"url": "https://files.pythonhosted.org/packages/66/c3/004da3bd11bc1ece1b09a2beb20dd2f1b892479cb66c5422f10518262eed/rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c152b7422ff32f2640d22ce79797c9bbe45ed0d9ba6c9d534dabdf794a0e8758",
"md5": "4956042ce88f8a00753254c279d112fb",
"sha256": "a387b11edfc87024278aceec50e91ad52027511295a962c4bde448b43e2fadf1"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4956042ce88f8a00753254c279d112fb",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 661192,
"upload_time": "2025-07-09T08:42:04",
"upload_time_iso_8601": "2025-07-09T08:42:04.465810Z",
"url": "https://files.pythonhosted.org/packages/c1/52/b7422ff32f2640d22ce79797c9bbe45ed0d9ba6c9d534dabdf794a0e8758/rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e92404bbebc57d41dd57a9a12d585493652f168c50dbd2f6a326f6dcb3138d29",
"md5": "246934d6645cb91157dbc9d968b42322",
"sha256": "f3ae233aa34c2ad373ad17cc79b2ac25a33f35808b0deb98472d77eee15afe5f"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "246934d6645cb91157dbc9d968b42322",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 594335,
"upload_time": "2025-07-09T08:42:14",
"upload_time_iso_8601": "2025-07-09T08:42:14.857206Z",
"url": "https://files.pythonhosted.org/packages/e9/24/04bbebc57d41dd57a9a12d585493652f168c50dbd2f6a326f6dcb3138d29/rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cdb593db71536ece10cd177c99ec1e84ec51d9efb371f043bc191d52aa43e14f",
"md5": "192e2c0ca46912af010b143fd8b6467c",
"sha256": "c5ca4ec41ab61bb1714da916569831b5cbcdacaddcc2872d3e18d20bb2673998"
},
"downloads": -1,
"filename": "rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "192e2c0ca46912af010b143fd8b6467c",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 571252,
"upload_time": "2025-07-09T08:42:26",
"upload_time_iso_8601": "2025-07-09T08:42:26.552503Z",
"url": "https://files.pythonhosted.org/packages/cd/b5/93db71536ece10cd177c99ec1e84ec51d9efb371f043bc191d52aa43e14f/rjsonc-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f19c72b0f955a870342cb79618f5bedb42b3337ea3322020cf4aa7959842be03",
"md5": "19ef41e5320d387f76e1109ee5c17a58",
"sha256": "ceb2560d6e0218c8094daba4c3d19368ed7c7cba2a083725ecfc6acbf2531285"
},
"downloads": -1,
"filename": "rjsonc-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "19ef41e5320d387f76e1109ee5c17a58",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8514,
"upload_time": "2025-07-09T08:42:27",
"upload_time_iso_8601": "2025-07-09T08:42:27.860658Z",
"url": "https://files.pythonhosted.org/packages/f1/9c/72b0f955a870342cb79618f5bedb42b3337ea3322020cf4aa7959842be03/rjsonc-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 08:42:27",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rjsonc"
}