Skip to main content

Load JSON with comments. Fast.

Project description

rjsonc

Remove JSON comments, FAST. No, really. I'm not paying bills for the slow Regex snail.

Supports Python typing.

$ pip install rjsonc

Usage

Quite literally. I mean, all it does is removing comments. What else do you expect?

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}

def loads

def loads(s: str | bytes) -> Any

Loads JSON, tolerating comments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rjsonc-0.1.2.tar.gz (8.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (549.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (577.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (643.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (552.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (526.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (373.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (399.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (549.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (577.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (643.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (552.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (526.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (400.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (549.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (578.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (643.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (552.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (530.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (381.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl (546.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl (576.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl (642.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl (550.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (379.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp313-cp313-win_amd64.whl (224.0 kB view details)

Uploaded CPython 3.13Windows x86-64

rjsonc-0.1.2-cp313-cp313-win32.whl (216.0 kB view details)

Uploaded CPython 3.13Windows x86

rjsonc-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (546.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp313-cp313-musllinux_1_2_i686.whl (576.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl (641.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl (549.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (379.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (397.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rjsonc-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (328.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rjsonc-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl (336.3 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rjsonc-0.1.2-cp312-cp312-win_amd64.whl (224.1 kB view details)

Uploaded CPython 3.12Windows x86-64

rjsonc-0.1.2-cp312-cp312-win32.whl (216.1 kB view details)

Uploaded CPython 3.12Windows x86

rjsonc-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (546.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (576.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl (641.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (550.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (375.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (528.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (379.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (371.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (398.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rjsonc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (328.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rjsonc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl (336.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rjsonc-0.1.2-cp311-cp311-win_amd64.whl (224.6 kB view details)

Uploaded CPython 3.11Windows x86-64

rjsonc-0.1.2-cp311-cp311-win32.whl (216.4 kB view details)

Uploaded CPython 3.11Windows x86

rjsonc-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (548.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (577.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl (642.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (551.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (530.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (373.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (399.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rjsonc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (329.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rjsonc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl (338.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rjsonc-0.1.2-cp310-cp310-win_amd64.whl (224.6 kB view details)

Uploaded CPython 3.10Windows x86-64

rjsonc-0.1.2-cp310-cp310-win32.whl (216.5 kB view details)

Uploaded CPython 3.10Windows x86

rjsonc-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (548.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (577.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl (642.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (551.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (530.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (372.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (399.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rjsonc-0.1.2-cp39-cp39-win_amd64.whl (224.8 kB view details)

Uploaded CPython 3.9Windows x86-64

rjsonc-0.1.2-cp39-cp39-win32.whl (216.4 kB view details)

Uploaded CPython 3.9Windows x86

rjsonc-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (548.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp39-cp39-musllinux_1_2_i686.whl (577.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl (642.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (551.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (419.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (531.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (373.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (399.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rjsonc-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (548.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rjsonc-0.1.2-cp38-cp38-musllinux_1_2_i686.whl (577.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rjsonc-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl (642.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rjsonc-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (552.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rjsonc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rjsonc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (420.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rjsonc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (529.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rjsonc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (380.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rjsonc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (374.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rjsonc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (399.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file rjsonc-0.1.2.tar.gz.

File metadata

  • Download URL: rjsonc-0.1.2.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8c3ce9f4860a5514b71732e12787ad9f242a1214f2c254a721c490fd614e5e72
MD5 17eb54f342c9ebf0ea6b6a880564d8dd
BLAKE2b-256 fa3399345ad82113c27eae50f7d9117ed1ed3a750c482a237a5afed10b5bbdca

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71fbb74afa301975e7ad622ce41507c44125eeccf374508995785d830cbb60af
MD5 47f99e1410057aa5308a3b7556b1d265
BLAKE2b-256 8d3b6106c8fce359b5897b76a3bb2ecd1af47391acfda2d778084e15c28a6cc8

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 afc80c540aef34166bb759cbe09176ba14af0d8e72b9dbbcc1f12ef7d5969bfc
MD5 5f7581b1f4301fa7f4ccd3479f927a92
BLAKE2b-256 e9d52d8942d8e5355b063040714a1df1715736a2bf04ee8eff515c311b39253a

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 233c4e5e1e1f7915e4b0d69cc71f1d5765f28bd6580229714ca520c5cf631fc0
MD5 47b21242bfb69bb574c3204f9256c155
BLAKE2b-256 ad9f633100d3d9cfbff5931f9fadad0f47e0666f2e419f9cfa967b242102c107

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e2dda662b0adee94a09b2d3b7774061eb599f18e9da1128a761d14a3dd0dd56
MD5 1c740f8acd49c7b20cc127e6b3f4fbbf
BLAKE2b-256 acf2b06c5d6ae81cc803f2334fe4a6d68a8294f3e3962191616cd6b5bfd32066

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efc8eeeeefe52e9389fdda76ecb09d62a66fa91af1db2de112437adb69e7934d
MD5 7de7e29c932e313ae13f3fa7a73c4036
BLAKE2b-256 d6de254b255c85e0a7f19cf8a3e7c5b3fa6520793debef763d1198813ce62db3

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b4e76de086bf4236cc4cffafe70ef96bf88f0e7a41045873fb5bd840a050f8d2
MD5 697625fa1d5b4a6a4692e25caf9a3186
BLAKE2b-256 8274f721f3319bf76d1c419ecac1fcddae7b1fbb0cd316c9a60f6a19a1e56164

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d52a3afa0b84fd90af2b50433d7e89cc6d29d9355387e9918fdcb5f545007ff7
MD5 e12d154b202ac5cac0530be238a17a4e
BLAKE2b-256 677c821d1f9aad79b37cd235476a12fadaf998cf9e6e34bd82bdbfea5ebd4ddd

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa9b03b9c12ae3fed8a103a77b18bc848864ccfae08a20679cf623dd321a0ede
MD5 1658d8f782897f559efe015bd2afee32
BLAKE2b-256 9bffdf7deb7cfd83459ea5d3f900baea6cb67a2b4d189f7f3a22ee4b3af46370

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41fea063d1e1cc4315653db4577df4abe96f407d70ba714a7aecee50c6473a3f
MD5 e3db8a4b302f9c0fdbf57fcd410b8dc4
BLAKE2b-256 eb1815b9f9160a7e40ada702eac277757ab8c8aed5ea7688f4ec418c0282b0be

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44ab1ff21b99bfb9ba757c76fe156553c054a32eadd80513c30e1e7c9605d186
MD5 4ded37de318a6b44052d50e8b125df86
BLAKE2b-256 52a016531da313e2893742e1cb48e5c2aad6762b9f9e36eb5af6e9281b8fbfe4

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4585ac79cc2657c191a0c3d60f3b5763fe0b429374faba7b1e2a13e069bb0366
MD5 f4c4e4910b8941c05f7bb7ed3514bd18
BLAKE2b-256 42aef2da5e31c36adb914eaffa54ea206fa1b8a3647408f06bd3625accf4b550

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d86626262bc1c46861cf247a174e7de922a6a2ce04de77349023b45eaddc0338
MD5 9b2998ce9b87a64ab84dce1a13fd736c
BLAKE2b-256 9b6fbace50f4890de6fbd6b0cd432bd3f7df36962c63d602b34bb8274d49bfac

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dd3e5f3bf460901f933d0f500b6def4c3e8e0d9addf3b8e66d5ca4e52feaf834
MD5 f728dd90eb0831e6aa0d49d38f488f5c
BLAKE2b-256 3a65e143fc0998a936d5488265d85370668cfde1c85b4340fcac8365dc3f99f7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59d807e69ea86dea9019526322dc25f4737766c76163486ff41bb5bcd88fe19d
MD5 f4f89f738f53dafa3dc975e12e2893ed
BLAKE2b-256 bcbf7de5835e4c4f5a53d8f9e07bcc03b8f8d9888e2da54e082d359de69311dc

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00e229ce4271ff8c906a33ce33eca780181efa2b77acf5b407fc454134ef3b6e
MD5 7dbc4d5a21712f57281904bdebd01866
BLAKE2b-256 db48526afcf630ce701c086ed1b10b21a79d3731474baf62359c71a2e20fced4

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4bfdc91698ebbbd2eb9cab9688947a97c824ffcc00afd690612247258be6ad8d
MD5 cea4abaa5aedd151720eacc4290b1b42
BLAKE2b-256 7e5ee71a75abbf17c0fc27f35f30b6819813a5228585cb4f372a1fb9d5ae07e7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb8b40b30fffa92df4c383ee48a48e18c9d17fc738049a28b15369104ec06953
MD5 4d99cbcabfd10e4acdd24bb3c27fcd1e
BLAKE2b-256 ef0426eb2f17681024f510a053e972ec5a5be70b5f04a15be1f5614a22f811a2

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b1bb6d1a7ba780f390f68717fec9eab0cd229a09c8bd2c9084d85555ea064aae
MD5 cc0fde49cfbf72c44cafd7e9564a93b9
BLAKE2b-256 d1970d7daff6e14b6e083a39f513aa7111a46dbc73c6db054e42bbda53983420

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3f47c9edf4c0c2535136a100b09ba130298c1b3ed802ef4c9586b160897c951
MD5 13d23b300b02c183c3426cf1956b45ea
BLAKE2b-256 f56ead0b8cd218c1a0c63ec23f8696dc92d82bfc9266165a042021c9f7ddb457

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 499c132e1efebd72f84dd6a2c7c5d9ec1f50a90708c4d301d72c37f5c99337b5
MD5 8281b41d4b2db2b8f932524db0b697b0
BLAKE2b-256 f97634b823bc90d6adc081ca3fd1a387c000542e78c7ea100c0ef9082e1dfd67

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ec7bbcd6765e70b69386b06da277bdd141b4389b0c585c2e12c4e78b4557a3e
MD5 baa98e8fcd6625c4f3775354a6c58210
BLAKE2b-256 9d149cc6fd5ae36a32aab724d6165b03db70020b35cbcf3fcecda09f070a4a8b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 725d917e9a38b99e60bf76e5eb6113f1c81ccd545b082b65f502330f957aaafc
MD5 eace6676a0738e9a0176ebd74c1270cf
BLAKE2b-256 753e977fcf9e0baf5bf5b18b37fb74ae59f9aac66ec2df047d71ee6af69aeb5d

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4beef6c71e370238687f974bce6d7aa0393411e1adae538f55a75a5adaff3bc9
MD5 b2a5c01bbc971cc1fd157293717189c4
BLAKE2b-256 8315277c698ab63ffb1b6166a18d2cdce30e639dc8c043300d182c6be6e640d6

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfbdab282487f6f2ff32d1c424ee1c933fb665b457c321eddcd0bf51d2296ecb
MD5 aeeaf577b056912e617c679f7e6c38ed
BLAKE2b-256 a37fbe102e8d27b5773534e0219f9c37ed11ba54444d1bcae12410b47b1074b6

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d40440d5b3701365c9f8d3deb32a3af3f5a1062f0ae0be7f4e0b45004f80371a
MD5 0033871fbe61f4d0796e040c07e3e30f
BLAKE2b-256 f0f9ddf22514eb984bb33247d4619e2624935827dd464c708e816b66e053f0a3

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51c8aa052cc71b274fba987846764db2b6c9231b6151612a1d357fa7db042023
MD5 2776b2f73f7cc31ab446d6a7d76563b8
BLAKE2b-256 71eba1519444c4899c204bd993ca4cbd106b799f7584ac470a71552787ca81d6

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5de67ae2d10b6e01f65e34356535ee524f12ee02c2c928e843a8383b76a8da2
MD5 c560bbd2a6f16525c37bf36e900d1229
BLAKE2b-256 2ea3c7dc966a426b0f9a24585111637e1b38a7c1c3031e9b8fbef48bb9063d72

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04c9947826a7a3f7da63c044c08d1e294afd47f057d05fa8695c0badf001dd95
MD5 8503ee42546688cd180a48dece806b4b
BLAKE2b-256 0695630fc8ba6e4217390b02643228f3d9a304bd0eecb99a0b900042a05377bd

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0549c5ee06e03981375242e6e9043fe93919c302f6d1544aa35a7cc2fdd6ab7
MD5 65469765f1aade6c3b1a72b3e33ad2c4
BLAKE2b-256 0b128b756aa28809fbbebe018ac6297e0724d9294fa492bad247bd62903aba28

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0ee8971ed001bd936876c439d8626dbb28706237acdcd8395ee0e6bbd3deb234
MD5 4e83846d9ce1315b0a75b6997025e20a
BLAKE2b-256 c1b4537f7759e4274cea92bdbd3b56bc7788650013eb3c9b927eabd227c4e67b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0ec447302afa2edc4fe1a58de7bc69683bc60a9e695e1a0d70a49a6ebc816ecd
MD5 4897082bf4d17fb22c45c3c4b9eb8f4b
BLAKE2b-256 ce0a95f72ad9556e8582d381266e94b654fac91f40da7f2ba12afbbb816388d1

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe8a5b377c0d5663a61aa4fee32073157ae1b185ee654c3aeca0825f54aa9a73
MD5 baf11580735317b0405fd584ce17b38e
BLAKE2b-256 d7fbcb0cebab6f5b4cd639e7a4d600eb38e3f4f80891e8ecaed90b36c8c7d567

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81409ba417e5c87145a523fae2e7e5db2c2f66bac43a0bed4c419c2829e87f35
MD5 e200fbd9b3e3a0b3de5a2fc0dc1c8e5a
BLAKE2b-256 6dedddf7229a983caff39fc128da2b6009fcc7cb405286f0b33ce80f9570599a

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef5a04d1e92be6c8c7cdd1169200628e015ef8a4b8bb875ed57bc6c2612361f7
MD5 7df92ccc1c52c46ab7f0142e11afb9b5
BLAKE2b-256 7498a6a96e7382a342249c2f3a76a9b0492ece28fc597dcbb9c3b5bd4a7033d5

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fe64d9e73bd48814c93fbf32ab45e13f7e27a5c118c74277fd558a6d9912ae03
MD5 048ecd521007c2d3715f93f5a3d53d0a
BLAKE2b-256 aad33c88502bdefe18651f9580982680344f1728ff5b81efefa67a90fd9140a6

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea3b9c01e02fd1d0d7bb26a18206cb178f8eb0afdc7533e2a0410f805fe7585
MD5 0c6b2d89fb3269bf50ca3cac9316811f
BLAKE2b-256 c11840407dca89a954940755c166063e0fdb44d267332476d5652664c7161dc7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 224.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9b12d034d85219c2101e073d802d4448e7302d1604d6a7ee3c7297617788b2cd
MD5 ef8fe4a106a243dc489ceba27fd05079
BLAKE2b-256 c8e58e41885026b6f7e12d9ad2a70899d11d7a3fd73aff2a410b7a59469117ce

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 216.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e268953e01be040c93c2b8ea4f83e4eb13d54a03033a1ce966f466bdb6713e8f
MD5 a4b07afe8f5e19f73eaf913c55b233c8
BLAKE2b-256 202af3bf610e83a664d5d66f3bf5412a40a2090bf53e102d3639e0ab06f4586b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be17615c78d14b6fd27ec58433fa84ab5b09e2c08bd5028b6f86712bab920b5f
MD5 669423a156d6aa1ab814358753cfee25
BLAKE2b-256 13660f691da21b8fed968fc8deaf46d2d94d8cce8b7318f7f0f1c759f5a79435

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1106e8f62201cffe9357ba1c8309c3ab96de8c3027d1cf1390a6a38f0cd505bf
MD5 5fe5b4748414a3c1f67d6993be086108
BLAKE2b-256 9eaa180be0422c7e4ed407f1ce8ec9c2542dcb3a6d4a15f40d6507598fbe330b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 062d609c624352df1c93ca949b1bb9ade844f99e4948a7822b1375001a0f0faf
MD5 a2bf936eae3e611e76307117cf797daa
BLAKE2b-256 4ebdbf706690c9735dece42ea30f2945621a56db56972433394b609d14d53a54

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbf92a1d01c57804a14c03d00d78c5422c7e5332c62953bf6b416934c3ad20ce
MD5 6d75db0b9f1ecb5e8309f62f18c336a2
BLAKE2b-256 04138e2585365e41dee332f376a3237bd0aa3fc39e7f0d87979c5e68d963e74d

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62233d0eb6459c697c49ec6e76c9de52f58623993db1368532d3d451b1309dd8
MD5 b43582254774ed14cbfb751e799b3990
BLAKE2b-256 cf507e8eba0df89a1aa75eaec9357128812c2528c0cf40127eaf814e16cee1b5

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b4f4522ecdf63b6fd1389e27f410e82291861e8668be23a6706542b80b78c2b
MD5 05d48ede72f8010c9d9a43d45834e29b
BLAKE2b-256 1d1fec768708ce3cd50cd9a2b9ca636fef9972d26e417675448e64e41c8b9ce8

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d51a30fb15e1be3d94b86143180b9e8afdbb9e30e1b9165196f5ef82e73b2f4e
MD5 1d70deca679ef914c1d76ed435fbb679
BLAKE2b-256 3dc35ac05b793f5ffcf4bc995eb4fcd3f34e00d1c421b38f617599f982685c84

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 67ce374f08b15e045cf6dbf50e4bdb48ed942a743d29ec41e14bf75f76d0ea29
MD5 f4a9de97e085fca108d2bd28f71fb0c8
BLAKE2b-256 7073f25ec78ff87c32002d03ddf7ae48813238c6ae16c85f2f30a7ae5e71bc77

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2eb1286c7f9782e4a32fa60e8c04d5eaaddff55e3fe882b85f9d5ade255e622
MD5 d59316073b0a110fc1bedc09c34c42a2
BLAKE2b-256 2c75f45119cf159419029febd154c80f1c004be6543342ce15cab0d8c8df28e2

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d6136391b0efc05ebf536bfd43e398d5ef04f5db6a535ca5edc8511f62dbf951
MD5 01180af15801fb1714a823f4785b7f94
BLAKE2b-256 3fd5d93f9a834646f76b61ae9df9026ccb47fabf288a89358a9bc8f9e3672579

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 194bcb6876c1f7d92b4effb235a5bf8cc8cb9addf2812a535ec95cda10432e42
MD5 3b17d4063a464105ccb430afe2669e60
BLAKE2b-256 179864412a0302df90230484a94f0b018c8bf8e2d85758be9c92a7f2b60cee03

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e3c462d53f476355d4b206aad74d9f7ef45c74ed310d712db2c855143aed482
MD5 948584b7e54647cb76082d3d8d929a9a
BLAKE2b-256 1be5c446bdd3d648c14e2f0ec6a11709968530fd810ab2547e228e25e197bb60

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 224.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 78aab4b0285c912e5bb39bba76a9bbd881e0b89286b4a079ee1fa9312a4c399e
MD5 7cbfe604f3176e4c59f99d47939b412b
BLAKE2b-256 2f1ef7dffe92fa1b3c8373977a47a3956fbbd526b5b2ad428678448d5f54e661

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 216.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c6f045c86cb063cb1cda9f397ef56ccae90b01b33bc614a3f82a7bcc08904117
MD5 1961f9b391c2e4cbda50bbecf2307019
BLAKE2b-256 210399be6085d97afffda58e4ee2dfaf8f2fa54a91ffed6c0f4ec7a205487d06

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1039d390f1b877d81853d49edddd2008eeecce4077290da50bc692a0c854f439
MD5 3654162dbcb2f319de5f1f1ad2ae0c49
BLAKE2b-256 22a25004ee78c1c964c5f8b158d7ac0cd266af1a96aad491efc1e7b799e9e345

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9812a0450782ecae0f48d20a56d1f7e0fb1dfd6984b7726ac022d070d1185649
MD5 5398d0c44c0f90e429c2de9795508b9f
BLAKE2b-256 4d9a3fbbbdc9121ea8710cbddb1773fd958c293a97fc4ab0755bc049a3717c10

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dec3fd252da2791f87aecdcc1780ecbe7f72b7d696932edf4d11eabf22e69b92
MD5 f43bdb93d2e9b39dc94474178df9e54e
BLAKE2b-256 00576beb99c4c8d2caa346c1de344b00e30cce1dd56892e7c3744edbca376243

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d77c20035ea7232b4eaf66d83ff2c58486b765932a454f866061cf7fa09e98e0
MD5 086e3e6c0f28995c009b9fe8a3c233dd
BLAKE2b-256 8ad88b9356b0d9770da0aa20abbab4dbdc6cb9f89c51755cddcaae5eba052d3b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3da1a1da03a10e3d631a8dd346712398a62c584f21d2347eae1e8e963111cc2e
MD5 6632bbf456c61df11365e0ac03181a6d
BLAKE2b-256 6e46b755eec06f423fa48eb247453f525806b89309895b5f50b14af0095ba431

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2314c6889b62fd45a1839ffc247f0f007bce60400a09666ef011cde7d06bce1c
MD5 97af1eddebdfec9b6e47260b9d8ccba4
BLAKE2b-256 187b53aa02c6f2ea5dfbf748cd52336a9da04193afcc9a765edcb9895960a828

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b4d0f2dda757e6601e4200bf4d76db2b9f448f4632c53ebf15852d93711f6cb0
MD5 326ea53722bb20d78c4bf1983506196f
BLAKE2b-256 c790cc956b6f2bab99b5a60d97d312add21507b20560129e34e02969aed0557d

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cdb21643820c8291d7784330053cb2e8c1ec60c0af0d254c855b9353163fb8e2
MD5 73bfe4ef1eac7f6713bdf4a8cc2b095f
BLAKE2b-256 6a091f3664877518583c7bda5dab2a4992f1562003888a8949c641b06d303d07

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e90cef218fd19f036be2197683d3fa650952494c253ffecebd0756ab5f3bc07
MD5 4c0139fc5f197a9fb11991251ed28a60
BLAKE2b-256 290c46b08dabcb305703ade8ff4b0a3c7ae8b5ac372e3d50bcd89f1b44037f78

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3e996b0885a31acec19dd4750d66b2c1faf0b5bbcb50ab9a249b2863afa823a9
MD5 41bc1f8276a0830e414ff7a0a8479db9
BLAKE2b-256 3727fc66d792071a6a747bd56f3ea4a85e832322312b48c81b0d587242b84c01

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 360e28f567391e1daefdc5e0343fe1abf27ca7ebeb358a641feca13c77d21b4c
MD5 06abde0fe09a8fa9c834c258fd1bcd4a
BLAKE2b-256 1b043d574f3256b33518fa88c3e659efbfa0237af29712d30d0459ca417ef7be

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bb7d8ef858c2d80c2d42586af27b6e57758ee990c9744e3388b078b01b7b6ea0
MD5 adb845c27de8166ef21217177308436b
BLAKE2b-256 4376cb4203d8a36cc97db9a9e5a0430090c94c8c0c4cefc1f7f18d15cd0d0b5a

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6b232c9f49942f73a615b5d64df4c6f6d50f1f3d8ca93a37cf98164bbfe3cff3
MD5 7cecc19088e19ec55a75b3132a880776
BLAKE2b-256 89cf167451e17157c03ebd0de36d79c300ffded43b19a9dbfe994d08b84205bf

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 216.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 845c01399aec523f6d37633bc7635369f55343b0f82a650587d8f339e7ce0956
MD5 c75e19371e25a5625d6907f628dc9b64
BLAKE2b-256 5c56962ddc5690a357bcf5dd6ae1759d0837cb08e107962f45837ef9fc502c27

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57648a96d4e1f82959083bc0c96599a67bd69b8cfde70108910fb8f54a6ca54f
MD5 d7aefd10e8bd1fb5d26cce6520858d2f
BLAKE2b-256 5f7fcbbfb838fe44ad4a4022a33ca8670bdded0fd2385bb0013ba340bb26a9d7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b802499b6e742e9f5902ed2c5d96824b85eb045439ecaba79b24b9964747d8f
MD5 a6464f16a267185442c7012c1bc6f4de
BLAKE2b-256 1f5d3208eb3260b89fe34ee6e4b11e5cac54c2977d6382202d814fd842f4198f

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2737d937bf70484a146892704e1e3d86e91ff4f7a28645d8715a7423164d52eb
MD5 4b3e7f000b525bf12f7164ed669ea37a
BLAKE2b-256 7fdf240aecf0ad9046239af49b89d4765d3afc7a7927c9d5fe2fc7f79215bde4

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 305960369529d5e9c60de4a55ae83e39e73f6bdc2d9eb10ea35fde5c82732880
MD5 72cb4b43407b735ad799c523a5d338b9
BLAKE2b-256 00e07dd2d296b218bc1d3dde9be5e9f0beb6a6e0e4a99221fbcacb444bb74fdd

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 968aa5a5e0a14d54d79b2bea1184108561f1d983e7aacc6552e3923be0b2005f
MD5 0446121f25fb0b488f9f3269e432a2e1
BLAKE2b-256 61ac0121bf2b9c8a738421479fbc626efb9baa18ac0911a737588a564bf53d5a

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ea8d143503369b5d98eeb64e091cec380e983e1042417caf91695375a8afecfd
MD5 3b40ad81db68df3f5435f35ad04497b9
BLAKE2b-256 b45e3f744bb0234a855e841facffe2eaa05d1cbc05dccb2503350df523fdebdd

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 84b36dc7e1e360ff35a49168b1a33875a404cea065929babef40547ca4c0f177
MD5 fb083276bca3225d9ceb6e96e4a5eb5b
BLAKE2b-256 38b8339c1e4c6e7b7a343a3cefcf163f1462cd2aa53cf7e4debcf11e85d619bb

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33d948761d86c5f2011af47728826bfbadf25731f3a17a470f70de401c10ace4
MD5 f83660481c367dba174349b88043ed6d
BLAKE2b-256 67ca7c1936db042410574c9edb67f9946169fb94a10a8262ae112a600dccc443

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9fc3300152d4888989dc219f8b704f397ee922ff06e1b618dee6b3112d7079c
MD5 06a666aae14ced0073f8a225e67ff66a
BLAKE2b-256 c6239017818d97ef744b442ee59f80d46a182559a4e73febf7aaea96f2f9abd1

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 34da89fec1ca355212c1737dad8b0970b92ed1336d4a0aa5a70c47dd9ff3996c
MD5 7b3bac1541dc8981f8154c603f1ab3f8
BLAKE2b-256 d772dc58a16394173859b228c276d61424459e878873464fa22bcd90febf6ea2

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8d40b13a478e051ec1f0fc07f85301931cd60c8aedffe8a83883e332ad78b9d
MD5 66bb7ebf1d88f8cd6e8c9de42cad2315
BLAKE2b-256 7ce87c1d2468b80bab4e952620219bdb10fcc027db4d974c039576184b575628

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 600e15a0a3bfdc5e320a04180a3d30f8906c82ffdf7e7cc14afd23ae3b435cff
MD5 db03692d2563a69890b2df3f57468b68
BLAKE2b-256 25db5374c2bf6df7d7c25460394d98f1a86380142c74d0b8461289b4cb4ca0a7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ec138fb8867639c375a8c1970dc6789fef7e550c8169c47a4e745a47abb82456
MD5 35d58377954dce2f5cc7bcf402361a00
BLAKE2b-256 448c342b2593173c9221aebbaa0f36b6fa1ddc0bf1a0942e2325fbd88429161b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 216.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4b7988c0356e6d2098bff7b1b08cbc9622f108e05e96045b6d87189c124a711b
MD5 4bd5fbdab20cc9fc185ce90ecdbb732a
BLAKE2b-256 5b7381790a296950443412cd4b6326a9424311b0fcb1779c40658ad3433d9b80

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df852f4e19dca1f814108142042f670b52d485e8976a0b7de3f524cd5d11749e
MD5 7959e3f3015eade9beafb5db509b1fcd
BLAKE2b-256 41988d6cf662ccac11b6a418e84280680ccad10ff23ce5ba35b8a0f705018fd1

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 20a44ebaec4d0337f1dd607114208884275ea41d00ab0b9246eaeac17c3dbd79
MD5 7667f0601c7e568d98b039f20e63db7e
BLAKE2b-256 bba01129c476a0d73a8f704dbc825c92469907989969d3d5e067cc5822da46eb

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44206524c8deb55956379566b91e20fcd92468bb9dbbcc2534cd0d38b6b78391
MD5 38f93613936e89f9ce6a26beeae49d1b
BLAKE2b-256 9f547ea0c153b1491fbe4ea55f5ee6e5944acdad6b97c2f6b0d8f9d720c10735

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc7f71cebf71a1905db7a8d547c9fe09baac9e22655a40a23e3234dc7f01a1b0
MD5 c723a0ebc038fc0460055839fcc150e7
BLAKE2b-256 cdb19df59f59caaeeb19d9dc36012055fbd478a2d186d67d2decd3b2c0313bf8

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a09beea1e79f0ec1efd080adfcecdd1392ca934b68cf2670d65d5ed2df89e700
MD5 bf85bfd9ec1f2a5edd159ae113e25c28
BLAKE2b-256 ec842a462ba0331ef4255e40ef45337ecf8b0c08352bb643c79c58b5cb7f5602

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3f079c481c7197fa5a33f9cf8749193c0b1ed9225ba11602b188bd82b35db52a
MD5 60388c7dc943a5bbcdcc19b0a615d15e
BLAKE2b-256 8600fed4343e41cc46b0cb7ae0377dda525f2be24a95b699c24bb82ef89f995f

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d584822bc87bf8a295b3b41843db47ce2d606f6ca959e3a50db133d0007ef36b
MD5 6436313acaf519c005ab0e614e291356
BLAKE2b-256 eebdec8ed72bdda2098bc346fcfe9defe60b85a7c04fa139d7b010cc326ed0ba

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6a1bd8b1e24878a0f4d8c66f846671ae1e69502fe4ab5b1a51d5c3c306d4303f
MD5 1156a9a8c28ad6798cd9918742222670
BLAKE2b-256 d476e72727b9c6fa34f2d35f026e6538320a81e64d7cb733ef88a3897a281785

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8741e585e7d42dd0f9fc2c2b6f883aaae1bfad89cc6c28e4be5698b249a2ccf4
MD5 4c179fbff3ff36ca1fd668fac1bd49a4
BLAKE2b-256 e244d30bcac52df9c4de33b2137e2589e5da79da650c5e7bbdb834de6dbc3a0b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ff29736d8c43a532676fd9aa7dfaee4b938054b6c6b3c3fab57b7c119be99d77
MD5 0908607a0a16ce1c7da6df147aca5cff
BLAKE2b-256 1d05a0d6c5431e701a0de9b180c4fd0183f34159a6fd26a03feda7568482f461

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 224.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b38ce2c2e364ab1507e62f80128cd0d3116d64262b00cd2f364956a2fc6cbd80
MD5 ede5a0f169eda9431c9b076b6e4ab339
BLAKE2b-256 2ad426d089a371891a408a70a3d98796fa427775bbcb9f8332e7b5568d792e0b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: rjsonc-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 216.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.3

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 70060acb3856235ed463061f7c37acbfa65f57589644715557097b4ee0a26514
MD5 99e60de6c47d63db9ba866bc8a722b1d
BLAKE2b-256 91872ee77feaabe057e9415582a03d4c4baf1701d5d9954d50d1e481a5c5bf93

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c92a5f9c3f0824996f7dd61b2ce06dfc754d7f4d46b193d7aa7c70b1fe8d79c6
MD5 7a89539e8606e8f1db84bb467aefdbef
BLAKE2b-256 5b168c3840ab26a5b5ece04d151050a969ffdce80cdcb4c55d264fe4e303ef5c

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7722860b8c9caa0f8c56f1ad4a7dfd7485306e0daa15d0ae3295bbc8ea44bbb2
MD5 0c19a4bd6f2d9ededdd91ee3c8d13b96
BLAKE2b-256 02878acaece21fd7415348acc8009056cb2a5ab3a42d39e42a99e34d8e9bc416

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee23a35cf3148e4b9bd567578c488a0d50c58e364db0471ca96f02d23cff98c8
MD5 e1f5c13965551cfca065d534d89cd669
BLAKE2b-256 0e3b2bcb936e958f206feb51c9b1999031a4cc48e2b6ba2450803865852144a4

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23ad3166c4fd1837b2d80e379097b7fcbae9d5ad07c28241292f2d1dda7fa6bd
MD5 25c864d71d450c2e90b6bb9ff8e524a5
BLAKE2b-256 545eb1d1cf5d31a75e1770d1796afee3899565a275405b0613c045025f804525

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 974794e35b7252a987997f8e5d9aff554c150c7b4d008568d2c4a77df854140a
MD5 474481a45ea1c65fcfb621d3e6a0bda7
BLAKE2b-256 4547f6d8475e9ac7e8c13f7eb16e98e6e45e6eea4ec38b7baf97b67dc129b601

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f1c1ab79f7371a67c74ce82dba547525c58b87f97403bd9b2c784f19a8f72e33
MD5 cb10f8172d218ebe4796c563437cb513
BLAKE2b-256 29e511abddefcf69592326ca5d1b42f12e02e8b745af5a9320beaed353dca9cf

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 abc0c56761cdc0039a3e866547ebb4278c84fea907961742ea4667766cf13452
MD5 98df217703941846f69a496a71357c14
BLAKE2b-256 9717c1c1e2eb56e8270de90fc5cdeeda9bf860574f3952d512a95b8de68d5354

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dc1ebd2070923655eeac2de3eef6b98f22c6c9ec0a25f5cd8553e82408e3c3c4
MD5 d7aa876c86ca780654cd410ca66154b4
BLAKE2b-256 6e027aa7fd8867631bda9b5a3428453f82b53f1aac8db5978797b2a72af9fd04

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14bfde22a9e1a1684ebd79430b78bc84ec660f12c331feba37e347a5b0e0f36c
MD5 daec37ce80f7c333e4e3ab5226679ebf
BLAKE2b-256 24991defeddedbda311a3590b1c707a1ce3847b002bc165584ff45d17c7c1869

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e4af962d366dcf9137c3744e843c0bddde7fa97114b288f1d1425a5ceacaad46
MD5 ab03973d923ce40a4bb55572b83ddf1c
BLAKE2b-256 cfd0ab103ceccb987e6601929ff58d174e79f0d883055d8e31472d23c1ff05dc

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad4a3d9985b3740a239299153e73ac2952405f854c0093f29923935a573c11d8
MD5 7cf2e490d8b9da1ac907b2b10ae1034b
BLAKE2b-256 fff58162e9db63fd61f1f7485602c839ee63853b51fd9b775810a579edc8e566

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 92ce540146461e838213a2431f1bdb67e2b2dbce81afa42fb80984455b980651
MD5 331df523a911361464e12449a0307aa2
BLAKE2b-256 5eeb538e9f66bd575dbfcdd00831abca72a0a78dcb6cf626b604f0042970cdd6

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6d594c911dd555e7ae5b77cbac607e4b6551d454b340ff59932009ad756404fa
MD5 15138f49a22ef8fa05744b471c854204
BLAKE2b-256 e22d3f17f9a6656d24eac12b303de991afbc84adfbae04977e00092bb219c6b4

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1fbb0e458f4c60e33c6a04be3f77ffa56d975793f56e1b312f7f3ebf85beea44
MD5 511bbe93212a889c9a9c839a5aee5890
BLAKE2b-256 b34feed474e3fe8b23949ea78acc6350db1270008b3779af53b0aa5ba92a2f3b

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a59d915706a146ca345aeaef739ba041f5a34aea9311dae9b05eedef7d4c6c2
MD5 bc19180412db80fadea1ba2475b0f6ac
BLAKE2b-256 b934809abbdc3788c7a50db527249cce198ab7ba3989b4df7688c9201dd1276a

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bb36ab26e9c17c55ec2998b7352870e2a7fd43e4c857c58b81d6b657b2984eb
MD5 83a2d793b1e9a30514abd064700c9eb4
BLAKE2b-256 93093128fd849b78d9662ee205a6ea8562154de0edffa232076ff8315bfb6cc7

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5c315a01d4b625c66a2d563f2a4c0f1d8562da3787c81a98187e51ab2cbe72c8
MD5 ab62061fc3060036ab30a7b74b299577
BLAKE2b-256 b8180e2a34308ac91c6ac8b952ac164d2078158c615bb449f6a0963cf88ae95d

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b620e8e8b6a37788207b3cc34fdf52c6e99d75967653c6eceab89b43d668d4c1
MD5 85c736fd647f6bc6f9f54972aa1cf26f
BLAKE2b-256 ee6b051057119bb9a0ae70aa5f4dd2bd74ea970ce7cf172b510f756acb27a6bc

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 398c2b943d5a2b9eae9a26b3c461023a0064783823da0a7b10c54e16a9365e37
MD5 31eb62911b9415f8be41eaa9af92d723
BLAKE2b-256 a7321a6ec04901d54624485bf6a22e767224ed20eaedcf6eb59e5b670c0f212e

See more details on using hashes here.

File details

Details for the file rjsonc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rjsonc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b7aa5efc111fbd1db2bcd2fd0bb8f485b05fbbe9d117e9161bc63896b77fb5fa
MD5 b03062c0f425d14018ee66a2ad0bcb59
BLAKE2b-256 01225e805cc65bcd91cc834eef87c684fa73b6c553f6667147568f1f4aa34270

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page