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.7 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.9.tar.gz (300.7 kB view details)

Uploaded Source

Built Distributions

pyjson5-1.6.9-cp313-cp313-win_arm64.whl (115.8 kB view details)

Uploaded CPython 3.13Windows ARM64

pyjson5-1.6.9-cp313-cp313-win_amd64.whl (134.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pyjson5-1.6.9-cp313-cp313-win32.whl (114.7 kB view details)

Uploaded CPython 3.13Windows x86

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (173.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (167.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (185.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (168.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (166.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (184.1 kB view details)

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

pyjson5-1.6.9-cp313-cp313-macosx_11_0_arm64.whl (149.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyjson5-1.6.9-cp313-cp313-macosx_10_13_x86_64.whl (158.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyjson5-1.6.9-cp313-cp313-macosx_10_13_universal2.whl (298.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pyjson5-1.6.9-cp312-cp312-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.12Windows ARM64

pyjson5-1.6.9-cp312-cp312-win_amd64.whl (134.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pyjson5-1.6.9-cp312-cp312-win32.whl (114.9 kB view details)

Uploaded CPython 3.12Windows x86

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (173.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (167.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (185.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (168.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (166.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (183.0 kB view details)

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

pyjson5-1.6.9-cp312-cp312-macosx_11_0_arm64.whl (150.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyjson5-1.6.9-cp312-cp312-macosx_10_13_x86_64.whl (158.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyjson5-1.6.9-cp312-cp312-macosx_10_13_universal2.whl (299.6 kB view details)

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

pyjson5-1.6.9-cp311-cp311-win_arm64.whl (116.6 kB view details)

Uploaded CPython 3.11Windows ARM64

pyjson5-1.6.9-cp311-cp311-win_amd64.whl (132.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyjson5-1.6.9-cp311-cp311-win32.whl (114.2 kB view details)

Uploaded CPython 3.11Windows x86

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (177.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (197.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (169.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (174.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (192.2 kB view details)

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

pyjson5-1.6.9-cp311-cp311-macosx_11_0_arm64.whl (151.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyjson5-1.6.9-cp311-cp311-macosx_10_9_x86_64.whl (157.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyjson5-1.6.9-cp311-cp311-macosx_10_9_universal2.whl (298.7 kB view details)

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

pyjson5-1.6.9-cp310-cp310-win_arm64.whl (115.9 kB view details)

Uploaded CPython 3.10Windows ARM64

pyjson5-1.6.9-cp310-cp310-win_amd64.whl (131.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pyjson5-1.6.9-cp310-cp310-win32.whl (114.1 kB view details)

Uploaded CPython 3.10Windows x86

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp310-cp310-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (174.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (195.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (168.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (172.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (191.2 kB view details)

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

pyjson5-1.6.9-cp310-cp310-macosx_11_0_arm64.whl (150.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyjson5-1.6.9-cp310-cp310-macosx_10_9_x86_64.whl (155.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyjson5-1.6.9-cp310-cp310-macosx_10_9_universal2.whl (296.4 kB view details)

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

pyjson5-1.6.9-cp39-cp39-win_arm64.whl (116.9 kB view details)

Uploaded CPython 3.9Windows ARM64

pyjson5-1.6.9-cp39-cp39-win_amd64.whl (131.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pyjson5-1.6.9-cp39-cp39-win32.whl (114.7 kB view details)

Uploaded CPython 3.9Windows x86

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp39-cp39-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (181.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (174.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (195.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (168.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (192.2 kB view details)

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

pyjson5-1.6.9-cp39-cp39-macosx_11_0_arm64.whl (150.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyjson5-1.6.9-cp39-cp39-macosx_10_9_x86_64.whl (156.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyjson5-1.6.9-cp39-cp39-macosx_10_9_universal2.whl (297.7 kB view details)

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

pyjson5-1.6.9-cp38-cp38-win_amd64.whl (132.6 kB view details)

Uploaded CPython 3.8Windows x86-64

pyjson5-1.6.9-cp38-cp38-win32.whl (115.5 kB view details)

Uploaded CPython 3.8Windows x86

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp38-cp38-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (184.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (174.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (196.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (172.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (174.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (192.0 kB view details)

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

pyjson5-1.6.9-cp38-cp38-macosx_11_0_arm64.whl (152.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyjson5-1.6.9-cp38-cp38-macosx_10_9_x86_64.whl (158.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyjson5-1.6.9-cp38-cp38-macosx_10_9_universal2.whl (301.1 kB view details)

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

pyjson5-1.6.9-cp37-cp37m-win_amd64.whl (139.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

pyjson5-1.6.9-cp37-cp37m-win32.whl (127.6 kB view details)

Uploaded CPython 3.7mWindows x86

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ s390x

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (196.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (180.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (202.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl (182.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (185.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

pyjson5-1.6.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.8 kB view details)

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

pyjson5-1.6.9-cp37-cp37m-macosx_10_9_x86_64.whl (165.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyjson5-1.6.9.tar.gz
  • Upload date:
  • Size: 300.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9.tar.gz
Algorithm Hash digest
SHA256 5c91a06dad5cb73127b0ef4e1befff836f65244278372a94751367dfb0a80af5
MD5 912303517ee28ae2f3030b74958db086
BLAKE2b-256 72e35e7ad3aea2abc70a731e7f72c85c74ac5b44c8f8495d80b5c8710ea23e97

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pyjson5-1.6.9-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 115.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fed7cf6605bbdb310395d81cc8abb4403ed88ae1f3c37256445e9c01ea073eab
MD5 d527271adb3503fdb531989afccc824b
BLAKE2b-256 0f2afaf915e22f136acf1588c26358f86b059fca23e4342e9fd69e41e06cba45

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyjson5-1.6.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 134.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7bd659d782bb5b5ef84fbfcd57cdef19c4178a4c83bb0dc82b5e7d5157d17d15
MD5 de543a34ffef8769a9d2dfc6e0818444
BLAKE2b-256 8a3cd1ba137b5dac1cb3399226f93d9f5f3e4503bacdb15ee2fbadcd03a0797d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyjson5-1.6.9-cp313-cp313-win32.whl
  • Upload date:
  • Size: 114.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dc918fc4d88643763304f18a9742cbdff45b9163dc5e4cb3a38e2accedb67c5e
MD5 c5975a5ac83d27da92ca818af58f3756
BLAKE2b-256 d2846ab69c6ec67298717d4425b258390bdfd80af455fcf6d094c8ef74b319d0

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d16dd99a8c8ca55e446633c6346fc4de30a4eff5eaf0d8376db95965e5acaf8f
MD5 95a716df49b955643b978322ef4521ea
BLAKE2b-256 2f19d923d23c544846bae831d249beffc18eb3bdca190a94c9dc538c03f42a4f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 22dc2201250b665771669093894311991d6517f92a78efb2d63dae2353132180
MD5 22017f45db26190bc2da0325fcb7cc99
BLAKE2b-256 61e85ba2777de173ce0e119ba624abe278baca474f762e58439f782a83d4fa02

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1f1f9bf8a097f3c2436028be563ba6fbce75cb48c1a7142c67e935fd8b63ae07
MD5 ddca029e9d6cd8c77b2fda0e31d18976
BLAKE2b-256 001ff23a42ab3e4bdc8c2750f4a11bcf88daa62899c4487f59c289ec986448ee

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7709c097d60518d0be59504020b4549694ffd01c2bccb583bf489a3de8f54da8
MD5 45371574de44dd3afc4c9594034730e2
BLAKE2b-256 ff1e9bc215c6d056b10a50fe7ae70006e3229fbd221f00ed0a18d5f899ff73e2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d6e678a71f8125bade49683ad60fa9798f8502d35eef2a93f13a5684bfe534b4
MD5 f81234f9b85b9d346bbac0fe6c4f01d0
BLAKE2b-256 94bdaafe01dc28332d14cbfbce8db653706eb0af0b91f663ff4c23f0200bd255

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9330aed86005d00339e65aca95cfe388e0d5b91a0fe063da8032be51b083130
MD5 e0bb3ca009a144c5d9ab842ad1dab46a
BLAKE2b-256 7b34a41368e86c9996b4c6ae2e172417e5fa198479918112115da07b3880ba4d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ced7da1c042fe086674bcd28817516fb858617af5a547862621f94827fe70d2f
MD5 982714ac8c9329a6f4fa0759f5f60c3e
BLAKE2b-256 7bd46eee789f1a574d5f20a8a5370ac7c68efe421449d49431510c8112b1bc8d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6f568fd0b0adc4f152aaa58493ab88543289ee30a2b5a1d20cbc63cae12fe3c5
MD5 a6cf810d68f6cf11f3d4319ff46ab33a
BLAKE2b-256 6b5369e2a1000725a2be713e1443df8bdce29450a384f753416550a86629c0b7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 897f8534a384ab10e11140c0852f1397af2d8d7c064b50eb41a1c6973da95a2a
MD5 d0571af1253dd6348b6bc5bc286c6bbb
BLAKE2b-256 5369ac5d1dfa37708761b98581e927100991d47762b2e266abee6556621cb41c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 90c6ba0134a9217ee6dfed91a0020aa9d0366d27b1bbee63e6ed8b1f46ee813f
MD5 882a78b7d1154daa62d16efcc83f1547
BLAKE2b-256 d4548b82c495dff5c7dd7277e6b7e0f5662a4287315c620d690d567b344834b4

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 429256f888ce0d61066f070ad696ded9c6d62a8570aef6b683356f9ca0d8f9c0
MD5 d4558080c716b14ac056440e202c1a95
BLAKE2b-256 9a18797fe865de243fe96315218a284c9b2f6eb327bbba65a80ada1175686b0a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 364372ebcc1770abd35c6a67e0716d3419117d536e1383baed45de364ecfaace
MD5 3b726ec2e2dbbaecc13f66aa9b80d044
BLAKE2b-256 6a9d0b44c7da2d41ffaa3f42b75b799ea5d26e21a67716e68db0d251252317a7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94e6005e98ef5defb6c7aa3d7010723cb8faf3cf878b919241c9a857f95ad7e3
MD5 26a13f299312bd382386c48d18843212
BLAKE2b-256 5ef75dba5b86be1bfdbc6d03bd30d1fe044e7c93fa97b670ccc8fe8f610ca4a4

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f5d48146117c3f6e16a0d4da0a4607a3d148894cc248ab6af4bd1832c6d4eac6
MD5 e35df6c16f3dc6e097365fbf8f2d5899
BLAKE2b-256 705776fa05e639d11ae615c782604cb7fca785ede308e832cd24dc8b7b6ecffa

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e0c37d6ab63df496d01ecadf957a74879285ed7a7f6500af3c14e09c073a2c9b
MD5 9ba8e190e96c33b6b8372827be0c0405
BLAKE2b-256 6b5f66f17cbfb5a9a3d2b6c5f835fd18656d7caac5fd4b83235c59f7e19ee4fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 115.7 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 452ddb98b1ccf738dc722d3ce7fa7640c8f7345d68dc077c383fb141e35b88da
MD5 abc5ecc77b7667c39698bd5ec8e2b1b8
BLAKE2b-256 1bd2a0ca8d90d5302255243d3c31c94914d25d5cdaa4fc9f8a7cd869e30076d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 134.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc2715ddadd685f674329a7aa48e5fdbbb96346d6f61981027e1cf4c70632067
MD5 0b8abf15271095153ab2ccf2da73e8b2
BLAKE2b-256 b87df1f1d8becf53e0ad9e084ce3846e0dde0ce5516ee4ff83d4098ed00e6d96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp312-cp312-win32.whl
  • Upload date:
  • Size: 114.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f4f6dc39723048aa6d4816bb52e8ed50b5886b5ae92c3d6b4a7d62e6cf544779
MD5 bb6abddb71730ff3fc8a57d6dbd0fc10
BLAKE2b-256 f43f5a5e94a0de82ba561a20813112f6e78c82e37674162462939d0334c0ef3e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d36ec72d063c4f1ea46b1d83f2fcdf63ba18c201a128f552e06d5f385f80e6f2
MD5 0e6fe936acb62b82be025cbf3ff352c6
BLAKE2b-256 a4547c230702fcfb1144bcaa73f17b9fd5a990852daf998e82abff11e5809ced

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 beb673830e1c8db01861cab2df06af51480091d69063d028d6f77557fa58eb05
MD5 8d519756ebd90d58ddf5a9348a819290
BLAKE2b-256 80cffcdb6e845e3ad549bd5c80ee9c71ad03bddc0c0ab28e2bcbd306a766499e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b7441803def1be9cf6e1f42d550f2ec37b459aa854cea4da5ecc8e03a9b52ed8
MD5 1b893038de0f37fcf5e487e64d4c5bbc
BLAKE2b-256 632e4f50eae481071d9a8e5ac6fb0c66f0a0067ae73dd98f1a55b46b86e0369b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bd7453845bfcb5e3af55206184da28af2a5beb8eaf5196dc2da81a7ba90fc12c
MD5 ac4a9b94e6fbd855ece5e5c5c1d3c66f
BLAKE2b-256 f4c97509ec4144dbe37eb9b9c99b64006aa0666f50a9076a36e4bc1dd6c98c23

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f77023f210edf75764b3392d5b58736bfe42c80546e3f1b8e7bad182fdc4685d
MD5 5a48f3a7f9cf99795e51e93e07b42b2f
BLAKE2b-256 f102496a30f7a6516da6dbdbc72d884e3e4357d92fbbecb610ce93e41b30235d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ba2866a42a31b0aaab292f141f6b535cca47983786ed38f0ab7e128c0c70d27
MD5 2f258ac4d7b977a711acf8d91df3b6d5
BLAKE2b-256 f37381448ea726861f8fde81233687fbf00c6ebb0493e9db73ade01d58effe05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96ea440ff46d5f05d79e09582007b4d887111dcbf971900a9c40e8de83e48d2d
MD5 8269ee35b50bdfeee0f95082e9aa8c1e
BLAKE2b-256 12dc19b9cb4d04984234f741d0760c89f67786d9a13efa755e650a30427a8119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aac39b8f1a9d0eea4e275ab2c4c45afc8221718b06444b12fc3ee4acb65ff7ce
MD5 d8e7f73c0f88d7c8f36d1bd6fe5439e4
BLAKE2b-256 0c5acef6422e7e9163f65ef43be36a55c42e52ae34dee14fe37bafb3f18f54d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70910ffadb8f10e69a9a379cd4712ab41785957f6b739cfe3c9c14146eae1fcd
MD5 6c5296f67b750a6619e6328ffdb803b4
BLAKE2b-256 8242ad636dec5d611aea473e556a8dbae66dbe98db3eb6966dba0a13e7c3cfd0

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 20c2333f45497452adf803dbc24aedd471303d22942cc26b3806bbd7ca668608
MD5 dc73f51572ed8223a8d739d5ed18c361
BLAKE2b-256 b144eb0a500edb8c475e7a7be7845eeec3d81b18afc17842af84ac11bc239281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4cf7e9f9a2f1194178864de70c7e152b0f07fa23ea3a8dcbcf35e8399403477
MD5 14e48405afaf3da95e9e689291f13e3e
BLAKE2b-256 b4c9ac7c36ea720930f13c1a82cfa64c3cb8549ef265872d62617ea10f6af0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09cbd1dc018bf5d3ec34128635df0545f2074bb019c00e37b885a03a454eef00
MD5 09839db4e7ba34b0694a5d08ba8d06c6
BLAKE2b-256 66347e1bd1599ab7f339457ec72db700ca714f4ccfa11d7d83dad3ecd6233014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8524228411e312f19afb417d3dae4e34a2f4f7094fb992aa93b9413111fd1765
MD5 9dc9401fd0d0aa25a102f885dc6577a3
BLAKE2b-256 43389476713a847fec9b8154695dc6a4ccedf03cd170a315253adb77a33b963b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7112cf79212c5634f6af1e15e26998690cd6e4393243fd62570702efb224dc54
MD5 8b525c82c645a34ac23001cccb3e0bcd
BLAKE2b-256 171b0958022f64ad4670876c289a39828d108706cef91fc8c26bf11e92fb11f2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6aea9a2bf0c66ca9a966c9198949c1efdf6a61c4e00d42cb4f3047d4b3b0eb3e
MD5 844345ad23cbf150390551de37d3c83f
BLAKE2b-256 5790304fe37bbbdb1387d23e358ba518db951895c3e74ab0fb518ed8b62d8d8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 116.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 759a6742b72045cfdf188d3af7058dc8a8d63e47b265c344a2a68dc40d156bf3
MD5 9c79febbd83f02e41fadd6fb4e280ce9
BLAKE2b-256 340f97125395a9e87df58348442b188e6b8487dd7ec058d5d0e7a7bde69d7e12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 132.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3541f78103dab48a43326c4fe47a6175c21b76cf8104f58d8a9822fc6f54fd6d
MD5 fb2dc1f9ba10d22f3062082afa9276cf
BLAKE2b-256 a5bd426d361536c8be1f0fa4d1724767962ebb7c69415d8910277cb84944c769

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp311-cp311-win32.whl
  • Upload date:
  • Size: 114.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b1b7909ca28e332979006692af9e3079e0e6fe883f0726201b67271e45f7871a
MD5 49b693823e2b57c87688ff2745b30509
BLAKE2b-256 e0d38290adb730eb9d26633b6b9a4f2a1f644f222b75eca8d8b52909bd960bfc

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e229fddb8e5dc7696a438cf72e279540ea281c2dae56b93c7c91bae14d812a93
MD5 b3a4bf4a59f9feb1f74ca8167f8c53b8
BLAKE2b-256 4976940e38e1278f16cbe543c4b15f70217d1fb00732274d24df2cb4d935abf2

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 03742b454bede9a61c2003574b74c8ba5de5d8363b0630f89a164d17bb7562a8
MD5 e21f21c1c54a32429e6b59899ed48602
BLAKE2b-256 97d306a87bd7e5193e7590de6c3829a41dd379130df58547f3cad4f3152d97e6

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0ae55ee48ffb5a7f9fc22c135d38f31fc2db43b8dfc69b1285476123fe641697
MD5 82110de8b1de328fc8da539f06f18459
BLAKE2b-256 c0e3ab655e6148b9985d289c664c408f89ae62319006b334c62115d3fa02a850

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10412ccc4fffbcd07187e4b0016bbedb1a22adf7bcd8eb4c78823a7e3cf32b9f
MD5 efa5d2ab56374265eb90823d2c4226c0
BLAKE2b-256 f87a213eb15450d5240d62554c12b395e5c7a836bab6a9755cb45c0a95dde589

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 30cf465a427d0264e2e71b8cb75d606eca00090b4eeadf9ac18f691e032b89c7
MD5 7bbfa2bf8e3d743029c0eb5143478678
BLAKE2b-256 5a13c2430647c3ef74a9eb52742646b0dda604c7a6fd2895488dfae4c0658845

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f0096855d931023c23846537b53c1af3f070ac2cb71a44a516fb80550516167
MD5 f4771d21a37e5bd44fbde1dda32f589b
BLAKE2b-256 f4df96468002515da56c344f5b6f6dd263f40a745ad751d950bfe1722058af5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e334220158e3789fb1c7e67ca200ade1d17c70ddd1373dc1d39d5808645905f
MD5 fe64a06969b38662f8044675e8a6c2d9
BLAKE2b-256 4f0fafce0a2a3565ecce58d1a7a59eb95d35e7fb393ae360b99de4ad0c15599e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0014adf743c4093df511934a6bca5b1e3592b36b96ff86bd74b0c4de05beafe1
MD5 6b4c75975d6b84c6b20746568d0cb55a
BLAKE2b-256 4e94f7e6fda9b201c752fe615682c28bb55c1ac6c449dbf860374cd2785949c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5ee5b7eddc642595b648edf0ee9af5f997ded3e5cda4345b2a8de01766ccdb6
MD5 eb085ab866fad6955d16911e89869a50
BLAKE2b-256 31cc000c0fc86c15ac21aa8bc05b9fea97b3fd5995f12620427ee6b7fbaa1b9e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e22567f2533350f5d7ddafb76b5f5449867a44d8bbc85fb82cf27dde08f05eee
MD5 2c4174e99b53b889817997d0aaa8e394
BLAKE2b-256 25e1eb516cdec93eb9eed10b8ae005802fb238321a7cbe418edd55a381f5eb24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f51de3798f4f056a9dc27d8a845fcf1b317fa7eb30b33753e0b3190208b68a57
MD5 2c2a7f865a9b92dcb502ea0acd812db3
BLAKE2b-256 becbce4837f96f94c22f49a0bf6f908ad66fc7d3ccb3f7cadd84be2ef6429fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 384ce0c40ae635f6cb9f3b653bbf6e93f10207a98d51301805a37a0a47d168da
MD5 87a2c2bce48ac32c05137a5db88fdc76
BLAKE2b-256 70857b5b24a35f68b179e1a4c88a9ff989dc84ea7301e8e77af78aea52175000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9676a20a7fa05463e143bb6c2a479f0c4530ef9f81c0d1af764452f0ee3640c3
MD5 aca7a4e9d817de755d39db036dc6f55d
BLAKE2b-256 1f0169f2150dfd4f79b77c2e187838cca90e7ccea258edaa29f2b5545600d98a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92a80fce259648ba939c4783064c0245ad841881d73db9da9c4877d6c6ccc4e7
MD5 ea2bb6350e6f62df6756057f7848db57
BLAKE2b-256 a18ef753c7dc284aa1921d2c71f8b90dab075ad40340ad83daced77184110217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 001440b986f226e65237179a2a9721f0e78d6e75a7779d9941d0f10522fce12c
MD5 969ad6f2c1f07450d111a2cdfbc82a95
BLAKE2b-256 4c0859787cbf6cb93810f1ad963c1484d43abf330b36b0adf5f83f83c9c14634

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 115.9 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b1e71df87ee24b45b1e680d6efa75cacafc488d861285a983adf348576d264e7
MD5 96ae1f3a96c06d1727f9bcea62c7877b
BLAKE2b-256 5964867886daa138b5054af704f5a6909017aa9da4451b406bf72d6f36bbae93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 131.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 594ceb310e99d9fe0d3e74361841cc535561ef52a79c0aaa8b6d640d11f43eb2
MD5 eda6f23c946a5742a8d5604472587177
BLAKE2b-256 95ab0c6754da41001c484945931fb24401ed76b2f7472c540ebcd432dbd1b368

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 114.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 39b0e9641ca70efa6f7ff725afda83e3eb4a84b1a97d0c38aa13abe5622c4e1d
MD5 3053360e1a091fef073784648d4c97f3
BLAKE2b-256 811c80fed66a1dee03080abd804009bdace70030d570d92d4cfe052ec890b5ce

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 406eaf4bb7e5354f5d3f5e1d34f7afd1d971696798cba88e65a53971b5d557e7
MD5 6fc9a44c6551a2c24670ef215bff99af
BLAKE2b-256 ada1c853a74b4128ae01ce9042b26a7cd84b22d1b08c611204786c96d4445a19

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 58020a57d49c6baf142c6891fc932cdc7474020841eb624918ab3a5af4694a47
MD5 400c2aa3e47af0bf25ef54e6598bf5c1
BLAKE2b-256 0d022c1735eb627ee29a9791779fd5b30d3e86f91f47229fb2aed263bf3ad84e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 81248399ee082aecaa6b5c5019063826c5bd80c6bbb39a67952f7cbeffa24fd9
MD5 98cdc47a39a89cf469cb14a718aa444d
BLAKE2b-256 0744cce92f7818b904bbf053eab948a927e68bbdab517f1aaab479b70ad65f6d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a8ee704fee7e60767bcc91ac510a87ee551e2eb85e01a1353e67d8c3add0ce2a
MD5 42a1f21de732d8dce0d7a59506e2ba99
BLAKE2b-256 43cc0304a920b195a20a69e73228dc28aa7b3d699d3d4021aa6f85d174cf4ede

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 64d04cc1fd7cc2e02e770db9f9ddde69d95f6385a17f135642a1d9b15d6ca326
MD5 b21acb6eb65d660f1d3bc9fbfe642e97
BLAKE2b-256 226a75296cf39835a0dcbb9e10584085ae2b97d2301f692d009f68f8d94f4855

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93c3f8feb95e599d1a1b87291b0c14693775512bdda4bf95dcef83c5d80e9c69
MD5 f9ea53ba9caa9cb6e56c104f7aa20afd
BLAKE2b-256 c2a0bd18aaa0261b7e02df72b5ea0ad2dd6e6eab1cc0ac899e4373c7503cf710

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7c6fb7a1f1ffcd266ededfe3dec5bf68989ada9fedb238a3260d020386ea81c
MD5 bd572dffb9243fd6d81e99c00616db1d
BLAKE2b-256 f970343a207cfab9f0c10158f5ec3905c7f64d0ac948aa5addc358e2d35bb57e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5c589dc2bb48e6229f6fddf0f86634534b24f19960273475429e3ba690118a96
MD5 a0f9f05bb18166d43e377d85db72108b
BLAKE2b-256 9047ff911734fbd31036d1654651b543d80b311c3190c870c36ec638410eafd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82eff8cecd2744c5c9becc0c60fd15b8d96f272e358dcb27c993d138ff09e650
MD5 b64992a4b209482e272318504d366c3a
BLAKE2b-256 b7740b95b4e1b443077f1d4042c09a9228ea387c5dfce7dcffac6ba2caafa241

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 86650998b4d0d08795429ee1814342833896989d65d8dc1deb9a544cd2d38434
MD5 9e9d84e7ba4d472c46bb2da2234123eb
BLAKE2b-256 0de8907c1de7bfc678d06727827f5d409e7a6c1c1a231ee8d5b2cae02877774c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5809a30c8bdb68831cc7c00cc260b3a3e8185b04516058394717f90d9f00f428
MD5 4331fdbf0917f1f5b8e47bfdca1e4e8b
BLAKE2b-256 c956caa706fad175776409539f133ce15d180cab0478c0dbdcce3afa46cebd0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82fdeb5754a772d8ed7d67982a3f64fb9b1eb0b3fb6daf7a061921eefba23326
MD5 c110c669bbe7e12ff20dd7e18082fa51
BLAKE2b-256 014e5959aaed86b47ca91ca769347f6544aab1cc83c81e8d5ea5a1df94971277

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5797c32db7acc41402b0c999f4f0cf1ed7ffdd9df2b2d84bc754e59c644999d0
MD5 dd089aeaa058446ec86c14253b122a0f
BLAKE2b-256 1220e62c2e0fae8399ab2b2bbcab5ffcd028875cc9fdc51776d315370de98144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4a3215d5ecab101e0e9752d4aec6935ab45a82f6f0282283307bbab495c9677
MD5 f557c74e0cb5c371be89107e4ab05487
BLAKE2b-256 06083f7eea1bfa3830bc97573b168c1b595d3414b174524bb3f9bd44412d5c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bd84d94e8422e14292f1acc8edcc7deaee313eb7475c113ba77a16c0ac384160
MD5 5f92f7aa14fd8ee5fdcc88b2badad6c1
BLAKE2b-256 a943baf468f1d59632191ec7d078fdb96bf06981fd221b815bf525c6bed46670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 116.9 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0ad9c24d20ce825df70701361c7b7da04f703f8f5ff3cf565b156ff02e24db02
MD5 24e39e76b4e24753662a7360e3d5c980
BLAKE2b-256 366b13f8376faf808775e9cb46cdd2d9d75ca143804886086f5b0ce524bc88be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 131.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c89596795f24d9e3041867e8d801caeb46f0cf94e858f1820d71c185818c10ab
MD5 569b24b020d5d86f48cd79ef80e605b1
BLAKE2b-256 7c09f5716078f2018fd23b9f210f53a04a2b64676cee539fbfd91216489dc974

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 114.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9398dfc696cdc45a9dcdd1c50051c5e259014d99482857ebea164201fafdbad0
MD5 86727c44ea45ec0a0db1f1cf74c59703
BLAKE2b-256 62fe3fa5108bb9a28e74380f338242e6549110be87b2e0429bf35ccadbcb3ca1

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffd652318c2b483b4321a06c74ffe9281d8b795c996abcf6d6010129729f652e
MD5 b496b06e320f8b6b264f9ecd7f576e8c
BLAKE2b-256 4186a4a5cee7daa8df28af355dfedcfb563c37ec39c8f6086503b608205225f1

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c94a85e46b3b9039d630bfcf8f0656dd205e921cad285d483940a2b0e79eabea
MD5 a61c3386847892e2967339c11daee233
BLAKE2b-256 d4c0f507a40910de204124b8876432dc26e86d38ac833faaf99029e3572d1f1c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 55f299cc8ee717951cb5ba866d85ab2d6c083965d47f4568b340591a2145136c
MD5 e1be6133acc1e0e77125826c81ab4a82
BLAKE2b-256 ab0f46d4c71fc76f26832bdecfc6029d8aef785ee7d035301f21f69abcaf5e84

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8b9e409f0eca16f3fbbf31f0d6e50b1779a88c8b8c550acc92604b2e3bca1450
MD5 09d619d3ee6d83b76736c79f79d307f1
BLAKE2b-256 09b2943ffbb0856e8a453958a2cc87b5095ba0512db015fae7b28a35273b3567

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b4355d5f9edba434ef2a474d3fbfd91821be54e86b959ab12ccb1b48c9a872fe
MD5 cc0fc10caa4d14fe192180a323511c27
BLAKE2b-256 436afcc45132af8617afef6e064823c2520daeb1c05e42964d63aaf22ffdd4cb

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 950f4d162338f3c6223875d8eeb097b8ca76a5716664777594ef3b755bfdb936
MD5 a3a34e66310a0e96e69f96247b00d618
BLAKE2b-256 af70038a0e5194c4161e89eb355aa76d65e2c901346846be65d8a3fc24a4187f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c626104ecf59907976ccccc8d47f0e07e3c2b1c45b21efcc84c71f96643b0f81
MD5 1abc31b88170c03f3d9c01c7cd4ce679
BLAKE2b-256 a04208302cd75aca7166aedd3d813abf64280f860822efea93e3e11fae9c2f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90adaebc95819ed5fdb84881ae9083867cc5fd646c665433fd19459eb1ef1f7c
MD5 4ce49b4ada3fc061c62c5f37af162ec2
BLAKE2b-256 1854e26ffe6fc512911e8f817f975a13970e9a50a88e92a4927ee4b99a9703e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 df4f548fed26561c53cc0a8a19432b0f74e0837484b4b06bbe5eb951abbb4c06
MD5 844647e5b0864f4361a4605de7732dc2
BLAKE2b-256 5e49f7ea3b2dabb13250f3ce4316f2ddd68d23f56559c08f0b2a6c8200f449c3

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d442b6575a1e002adfb1c99ae3002632ab2fdb4859150fdac1414974805e5fb7
MD5 745ae20f46e251fdb5ec3192aeb32fae
BLAKE2b-256 1aa9db118c666af67049eff4e21d989cfa06d0778841e509879725fd0a41efaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c39c6bc7a502778d860b5f8b09fe72c4c9d75a073233ffc5dee96df3290d9d16
MD5 a9f599a0d7371087a050943c1e34c524
BLAKE2b-256 652f94f7beafb066b98ed742c0c2ecf4a3eb8c00c6013aaef43b8b24107208cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 469abb3e01556e608f4931bf4217af575c51fbf2e3b05067b6ab2f24ae59015b
MD5 6f4d4846910389a3dd5467b98480235d
BLAKE2b-256 bfc9472bb7a10b561964899376b60ceff7c16ccac55ef38ea83b5377c905b1c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3468a3b8509648cf4d92ebc05fe94261330829137f225621b4778796b067c68
MD5 e70a28ef9742639f7cb4d09afc78e8fd
BLAKE2b-256 040afe978b0ec461ad39602c7e6ef85076f1bd2716c4c8da54a12f776ce2841c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2bbb2bb8af94128cb05361c6d8dd3cdca240e8c02920d6723e93b7d8c127b9d7
MD5 27b63edf9d2b12973f43cf4751ccc95e
BLAKE2b-256 d3e6172bada0c76b50863678a65bea90866df14c369869866209a467404471ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8b1c159806c6967c8e2d32bb2d9f99f610071777f84133be5479ce1b318330b7
MD5 fe418afa322d06c719e4378088c6f143
BLAKE2b-256 3a18bb13fc70b62aa1069e43e221c4c3be2a8035fe5eba298b96c0e20f6392da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 132.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 27488b7a015077ccf800db536fc52d0fd870c7493f92db7f5f27e3150ac4c3f9
MD5 6a22bf685d877b8a35b231c9296fd78e
BLAKE2b-256 0a11bc0abaa2d64cc25af80d7b907f38d166604b4edab0868dde69b116cf1e34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a719b276cacea63b28ab1d5de0f136a26732a7bedc7b5ef1a0c5a5747d852b42
MD5 a445441656dfdb587d4c092f43c0ef05
BLAKE2b-256 1663494158e958bb03838c218db787dabab051674831aa51822ecab8cdf2d3ec

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74cb4e173de02d78bca5e21e0ed433df880f4e976104e49a559ee430545f6bbb
MD5 b8567a17fe28bed6709fa1d50d9ee79a
BLAKE2b-256 8323e8c57f967cb45a74487508abb6845de8a5d95bf0965ac2ba55ef9c8dbd3a

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d5c93042513df889a4fe05c9dbf5c47c7a5a05c54cc8a0094d685a9199efbd39
MD5 22a92ef0eb728fb6d557858e7b66d46d
BLAKE2b-256 24716d5866d2218f090c8b1c084adaaa1c1cf3eee043d698fe369fb5641063d0

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b8525cd88dba52b55ce5a4efaaaa05378c596ff6ec1ee7a500cca9fac12a001d
MD5 4fa29b8292b412e89fa35cfc4cd9085e
BLAKE2b-256 a48c04451e7c75a94da2f5829668395ff492020ad6eea05c808385481e551729

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c5e6b7fcbcaa08a8b59ff6b17162fde443d61ede8f8165bd67fa5719032ecd5e
MD5 51b4087d1ea374ffa188b18c12948416
BLAKE2b-256 636465f682c3640e0cef269af0d8b39fe0fcfc482dc1ee8ab9fd13f4fedbf23f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 46841aed0b414aabbedc9d0df4d0568833c5c6c29d58a4550575a4a4b6365206
MD5 b4fecf6c286f7a40746112233d7a7b8b
BLAKE2b-256 5c5d335396d752ef261683a31d8b7b03f6612b35dab41547519208b922966831

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e85cd01a583a02e5bda920e69d7dd425eba0ac9a6ff5be5c40abff8c2aa3b0fa
MD5 7a54e736dce3125b1c8821f16fce9a5c
BLAKE2b-256 bcdae08d0257c41d58c0631874cc2bdfdd7a450034423b7c52607f8dde9abecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2420b2ee2d68ce56f4c22fb471f738006ec0977e3666a21a9aaf441d963c38c
MD5 d34ec4100846f16f5ed12222b7083417
BLAKE2b-256 23662fb7b15823a3ee3e051b6c6ef3125777bccad019b93055890c9eb9264f01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97401f7465dcba52da29d63718b2b69e2ca9b51cee64bdf0ae79279ebf100250
MD5 b271245ed1362ee5e34fc58f68b6bddc
BLAKE2b-256 adfd3e1a274702c18b08ef1c96bc721991cd504b381b7e57cf169030f1a876d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e859101d682399a72cd1d96b0cfcb7110c054b870f0389d86e014161a21cdcdd
MD5 c322c5d6a73561fd734823a9a956f816
BLAKE2b-256 6cca81da5abff9f32100032022064ba568d7892b90fdedec172064640e7df353

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5efd518c27b63f74c59f79aa9e3892f6d18cef9fc400be3bb05a12b90896a97e
MD5 4c96ee7eb9c94286780a278ccf7bc454
BLAKE2b-256 486ea911f6b8b392c6d067e138d90b02618634a01133373319e546002e5e6bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9444ae9f8982b584ae2dbbecdd510189de577e879f794619afc62b5ea9109d26
MD5 0adcec11027a775160530463495850c2
BLAKE2b-256 c10113f88c8d108cb7f8d89c27ac531ba994ea94aa5a28179b87bd11a5465803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c04a350059667d5fa6768e0f2b2ae874ccf402309d8132dceacdf8a92f9a5bd9
MD5 9c68cc657e06047300a8fc004753bb58
BLAKE2b-256 9cca7b681d3f0d3c04ba6ad6de0a2e4a83bc038f8767eb25ebddaaa924f25613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fb78a9da81674b13df0ebf7b299897b0aa734a944028b639743225c6aa4caac
MD5 3075f9fcc1604a58c1292a5e4726c9f7
BLAKE2b-256 61b3a9187a3046618fed27c6cbb6249f553941b782ed98e17cced265a8361360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 632d331ba0de878e5a8a4fe4a3bc7a68225dcd87ba87a429ee92434535d057ca
MD5 753006d930567bd02a5b64d30df40686
BLAKE2b-256 8e9148a92c1d01e63c919043634f2514f435953f7a5f25429667d5386d82d98a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fcb910e843e119bbe90f3898d5a95d1d0f452bb88b29614f76015b9b15fa5753
MD5 fe9a6c9ade794c71a2332de8a20fda3e
BLAKE2b-256 4d401d8b3031a831f046cf13261d8440076a0bee67aa08059889ce382da3311a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6a307e7bc6df85f3b1b54f62ce0dc2f784115b839d8d2d949705a11e2b0ad517
MD5 53f214b88199a56197e37793c7acac90
BLAKE2b-256 f5bda2e1009fb4f5cc3c4454bb8755e588ee8a21e6706961bba70f32c4194a42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.9-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 127.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.3

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 88e784397d44c14c70af472e7e0d5e141d8ec67a406aaa1e465ed0e0a0b62dd1
MD5 f8627dad2f9fea744cd11e011c16837b
BLAKE2b-256 29f84c8e3ca07584131a16ba69fb8c0c56f402ffc5a4f2809c5d309053a72720

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d55001960b1d9a6455e81804fbf6542b3d57b92c91166e55549eda52da9f3af0
MD5 ff7ed488ef570bd570ea1549f15dfae4
BLAKE2b-256 3421fb53c96827e054e88770c8a0dcd32a6fe921c49948dc781316051e78ac30

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e6f670d9df62fa3b3fe724ee837950d855929617a854348846a9b5975096eb7d
MD5 0c9fdbfef13c396a35caec809da96afd
BLAKE2b-256 9efc062e12124dc799307f0c105f25095d1be8753627f044433b9f85a2d9a73b

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 21d7687a9377b05d112580f13f6b03555a2da1555e44c592902026bc14a98989
MD5 26a73bab5dc5dffed4947a4d5a8a00aa
BLAKE2b-256 4222e3a6902127aa2df99d048080734ff5186faf86ebfd223b1251a25a1555f7

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1442d68d81b5fd61e98fbb19be1bf6fe845bc0550fc37660d415f7f7bd7cfe27
MD5 35174b995991135ba107bcf7a5d90165
BLAKE2b-256 d8714078fc11bf173cde8efb7c2bec27d41e5d0922123c3543876a4d5e03a62e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5382de2408dc5e66cf397558f47fa99c19c0b52082453350d952ae371150b8f1
MD5 e56afe53dc36380a6b7ecf2757a616d2
BLAKE2b-256 a51683fb682048e114b4cdc897906cec4ee91d68897de5b7255a7daf6cb974a9

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9aff233d66cb08f5fb4bab34bffc6007b71acff508607e723ebea3d0ec78236e
MD5 74066d2ace8df1333411d5d5105a7887
BLAKE2b-256 33463097ad771ac01299595568448a1ac0b394031b86137d3d469a61ee62d7c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8e6c4025878cd3e97af3eecfabfa088a17798cf8dbf42b60b57c81f494586a3
MD5 8502f5cc296040ed94aee06dc4d9a336
BLAKE2b-256 c53662de9bd763260ab71f847553412350c6ed2b113eddb681f99e59e97df95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9411294f7bb8d842c348aae59aa5b33ad8e76ce4a3a4ad9665d8fd04e018c0a
MD5 b3bf7b537ef0d146011dbe4374dc2d33
BLAKE2b-256 76181f05b819087687db06bcdfd88df858eb58fb02a6890c48263e07785bfb53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28bce6656db6552ae05d6d1117793ee19113b23923a47586f684d9b0a13da0e8
MD5 db1fdc68130191385635ee2c6038f439
BLAKE2b-256 a945f16f8850a6fc584b2bf6325f2ee0b204db606ad145c63cf3b8e10d6e9f32

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 f93192935e2cef0cc4eb675c2b2a0ec8e68a8efac890259351c8d7802a7193fe
MD5 757c5721dde9f01bd435ecf912de9315
BLAKE2b-256 5890541118f35458d8b266d13239135c283d28b02989375db6d1862df6092270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d71eae5c6c72f003e1303ce73f76f7a765e5d5cd216a4aae1c2e7711ba4c0dd2
MD5 519460c7bf2fb56076792b533f53dcd3
BLAKE2b-256 db2052d02dbe585dc182e3ec6cb08126cf0038695c117e51d29b024a59faa1db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dbfeee33abe68c7c0952c3d9076e31056aba9a0877339dd85683dd63742f5e95
MD5 a60b5ea927d66b82374cbe99ac3d260b
BLAKE2b-256 a29ca14319accd1a6e4a355129fddf51371ac05251190311866d69ab32a69741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab3c9783fb8a1b4362a6e7ce242e3c0a0e9ba4f372a678ad1802bb6199864d74
MD5 1148c74221ed1fdfac444e8b96af40ae
BLAKE2b-256 0d8c61fc1e587afc4b658f1bf1054d75d370c2edc11fb04ba44cd1964ba2d766

See more details on using hashes here.

Supported by

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