Skip to main content

JSON5 serializer and parser for Python 3 written in Cython.

Project description

A JSON5 serializer and parser library for Python 3 written in Cython.

Serializer

The serializer returns ASCII data that can safely be used in an HTML template. Apostrophes, ampersands, greater-than, and less-then signs are encoded as unicode escaped sequences. E.g. this snippet is safe for any and all input:

"<a onclick='alert(" + encode(data) + ")'>show message</a>"

Unless the input contains infinite or NaN values, the result will be valid JSON data.

Parser

All valid JSON5 1.0.0 and JSON data can be read, unless the nesting level is absurdly high.

Functions

You can find the full documentation online at https://pyjson5.readthedocs.io/en/latest/. Or simply call help(pyjson5). :-)

The library supplies load(s) and dump(s) functions, so you can use it as a drop-in replacement for Python’s builtin json module, but you should use the functions encode_*() and decode_*() instead.

Compatibility

At least CPython 3.5 or a recent Pypy3 version is needed.

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

pyjson5-1.6.6.tar.gz (299.8 kB view details)

Uploaded Source

Built Distributions

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

pyjson5-1.6.6-pp310-pypy310_pp73-win_amd64.whl (131.7 kB view details)

Uploaded PyPyWindows x86-64

pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (296.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (320.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (160.2 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyjson5-1.6.6-pp39-pypy39_pp73-win_amd64.whl (131.6 kB view details)

Uploaded PyPyWindows x86-64

pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (296.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (319.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (160.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyjson5-1.6.6-pp38-pypy38_pp73-win_amd64.whl (132.4 kB view details)

Uploaded PyPyWindows x86-64

pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (266.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (256.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (285.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (160.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyjson5-1.6.6-pp37-pypy37_pp73-win_amd64.whl (132.4 kB view details)

Uploaded PyPyWindows x86-64

pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (286.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (160.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pyjson5-1.6.6-cp312-cp312-win_arm64.whl (124.4 kB view details)

Uploaded CPython 3.12Windows ARM64

pyjson5-1.6.6-cp312-cp312-win_amd64.whl (144.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pyjson5-1.6.6-cp312-cp312-win32.whl (126.9 kB view details)

Uploaded CPython 3.12Windows x86

pyjson5-1.6.6-cp312-cp312-musllinux_1_1_x86_64.whl (895.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp312-cp312-musllinux_1_1_s390x.whl (938.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp312-cp312-musllinux_1_1_ppc64le.whl (940.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp312-cp312-musllinux_1_1_i686.whl (965.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

pyjson5-1.6.6-cp312-cp312-musllinux_1_1_aarch64.whl (866.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (335.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (362.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (373.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp312-cp312-macosx_11_0_arm64.whl (178.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyjson5-1.6.6-cp312-cp312-macosx_10_9_x86_64.whl (190.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pyjson5-1.6.6-cp312-cp312-macosx_10_9_universal2.whl (361.8 kB view details)

Uploaded CPython 3.12macOS 10.9+ universal2 (ARM64, x86-64)

pyjson5-1.6.6-cp311-cp311-win_arm64.whl (125.2 kB view details)

Uploaded CPython 3.11Windows ARM64

pyjson5-1.6.6-cp311-cp311-win_amd64.whl (141.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pyjson5-1.6.6-cp311-cp311-win32.whl (125.1 kB view details)

Uploaded CPython 3.11Windows x86

pyjson5-1.6.6-cp311-cp311-musllinux_1_1_x86_64.whl (906.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp311-cp311-musllinux_1_1_s390x.whl (952.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp311-cp311-musllinux_1_1_ppc64le.whl (959.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp311-cp311-musllinux_1_1_i686.whl (967.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

pyjson5-1.6.6-cp311-cp311-musllinux_1_1_aarch64.whl (881.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (364.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (358.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (388.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (379.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp311-cp311-macosx_11_0_arm64.whl (173.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyjson5-1.6.6-cp311-cp311-macosx_10_9_x86_64.whl (184.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyjson5-1.6.6-cp311-cp311-macosx_10_9_universal2.whl (350.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pyjson5-1.6.6-cp310-cp310-win_arm64.whl (125.2 kB view details)

Uploaded CPython 3.10Windows ARM64

pyjson5-1.6.6-cp310-cp310-win_amd64.whl (139.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyjson5-1.6.6-cp310-cp310-win32.whl (126.4 kB view details)

Uploaded CPython 3.10Windows x86

pyjson5-1.6.6-cp310-cp310-musllinux_1_1_x86_64.whl (893.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp310-cp310-musllinux_1_1_s390x.whl (939.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp310-cp310-musllinux_1_1_ppc64le.whl (945.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp310-cp310-musllinux_1_1_i686.whl (957.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

pyjson5-1.6.6-cp310-cp310-musllinux_1_1_aarch64.whl (871.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (347.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (377.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (375.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp310-cp310-macosx_11_0_arm64.whl (172.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyjson5-1.6.6-cp310-cp310-macosx_10_9_x86_64.whl (184.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyjson5-1.6.6-cp310-cp310-macosx_10_9_universal2.whl (348.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

pyjson5-1.6.6-cp39-cp39-win_arm64.whl (125.7 kB view details)

Uploaded CPython 3.9Windows ARM64

pyjson5-1.6.6-cp39-cp39-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pyjson5-1.6.6-cp39-cp39-win32.whl (127.0 kB view details)

Uploaded CPython 3.9Windows x86

pyjson5-1.6.6-cp39-cp39-musllinux_1_1_x86_64.whl (892.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp39-cp39-musllinux_1_1_s390x.whl (940.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp39-cp39-musllinux_1_1_ppc64le.whl (945.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp39-cp39-musllinux_1_1_i686.whl (961.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

pyjson5-1.6.6-cp39-cp39-musllinux_1_1_aarch64.whl (873.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (362.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (344.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (374.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (383.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp39-cp39-macosx_11_0_arm64.whl (173.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyjson5-1.6.6-cp39-cp39-macosx_10_9_x86_64.whl (184.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyjson5-1.6.6-cp39-cp39-macosx_10_9_universal2.whl (350.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

pyjson5-1.6.6-cp38-cp38-win_amd64.whl (141.0 kB view details)

Uploaded CPython 3.8Windows x86-64

pyjson5-1.6.6-cp38-cp38-win32.whl (127.4 kB view details)

Uploaded CPython 3.8Windows x86

pyjson5-1.6.6-cp38-cp38-musllinux_1_1_x86_64.whl (899.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp38-cp38-musllinux_1_1_s390x.whl (944.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp38-cp38-musllinux_1_1_ppc64le.whl (947.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp38-cp38-musllinux_1_1_i686.whl (964.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

pyjson5-1.6.6-cp38-cp38-musllinux_1_1_aarch64.whl (874.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (363.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (347.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (375.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (380.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp38-cp38-macosx_11_0_arm64.whl (173.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyjson5-1.6.6-cp38-cp38-macosx_10_9_x86_64.whl (184.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyjson5-1.6.6-cp38-cp38-macosx_10_9_universal2.whl (348.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

pyjson5-1.6.6-cp37-cp37m-win_amd64.whl (138.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyjson5-1.6.6-cp37-cp37m-win32.whl (126.7 kB view details)

Uploaded CPython 3.7mWindows x86

pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_x86_64.whl (850.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_s390x.whl (892.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_ppc64le.whl (896.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_i686.whl (915.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_aarch64.whl (828.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (306.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (293.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (320.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (294.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (329.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp37-cp37m-macosx_10_9_x86_64.whl (180.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pyjson5-1.6.6-cp36-cp36m-win_amd64.whl (148.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

pyjson5-1.6.6-cp36-cp36m-win32.whl (133.9 kB view details)

Uploaded CPython 3.6mWindows x86

pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_x86_64.whl (842.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_s390x.whl (886.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ s390x

pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_ppc64le.whl (890.3 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_i686.whl (911.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_aarch64.whl (819.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (290.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ s390x

pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (319.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (290.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

pyjson5-1.6.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (322.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyjson5-1.6.6-cp36-cp36m-macosx_10_9_x86_64.whl (177.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pyjson5-1.6.6.tar.gz.

File metadata

  • Download URL: pyjson5-1.6.6.tar.gz
  • Upload date:
  • Size: 299.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6.tar.gz
Algorithm Hash digest
SHA256 20df8c5dbbe0d653f403da88b7520be44fc8d74697bbdd1ead688458b5691a02
MD5 21d7a370e669342e13ce6621f7001d18
BLAKE2b-256 706ad65248c0b5ae9558bb45b5e23641f405faad052e39e5f62921b85f12b4a0

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cbdcd7cb1745ce82b744fdadcfce167217c4c815e76e05897f806f99397fa092
MD5 f48a7122c9f326acc4b24e5926db2c95
BLAKE2b-256 e11bdd6227fa87b5dbd6ed71e324817be9339674cb3e2a795625fdbfb1b80bcb

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9371ff9d5c6a92676935171eafa9cc6a541702352f747f77000b343d3101b0c0
MD5 657142ebebf8668b9e6a266ca3e32f0f
BLAKE2b-256 264f2354f522d6afe04ac636c67ad972fe114647e2125a4c0c7f9128cec54de7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9facfbdf1952d3c96016ce17159a3ce97b296454bc900e94c5ea1f0ae85f00c
MD5 71627713f8dd9c81cb25104c718ea310
BLAKE2b-256 813a219861062a317d221943554c0c4a2d0efc321f7bfc05804c4b5f996bd24f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f48861b7aaafee14c2c1769e28070cae1aeb011e54cdc75a7dae8ed732115c72
MD5 c11c20ceb8b690d18b615b91c61834d2
BLAKE2b-256 39d52d44c8570c8984352176e965a0749be7e3f602f68a91567e29d5e412177a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8afb7a6f3e020b9a2996bb62f98067ebf793e86599f349910a7129fbfaebdc79
MD5 2ed9e3ad9bf4537a5228e23e55ce3227
BLAKE2b-256 ba1583f132f4ed2cdb8778463fb3cc80de9f898bd41602abc342a3a8595429ce

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a3b0e45a2f1a84e78d8ecd70aecce0f84b360af37b18b2123646c3b310ea10a7
MD5 39ea342fb5aaea35fb66573272580a80
BLAKE2b-256 27535c57ce71bde2541b131f087b83032c5e1ecc7463c45daca64f7e71f0882b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f541197328ac3433863e2e67e4d34fccf1590bb88cc7f2c3fc2a81b8cde2681
MD5 6927a8ce10ee32451b78830e563343dd
BLAKE2b-256 22f5c6288be72cfe981c2853579f30ad0e7d5f4040949b9e9b91b70e30c6bfff

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14671bbb72df85b895570f092e1b0aa34437a8df3e609e70a00459943aa1b75c
MD5 72f45186ab3301db487144b8aad6e561
BLAKE2b-256 bda986608df606b5d8d3ee9fdd937a0814abc94311c99bd4e2ccbe65031af52c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d404ec8a8d8301d803ccf037b3f0fb5fc8051aaa8a9a737cd6d4c490911d316a
MD5 4c01c171704d10e0c9cd357a25fe350d
BLAKE2b-256 8ac88f128982aa8ec381c5c21333eab638f9c64f391604bf48e590ae1117467d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5f192cf3570c0588511afac7f0aa155f66dbf0e61ae39c8db63f67e0a3c9788
MD5 6c26bb2e55d39d1d03756eb975aae72e
BLAKE2b-256 98fd8a91909ce710f3792d26ad09d7b19c97eab67ef84d2eda5045371dd9c55d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ae55e95b6c59e9ad86662b6be213a6ea3f1e0c7f3d5627d88ca3dbe293a0a23a
MD5 5a9fd4e1deeff151f76c2927a4576e40
BLAKE2b-256 4f5db4a3ce198bb6794097b2b16006d50a56f3717ff0fd9eace8c68452e867e4

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aae2ad989da263216f556f3c5a3ea3eaf8c45894c9fea641c483576adb27494f
MD5 7cbf713696a7b3a2b66bbf7bcdbf8189
BLAKE2b-256 70ca41889509bf6e9531a11fad9778f5ff3f015db96476325657dd02f73a0d3f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e2c27e3dd5caef56910c6da6a0c97cfc015a1dbdc6c2f2bd63a3ad86a16b0bd
MD5 05d7574835a52b85c1e14bfb83c00338
BLAKE2b-256 2644922b81d1d07f82266cd7b4d0c3acf9e1ce25aba29428f2ffce126899c309

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d29b5cefef1d2a2044fb800d7d7af2705b7acafac1bfd2630840a9a080d1c70d
MD5 748454d603f3bfec9f6cd32f490b9dea
BLAKE2b-256 7240106aeec230efb1490371db3acf627f669b25b2fe8b614d2a62fa317f2626

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d373e93e3384670b71fa42f4453cc1f979e15b34a21c0b746c5a6d14b6ebbb12
MD5 4febc0532cdf403c392e62477958bcd2
BLAKE2b-256 eea296d1a8040e86a4940cf64fbd3ea035580348c3d0a46cd4c6428b4b00f465

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0b9718821bfc36c61dd2ae8456fafbe3e9eb46df13cb2ac1ade38c5163ff9c92
MD5 f6aa6fcba1b6db08cdd5800d539547a0
BLAKE2b-256 2f4c3fe03b841d0a4a1713c7a211e2371b21c705b0e30824a7073b849b13c5b7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 868619dc4d271ea9ec5f4041901238167526be369e3598867ca0d9170827692e
MD5 82707638dd5fe587b10e5c8aca6f9b6d
BLAKE2b-256 d15fa2e1ab6a51210f4815796f240591f6e124b8aaefae056d0b8f473fc6d99f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fedb2ab5cfc821f9b9ed44dc1eae5d22a39a040950bda77c8b26e04df327629
MD5 03839e5328beec7d6060dc06d02f9de4
BLAKE2b-256 4c09bfc3dd326bb8723ca48ebcb4701f770fdd364d77404b1913ec9d58611e17

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ea61368eb930a39441a7e9dd34ecb9af026a7b35bd03570910558abcd296215
MD5 a21eeefcd1db22c0e84bbe8aca1a40f7
BLAKE2b-256 790fddc58b1049738fa5beb2ffb8c4adca59a23ad41b129893b54a9522a378a2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 beaa44d409e16e31341713890baa4e612909250247201af49ddc57815c52a2e7
MD5 12bb91ef633ebef656f9348f194a5b7f
BLAKE2b-256 22846d97ac02571c6db9ee74810c2a2514723c26dad623e488aa636cef5c740f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 124.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 14cad404a8dff0ea57370b98350b8fedb7611ee8023090b8a991673b4542abf2
MD5 dd0b0a8767ded993bca4b5ccacb738f2
BLAKE2b-256 833beac027f22c687145613bc6f344b82fe10893b23168b9e64cbe812a1b0d21

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 144.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 50edc8c1f8c903f6e5df8547ae4195e3456ba2cdb45fbbad14022937a27ffa7c
MD5 a171895cf1733adcfd6bf64cb990108c
BLAKE2b-256 8113cc2aa831cab0861d508077715d275f79f453855cbef2614af538e2668264

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 126.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cd44211d3430fc32abad56a991fe5279243cbdae303a1c00ce418e0562f315cb
MD5 1a7cca8637c1142ddf0016198ad997d4
BLAKE2b-256 04d480534085fd7dceb74587d179166cc425303acf2ee6338bf46f229ce50931

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e3cf693ac82c7ee1da149e172bbe0cf59d11b06c31331f254daf8825d566033
MD5 c3938a8389531aeaac71db6ab4941fd1
BLAKE2b-256 bf4287af48b93389a4eae7864fbd68cd108e4f79c98759795015f6e95a67fcc2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 e62998daf49ccfa106459724ab3e57a87afc6b4e17e3422db633bf837918ee01
MD5 bb02deedd1e173885eb75bb2d1e5682b
BLAKE2b-256 e1a99bfb90077dd641b84b5725ea0a6f7750162a3fd93d8748c48e28c14ff264

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 bdcc8073544acbb625dfcd64af8d6fdddefa4dd8f6898eb0bea1d50bfc7db071
MD5 3ef7fd87a75fc82351c134b089ed5651
BLAKE2b-256 66d967aec047afc6a31e48fb30531498cf952c86592cdda75f69aa15719c49b2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 270600deefe532138d00cec1e4029c716fc86eaa52dabfb12494dca1cb30e611
MD5 df573bb08a35c67194ea2518c3c6eb43
BLAKE2b-256 ce3ddaff6cfbd5c42b00d09e65fd425e34cae4596982582ddb3c8e0c6e8be1a3

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5940c9c2feb9dbcda0cb87d2fc7edf330de231469c882f1e584d96814b6efd0d
MD5 103b3781ba913af944225b78f317a12e
BLAKE2b-256 8ed38cc514be6ca633eee3312aebf7c00f0eec9a5848b8657e18f31c01b8b22d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8b738a46b7a4c6910a8cd34c3fec752c26afb5156939241b080311df1ace484
MD5 3c6a2495b7f3a8caa2829a653b127db8
BLAKE2b-256 94ffa8f633ae347dca1de9af8914a5831809e6f2f06dafa634f293181a58964b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cdf1f8140eccab24bd917a4111cc2783b1b430e8b9a6443b2ec4dce7267cfa4e
MD5 5a4f07e26083e5bd53db2f31551e31f8
BLAKE2b-256 4f8c2bd25134cc2bfcf50d4dca246cbb0496b552fd7e0fdfd793574879546a63

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7366857ff307ef1bae3f1096651a2b2f86ef87b8ff4ea7264c6d7db9176adaab
MD5 99c0b8ec4cae673b4d0ac4389f0bc49f
BLAKE2b-256 80160a9410e0535b323573fd0db94c79930d4cc0228266377dd337ed0b96baf9

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02d60cd0f98d39347416d9172f38cd9601dfcf9976536688deb82c387ac22db1
MD5 2cf24579c6cab73adf25760362c3aecd
BLAKE2b-256 0b1248b7c4af0a21197d31d00de5b0fcdadc10619a8a16d38aa0b4f326b74604

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf1f437b4258661d0cf884675487220fd035f67e50a648732e02b22b1e417d60
MD5 19135f6698435842058380435eb3941d
BLAKE2b-256 f6928a59de50f6ca0c80587a70d6aecd3a45eb2d1828da74212be7ec906c02b1

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f1a9eebe9d793e5b6ed00691744255400f57666004f454b09e2e651657e15fe
MD5 c45b8857076a38c09c54506e79951513
BLAKE2b-256 181ffb05847cedef11fc5818d0bb8cccdc27f136b33912d7723c38df0e10ed44

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0836a8181e4e857a91c1ab55adfee2dc4e60fff5e67f9e45f885a69586702f8
MD5 fedcd1d22046691930abc0656974e7e0
BLAKE2b-256 aa0778d9510b095369a48d4b778a03d2b31d4d134d9c9df6bfb2cbf9d2765470

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b2f96647371dcab50060e5d6908f152ad33c10e534f9695f81e3f59733748f0f
MD5 ca06f5141985d488453ea0b92b95b2cd
BLAKE2b-256 b0f9c8c17f073078f6c6ca8199d0ce2fc30771933400f614ad9d4c3af601452f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 125.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3145da3885e063b360bd9cc0bff6c9b0c83e3a2e822f83b4f7f40b26b41e1598
MD5 28b75e39cfdfa079fe0d44c4bd4c3e1e
BLAKE2b-256 6f2d33f01c8da5bdb05ec0d2dd62936336439ff17394c63a3f24285379a825ac

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 141.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9293b3768e27a69ef764daa10168c199887ffbe820ef86ea9c2ff155bdd27fba
MD5 ba83facf04025c61f517722943edb988
BLAKE2b-256 e1898c7df867ea51b9e7cac928ffa4618203a993efe74d90c408e489a5bf80d4

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 125.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 415805f111faa16b050827beda8d763d4391becc24f86438848c7cb23ce63c55
MD5 f43f8786423a44c3d0ce7cc145d6f156
BLAKE2b-256 ad164b40633779629292689a53f7ffceab0f6debb8289a2f9610847e748814bb

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 86ac9e2b5dc086a979a115661f7886208352a45f3276453db914adbda54adbb7
MD5 3e4c51878f969b0d77ec5a941624d1e6
BLAKE2b-256 b1288fbe41217febb03235e4cf1dc4ce2820d2c65b974151c3fd96343c6b84a9

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 6e358035e6fd975933f00a01c2ed3cc1e344f9a06b6edc445ad4b3bca7509de4
MD5 4bb636e813b1cd845512c08bf55554ea
BLAKE2b-256 1c8e872dd5d4083ca59c11a7ae2aa79277677b0549bd2d43bfff351864027d70

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 0570cd200f5b52938769705c4f3092f1fcbb850f62278d30db8b8c6ae5ef0617
MD5 78694b83819e035132e1ccf53da09681
BLAKE2b-256 3cf4df8fed86ceb7c49cc6da936bfe30bd975cd0272d770373f0ec90013b9494

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bff1c85756a80fba14285bcaef576419b4b159543fdb8c20714331c1d873e9e1
MD5 f00d222dcac774d836e06f85928fc0e0
BLAKE2b-256 edb00c922d1bb78a7cc2b30ef4271161234167fc99fc406b9490c60a349d7776

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 990bf3aa3df840dfb98e3663d645d6c897d00ccf1e6cc2a594a547e8c239cc52
MD5 e28ca83554dacca7b0762f68792ddc59
BLAKE2b-256 f9901370a6cf569dc93b68e437f36815c87013b6f5fb21254903c444c155f9e1

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0abc60630bb1601ae9005e251d30cef363cb4d6cef2d2fb7a160329569170e38
MD5 5c36952cfd47a5af3eb75a02548d4fcd
BLAKE2b-256 26bac21b9f0fad649cada64fdfbed8546c74c998f137b487affb1be451b23bb8

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 122a980366db9c56b35bead60debf832d614ebe47a65d34bc292b2211e42e547
MD5 3c28d330188df220269dccbb817f39a4
BLAKE2b-256 2599030ac57b76d1f226520bd8bbacb9aebbaa67590e5ed8b492a82ae12a2910

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 011957e1e7143c82ee5701dd39292d3864f6989247d1423462b1ef405390435e
MD5 542bb2a2fef9598dd605822c985c414c
BLAKE2b-256 40bfdd8228fb394ddbc8b625b590d26b7c657b6a99e57b15a1763a413c030069

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8e4974cd32697f3a2c6738b597eaf66f2d23eb34dcdd79b8b6bb92549b56395
MD5 2a1f62ed80233f72243d4609dc403130
BLAKE2b-256 99c9cd4474b104b298334fc55585909b4962c0eaba60684251e77130e25ce4cc

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f9f8072be8d2cd3ba40346efeaaaba089a6e9be04ef23a3d690aaa897c53f71
MD5 cc88005b67a1eb7b744680c7af26a9af
BLAKE2b-256 58b4a11078d9ce76e105263ccbca43ed2948c3d8ae9067ea6b3ca56748e0a4ef

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d1fe850aa1763e8f9945a7120f032f5f707d0372d52c8e0fecda2a79640820e
MD5 573f8790e5c69108eea0bf1096340e23
BLAKE2b-256 0c8b24c7d8f7785bdaab55481b67e736e892b01e10be2366860d67484f48ad50

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d828b98667ebca9fbd172f221746ecba105081b77f5ac6bbbf055f2faa38e14
MD5 f6e600dd94dffc8de3ab2fa4dfdac625
BLAKE2b-256 b2528d792ace3aa0bb48393e57fa958e6b48bc64efd3e79e7159a051820b680d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 127f145467b61ef8a9a1d01c5c33a433d14dbca70c70d0b0800f4a19581303ff
MD5 1a9972b3d26e87e5777889051303f3b3
BLAKE2b-256 b4886d378e5c0488a1c697bac75627ccc2f356ff30edfe56ffc2dc19b8edefe8

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 125.2 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ab2d7b402b8f27a866431dc1b476c4f9f0ccbb0811425c846985f05f5de9236b
MD5 a2fef57cc72531ccf1a522e20d0397e8
BLAKE2b-256 78b6bc32fd9d9826ea95cc6d9bc1a9b18a4596bdb5f54fb638b23905994bcdaf

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 139.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a79e914cba2a45725c2b10801bbdc7975e2b0926c4406f3cbd67d3976c2ded9c
MD5 08638cf9832fa0cf6cb4be1e7a401320
BLAKE2b-256 180e254495e8b5cb271c834f5642f3319e2dde8281c66ebebe19d8fdd013b456

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 126.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 80a96a264b7eb7fcbeaf646f44e18c22f98d1f72cc9e9ca284f785612df457d8
MD5 8bfb5b828df0c0b1821c28f969e8b058
BLAKE2b-256 1d3e7f2c0f9c54f590527f4c02745b33f261822e05d245ea4af21aeedc377590

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e6f791cb35ec48a5822a888225b54b36e53e10ae7ec193f85d26c188702861a9
MD5 b1ce09f9f32a0a1a4962941937e2f200
BLAKE2b-256 66ff781ce03a8c121a56bfc30c2ee562f2b4e24ea3b479d017a6ffcd4916a223

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 c5ee52cc58080472bd5668a2e114b779a56e200cdae52870e61a72c95c0760d4
MD5 02fd819ddd426af8932971f1fa0d24cf
BLAKE2b-256 1044bf1b08090cc8f686f1a1101e378df752371397999469821c311043f4e05e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 64381957edf773f4c67cc32c6e44fc791034efde5d654626171829d1219e4247
MD5 8cfd01a8bcabc2d00f85c550d8687e74
BLAKE2b-256 bf2264b371947d6a06e310eac332d3e15977cc409662901a2893cd9b4413681d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a873c3a0d38f4f901e2d721ea3875ecf8d704a6d6c642cf31f5e17d37b60ca38
MD5 ab5c820305115b6734af51f0b245cc2b
BLAKE2b-256 3a6fe6b0c470936f46fa91631776e1d51edf28994f32114beb34d27438ca55b7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e4b0a14f9226aa425bec207b9ea5ec149b6b9ff63d40399001b9ad4a1f9920df
MD5 63b0a371c8647248c311ee6fb3d02260
BLAKE2b-256 f0429e71814138e4c56c8b61433975a69c4da99147a8d04715ddb47b336df2ad

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17b258ba83c2d888568a098cab8f7df1ceffded589386eb5d70960ab83cffa9d
MD5 325bc379c45893bb825fef2b75e9b92b
BLAKE2b-256 90b0adc8cac9d04dbecf9c53f9d9a967db296b11c77d6f0f088e13951dec1675

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ed4c50a117e8ff0733e2c2b761adf183150ee9bf9294f06c01983d76e89f5f2c
MD5 8375d312f7ab32ed526dcbdbe4c16939
BLAKE2b-256 6678708d7683ec302567d26a67a38f7f2d20db81d1ca94a397abc86bfa8e2e1a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 314537a41af768367ab19a50d697a6ea85cb1c39bac4a2b93680cab930002e31
MD5 9a6fdfb36ed535f86f79949b412de7c7
BLAKE2b-256 941638c638eca1b02ff7a92719580bbaac1406a03a5b5c797f509ff5aa9d8185

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59166de551e7321dbd3aa552ef647d652873701faadb021eae20f55ba6705829
MD5 d5d27770424a661ed2b1724c6b308559
BLAKE2b-256 975497992f7fab144dd760cc6126e666049c78d77f09249d59101e10bee7d72b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 211a9e260cf7d122e4d8881ae8724067cf7dfa48317760adb59b96bcf8e0a407
MD5 455941b38392b89e14e2cd4f70744c9d
BLAKE2b-256 08610ca451921b372037e6f4ae29a4a0325419fc71be4e089cc69edbe14d7463

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 420d9f970d678d8d1fab8aefdd483747c75e64681766e771494910b8030f41fa
MD5 ce17060350efe8ed8a7a59c3e999572b
BLAKE2b-256 99d534a600305513fb85180be6849994b244dbee7d7790ac07bd0e1df935b991

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1649e043e1277aae474e72f8fa3431cbf83605059e733043e718f77f59aef29
MD5 29282f09b1c75bb3a484000de8a2e524
BLAKE2b-256 28754c2b8edb3ab04cc0716d84ad9bf8974b9eb34d728f2c1635460ee1e1e31b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 567437862f410a5912eee4cf13dd01a8c28ce9c9bf95590b9b9a4cb20e9daaed
MD5 4aca232ddfd8680aa8f885fda887be63
BLAKE2b-256 880548b7ced5e5fafa70af09b9a97f4a72c9b5372429fb0ac6bc95b142680f78

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 125.7 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 76154b0e0245b9dbb97be34055d5be38cb6a55508785594b53e0f4d57b0267eb
MD5 03e40f86498bb0692cc0c6fef2c04e7a
BLAKE2b-256 b91403eb4e99248e0e69355d4989359f792b8b2ca1bd1b205602cdcf64dee408

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 140.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 521e7691fe38bd56bc4764e7c9c54b4783910f602904d8ca1a6571a9e82a3f82
MD5 8e5689b133ffc32b55f381b0be5b6f30
BLAKE2b-256 a2fb139ccad34f51562c1923d6ae7b593131d80629fe95c8bbd0115ba921dbbe

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 127.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f46d276c64b787c895323c82acb0f0151c4e0b275cf1ef001e2c7633a29f3068
MD5 a7697f78b6b97ee81f03f41f8534265a
BLAKE2b-256 74c8d2e9705ec2fd1771a96a6a18fab61a7fae5d602fa1846290d654de436c8c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df2429ec7da1495122b63df437c04d3d5af8cf23654848d20637fa41c4aee1b5
MD5 9f52d42f5ded9972b5dd166df9ad9ad9
BLAKE2b-256 d0c57a8263af532781d0973af7235d390f4c4c7fd4e390dbef8ef554ae5a108f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 ce1c193b0b35c40aa8e2097c88cb92674fa4b37016724cd8e2dc2a12784fad4f
MD5 d5dad729d79d1558e985bbb6637a73e7
BLAKE2b-256 97a6cda5e47686eac77d5a6abb8a400a263816f4d7bcfb31ff2e5472d60e3c75

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 48d02c97e34e64eefca4794dc3717373637aec4bd97b6e094cbed926b1893097
MD5 22a7943ae54bbfe01326b505d7d508b4
BLAKE2b-256 ce26923274f3b51936e0424301cdff83d161f0466dcf789c3f440762320ef46f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 259f1797cd25e13396b6cb08dc0625c5de26a4214a8279e5304d6c91e5c8eb50
MD5 5dd07a31b3addec85980a3d757746270
BLAKE2b-256 51ab5b7fc127b5e8979726993b82436d8bdd602ce540d37820e1b2890344b805

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a29645584914f7b1840e916777d402264ea3cbe3e04ff47ea00a799de17552d6
MD5 76a0a89a7ad5d6b3fa0b0afce95975a2
BLAKE2b-256 a8156bdd7b4c5c26a840c69bc8b242f2cc6512d9b6a46522f004db5a3b479093

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8eb8edf6607a6648316f8a5a76bbd1bcb6626990dd9bd6c4b1dee91ec73650e
MD5 86678038a8e1d7fe69e977b7f5608bb6
BLAKE2b-256 e042c1a50258841b584dd56187ab1dc684f2a4c2ff7cd7c6a5de606928b45bc1

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2add15588939d8b1b7c59fd3f5480cce76231e0b014a2edebf3443ba92789d38
MD5 dd47df13aa0ce876b76790dbc99b68b3
BLAKE2b-256 d5a948723b94941460e55cf6d825bc493a335d5248f4770cf3e33e97dac20b0b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 62cd10320a1e80b1ce386ccaed9073cffd729e0e5b7a8793f2083291770b0db3
MD5 5394950b9df9d595fd5f582850de6205
BLAKE2b-256 54ef57ad99ed89a403d62e31271d44311d5bc408ea01025443cb253a07c8b94c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6453b85fd4839660beff29165cdee0e0c486d32d8e7be002daffbf40c64c445
MD5 49b43e8f6bc7b0639030fe61777f355f
BLAKE2b-256 663852d6d277fe2966309d159ddb62fc668f275e8e77205394fbfbbe629f2b7f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2cec7163effe96abe40ff098ffd2b16f5b322628bdac34c7aa5d316588524c42
MD5 4d22394d0329406bb8aad1951e8d864c
BLAKE2b-256 c0ecbe3bed09780f8f7318764ae879444c5c2509400811ea71bcef56e7bfdb75

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36bdfa9334d00be616a63fd15295e9885d0e91dfa75cda5b6a8d1a2b406d6252
MD5 cf4fc85c9df447cee800f5506104028c
BLAKE2b-256 2c27c7877a969d0cf60609aace02d2ba15db4a4da21435d8f04241e023613dda

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8c19dd552551b256ec70beed516d47953cbf153cc7b04ec7189b9000211f372
MD5 dda5f57ef1c014a87b9015e2eb66b1ba
BLAKE2b-256 b90fecef030bcffbaac016a94c94644f5456def3a2bae86ec16a23f396121be6

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d539ed7039ca0677a9eee156bd7551e158fd4c8e67b500fba4e9b42c2178dbde
MD5 8a99f09464102dc528283b2b9767fe98
BLAKE2b-256 7b440266c5446fabd48ac455acbc47efeeacc11f329b073ff6c0b02cf6fb257b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 141.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e94bb47d5fbacf7859f16117ab572b063705fdc6d3caf0afd92e02bbe1a0adfb
MD5 1820451a9a8248b6cf9c65c768aa1929
BLAKE2b-256 fc83983693892718165e990b110748ea161a67b5e0f9cbfcc5f9e66abc19ebb3

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 127.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6b19a7025546406ca91184125aadc89a961189a9f5d4a76c0534a04f814c8882
MD5 4e0d488e35ffd6377e29ccb52e3a8f66
BLAKE2b-256 7267fbd23a8e71516c1d817908e48e476a170a1610d4c5a7bdefdc0f7398ef79

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d0bd69aa1b82410593341eb43c546c567bee5acb151666857c9df98e2cdfc09
MD5 94cab3974473d81e7f6597725d78251d
BLAKE2b-256 35814017376712b6707bccd1299dd85793ee6e94570e4242204cf46a8404c37d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 db57d37d1c2cc07e50dc8a37c1fd4903a38feb1b236e8f9094249d621deb39e5
MD5 8adc097d58837f6a4f5293d7de45ad94
BLAKE2b-256 74c5bdfcfdb41ebbff0d35102c10340d4ff864f01bb32d2c7c2fdf7af0799f97

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d9661f68bcf033a80da5292a87ab1abcbd6462ec308f83cc9a96d5df4255a500
MD5 62c218cc5acfa1762026f8080d314fa6
BLAKE2b-256 0a24c601040946fb1fcb0a261c1944d1e79099e73c20b5247e97719cb2e648d6

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d6e8f92e2f0b84e6ede805aa68bbee408f639c29f64fd14960a242bb518dcc6
MD5 65bd4317f2cac7b16a9e4253f5681564
BLAKE2b-256 ea3909a2b0f2c12ea4619d68b0b3bd475abda3df47426e00b2c92690689b03ff

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e6dedeb9aa7a4d6703c1b5ffd3ec97f4ee6549f4f6550f644f43a74f43fcc89b
MD5 46d98b58bcb478133f012f784201f192
BLAKE2b-256 fadbdffbf19fe38c1bdf81f453739a9bdad6ad97f80c58d3a439672cf505158f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb1fec1b2a03a219c9fb3cccb255140bc11daa86ce844ffe7354db7b2bc9223f
MD5 1cf1c5c98dad52799b0b74271e35f694
BLAKE2b-256 e3ca5fa18e9515692d4149287aa1208b009c76f2023d7434367d43752188ec78

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 759ef75276235d9491ecf31c4c7ba057cdcd45707c04d2bdd0c0a18bd9f36f71
MD5 55be257cd26369a97c197867036a337d
BLAKE2b-256 d1defd96fd2175f0f1f2b3a4232a968b1bfa827b173924f3282d209c4f2da98e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 57231901f4c96cc5bc630daef3fc3eadc95b8babe019b9f26b4915296a755bb5
MD5 17bb28361fe743b7219eaff1a024465b
BLAKE2b-256 11fa4131dfd2208ee03c95df90bf53f9f5697f04f456d842f5a2c33ab0582a8a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de97c9e246bce7231dab34248a66218b48be5af5d5ae69c78421a095b0e0ab26
MD5 4bac5bd2d1b7449d149ae68d82a880a7
BLAKE2b-256 446885b038466f1f412b21c1912a04fc9b8800dd28a0908db7b8e6756f1f0063

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3a120f1ac4dfe9d7fdfadd3cd2e0f02260c2e1c1418767946fa6ce6a786dcd0
MD5 8a5cf37bd261e020efd9daab96fd9c64
BLAKE2b-256 00c277495a39b860eec4523821c679adba55b9c62decddbc11c95679fa46739a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3fb709498a53e0f9fb8d18612ae88b11bd472cce80431e312f1a6ad65bce673
MD5 232951096992d57d240322ccdd4e2c8c
BLAKE2b-256 78bdcef40d1d3553a2349246edad00fdff844da9fc02604090cac9cf13320579

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 144ea7654b64226cd24c6cc856827180b2e04ddc4404f9513ba41c6f284aa4c7
MD5 453311773af53668125f13c34b8d8df2
BLAKE2b-256 d0dd89b0850aedfd98713279c0b4414e80ef47c4afcc40a4b228c039cbd544ec

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c7643308f995d746af8210b9a418c287885a0f8c0104b5e5160c190e56fbd0c
MD5 2bdb8e6b4c5d9250b7e262b5513d7916
BLAKE2b-256 6c362a4dcc360f1be1e670aacab0cda8d993c3c6e7a536a6378b94d1af09b265

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 138.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7dffc9dcbdf09663f6aefcf03a48cfb029437ee60c0d4372e2218f30929d3035
MD5 106c12471c3bb860c64bc845e964c12a
BLAKE2b-256 083ef2417629107fa1673caab4b5bd690063a24232d20473bfdcd0debadf03f3

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 126.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 149f6ca0e346fce26ccb154e6633d3dbe10f197aae2b306cf3e3f09a57b6e4f7
MD5 684da6fa865192e9fdc6ac2ba4920409
BLAKE2b-256 e07bb5d74722d2633b8c46436ed031ccae8da79877ef486de51d2e0cae6e824e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 493fa3a81ce879e7ae47d1aa6a2b465a207087857b693404e523f069f531d01d
MD5 ef824de99e76817c8009e860162caf21
BLAKE2b-256 09364bc53a28ed83c7d3c65839e8789c3c989c197eeb852c4071f34e1bdbbb85

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 a093e24dd14a97f06d1596158d413b3b556cdf2b0d7a1af45b546d1d90224de7
MD5 b49939f998446e946d51c9544dc75e8e
BLAKE2b-256 c3e00bbc1f14ddcaad18136a359996d297c9d8ee2752920577d04d996d6278b2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8b869fead9daa2ef5972f30abd76fdb8acfe3d6f73c0e3783fe13e1775d4aa05
MD5 a1445fe6f11cbffa80ba75957f58eb24
BLAKE2b-256 370ae14e0436c5242655e38697af056523f71bcc898023f771b98ff12dca0b19

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 94e20d28d2cfba1b2be59c63ad8ae221e709a84158dc7f138d3b7258319f59b2
MD5 63aeb10780672c0b4b1a3a370d38967c
BLAKE2b-256 dbf452f6376e75ba4debeaba02b58d89ee058c26f9205f29028edb93fdd7db9e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f069e4c6336b19afdc594d04c81eb900af5d834a6cd8b395015389974b044972
MD5 6fe3d24d50a09d3d41c3781e7740c67b
BLAKE2b-256 063937766b2d26575c6508ad5eb453ffa7b9acb839d56578bc89318a26770f39

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c8af6410aa6525783ceef0008f4f86480a4f04c4b921dd4295a2f2ba62f682d
MD5 6b06ae28d84cdb9909ff6532748a94a2
BLAKE2b-256 678133222095d37f482ce6e6818982a7d383a643874a01df428c64785f0a3d8c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 985f51077649fd0c84fcc7057d48b862c843f30f77c9f5c27102363c653c9e5e
MD5 51cc4b4bafe46ab84f35148a7063bdf1
BLAKE2b-256 e379bb38528775240df496198a93e740f1018ca9cb4f685cf01ab8727750110f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55df02651c98dc8ad7fa30fd4fc5a4789a83ed0498312154c35ee46bdd027ccd
MD5 2bf7b4ad61a16c07bbe99c5421cc53e4
BLAKE2b-256 9bec3ee204f5aba3f5bd556af092ec87c343252e899f0bfb54d0dce2c5c8d436

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94b2d2a26ecdd9ecef704a5a0c86a272e85d1df6bb30f44fb7f825d6975f1fb3
MD5 b50c74fcf97f07ddb99d61621c2044a4
BLAKE2b-256 1e005fc70476818985a13f654d2e077f593a749e1135f20e5a6c70dcb16a810d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 caebf75a83015299e45006819caac156ac2ef1e057158c6c1453c0ebf73de1d9
MD5 528ea50804f9485de546327707c12db0
BLAKE2b-256 7511bb47a69bc669c690303f40933c8eb7bea65015c34ca25774582ab7d9655e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 87063a381b2db5f5af794ba6a3ec16c9a9f8fc5e974e41c299f761e7af138ec3
MD5 9d38d1551415f2fba8d352c43197a4ad
BLAKE2b-256 12ae931859d0607cf8e252cbf7efd1c0a3635e509a1fb67fec8c1d8e20287125

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 148.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3d2829447d9d6a51a5976a3eb0a2a0069122ab741378c60367883e60160cb6de
MD5 26d76e82a64b73b858a3c17b267375a8
BLAKE2b-256 43f7006f44313ebbf264876360bc2c63bda7671350176a8dd8bc5a63d6ba5566

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 133.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7fe091a563a1fe8f1c495d96d26fd40f9d19b9c3674dbf89dd3c3df8bf46cfe5
MD5 e0b2aa267829bd1e9b9d6fbc6058c768
BLAKE2b-256 624edc051d268844db43d37687a6561b70c595a9cd48de48cc7fb63b8168952c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c069dfbc4939ce5d8b6d72b7755bb287988aab819435349e6f52da4e62fac9c
MD5 a2ae79c93c14e3cebd1d0060c9d0c16a
BLAKE2b-256 d8fa526996fdb12afd0f22ecfaa3186ea3a04425f2d8d55b8dc9123c05c0f7d4

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 1c2ae4f322d2c859abd45efa893d06737b12575ca32fb068d2ab1ff7e1dacf7c
MD5 9e1dc194716a6f4206975ba82ad8635a
BLAKE2b-256 9547d23b0d4af2c4f71bb7c17e7854186cecdf39c9f1b7807952388986aea24f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 e23d76671b1ea35d31144ea94f911d7096808e63834ee412105e9c281d50802a
MD5 08be80aed916d1f4ee850a780937d771
BLAKE2b-256 01773be1fd65e727d3f98e02457c1457c89b9a0f17b24a8ac3e2b3dcce6b0134

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0d8063c83603e4eda99dc9396113521f0d277b027ccb3182e8e47ea284db8a70
MD5 cde414a6a1a2a48f67e80d025afbd241
BLAKE2b-256 4336e174460d5166cc87a08773d8bde3ac1a33e11fb5582bed957db8e46bf9cd

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4724d6bc1e369b29fb9fab7b10530cc11ccba60dc403cef3a83c213bc88d541c
MD5 fbeab2ce61b5e1509e863a4a9140ab35
BLAKE2b-256 efa7c9df12c78ddaa50c079794258650be063b3896ac68bcb8d1d31ac5e0d09c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb6a4bfdfb47904f1a4fdc135ab000e36bf79a0bc70aa9ec98275493ae19fd55
MD5 ae3c83e244d71735825ee6ba3a883a52
BLAKE2b-256 16d14ecc811f9a71ce3b9d592b20c7dbc247b4fa70336cfb66970eb799e15e65

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 410c15018434271408bb9410ac7db5195beccc33d8d1fbc8fb4a39858427e0df
MD5 47e5ecd37f2d81c30bcd183453e5a3c9
BLAKE2b-256 2a1084137881da8213a8c7ee67da0fad6b09ffed5ebaa7208ea78b04dbb5e427

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d6cb856116850100d46df398cd68fc05d61ae5525eb0164b1aa9310e14c957d6
MD5 c2ececad752fe10861cff58cffa71501
BLAKE2b-256 a90e18fb8d02a92857a52c02fcc23d81aa850338ed3fb33a7ec7b8afd29be2d0

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34500d5373dff030ab5183a69b3eb545a3a89385a3949142ea61ca95e653cbf8
MD5 fd8bcf0daca5b1319c3aa2dc32be5aa3
BLAKE2b-256 fd974de31fce36a51c7ea607a65bf6f46acf773f030c610fd17364aeeb83810d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b21596c5d805c5e8fae5ba2c80317f2a6441c62ea91d1bd6515c43c23911a16a
MD5 a53a5ffe794f15ebf7943d5267540dc1
BLAKE2b-256 4fe18358dbc94fb364ea33490f8d9a3fc744905f965bed05c9b948b22821b1cf

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8eddf775c2846e24f5f17c0ef2dc20f7de628148d03394a46ac1fd866a59ab78
MD5 eba13c1e3f70d5cad3177c4e8ad43a4f
BLAKE2b-256 516a673ad89387b5821123ce4b5e2ce8c5bef2e8cb87371ba85ad539753317dc

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