# 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/fa/33/99345ad82113c27eae50f7d9117ed1ed3a750c482a237a5afed10b5bbdca/rjsonc-0.1.2.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.2",
"project_urls": null,
"split_keywords": [
"json",
" comments",
" comment",
" json-comment",
" json-comments"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e244d30bcac52df9c4de33b2137e2589e5da79da650c5e7bbdb834de6dbc3a0b",
"md5": "4c179fbff3ff36ca1fd668fac1bd49a4",
"sha256": "8741e585e7d42dd0f9fc2c2b6f883aaae1bfad89cc6c28e4be5698b249a2ccf4"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4c179fbff3ff36ca1fd668fac1bd49a4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 372918,
"upload_time": "2025-08-14T06:52:42",
"upload_time_iso_8601": "2025-08-14T06:52:42.462091Z",
"url": "https://files.pythonhosted.org/packages/e2/44/d30bcac52df9c4de33b2137e2589e5da79da650c5e7bbdb834de6dbc3a0b/rjsonc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d476e72727b9c6fa34f2d35f026e6538320a81e64d7cb733ef88a3897a281785",
"md5": "1156a9a8c28ad6798cd9918742222670",
"sha256": "6a1bd8b1e24878a0f4d8c66f846671ae1e69502fe4ab5b1a51d5c3c306d4303f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "1156a9a8c28ad6798cd9918742222670",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 380266,
"upload_time": "2025-08-14T06:52:54",
"upload_time_iso_8601": "2025-08-14T06:52:54.610841Z",
"url": "https://files.pythonhosted.org/packages/d4/76/e72727b9c6fa34f2d35f026e6538320a81e64d7cb733ef88a3897a281785/rjsonc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eebdec8ed72bdda2098bc346fcfe9defe60b85a7c04fa139d7b010cc326ed0ba",
"md5": "6436313acaf519c005ab0e614e291356",
"sha256": "d584822bc87bf8a295b3b41843db47ce2d606f6ca959e3a50db133d0007ef36b"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6436313acaf519c005ab0e614e291356",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 530867,
"upload_time": "2025-08-14T06:53:05",
"upload_time_iso_8601": "2025-08-14T06:53:05.680512Z",
"url": "https://files.pythonhosted.org/packages/ee/bd/ec8ed72bdda2098bc346fcfe9defe60b85a7c04fa139d7b010cc326ed0ba/rjsonc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8600fed4343e41cc46b0cb7ae0377dda525f2be24a95b699c24bb82ef89f995f",
"md5": "60388c7dc943a5bbcdcc19b0a615d15e",
"sha256": "3f079c481c7197fa5a33f9cf8749193c0b1ed9225ba11602b188bd82b35db52a"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "60388c7dc943a5bbcdcc19b0a615d15e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 419785,
"upload_time": "2025-08-14T06:53:18",
"upload_time_iso_8601": "2025-08-14T06:53:18.465057Z",
"url": "https://files.pythonhosted.org/packages/86/00/fed4343e41cc46b0cb7ae0377dda525f2be24a95b699c24bb82ef89f995f/rjsonc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ec842a462ba0331ef4255e40ef45337ecf8b0c08352bb643c79c58b5cb7f5602",
"md5": "bf85bfd9ec1f2a5edd159ae113e25c28",
"sha256": "a09beea1e79f0ec1efd080adfcecdd1392ca934b68cf2670d65d5ed2df89e700"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bf85bfd9ec1f2a5edd159ae113e25c28",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 377491,
"upload_time": "2025-08-14T06:53:39",
"upload_time_iso_8601": "2025-08-14T06:53:39.507392Z",
"url": "https://files.pythonhosted.org/packages/ec/84/2a462ba0331ef4255e40ef45337ecf8b0c08352bb643c79c58b5cb7f5602/rjsonc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d05a0d6c5431e701a0de9b180c4fd0183f34159a6fd26a03feda7568482f461",
"md5": "0908607a0a16ce1c7da6df147aca5cff",
"sha256": "ff29736d8c43a532676fd9aa7dfaee4b938054b6c6b3c3fab57b7c119be99d77"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "0908607a0a16ce1c7da6df147aca5cff",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 399304,
"upload_time": "2025-08-14T06:53:30",
"upload_time_iso_8601": "2025-08-14T06:53:30.450144Z",
"url": "https://files.pythonhosted.org/packages/1d/05/a0d6c5431e701a0de9b180c4fd0183f34159a6fd26a03feda7568482f461/rjsonc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cdb19df59f59caaeeb19d9dc36012055fbd478a2d186d67d2decd3b2c0313bf8",
"md5": "c723a0ebc038fc0460055839fcc150e7",
"sha256": "dc7f71cebf71a1905db7a8d547c9fe09baac9e22655a40a23e3234dc7f01a1b0"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c723a0ebc038fc0460055839fcc150e7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 551291,
"upload_time": "2025-08-14T06:53:56",
"upload_time_iso_8601": "2025-08-14T06:53:56.709077Z",
"url": "https://files.pythonhosted.org/packages/cd/b1/9df59f59caaeeb19d9dc36012055fbd478a2d186d67d2decd3b2c0313bf8/rjsonc-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f547ea0c153b1491fbe4ea55f5ee6e5944acdad6b97c2f6b0d8f9d720c10735",
"md5": "38f93613936e89f9ce6a26beeae49d1b",
"sha256": "44206524c8deb55956379566b91e20fcd92468bb9dbbcc2534cd0d38b6b78391"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "38f93613936e89f9ce6a26beeae49d1b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 642644,
"upload_time": "2025-08-14T06:54:08",
"upload_time_iso_8601": "2025-08-14T06:54:08.413894Z",
"url": "https://files.pythonhosted.org/packages/9f/54/7ea0c153b1491fbe4ea55f5ee6e5944acdad6b97c2f6b0d8f9d720c10735/rjsonc-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bba01129c476a0d73a8f704dbc825c92469907989969d3d5e067cc5822da46eb",
"md5": "7667f0601c7e568d98b039f20e63db7e",
"sha256": "20a44ebaec4d0337f1dd607114208884275ea41d00ab0b9246eaeac17c3dbd79"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7667f0601c7e568d98b039f20e63db7e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 577602,
"upload_time": "2025-08-14T06:54:21",
"upload_time_iso_8601": "2025-08-14T06:54:21.086908Z",
"url": "https://files.pythonhosted.org/packages/bb/a0/1129c476a0d73a8f704dbc825c92469907989969d3d5e067cc5822da46eb/rjsonc-0.1.2-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "41988d6cf662ccac11b6a418e84280680ccad10ff23ce5ba35b8a0f705018fd1",
"md5": "7959e3f3015eade9beafb5db509b1fcd",
"sha256": "df852f4e19dca1f814108142042f670b52d485e8976a0b7de3f524cd5d11749e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7959e3f3015eade9beafb5db509b1fcd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 548176,
"upload_time": "2025-08-14T06:54:33",
"upload_time_iso_8601": "2025-08-14T06:54:33.358528Z",
"url": "https://files.pythonhosted.org/packages/41/98/8d6cf662ccac11b6a418e84280680ccad10ff23ce5ba35b8a0f705018fd1/rjsonc-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b7381790a296950443412cd4b6326a9424311b0fcb1779c40658ad3433d9b80",
"md5": "4bd5fbdab20cc9fc185ce90ecdbb732a",
"sha256": "4b7988c0356e6d2098bff7b1b08cbc9622f108e05e96045b6d87189c124a711b"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "4bd5fbdab20cc9fc185ce90ecdbb732a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 216489,
"upload_time": "2025-08-14T06:54:50",
"upload_time_iso_8601": "2025-08-14T06:54:50.333510Z",
"url": "https://files.pythonhosted.org/packages/5b/73/81790a296950443412cd4b6326a9424311b0fcb1779c40658ad3433d9b80/rjsonc-0.1.2-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "448c342b2593173c9221aebbaa0f36b6fa1ddc0bf1a0942e2325fbd88429161b",
"md5": "35d58377954dce2f5cc7bcf402361a00",
"sha256": "ec138fb8867639c375a8c1970dc6789fef7e550c8169c47a4e745a47abb82456"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "35d58377954dce2f5cc7bcf402361a00",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 224591,
"upload_time": "2025-08-14T06:54:45",
"upload_time_iso_8601": "2025-08-14T06:54:45.293129Z",
"url": "https://files.pythonhosted.org/packages/44/8c/342b2593173c9221aebbaa0f36b6fa1ddc0bf1a0942e2325fbd88429161b/rjsonc-0.1.2-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25db5374c2bf6df7d7c25460394d98f1a86380142c74d0b8461289b4cb4ca0a7",
"md5": "db03692d2563a69890b2df3f57468b68",
"sha256": "600e15a0a3bfdc5e320a04180a3d30f8906c82ffdf7e7cc14afd23ae3b435cff"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "db03692d2563a69890b2df3f57468b68",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 338439,
"upload_time": "2025-08-14T06:53:52",
"upload_time_iso_8601": "2025-08-14T06:53:52.965812Z",
"url": "https://files.pythonhosted.org/packages/25/db/5374c2bf6df7d7c25460394d98f1a86380142c74d0b8461289b4cb4ca0a7/rjsonc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ce87c1d2468b80bab4e952620219bdb10fcc027db4d974c039576184b575628",
"md5": "66bb7ebf1d88f8cd6e8c9de42cad2315",
"sha256": "a8d40b13a478e051ec1f0fc07f85301931cd60c8aedffe8a83883e332ad78b9d"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "66bb7ebf1d88f8cd6e8c9de42cad2315",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 329722,
"upload_time": "2025-08-14T06:53:49",
"upload_time_iso_8601": "2025-08-14T06:53:49.089848Z",
"url": "https://files.pythonhosted.org/packages/7c/e8/7c1d2468b80bab4e952620219bdb10fcc027db4d974c039576184b575628/rjsonc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c6239017818d97ef744b442ee59f80d46a182559a4e73febf7aaea96f2f9abd1",
"md5": "06a666aae14ced0073f8a225e67ff66a",
"sha256": "e9fc3300152d4888989dc219f8b704f397ee922ff06e1b618dee6b3112d7079c"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "06a666aae14ced0073f8a225e67ff66a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 372995,
"upload_time": "2025-08-14T06:52:43",
"upload_time_iso_8601": "2025-08-14T06:52:43.930778Z",
"url": "https://files.pythonhosted.org/packages/c6/23/9017818d97ef744b442ee59f80d46a182559a4e73febf7aaea96f2f9abd1/rjsonc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "67ca7c1936db042410574c9edb67f9946169fb94a10a8262ae112a600dccc443",
"md5": "f83660481c367dba174349b88043ed6d",
"sha256": "33d948761d86c5f2011af47728826bfbadf25731f3a17a470f70de401c10ace4"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "f83660481c367dba174349b88043ed6d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 380060,
"upload_time": "2025-08-14T06:52:55",
"upload_time_iso_8601": "2025-08-14T06:52:55.781756Z",
"url": "https://files.pythonhosted.org/packages/67/ca/7c1936db042410574c9edb67f9946169fb94a10a8262ae112a600dccc443/rjsonc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38b8339c1e4c6e7b7a343a3cefcf163f1462cd2aa53cf7e4debcf11e85d619bb",
"md5": "fb083276bca3225d9ceb6e96e4a5eb5b",
"sha256": "84b36dc7e1e360ff35a49168b1a33875a404cea065929babef40547ca4c0f177"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "fb083276bca3225d9ceb6e96e4a5eb5b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 530898,
"upload_time": "2025-08-14T06:53:07",
"upload_time_iso_8601": "2025-08-14T06:53:07.358004Z",
"url": "https://files.pythonhosted.org/packages/38/b8/339c1e4c6e7b7a343a3cefcf163f1462cd2aa53cf7e4debcf11e85d619bb/rjsonc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b45e3f744bb0234a855e841facffe2eaa05d1cbc05dccb2503350df523fdebdd",
"md5": "3b40ad81db68df3f5435f35ad04497b9",
"sha256": "ea8d143503369b5d98eeb64e091cec380e983e1042417caf91695375a8afecfd"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "3b40ad81db68df3f5435f35ad04497b9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 419706,
"upload_time": "2025-08-14T06:53:19",
"upload_time_iso_8601": "2025-08-14T06:53:19.575498Z",
"url": "https://files.pythonhosted.org/packages/b4/5e/3f744bb0234a855e841facffe2eaa05d1cbc05dccb2503350df523fdebdd/rjsonc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "61ac0121bf2b9c8a738421479fbc626efb9baa18ac0911a737588a564bf53d5a",
"md5": "0446121f25fb0b488f9f3269e432a2e1",
"sha256": "968aa5a5e0a14d54d79b2bea1184108561f1d983e7aacc6552e3923be0b2005f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0446121f25fb0b488f9f3269e432a2e1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 377211,
"upload_time": "2025-08-14T06:53:40",
"upload_time_iso_8601": "2025-08-14T06:53:40.727970Z",
"url": "https://files.pythonhosted.org/packages/61/ac/0121bf2b9c8a738421479fbc626efb9baa18ac0911a737588a564bf53d5a/rjsonc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d772dc58a16394173859b228c276d61424459e878873464fa22bcd90febf6ea2",
"md5": "7b3bac1541dc8981f8154c603f1ab3f8",
"sha256": "34da89fec1ca355212c1737dad8b0970b92ed1336d4a0aa5a70c47dd9ff3996c"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "7b3bac1541dc8981f8154c603f1ab3f8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 399009,
"upload_time": "2025-08-14T06:53:31",
"upload_time_iso_8601": "2025-08-14T06:53:31.649062Z",
"url": "https://files.pythonhosted.org/packages/d7/72/dc58a16394173859b228c276d61424459e878873464fa22bcd90febf6ea2/rjsonc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "00e07dd2d296b218bc1d3dde9be5e9f0beb6a6e0e4a99221fbcacb444bb74fdd",
"md5": "72cb4b43407b735ad799c523a5d338b9",
"sha256": "305960369529d5e9c60de4a55ae83e39e73f6bdc2d9eb10ea35fde5c82732880"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "72cb4b43407b735ad799c523a5d338b9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 551059,
"upload_time": "2025-08-14T06:53:57",
"upload_time_iso_8601": "2025-08-14T06:53:57.765618Z",
"url": "https://files.pythonhosted.org/packages/00/e0/7dd2d296b218bc1d3dde9be5e9f0beb6a6e0e4a99221fbcacb444bb74fdd/rjsonc-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7fdf240aecf0ad9046239af49b89d4765d3afc7a7927c9d5fe2fc7f79215bde4",
"md5": "4b3e7f000b525bf12f7164ed669ea37a",
"sha256": "2737d937bf70484a146892704e1e3d86e91ff4f7a28645d8715a7423164d52eb"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4b3e7f000b525bf12f7164ed669ea37a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 642561,
"upload_time": "2025-08-14T06:54:09",
"upload_time_iso_8601": "2025-08-14T06:54:09.446141Z",
"url": "https://files.pythonhosted.org/packages/7f/df/240aecf0ad9046239af49b89d4765d3afc7a7927c9d5fe2fc7f79215bde4/rjsonc-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1f5d3208eb3260b89fe34ee6e4b11e5cac54c2977d6382202d814fd842f4198f",
"md5": "a6464f16a267185442c7012c1bc6f4de",
"sha256": "5b802499b6e742e9f5902ed2c5d96824b85eb045439ecaba79b24b9964747d8f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a6464f16a267185442c7012c1bc6f4de",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 577298,
"upload_time": "2025-08-14T06:54:22",
"upload_time_iso_8601": "2025-08-14T06:54:22.147089Z",
"url": "https://files.pythonhosted.org/packages/1f/5d/3208eb3260b89fe34ee6e4b11e5cac54c2977d6382202d814fd842f4198f/rjsonc-0.1.2-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f7fcbbfb838fe44ad4a4022a33ca8670bdded0fd2385bb0013ba340bb26a9d7",
"md5": "d7aefd10e8bd1fb5d26cce6520858d2f",
"sha256": "57648a96d4e1f82959083bc0c96599a67bd69b8cfde70108910fb8f54a6ca54f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d7aefd10e8bd1fb5d26cce6520858d2f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 548032,
"upload_time": "2025-08-14T06:54:34",
"upload_time_iso_8601": "2025-08-14T06:54:34.360534Z",
"url": "https://files.pythonhosted.org/packages/5f/7f/cbbfb838fe44ad4a4022a33ca8670bdded0fd2385bb0013ba340bb26a9d7/rjsonc-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5c56962ddc5690a357bcf5dd6ae1759d0837cb08e107962f45837ef9fc502c27",
"md5": "c75e19371e25a5625d6907f628dc9b64",
"sha256": "845c01399aec523f6d37633bc7635369f55343b0f82a650587d8f339e7ce0956"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "c75e19371e25a5625d6907f628dc9b64",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 216364,
"upload_time": "2025-08-14T06:54:51",
"upload_time_iso_8601": "2025-08-14T06:54:51.309992Z",
"url": "https://files.pythonhosted.org/packages/5c/56/962ddc5690a357bcf5dd6ae1759d0837cb08e107962f45837ef9fc502c27/rjsonc-0.1.2-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "89cf167451e17157c03ebd0de36d79c300ffded43b19a9dbfe994d08b84205bf",
"md5": "7cecc19088e19ec55a75b3132a880776",
"sha256": "6b232c9f49942f73a615b5d64df4c6f6d50f1f3d8ca93a37cf98164bbfe3cff3"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "7cecc19088e19ec55a75b3132a880776",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 224592,
"upload_time": "2025-08-14T06:54:46",
"upload_time_iso_8601": "2025-08-14T06:54:46.300471Z",
"url": "https://files.pythonhosted.org/packages/89/cf/167451e17157c03ebd0de36d79c300ffded43b19a9dbfe994d08b84205bf/rjsonc-0.1.2-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4376cb4203d8a36cc97db9a9e5a0430090c94c8c0c4cefc1f7f18d15cd0d0b5a",
"md5": "adb845c27de8166ef21217177308436b",
"sha256": "bb7d8ef858c2d80c2d42586af27b6e57758ee990c9744e3388b078b01b7b6ea0"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "adb845c27de8166ef21217177308436b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 336511,
"upload_time": "2025-08-14T06:53:54",
"upload_time_iso_8601": "2025-08-14T06:53:54.382355Z",
"url": "https://files.pythonhosted.org/packages/43/76/cb4203d8a36cc97db9a9e5a0430090c94c8c0c4cefc1f7f18d15cd0d0b5a/rjsonc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b043d574f3256b33518fa88c3e659efbfa0237af29712d30d0459ca417ef7be",
"md5": "06abde0fe09a8fa9c834c258fd1bcd4a",
"sha256": "360e28f567391e1daefdc5e0343fe1abf27ca7ebeb358a641feca13c77d21b4c"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "06abde0fe09a8fa9c834c258fd1bcd4a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 328139,
"upload_time": "2025-08-14T06:53:50",
"upload_time_iso_8601": "2025-08-14T06:53:50.442566Z",
"url": "https://files.pythonhosted.org/packages/1b/04/3d574f3256b33518fa88c3e659efbfa0237af29712d30d0459ca417ef7be/rjsonc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "290c46b08dabcb305703ade8ff4b0a3c7ae8b5ac372e3d50bcd89f1b44037f78",
"md5": "4c0139fc5f197a9fb11991251ed28a60",
"sha256": "2e90cef218fd19f036be2197683d3fa650952494c253ffecebd0756ab5f3bc07"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4c0139fc5f197a9fb11991251ed28a60",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 371757,
"upload_time": "2025-08-14T06:52:45",
"upload_time_iso_8601": "2025-08-14T06:52:45.058467Z",
"url": "https://files.pythonhosted.org/packages/29/0c/46b08dabcb305703ade8ff4b0a3c7ae8b5ac372e3d50bcd89f1b44037f78/rjsonc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a091f3664877518583c7bda5dab2a4992f1562003888a8949c641b06d303d07",
"md5": "73bfe4ef1eac7f6713bdf4a8cc2b095f",
"sha256": "cdb21643820c8291d7784330053cb2e8c1ec60c0af0d254c855b9353163fb8e2"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "73bfe4ef1eac7f6713bdf4a8cc2b095f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 379341,
"upload_time": "2025-08-14T06:52:56",
"upload_time_iso_8601": "2025-08-14T06:52:56.900468Z",
"url": "https://files.pythonhosted.org/packages/6a/09/1f3664877518583c7bda5dab2a4992f1562003888a8949c641b06d303d07/rjsonc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c790cc956b6f2bab99b5a60d97d312add21507b20560129e34e02969aed0557d",
"md5": "326ea53722bb20d78c4bf1983506196f",
"sha256": "b4d0f2dda757e6601e4200bf4d76db2b9f448f4632c53ebf15852d93711f6cb0"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "326ea53722bb20d78c4bf1983506196f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 528308,
"upload_time": "2025-08-14T06:53:08",
"upload_time_iso_8601": "2025-08-14T06:53:08.431401Z",
"url": "https://files.pythonhosted.org/packages/c7/90/cc956b6f2bab99b5a60d97d312add21507b20560129e34e02969aed0557d/rjsonc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "187b53aa02c6f2ea5dfbf748cd52336a9da04193afcc9a765edcb9895960a828",
"md5": "97af1eddebdfec9b6e47260b9d8ccba4",
"sha256": "2314c6889b62fd45a1839ffc247f0f007bce60400a09666ef011cde7d06bce1c"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "97af1eddebdfec9b6e47260b9d8ccba4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 418995,
"upload_time": "2025-08-14T06:53:20",
"upload_time_iso_8601": "2025-08-14T06:53:20.991536Z",
"url": "https://files.pythonhosted.org/packages/18/7b/53aa02c6f2ea5dfbf748cd52336a9da04193afcc9a765edcb9895960a828/rjsonc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e46b755eec06f423fa48eb247453f525806b89309895b5f50b14af0095ba431",
"md5": "6632bbf456c61df11365e0ac03181a6d",
"sha256": "3da1a1da03a10e3d631a8dd346712398a62c584f21d2347eae1e8e963111cc2e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6632bbf456c61df11365e0ac03181a6d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 375519,
"upload_time": "2025-08-14T06:53:42",
"upload_time_iso_8601": "2025-08-14T06:53:42.272763Z",
"url": "https://files.pythonhosted.org/packages/6e/46/b755eec06f423fa48eb247453f525806b89309895b5f50b14af0095ba431/rjsonc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3727fc66d792071a6a747bd56f3ea4a85e832322312b48c81b0d587242b84c01",
"md5": "41bc1f8276a0830e414ff7a0a8479db9",
"sha256": "3e996b0885a31acec19dd4750d66b2c1faf0b5bbcb50ab9a249b2863afa823a9"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "41bc1f8276a0830e414ff7a0a8479db9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 398157,
"upload_time": "2025-08-14T06:53:32",
"upload_time_iso_8601": "2025-08-14T06:53:32.816432Z",
"url": "https://files.pythonhosted.org/packages/37/27/fc66d792071a6a747bd56f3ea4a85e832322312b48c81b0d587242b84c01/rjsonc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ad88b9356b0d9770da0aa20abbab4dbdc6cb9f89c51755cddcaae5eba052d3b",
"md5": "086e3e6c0f28995c009b9fe8a3c233dd",
"sha256": "d77c20035ea7232b4eaf66d83ff2c58486b765932a454f866061cf7fa09e98e0"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "086e3e6c0f28995c009b9fe8a3c233dd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 550045,
"upload_time": "2025-08-14T06:53:58",
"upload_time_iso_8601": "2025-08-14T06:53:58.850516Z",
"url": "https://files.pythonhosted.org/packages/8a/d8/8b9356b0d9770da0aa20abbab4dbdc6cb9f89c51755cddcaae5eba052d3b/rjsonc-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "00576beb99c4c8d2caa346c1de344b00e30cce1dd56892e7c3744edbca376243",
"md5": "f43bdb93d2e9b39dc94474178df9e54e",
"sha256": "dec3fd252da2791f87aecdcc1780ecbe7f72b7d696932edf4d11eabf22e69b92"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f43bdb93d2e9b39dc94474178df9e54e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 641907,
"upload_time": "2025-08-14T06:54:11",
"upload_time_iso_8601": "2025-08-14T06:54:11.559988Z",
"url": "https://files.pythonhosted.org/packages/00/57/6beb99c4c8d2caa346c1de344b00e30cce1dd56892e7c3744edbca376243/rjsonc-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d9a3fbbbdc9121ea8710cbddb1773fd958c293a97fc4ab0755bc049a3717c10",
"md5": "5398d0c44c0f90e429c2de9795508b9f",
"sha256": "9812a0450782ecae0f48d20a56d1f7e0fb1dfd6984b7726ac022d070d1185649"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5398d0c44c0f90e429c2de9795508b9f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 576297,
"upload_time": "2025-08-14T06:54:23",
"upload_time_iso_8601": "2025-08-14T06:54:23.204857Z",
"url": "https://files.pythonhosted.org/packages/4d/9a/3fbbbdc9121ea8710cbddb1773fd958c293a97fc4ab0755bc049a3717c10/rjsonc-0.1.2-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22a25004ee78c1c964c5f8b158d7ac0cd266af1a96aad491efc1e7b799e9e345",
"md5": "3654162dbcb2f319de5f1f1ad2ae0c49",
"sha256": "1039d390f1b877d81853d49edddd2008eeecce4077290da50bc692a0c854f439"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3654162dbcb2f319de5f1f1ad2ae0c49",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 546434,
"upload_time": "2025-08-14T06:54:35",
"upload_time_iso_8601": "2025-08-14T06:54:35.413382Z",
"url": "https://files.pythonhosted.org/packages/22/a2/5004ee78c1c964c5f8b158d7ac0cd266af1a96aad491efc1e7b799e9e345/rjsonc-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "210399be6085d97afffda58e4ee2dfaf8f2fa54a91ffed6c0f4ec7a205487d06",
"md5": "1961f9b391c2e4cbda50bbecf2307019",
"sha256": "c6f045c86cb063cb1cda9f397ef56ccae90b01b33bc614a3f82a7bcc08904117"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "1961f9b391c2e4cbda50bbecf2307019",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 216091,
"upload_time": "2025-08-14T06:54:52",
"upload_time_iso_8601": "2025-08-14T06:54:52.319056Z",
"url": "https://files.pythonhosted.org/packages/21/03/99be6085d97afffda58e4ee2dfaf8f2fa54a91ffed6c0f4ec7a205487d06/rjsonc-0.1.2-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2f1ef7dffe92fa1b3c8373977a47a3956fbbd526b5b2ad428678448d5f54e661",
"md5": "7cbfe604f3176e4c59f99d47939b412b",
"sha256": "78aab4b0285c912e5bb39bba76a9bbd881e0b89286b4a079ee1fa9312a4c399e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "7cbfe604f3176e4c59f99d47939b412b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 224098,
"upload_time": "2025-08-14T06:54:47",
"upload_time_iso_8601": "2025-08-14T06:54:47.332444Z",
"url": "https://files.pythonhosted.org/packages/2f/1e/f7dffe92fa1b3c8373977a47a3956fbbd526b5b2ad428678448d5f54e661/rjsonc-0.1.2-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1be5c446bdd3d648c14e2f0ec6a11709968530fd810ab2547e228e25e197bb60",
"md5": "948584b7e54647cb76082d3d8d929a9a",
"sha256": "5e3c462d53f476355d4b206aad74d9f7ef45c74ed310d712db2c855143aed482"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "948584b7e54647cb76082d3d8d929a9a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 336332,
"upload_time": "2025-08-14T06:53:55",
"upload_time_iso_8601": "2025-08-14T06:53:55.593045Z",
"url": "https://files.pythonhosted.org/packages/1b/e5/c446bdd3d648c14e2f0ec6a11709968530fd810ab2547e228e25e197bb60/rjsonc-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "179864412a0302df90230484a94f0b018c8bf8e2d85758be9c92a7f2b60cee03",
"md5": "3b17d4063a464105ccb430afe2669e60",
"sha256": "194bcb6876c1f7d92b4effb235a5bf8cc8cb9addf2812a535ec95cda10432e42"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3b17d4063a464105ccb430afe2669e60",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 328050,
"upload_time": "2025-08-14T06:53:51",
"upload_time_iso_8601": "2025-08-14T06:53:51.778153Z",
"url": "https://files.pythonhosted.org/packages/17/98/64412a0302df90230484a94f0b018c8bf8e2d85758be9c92a7f2b60cee03/rjsonc-0.1.2-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2c75f45119cf159419029febd154c80f1c004be6543342ce15cab0d8c8df28e2",
"md5": "d59316073b0a110fc1bedc09c34c42a2",
"sha256": "d2eb1286c7f9782e4a32fa60e8c04d5eaaddff55e3fe882b85f9d5ade255e622"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d59316073b0a110fc1bedc09c34c42a2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 371524,
"upload_time": "2025-08-14T06:52:46",
"upload_time_iso_8601": "2025-08-14T06:52:46.154479Z",
"url": "https://files.pythonhosted.org/packages/2c/75/f45119cf159419029febd154c80f1c004be6543342ce15cab0d8c8df28e2/rjsonc-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7073f25ec78ff87c32002d03ddf7ae48813238c6ae16c85f2f30a7ae5e71bc77",
"md5": "f4a9de97e085fca108d2bd28f71fb0c8",
"sha256": "67ce374f08b15e045cf6dbf50e4bdb48ed942a743d29ec41e14bf75f76d0ea29"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "f4a9de97e085fca108d2bd28f71fb0c8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 379184,
"upload_time": "2025-08-14T06:52:57",
"upload_time_iso_8601": "2025-08-14T06:52:57.946621Z",
"url": "https://files.pythonhosted.org/packages/70/73/f25ec78ff87c32002d03ddf7ae48813238c6ae16c85f2f30a7ae5e71bc77/rjsonc-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3dc35ac05b793f5ffcf4bc995eb4fcd3f34e00d1c421b38f617599f982685c84",
"md5": "1d70deca679ef914c1d76ed435fbb679",
"sha256": "d51a30fb15e1be3d94b86143180b9e8afdbb9e30e1b9165196f5ef82e73b2f4e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "1d70deca679ef914c1d76ed435fbb679",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 528621,
"upload_time": "2025-08-14T06:53:09",
"upload_time_iso_8601": "2025-08-14T06:53:09.684313Z",
"url": "https://files.pythonhosted.org/packages/3d/c3/5ac05b793f5ffcf4bc995eb4fcd3f34e00d1c421b38f617599f982685c84/rjsonc-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d1fec768708ce3cd50cd9a2b9ca636fef9972d26e417675448e64e41c8b9ce8",
"md5": "05d48ede72f8010c9d9a43d45834e29b",
"sha256": "5b4f4522ecdf63b6fd1389e27f410e82291861e8668be23a6706542b80b78c2b"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "05d48ede72f8010c9d9a43d45834e29b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 419107,
"upload_time": "2025-08-14T06:53:22",
"upload_time_iso_8601": "2025-08-14T06:53:22.087327Z",
"url": "https://files.pythonhosted.org/packages/1d/1f/ec768708ce3cd50cd9a2b9ca636fef9972d26e417675448e64e41c8b9ce8/rjsonc-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cf507e8eba0df89a1aa75eaec9357128812c2528c0cf40127eaf814e16cee1b5",
"md5": "b43582254774ed14cbfb751e799b3990",
"sha256": "62233d0eb6459c697c49ec6e76c9de52f58623993db1368532d3d451b1309dd8"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b43582254774ed14cbfb751e799b3990",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 375637,
"upload_time": "2025-08-14T06:53:43",
"upload_time_iso_8601": "2025-08-14T06:53:43.420394Z",
"url": "https://files.pythonhosted.org/packages/cf/50/7e8eba0df89a1aa75eaec9357128812c2528c0cf40127eaf814e16cee1b5/rjsonc-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3fd5d93f9a834646f76b61ae9df9026ccb47fabf288a89358a9bc8f9e3672579",
"md5": "01180af15801fb1714a823f4785b7f94",
"sha256": "d6136391b0efc05ebf536bfd43e398d5ef04f5db6a535ca5edc8511f62dbf951"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "01180af15801fb1714a823f4785b7f94",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 397908,
"upload_time": "2025-08-14T06:53:34",
"upload_time_iso_8601": "2025-08-14T06:53:34.088443Z",
"url": "https://files.pythonhosted.org/packages/3f/d5/d93f9a834646f76b61ae9df9026ccb47fabf288a89358a9bc8f9e3672579/rjsonc-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "04138e2585365e41dee332f376a3237bd0aa3fc39e7f0d87979c5e68d963e74d",
"md5": "6d75db0b9f1ecb5e8309f62f18c336a2",
"sha256": "fbf92a1d01c57804a14c03d00d78c5422c7e5332c62953bf6b416934c3ad20ce"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "6d75db0b9f1ecb5e8309f62f18c336a2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 549879,
"upload_time": "2025-08-14T06:54:00",
"upload_time_iso_8601": "2025-08-14T06:54:00.065981Z",
"url": "https://files.pythonhosted.org/packages/04/13/8e2585365e41dee332f376a3237bd0aa3fc39e7f0d87979c5e68d963e74d/rjsonc-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ebdbf706690c9735dece42ea30f2945621a56db56972433394b609d14d53a54",
"md5": "a2bf936eae3e611e76307117cf797daa",
"sha256": "062d609c624352df1c93ca949b1bb9ade844f99e4948a7822b1375001a0f0faf"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "a2bf936eae3e611e76307117cf797daa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 641729,
"upload_time": "2025-08-14T06:54:12",
"upload_time_iso_8601": "2025-08-14T06:54:12.782962Z",
"url": "https://files.pythonhosted.org/packages/4e/bd/bf706690c9735dece42ea30f2945621a56db56972433394b609d14d53a54/rjsonc-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9eaa180be0422c7e4ed407f1ce8ec9c2542dcb3a6d4a15f40d6507598fbe330b",
"md5": "5fe5b4748414a3c1f67d6993be086108",
"sha256": "1106e8f62201cffe9357ba1c8309c3ab96de8c3027d1cf1390a6a38f0cd505bf"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5fe5b4748414a3c1f67d6993be086108",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 576043,
"upload_time": "2025-08-14T06:54:24",
"upload_time_iso_8601": "2025-08-14T06:54:24.398511Z",
"url": "https://files.pythonhosted.org/packages/9e/aa/180be0422c7e4ed407f1ce8ec9c2542dcb3a6d4a15f40d6507598fbe330b/rjsonc-0.1.2-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "13660f691da21b8fed968fc8deaf46d2d94d8cce8b7318f7f0f1c759f5a79435",
"md5": "669423a156d6aa1ab814358753cfee25",
"sha256": "be17615c78d14b6fd27ec58433fa84ab5b09e2c08bd5028b6f86712bab920b5f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "669423a156d6aa1ab814358753cfee25",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 546435,
"upload_time": "2025-08-14T06:54:36",
"upload_time_iso_8601": "2025-08-14T06:54:36.504346Z",
"url": "https://files.pythonhosted.org/packages/13/66/0f691da21b8fed968fc8deaf46d2d94d8cce8b7318f7f0f1c759f5a79435/rjsonc-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c11840407dca89a954940755c166063e0fdb44d267332476d5652664c7161dc7",
"md5": "0c6b2d89fb3269bf50ca3cac9316811f",
"sha256": "eea3b9c01e02fd1d0d7bb26a18206cb178f8eb0afdc7533e2a0410f805fe7585"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "0c6b2d89fb3269bf50ca3cac9316811f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 371850,
"upload_time": "2025-08-14T06:52:47",
"upload_time_iso_8601": "2025-08-14T06:52:47.234536Z",
"url": "https://files.pythonhosted.org/packages/c1/18/40407dca89a954940755c166063e0fdb44d267332476d5652664c7161dc7/rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aad33c88502bdefe18651f9580982680344f1728ff5b81efefa67a90fd9140a6",
"md5": "048ecd521007c2d3715f93f5a3d53d0a",
"sha256": "fe64d9e73bd48814c93fbf32ab45e13f7e27a5c118c74277fd558a6d9912ae03"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "048ecd521007c2d3715f93f5a3d53d0a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 379466,
"upload_time": "2025-08-14T06:52:58",
"upload_time_iso_8601": "2025-08-14T06:52:58.954616Z",
"url": "https://files.pythonhosted.org/packages/aa/d3/3c88502bdefe18651f9580982680344f1728ff5b81efefa67a90fd9140a6/rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7498a6a96e7382a342249c2f3a76a9b0492ece28fc597dcbb9c3b5bd4a7033d5",
"md5": "7df92ccc1c52c46ab7f0142e11afb9b5",
"sha256": "ef5a04d1e92be6c8c7cdd1169200628e015ef8a4b8bb875ed57bc6c2612361f7"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7df92ccc1c52c46ab7f0142e11afb9b5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 529114,
"upload_time": "2025-08-14T06:53:11",
"upload_time_iso_8601": "2025-08-14T06:53:11.119541Z",
"url": "https://files.pythonhosted.org/packages/74/98/a6a96e7382a342249c2f3a76a9b0492ece28fc597dcbb9c3b5bd4a7033d5/rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6dedddf7229a983caff39fc128da2b6009fcc7cb405286f0b33ce80f9570599a",
"md5": "e200fbd9b3e3a0b3de5a2fc0dc1c8e5a",
"sha256": "81409ba417e5c87145a523fae2e7e5db2c2f66bac43a0bed4c419c2829e87f35"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "e200fbd9b3e3a0b3de5a2fc0dc1c8e5a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 419156,
"upload_time": "2025-08-14T06:53:23",
"upload_time_iso_8601": "2025-08-14T06:53:23.152621Z",
"url": "https://files.pythonhosted.org/packages/6d/ed/ddf7229a983caff39fc128da2b6009fcc7cb405286f0b33ce80f9570599a/rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d7fbcb0cebab6f5b4cd639e7a4d600eb38e3f4f80891e8ecaed90b36c8c7d567",
"md5": "baf11580735317b0405fd584ce17b38e",
"sha256": "fe8a5b377c0d5663a61aa4fee32073157ae1b185ee654c3aeca0825f54aa9a73"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "baf11580735317b0405fd584ce17b38e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 550168,
"upload_time": "2025-08-14T06:54:01",
"upload_time_iso_8601": "2025-08-14T06:54:01.120143Z",
"url": "https://files.pythonhosted.org/packages/d7/fb/cb0cebab6f5b4cd639e7a4d600eb38e3f4f80891e8ecaed90b36c8c7d567/rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce0a95f72ad9556e8582d381266e94b654fac91f40da7f2ba12afbbb816388d1",
"md5": "4897082bf4d17fb22c45c3c4b9eb8f4b",
"sha256": "0ec447302afa2edc4fe1a58de7bc69683bc60a9e695e1a0d70a49a6ebc816ecd"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4897082bf4d17fb22c45c3c4b9eb8f4b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 642152,
"upload_time": "2025-08-14T06:54:14",
"upload_time_iso_8601": "2025-08-14T06:54:14.076798Z",
"url": "https://files.pythonhosted.org/packages/ce/0a/95f72ad9556e8582d381266e94b654fac91f40da7f2ba12afbbb816388d1/rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c1b4537f7759e4274cea92bdbd3b56bc7788650013eb3c9b927eabd227c4e67b",
"md5": "4e83846d9ce1315b0a75b6997025e20a",
"sha256": "0ee8971ed001bd936876c439d8626dbb28706237acdcd8395ee0e6bbd3deb234"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "4e83846d9ce1315b0a75b6997025e20a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 576494,
"upload_time": "2025-08-14T06:54:25",
"upload_time_iso_8601": "2025-08-14T06:54:25.604036Z",
"url": "https://files.pythonhosted.org/packages/c1/b4/537f7759e4274cea92bdbd3b56bc7788650013eb3c9b927eabd227c4e67b/rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0b128b756aa28809fbbebe018ac6297e0724d9294fa492bad247bd62903aba28",
"md5": "65469765f1aade6c3b1a72b3e33ad2c4",
"sha256": "e0549c5ee06e03981375242e6e9043fe93919c302f6d1544aa35a7cc2fdd6ab7"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "65469765f1aade6c3b1a72b3e33ad2c4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 546911,
"upload_time": "2025-08-14T06:54:37",
"upload_time_iso_8601": "2025-08-14T06:54:37.554947Z",
"url": "https://files.pythonhosted.org/packages/0b/12/8b756aa28809fbbebe018ac6297e0724d9294fa492bad247bd62903aba28/rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "202af3bf610e83a664d5d66f3bf5412a40a2090bf53e102d3639e0ab06f4586b",
"md5": "a4b07afe8f5e19f73eaf913c55b233c8",
"sha256": "e268953e01be040c93c2b8ea4f83e4eb13d54a03033a1ce966f466bdb6713e8f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "a4b07afe8f5e19f73eaf913c55b233c8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 216012,
"upload_time": "2025-08-14T06:54:53",
"upload_time_iso_8601": "2025-08-14T06:54:53.305595Z",
"url": "https://files.pythonhosted.org/packages/20/2a/f3bf610e83a664d5d66f3bf5412a40a2090bf53e102d3639e0ab06f4586b/rjsonc-0.1.2-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8e58e41885026b6f7e12d9ad2a70899d11d7a3fd73aff2a410b7a59469117ce",
"md5": "ef8fe4a106a243dc489ceba27fd05079",
"sha256": "9b12d034d85219c2101e073d802d4448e7302d1604d6a7ee3c7297617788b2cd"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "ef8fe4a106a243dc489ceba27fd05079",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 224015,
"upload_time": "2025-08-14T06:54:48",
"upload_time_iso_8601": "2025-08-14T06:54:48.329736Z",
"url": "https://files.pythonhosted.org/packages/c8/e5/8e41885026b6f7e12d9ad2a70899d11d7a3fd73aff2a410b7a59469117ce/rjsonc-0.1.2-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a7321a6ec04901d54624485bf6a22e767224ed20eaedcf6eb59e5b670c0f212e",
"md5": "31eb62911b9415f8be41eaa9af92d723",
"sha256": "398c2b943d5a2b9eae9a26b3c461023a0064783823da0a7b10c54e16a9365e37"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "31eb62911b9415f8be41eaa9af92d723",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 374038,
"upload_time": "2025-08-14T06:52:48",
"upload_time_iso_8601": "2025-08-14T06:52:48.780910Z",
"url": "https://files.pythonhosted.org/packages/a7/32/1a6ec04901d54624485bf6a22e767224ed20eaedcf6eb59e5b670c0f212e/rjsonc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee6b051057119bb9a0ae70aa5f4dd2bd74ea970ce7cf172b510f756acb27a6bc",
"md5": "85c736fd647f6bc6f9f54972aa1cf26f",
"sha256": "b620e8e8b6a37788207b3cc34fdf52c6e99d75967653c6eceab89b43d668d4c1"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "85c736fd647f6bc6f9f54972aa1cf26f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 380188,
"upload_time": "2025-08-14T06:53:00",
"upload_time_iso_8601": "2025-08-14T06:53:00.361434Z",
"url": "https://files.pythonhosted.org/packages/ee/6b/051057119bb9a0ae70aa5f4dd2bd74ea970ce7cf172b510f756acb27a6bc/rjsonc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8180e2a34308ac91c6ac8b952ac164d2078158c615bb449f6a0963cf88ae95d",
"md5": "ab62061fc3060036ab30a7b74b299577",
"sha256": "5c315a01d4b625c66a2d563f2a4c0f1d8562da3787c81a98187e51ab2cbe72c8"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "ab62061fc3060036ab30a7b74b299577",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 529857,
"upload_time": "2025-08-14T06:53:12",
"upload_time_iso_8601": "2025-08-14T06:53:12.471770Z",
"url": "https://files.pythonhosted.org/packages/b8/18/0e2a34308ac91c6ac8b952ac164d2078158c615bb449f6a0963cf88ae95d/rjsonc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93093128fd849b78d9662ee205a6ea8562154de0edffa232076ff8315bfb6cc7",
"md5": "83a2d793b1e9a30514abd064700c9eb4",
"sha256": "1bb36ab26e9c17c55ec2998b7352870e2a7fd43e4c857c58b81d6b657b2984eb"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "83a2d793b1e9a30514abd064700c9eb4",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 420155,
"upload_time": "2025-08-14T06:53:24",
"upload_time_iso_8601": "2025-08-14T06:53:24.197904Z",
"url": "https://files.pythonhosted.org/packages/93/09/3128fd849b78d9662ee205a6ea8562154de0edffa232076ff8315bfb6cc7/rjsonc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b934809abbdc3788c7a50db527249cce198ab7ba3989b4df7688c9201dd1276a",
"md5": "bc19180412db80fadea1ba2475b0f6ac",
"sha256": "5a59d915706a146ca345aeaef739ba041f5a34aea9311dae9b05eedef7d4c6c2"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bc19180412db80fadea1ba2475b0f6ac",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 377841,
"upload_time": "2025-08-14T06:53:44",
"upload_time_iso_8601": "2025-08-14T06:53:44.415307Z",
"url": "https://files.pythonhosted.org/packages/b9/34/809abbdc3788c7a50db527249cce198ab7ba3989b4df7688c9201dd1276a/rjsonc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "01225e805cc65bcd91cc834eef87c684fa73b6c553f6667147568f1f4aa34270",
"md5": "b03062c0f425d14018ee66a2ad0bcb59",
"sha256": "b7aa5efc111fbd1db2bcd2fd0bb8f485b05fbbe9d117e9161bc63896b77fb5fa"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "b03062c0f425d14018ee66a2ad0bcb59",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 399611,
"upload_time": "2025-08-14T06:53:35",
"upload_time_iso_8601": "2025-08-14T06:53:35.078588Z",
"url": "https://files.pythonhosted.org/packages/01/22/5e805cc65bcd91cc834eef87c684fa73b6c553f6667147568f1f4aa34270/rjsonc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b34feed474e3fe8b23949ea78acc6350db1270008b3779af53b0aa5ba92a2f3b",
"md5": "511bbe93212a889c9a9c839a5aee5890",
"sha256": "1fbb0e458f4c60e33c6a04be3f77ffa56d975793f56e1b312f7f3ebf85beea44"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "511bbe93212a889c9a9c839a5aee5890",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 552112,
"upload_time": "2025-08-14T06:54:02",
"upload_time_iso_8601": "2025-08-14T06:54:02.146735Z",
"url": "https://files.pythonhosted.org/packages/b3/4f/eed474e3fe8b23949ea78acc6350db1270008b3779af53b0aa5ba92a2f3b/rjsonc-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e22d3f17f9a6656d24eac12b303de991afbc84adfbae04977e00092bb219c6b4",
"md5": "15138f49a22ef8fa05744b471c854204",
"sha256": "6d594c911dd555e7ae5b77cbac607e4b6551d454b340ff59932009ad756404fa"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "15138f49a22ef8fa05744b471c854204",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 642824,
"upload_time": "2025-08-14T06:54:15",
"upload_time_iso_8601": "2025-08-14T06:54:15.178975Z",
"url": "https://files.pythonhosted.org/packages/e2/2d/3f17f9a6656d24eac12b303de991afbc84adfbae04977e00092bb219c6b4/rjsonc-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5eeb538e9f66bd575dbfcdd00831abca72a0a78dcb6cf626b604f0042970cdd6",
"md5": "331df523a911361464e12449a0307aa2",
"sha256": "92ce540146461e838213a2431f1bdb67e2b2dbce81afa42fb80984455b980651"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "331df523a911361464e12449a0307aa2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 577720,
"upload_time": "2025-08-14T06:54:26",
"upload_time_iso_8601": "2025-08-14T06:54:26.787191Z",
"url": "https://files.pythonhosted.org/packages/5e/eb/538e9f66bd575dbfcdd00831abca72a0a78dcb6cf626b604f0042970cdd6/rjsonc-0.1.2-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fff58162e9db63fd61f1f7485602c839ee63853b51fd9b775810a579edc8e566",
"md5": "7cf2e490d8b9da1ac907b2b10ae1034b",
"sha256": "ad4a3d9985b3740a239299153e73ac2952405f854c0093f29923935a573c11d8"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7cf2e490d8b9da1ac907b2b10ae1034b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 548488,
"upload_time": "2025-08-14T06:54:38",
"upload_time_iso_8601": "2025-08-14T06:54:38.636058Z",
"url": "https://files.pythonhosted.org/packages/ff/f5/8162e9db63fd61f1f7485602c839ee63853b51fd9b775810a579edc8e566/rjsonc-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "24991defeddedbda311a3590b1c707a1ce3847b002bc165584ff45d17c7c1869",
"md5": "daec37ce80f7c333e4e3ab5226679ebf",
"sha256": "14bfde22a9e1a1684ebd79430b78bc84ec660f12c331feba37e347a5b0e0f36c"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "daec37ce80f7c333e4e3ab5226679ebf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 373439,
"upload_time": "2025-08-14T06:52:50",
"upload_time_iso_8601": "2025-08-14T06:52:50.104798Z",
"url": "https://files.pythonhosted.org/packages/24/99/1defeddedbda311a3590b1c707a1ce3847b002bc165584ff45d17c7c1869/rjsonc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e027aa7fd8867631bda9b5a3428453f82b53f1aac8db5978797b2a72af9fd04",
"md5": "d7aa876c86ca780654cd410ca66154b4",
"sha256": "dc1ebd2070923655eeac2de3eef6b98f22c6c9ec0a25f5cd8553e82408e3c3c4"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d7aa876c86ca780654cd410ca66154b4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 380126,
"upload_time": "2025-08-14T06:53:01",
"upload_time_iso_8601": "2025-08-14T06:53:01.420507Z",
"url": "https://files.pythonhosted.org/packages/6e/02/7aa7fd8867631bda9b5a3428453f82b53f1aac8db5978797b2a72af9fd04/rjsonc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9717c1c1e2eb56e8270de90fc5cdeeda9bf860574f3952d512a95b8de68d5354",
"md5": "98df217703941846f69a496a71357c14",
"sha256": "abc0c56761cdc0039a3e866547ebb4278c84fea907961742ea4667766cf13452"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "98df217703941846f69a496a71357c14",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 531448,
"upload_time": "2025-08-14T06:53:13",
"upload_time_iso_8601": "2025-08-14T06:53:13.637267Z",
"url": "https://files.pythonhosted.org/packages/97/17/c1c1e2eb56e8270de90fc5cdeeda9bf860574f3952d512a95b8de68d5354/rjsonc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "29e511abddefcf69592326ca5d1b42f12e02e8b745af5a9320beaed353dca9cf",
"md5": "cb10f8172d218ebe4796c563437cb513",
"sha256": "f1c1ab79f7371a67c74ce82dba547525c58b87f97403bd9b2c784f19a8f72e33"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "cb10f8172d218ebe4796c563437cb513",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 419736,
"upload_time": "2025-08-14T06:53:25",
"upload_time_iso_8601": "2025-08-14T06:53:25.234561Z",
"url": "https://files.pythonhosted.org/packages/29/e5/11abddefcf69592326ca5d1b42f12e02e8b745af5a9320beaed353dca9cf/rjsonc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4547f6d8475e9ac7e8c13f7eb16e98e6e45e6eea4ec38b7baf97b67dc129b601",
"md5": "474481a45ea1c65fcfb621d3e6a0bda7",
"sha256": "974794e35b7252a987997f8e5d9aff554c150c7b4d008568d2c4a77df854140a"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "474481a45ea1c65fcfb621d3e6a0bda7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 377567,
"upload_time": "2025-08-14T06:53:45",
"upload_time_iso_8601": "2025-08-14T06:53:45.397321Z",
"url": "https://files.pythonhosted.org/packages/45/47/f6d8475e9ac7e8c13f7eb16e98e6e45e6eea4ec38b7baf97b67dc129b601/rjsonc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cfd0ab103ceccb987e6601929ff58d174e79f0d883055d8e31472d23c1ff05dc",
"md5": "ab03973d923ce40a4bb55572b83ddf1c",
"sha256": "e4af962d366dcf9137c3744e843c0bddde7fa97114b288f1d1425a5ceacaad46"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "ab03973d923ce40a4bb55572b83ddf1c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 399200,
"upload_time": "2025-08-14T06:53:36",
"upload_time_iso_8601": "2025-08-14T06:53:36.077103Z",
"url": "https://files.pythonhosted.org/packages/cf/d0/ab103ceccb987e6601929ff58d174e79f0d883055d8e31472d23c1ff05dc/rjsonc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "545eb1d1cf5d31a75e1770d1796afee3899565a275405b0613c045025f804525",
"md5": "25c864d71d450c2e90b6bb9ff8e524a5",
"sha256": "23ad3166c4fd1837b2d80e379097b7fcbae9d5ad07c28241292f2d1dda7fa6bd"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "25c864d71d450c2e90b6bb9ff8e524a5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 551566,
"upload_time": "2025-08-14T06:54:03",
"upload_time_iso_8601": "2025-08-14T06:54:03.141128Z",
"url": "https://files.pythonhosted.org/packages/54/5e/b1d1cf5d31a75e1770d1796afee3899565a275405b0613c045025f804525/rjsonc-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0e3b2bcb936e958f206feb51c9b1999031a4cc48e2b6ba2450803865852144a4",
"md5": "e1f5c13965551cfca065d534d89cd669",
"sha256": "ee23a35cf3148e4b9bd567578c488a0d50c58e364db0471ca96f02d23cff98c8"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e1f5c13965551cfca065d534d89cd669",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 642777,
"upload_time": "2025-08-14T06:54:16",
"upload_time_iso_8601": "2025-08-14T06:54:16.238109Z",
"url": "https://files.pythonhosted.org/packages/0e/3b/2bcb936e958f206feb51c9b1999031a4cc48e2b6ba2450803865852144a4/rjsonc-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "02878acaece21fd7415348acc8009056cb2a5ab3a42d39e42a99e34d8e9bc416",
"md5": "0c19a4bd6f2d9ededdd91ee3c8d13b96",
"sha256": "7722860b8c9caa0f8c56f1ad4a7dfd7485306e0daa15d0ae3295bbc8ea44bbb2"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "0c19a4bd6f2d9ededdd91ee3c8d13b96",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 577540,
"upload_time": "2025-08-14T06:54:27",
"upload_time_iso_8601": "2025-08-14T06:54:27.802164Z",
"url": "https://files.pythonhosted.org/packages/02/87/8acaece21fd7415348acc8009056cb2a5ab3a42d39e42a99e34d8e9bc416/rjsonc-0.1.2-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b168c3840ab26a5b5ece04d151050a969ffdce80cdcb4c55d264fe4e303ef5c",
"md5": "7a89539e8606e8f1db84bb467aefdbef",
"sha256": "c92a5f9c3f0824996f7dd61b2ce06dfc754d7f4d46b193d7aa7c70b1fe8d79c6"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7a89539e8606e8f1db84bb467aefdbef",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 548323,
"upload_time": "2025-08-14T06:54:40",
"upload_time_iso_8601": "2025-08-14T06:54:40.018761Z",
"url": "https://files.pythonhosted.org/packages/5b/16/8c3840ab26a5b5ece04d151050a969ffdce80cdcb4c55d264fe4e303ef5c/rjsonc-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91872ee77feaabe057e9415582a03d4c4baf1701d5d9954d50d1e481a5c5bf93",
"md5": "99e60de6c47d63db9ba866bc8a722b1d",
"sha256": "70060acb3856235ed463061f7c37acbfa65f57589644715557097b4ee0a26514"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "99e60de6c47d63db9ba866bc8a722b1d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 216407,
"upload_time": "2025-08-14T06:54:54",
"upload_time_iso_8601": "2025-08-14T06:54:54.261570Z",
"url": "https://files.pythonhosted.org/packages/91/87/2ee77feaabe057e9415582a03d4c4baf1701d5d9954d50d1e481a5c5bf93/rjsonc-0.1.2-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ad426d089a371891a408a70a3d98796fa427775bbcb9f8332e7b5568d792e0b",
"md5": "ede5a0f169eda9431c9b076b6e4ab339",
"sha256": "b38ce2c2e364ab1507e62f80128cd0d3116d64262b00cd2f364956a2fc6cbd80"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "ede5a0f169eda9431c9b076b6e4ab339",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 224754,
"upload_time": "2025-08-14T06:54:49",
"upload_time_iso_8601": "2025-08-14T06:54:49.353839Z",
"url": "https://files.pythonhosted.org/packages/2a/d4/26d089a371891a408a70a3d98796fa427775bbcb9f8332e7b5568d792e0b/rjsonc-0.1.2-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f56ead0b8cd218c1a0c63ec23f8696dc92d82bfc9266165a042021c9f7ddb457",
"md5": "13d23b300b02c183c3426cf1956b45ea",
"sha256": "f3f47c9edf4c0c2535136a100b09ba130298c1b3ed802ef4c9586b160897c951"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "13d23b300b02c183c3426cf1956b45ea",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 373982,
"upload_time": "2025-08-14T06:52:51",
"upload_time_iso_8601": "2025-08-14T06:52:51.145995Z",
"url": "https://files.pythonhosted.org/packages/f5/6e/ad0b8cd218c1a0c63ec23f8696dc92d82bfc9266165a042021c9f7ddb457/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d1970d7daff6e14b6e083a39f513aa7111a46dbc73c6db054e42bbda53983420",
"md5": "cc0fde49cfbf72c44cafd7e9564a93b9",
"sha256": "b1bb6d1a7ba780f390f68717fec9eab0cd229a09c8bd2c9084d85555ea064aae"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "cc0fde49cfbf72c44cafd7e9564a93b9",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 380573,
"upload_time": "2025-08-14T06:53:02",
"upload_time_iso_8601": "2025-08-14T06:53:02.487657Z",
"url": "https://files.pythonhosted.org/packages/d1/97/0d7daff6e14b6e083a39f513aa7111a46dbc73c6db054e42bbda53983420/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef0426eb2f17681024f510a053e972ec5a5be70b5f04a15be1f5614a22f811a2",
"md5": "4d99cbcabfd10e4acdd24bb3c27fcd1e",
"sha256": "bb8b40b30fffa92df4c383ee48a48e18c9d17fc738049a28b15369104ec06953"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "4d99cbcabfd10e4acdd24bb3c27fcd1e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 526217,
"upload_time": "2025-08-14T06:53:15",
"upload_time_iso_8601": "2025-08-14T06:53:15.015772Z",
"url": "https://files.pythonhosted.org/packages/ef/04/26eb2f17681024f510a053e972ec5a5be70b5f04a15be1f5614a22f811a2/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e5ee71a75abbf17c0fc27f35f30b6819813a5228585cb4f372a1fb9d5ae07e7",
"md5": "cea4abaa5aedd151720eacc4290b1b42",
"sha256": "4bfdc91698ebbbd2eb9cab9688947a97c824ffcc00afd690612247258be6ad8d"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "cea4abaa5aedd151720eacc4290b1b42",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 420538,
"upload_time": "2025-08-14T06:53:26",
"upload_time_iso_8601": "2025-08-14T06:53:26.465190Z",
"url": "https://files.pythonhosted.org/packages/7e/5e/e71a75abbf17c0fc27f35f30b6819813a5228585cb4f372a1fb9d5ae07e7/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db48526afcf630ce701c086ed1b10b21a79d3731474baf62359c71a2e20fced4",
"md5": "7dbc4d5a21712f57281904bdebd01866",
"sha256": "00e229ce4271ff8c906a33ce33eca780181efa2b77acf5b407fc454134ef3b6e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7dbc4d5a21712f57281904bdebd01866",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 378523,
"upload_time": "2025-08-14T06:53:46",
"upload_time_iso_8601": "2025-08-14T06:53:46.538764Z",
"url": "https://files.pythonhosted.org/packages/db/48/526afcf630ce701c086ed1b10b21a79d3731474baf62359c71a2e20fced4/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f97634b823bc90d6adc081ca3fd1a387c000542e78c7ea100c0ef9082e1dfd67",
"md5": "8281b41d4b2db2b8f932524db0b697b0",
"sha256": "499c132e1efebd72f84dd6a2c7c5d9ec1f50a90708c4d301d72c37f5c99337b5"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8281b41d4b2db2b8f932524db0b697b0",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 400005,
"upload_time": "2025-08-14T06:53:37",
"upload_time_iso_8601": "2025-08-14T06:53:37.425857Z",
"url": "https://files.pythonhosted.org/packages/f9/76/34b823bc90d6adc081ca3fd1a387c000542e78c7ea100c0ef9082e1dfd67/rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bcbf7de5835e4c4f5a53d8f9e07bcc03b8f8d9888e2da54e082d359de69311dc",
"md5": "f4f89f738f53dafa3dc975e12e2893ed",
"sha256": "59d807e69ea86dea9019526322dc25f4737766c76163486ff41bb5bcd88fe19d"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f4f89f738f53dafa3dc975e12e2893ed",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 552407,
"upload_time": "2025-08-14T06:54:04",
"upload_time_iso_8601": "2025-08-14T06:54:04.218765Z",
"url": "https://files.pythonhosted.org/packages/bc/bf/7de5835e4c4f5a53d8f9e07bcc03b8f8d9888e2da54e082d359de69311dc/rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a65e143fc0998a936d5488265d85370668cfde1c85b4340fcac8365dc3f99f7",
"md5": "f728dd90eb0831e6aa0d49d38f488f5c",
"sha256": "dd3e5f3bf460901f933d0f500b6def4c3e8e0d9addf3b8e66d5ca4e52feaf834"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f728dd90eb0831e6aa0d49d38f488f5c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 643335,
"upload_time": "2025-08-14T06:54:17",
"upload_time_iso_8601": "2025-08-14T06:54:17.701868Z",
"url": "https://files.pythonhosted.org/packages/3a/65/e143fc0998a936d5488265d85370668cfde1c85b4340fcac8365dc3f99f7/rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b6fbace50f4890de6fbd6b0cd432bd3f7df36962c63d602b34bb8274d49bfac",
"md5": "9b2998ce9b87a64ab84dce1a13fd736c",
"sha256": "d86626262bc1c46861cf247a174e7de922a6a2ce04de77349023b45eaddc0338"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "9b2998ce9b87a64ab84dce1a13fd736c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 577866,
"upload_time": "2025-08-14T06:54:30",
"upload_time_iso_8601": "2025-08-14T06:54:30.107881Z",
"url": "https://files.pythonhosted.org/packages/9b/6f/bace50f4890de6fbd6b0cd432bd3f7df36962c63d602b34bb8274d49bfac/rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "42aef2da5e31c36adb914eaffa54ea206fa1b8a3647408f06bd3625accf4b550",
"md5": "f4c4e4910b8941c05f7bb7ed3514bd18",
"sha256": "4585ac79cc2657c191a0c3d60f3b5763fe0b429374faba7b1e2a13e069bb0366"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f4c4e4910b8941c05f7bb7ed3514bd18",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 549291,
"upload_time": "2025-08-14T06:54:41",
"upload_time_iso_8601": "2025-08-14T06:54:41.051748Z",
"url": "https://files.pythonhosted.org/packages/42/ae/f2da5e31c36adb914eaffa54ea206fa1b8a3647408f06bd3625accf4b550/rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eb1815b9f9160a7e40ada702eac277757ab8c8aed5ea7688f4ec418c0282b0be",
"md5": "e3db8a4b302f9c0fdbf57fcd410b8dc4",
"sha256": "41fea063d1e1cc4315653db4577df4abe96f407d70ba714a7aecee50c6473a3f"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e3db8a4b302f9c0fdbf57fcd410b8dc4",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 373769,
"upload_time": "2025-08-14T06:52:52",
"upload_time_iso_8601": "2025-08-14T06:52:52.504654Z",
"url": "https://files.pythonhosted.org/packages/eb/18/15b9f9160a7e40ada702eac277757ab8c8aed5ea7688f4ec418c0282b0be/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bffdf7deb7cfd83459ea5d3f900baea6cb67a2b4d189f7f3a22ee4b3af46370",
"md5": "1658d8f782897f559efe015bd2afee32",
"sha256": "fa9b03b9c12ae3fed8a103a77b18bc848864ccfae08a20679cf623dd321a0ede"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "1658d8f782897f559efe015bd2afee32",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 380666,
"upload_time": "2025-08-14T06:53:03",
"upload_time_iso_8601": "2025-08-14T06:53:03.652595Z",
"url": "https://files.pythonhosted.org/packages/9b/ff/df7deb7cfd83459ea5d3f900baea6cb67a2b4d189f7f3a22ee4b3af46370/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "677c821d1f9aad79b37cd235476a12fadaf998cf9e6e34bd82bdbfea5ebd4ddd",
"md5": "e12d154b202ac5cac0530be238a17a4e",
"sha256": "d52a3afa0b84fd90af2b50433d7e89cc6d29d9355387e9918fdcb5f545007ff7"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e12d154b202ac5cac0530be238a17a4e",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 526299,
"upload_time": "2025-08-14T06:53:16",
"upload_time_iso_8601": "2025-08-14T06:53:16.128159Z",
"url": "https://files.pythonhosted.org/packages/67/7c/821d1f9aad79b37cd235476a12fadaf998cf9e6e34bd82bdbfea5ebd4ddd/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8274f721f3319bf76d1c419ecac1fcddae7b1fbb0cd316c9a60f6a19a1e56164",
"md5": "697625fa1d5b4a6a4692e25caf9a3186",
"sha256": "b4e76de086bf4236cc4cffafe70ef96bf88f0e7a41045873fb5bd840a050f8d2"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "697625fa1d5b4a6a4692e25caf9a3186",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 420413,
"upload_time": "2025-08-14T06:53:27",
"upload_time_iso_8601": "2025-08-14T06:53:27.949654Z",
"url": "https://files.pythonhosted.org/packages/82/74/f721f3319bf76d1c419ecac1fcddae7b1fbb0cd316c9a60f6a19a1e56164/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6de254b255c85e0a7f19cf8a3e7c5b3fa6520793debef763d1198813ce62db3",
"md5": "7de7e29c932e313ae13f3fa7a73c4036",
"sha256": "efc8eeeeefe52e9389fdda76ecb09d62a66fa91af1db2de112437adb69e7934d"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7de7e29c932e313ae13f3fa7a73c4036",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 378399,
"upload_time": "2025-08-14T06:53:47",
"upload_time_iso_8601": "2025-08-14T06:53:47.715914Z",
"url": "https://files.pythonhosted.org/packages/d6/de/254b255c85e0a7f19cf8a3e7c5b3fa6520793debef763d1198813ce62db3/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52a016531da313e2893742e1cb48e5c2aad6762b9f9e36eb5af6e9281b8fbfe4",
"md5": "4ded37de318a6b44052d50e8b125df86",
"sha256": "44ab1ff21b99bfb9ba757c76fe156553c054a32eadd80513c30e1e7c9605d186"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "4ded37de318a6b44052d50e8b125df86",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 399899,
"upload_time": "2025-08-14T06:53:38",
"upload_time_iso_8601": "2025-08-14T06:53:38.473878Z",
"url": "https://files.pythonhosted.org/packages/52/a0/16531da313e2893742e1cb48e5c2aad6762b9f9e36eb5af6e9281b8fbfe4/rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "acf2b06c5d6ae81cc803f2334fe4a6d68a8294f3e3962191616cd6b5bfd32066",
"md5": "1c740f8acd49c7b20cc127e6b3f4fbbf",
"sha256": "7e2dda662b0adee94a09b2d3b7774061eb599f18e9da1128a761d14a3dd0dd56"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "1c740f8acd49c7b20cc127e6b3f4fbbf",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 552122,
"upload_time": "2025-08-14T06:54:05",
"upload_time_iso_8601": "2025-08-14T06:54:05.263752Z",
"url": "https://files.pythonhosted.org/packages/ac/f2/b06c5d6ae81cc803f2334fe4a6d68a8294f3e3962191616cd6b5bfd32066/rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad9f633100d3d9cfbff5931f9fadad0f47e0666f2e419f9cfa967b242102c107",
"md5": "47b21242bfb69bb574c3204f9256c155",
"sha256": "233c4e5e1e1f7915e4b0d69cc71f1d5765f28bd6580229714ca520c5cf631fc0"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "47b21242bfb69bb574c3204f9256c155",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 643250,
"upload_time": "2025-08-14T06:54:18",
"upload_time_iso_8601": "2025-08-14T06:54:18.820925Z",
"url": "https://files.pythonhosted.org/packages/ad/9f/633100d3d9cfbff5931f9fadad0f47e0666f2e419f9cfa967b242102c107/rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9d52d8942d8e5355b063040714a1df1715736a2bf04ee8eff515c311b39253a",
"md5": "5f7581b1f4301fa7f4ccd3479f927a92",
"sha256": "afc80c540aef34166bb759cbe09176ba14af0d8e72b9dbbcc1f12ef7d5969bfc"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5f7581b1f4301fa7f4ccd3479f927a92",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 577806,
"upload_time": "2025-08-14T06:54:31",
"upload_time_iso_8601": "2025-08-14T06:54:31.235644Z",
"url": "https://files.pythonhosted.org/packages/e9/d5/2d8942d8e5355b063040714a1df1715736a2bf04ee8eff515c311b39253a/rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8d3b6106c8fce359b5897b76a3bb2ecd1af47391acfda2d778084e15c28a6cc8",
"md5": "47f99e1410057aa5308a3b7556b1d265",
"sha256": "71fbb74afa301975e7ad622ce41507c44125eeccf374508995785d830cbb60af"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "47f99e1410057aa5308a3b7556b1d265",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 549124,
"upload_time": "2025-08-14T06:54:42",
"upload_time_iso_8601": "2025-08-14T06:54:42.133270Z",
"url": "https://files.pythonhosted.org/packages/8d/3b/6106c8fce359b5897b76a3bb2ecd1af47391acfda2d778084e15c28a6cc8/rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0695630fc8ba6e4217390b02643228f3d9a304bd0eecb99a0b900042a05377bd",
"md5": "8503ee42546688cd180a48dece806b4b",
"sha256": "04c9947826a7a3f7da63c044c08d1e294afd47f057d05fa8695c0badf001dd95"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8503ee42546688cd180a48dece806b4b",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 374294,
"upload_time": "2025-08-14T06:52:53",
"upload_time_iso_8601": "2025-08-14T06:52:53.598524Z",
"url": "https://files.pythonhosted.org/packages/06/95/630fc8ba6e4217390b02643228f3d9a304bd0eecb99a0b900042a05377bd/rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ea3c7dc966a426b0f9a24585111637e1b38a7c1c3031e9b8fbef48bb9063d72",
"md5": "c560bbd2a6f16525c37bf36e900d1229",
"sha256": "b5de67ae2d10b6e01f65e34356535ee524f12ee02c2c928e843a8383b76a8da2"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "c560bbd2a6f16525c37bf36e900d1229",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 381014,
"upload_time": "2025-08-14T06:53:04",
"upload_time_iso_8601": "2025-08-14T06:53:04.654334Z",
"url": "https://files.pythonhosted.org/packages/2e/a3/c7dc966a426b0f9a24585111637e1b38a7c1c3031e9b8fbef48bb9063d72/rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "71eba1519444c4899c204bd993ca4cbd106b799f7584ac470a71552787ca81d6",
"md5": "2776b2f73f7cc31ab446d6a7d76563b8",
"sha256": "51c8aa052cc71b274fba987846764db2b6c9231b6151612a1d357fa7db042023"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "2776b2f73f7cc31ab446d6a7d76563b8",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 530487,
"upload_time": "2025-08-14T06:53:17",
"upload_time_iso_8601": "2025-08-14T06:53:17.455724Z",
"url": "https://files.pythonhosted.org/packages/71/eb/a1519444c4899c204bd993ca4cbd106b799f7584ac470a71552787ca81d6/rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0f9ddf22514eb984bb33247d4619e2624935827dd464c708e816b66e053f0a3",
"md5": "0033871fbe61f4d0796e040c07e3e30f",
"sha256": "d40440d5b3701365c9f8d3deb32a3af3f5a1062f0ae0be7f4e0b45004f80371a"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "0033871fbe61f4d0796e040c07e3e30f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 420754,
"upload_time": "2025-08-14T06:53:29",
"upload_time_iso_8601": "2025-08-14T06:53:29.334239Z",
"url": "https://files.pythonhosted.org/packages/f0/f9/ddf22514eb984bb33247d4619e2624935827dd464c708e816b66e053f0a3/rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a37fbe102e8d27b5773534e0219f9c37ed11ba54444d1bcae12410b47b1074b6",
"md5": "aeeaf577b056912e617c679f7e6c38ed",
"sha256": "bfbdab282487f6f2ff32d1c424ee1c933fb665b457c321eddcd0bf51d2296ecb"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "aeeaf577b056912e617c679f7e6c38ed",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 552546,
"upload_time": "2025-08-14T06:54:06",
"upload_time_iso_8601": "2025-08-14T06:54:06.304848Z",
"url": "https://files.pythonhosted.org/packages/a3/7f/be102e8d27b5773534e0219f9c37ed11ba54444d1bcae12410b47b1074b6/rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8315277c698ab63ffb1b6166a18d2cdce30e639dc8c043300d182c6be6e640d6",
"md5": "b2a5c01bbc971cc1fd157293717189c4",
"sha256": "4beef6c71e370238687f974bce6d7aa0393411e1adae538f55a75a5adaff3bc9"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b2a5c01bbc971cc1fd157293717189c4",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 643787,
"upload_time": "2025-08-14T06:54:19",
"upload_time_iso_8601": "2025-08-14T06:54:19.964583Z",
"url": "https://files.pythonhosted.org/packages/83/15/277c698ab63ffb1b6166a18d2cdce30e639dc8c043300d182c6be6e640d6/rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "753e977fcf9e0baf5bf5b18b37fb74ae59f9aac66ec2df047d71ee6af69aeb5d",
"md5": "eace6676a0738e9a0176ebd74c1270cf",
"sha256": "725d917e9a38b99e60bf76e5eb6113f1c81ccd545b082b65f502330f957aaafc"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "eace6676a0738e9a0176ebd74c1270cf",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 578289,
"upload_time": "2025-08-14T06:54:32",
"upload_time_iso_8601": "2025-08-14T06:54:32.364161Z",
"url": "https://files.pythonhosted.org/packages/75/3e/977fcf9e0baf5bf5b18b37fb74ae59f9aac66ec2df047d71ee6af69aeb5d/rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9d149cc6fd5ae36a32aab724d6165b03db70020b35cbcf3fcecda09f070a4a8b",
"md5": "baa98e8fcd6625c4f3775354a6c58210",
"sha256": "0ec7bbcd6765e70b69386b06da277bdd141b4389b0c585c2e12c4e78b4557a3e"
},
"downloads": -1,
"filename": "rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "baa98e8fcd6625c4f3775354a6c58210",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 549553,
"upload_time": "2025-08-14T06:54:43",
"upload_time_iso_8601": "2025-08-14T06:54:43.225321Z",
"url": "https://files.pythonhosted.org/packages/9d/14/9cc6fd5ae36a32aab724d6165b03db70020b35cbcf3fcecda09f070a4a8b/rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa3399345ad82113c27eae50f7d9117ed1ed3a750c482a237a5afed10b5bbdca",
"md5": "17eb54f342c9ebf0ea6b6a880564d8dd",
"sha256": "8c3ce9f4860a5514b71732e12787ad9f242a1214f2c254a721c490fd614e5e72"
},
"downloads": -1,
"filename": "rjsonc-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "17eb54f342c9ebf0ea6b6a880564d8dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8930,
"upload_time": "2025-08-14T06:54:44",
"upload_time_iso_8601": "2025-08-14T06:54:44.591345Z",
"url": "https://files.pythonhosted.org/packages/fa/33/99345ad82113c27eae50f7d9117ed1ed3a750c482a237a5afed10b5bbdca/rjsonc-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 06:54:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rjsonc"
}