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.8 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-2.0.1.tar.gz (352.2 kB view details)

Uploaded Source

Built Distributions

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

pyjson5-2.0.1-cp314-cp314t-win_arm64.whl (129.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

pyjson5-2.0.1-cp314-cp314t-win_amd64.whl (169.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyjson5-2.0.1-cp314-cp314t-win32.whl (139.1 kB view details)

Uploaded CPython 3.14tWindows x86

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ riscv64

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (175.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (178.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (193.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (184.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (164.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

pyjson5-2.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (170.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (184.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

pyjson5-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl (162.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pyjson5-2.0.1-cp314-cp314t-macosx_10_15_x86_64.whl (167.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pyjson5-2.0.1-cp314-cp314t-macosx_10_15_universal2.whl (321.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

pyjson5-2.0.1-cp314-cp314-win_arm64.whl (120.9 kB view details)

Uploaded CPython 3.14Windows ARM64

pyjson5-2.0.1-cp314-cp314-win_amd64.whl (138.4 kB view details)

Uploaded CPython 3.14Windows x86-64

pyjson5-2.0.1-cp314-cp314-win32.whl (118.3 kB view details)

Uploaded CPython 3.14Windows x86

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_armv7l.whl (1.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

pyjson5-2.0.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (172.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (176.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (189.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (181.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (165.3 kB view details)

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

pyjson5-2.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (165.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (186.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

pyjson5-2.0.1-cp314-cp314-macosx_11_0_arm64.whl (154.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyjson5-2.0.1-cp314-cp314-macosx_10_15_x86_64.whl (158.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyjson5-2.0.1-cp314-cp314-macosx_10_15_universal2.whl (303.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pyjson5-2.0.1-cp313-cp313t-win_arm64.whl (126.3 kB view details)

Uploaded CPython 3.13tWindows ARM64

pyjson5-2.0.1-cp313-cp313t-win_amd64.whl (157.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

pyjson5-2.0.1-cp313-cp313t-win32.whl (131.7 kB view details)

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (174.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (177.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (192.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (184.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (164.1 kB view details)

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

pyjson5-2.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (169.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (182.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

pyjson5-2.0.1-cp313-cp313t-macosx_11_0_arm64.whl (162.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

pyjson5-2.0.1-cp313-cp313t-macosx_10_13_x86_64.whl (166.9 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

pyjson5-2.0.1-cp313-cp313t-macosx_10_13_universal2.whl (320.5 kB view details)

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

pyjson5-2.0.1-cp313-cp313-win_arm64.whl (116.7 kB view details)

Uploaded CPython 3.13Windows ARM64

pyjson5-2.0.1-cp313-cp313-win_amd64.whl (135.8 kB view details)

Uploaded CPython 3.13Windows x86-64

pyjson5-2.0.1-cp313-cp313-win32.whl (115.5 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp313-cp313-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (171.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (175.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (187.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (179.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (166.5 kB view details)

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

pyjson5-2.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (163.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (185.6 kB view details)

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

pyjson5-2.0.1-cp313-cp313-macosx_11_0_arm64.whl (153.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl (158.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyjson5-2.0.1-cp313-cp313-macosx_10_13_universal2.whl (301.8 kB view details)

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

pyjson5-2.0.1-cp312-cp312-win_arm64.whl (116.8 kB view details)

Uploaded CPython 3.12Windows ARM64

pyjson5-2.0.1-cp312-cp312-win_amd64.whl (136.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pyjson5-2.0.1-cp312-cp312-win32.whl (115.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp312-cp312-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (171.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (176.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (187.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (180.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (166.4 kB view details)

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

pyjson5-2.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (163.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (185.4 kB view details)

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

pyjson5-2.0.1-cp312-cp312-macosx_11_0_arm64.whl (153.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyjson5-2.0.1-cp312-cp312-macosx_10_13_x86_64.whl (158.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyjson5-2.0.1-cp312-cp312-macosx_10_13_universal2.whl (302.6 kB view details)

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

pyjson5-2.0.1-cp311-cp311-win_arm64.whl (117.2 kB view details)

Uploaded CPython 3.11Windows ARM64

pyjson5-2.0.1-cp311-cp311-win_amd64.whl (134.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pyjson5-2.0.1-cp311-cp311-win32.whl (114.8 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp311-cp311-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (182.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (184.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (195.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (191.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (169.5 kB view details)

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

pyjson5-2.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (172.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (189.1 kB view details)

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

pyjson5-2.0.1-cp311-cp311-macosx_11_0_arm64.whl (151.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyjson5-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl (155.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyjson5-2.0.1-cp311-cp311-macosx_10_9_universal2.whl (297.4 kB view details)

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

pyjson5-2.0.1-cp310-cp310-win_arm64.whl (116.1 kB view details)

Uploaded CPython 3.10Windows ARM64

pyjson5-2.0.1-cp310-cp310-win_amd64.whl (132.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyjson5-2.0.1-cp310-cp310-win32.whl (114.5 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp310-cp310-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (182.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (183.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (194.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (191.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (168.6 kB view details)

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

pyjson5-2.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (170.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (190.6 kB view details)

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

pyjson5-2.0.1-cp310-cp310-macosx_11_0_arm64.whl (151.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyjson5-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl (155.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyjson5-2.0.1-cp310-cp310-macosx_10_9_universal2.whl (297.4 kB view details)

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

pyjson5-2.0.1-cp39-cp39-win_arm64.whl (116.4 kB view details)

Uploaded CPython 3.9Windows ARM64

pyjson5-2.0.1-cp39-cp39-win_amd64.whl (132.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pyjson5-2.0.1-cp39-cp39-win32.whl (114.8 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp39-cp39-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (182.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (183.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (194.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (191.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

pyjson5-2.0.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (169.8 kB view details)

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

pyjson5-2.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (171.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (192.4 kB view details)

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

pyjson5-2.0.1-cp39-cp39-macosx_11_0_arm64.whl (152.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyjson5-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl (156.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyjson5-2.0.1-cp39-cp39-macosx_10_9_universal2.whl (298.3 kB view details)

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

pyjson5-2.0.1-cp38-cp38-win_amd64.whl (134.1 kB view details)

Uploaded CPython 3.8Windows x86-64

pyjson5-2.0.1-cp38-cp38-win32.whl (116.2 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ s390x

pyjson5-2.0.1-cp38-cp38-musllinux_1_2_riscv64.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pyjson5-2.0.1-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (184.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

pyjson5-2.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyjson5-2.0.1-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (198.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

pyjson5-2.0.1-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (195.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

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

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

pyjson5-2.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (174.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pyjson5-2.0.1-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (196.0 kB view details)

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

pyjson5-2.0.1-cp38-cp38-macosx_11_0_arm64.whl (154.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyjson5-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl (158.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pyjson5-2.0.1-cp38-cp38-macosx_10_9_universal2.whl (303.3 kB view details)

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

File details

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

File metadata

  • Download URL: pyjson5-2.0.1.tar.gz
  • Upload date:
  • Size: 352.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1.tar.gz
Algorithm Hash digest
SHA256 a5b0e322e847b198a50d8a1ef16d6b2b19129644dc018d76773e81ef1487ca39
MD5 977c9516eee399107247f4d07ef0fd3f
BLAKE2b-256 f19a3db19560e968d6e85b2a4ddf4b949c6ebf9dd1dcfb5a9f37736f8adeb927

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 129.1 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 15f0d8baea89d35c6c01c60b944c778a79cac10f77f71b727f1b244e2c7a8ccb
MD5 adaef362e10d72df5af3c075a3c2294d
BLAKE2b-256 685502c734459fef0a955ab3e7e745df415d5f9fc873a4c288765f60f22fbc13

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 169.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3b31cf4f4a4f01800812865af3b02f6700cefb9377e4d9a9c6b78fdcf41fd973
MD5 46eb15f9e5f9d35196163672e4921fae
BLAKE2b-256 4845b865ca6e0ae6887bc2b6b17cd123470ae43ac0fa04a2362d77d4b9f5bd43

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 139.1 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 2df497af7ab03cf82d9278a4707a83d0ae4e6d727f919a883b5ccec3f7d92650
MD5 bb179418708656c1ce0b47a68c002118
BLAKE2b-256 b9a369bbe93275eafb7802a5b29230cc5c28f9b924c68d15b3ab2d43cfe19825

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d9faccf5a9e86f14104eec31c13428ef8baeb867182ce107e0c68fcc5c62477
MD5 e66cf07f182d545e331b395d5737d8aa
BLAKE2b-256 0f0420eb16c52453aea0af68a697f4058378c9ff871bd2f0bea28eb76ffe12f8

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0ef86c53d0e14991b5b0fe58f225e3d8faec437aa0a70da4762525b6bc2fca10
MD5 a89accefacc6d8833e9bf02a5968d956
BLAKE2b-256 90334d3a9d3159cdff1f1886d39f1991e6c8d5927f9b606cfc9743b5bef98c2a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 a9784d79275d1b06d95f2920c3f260ce5d3f6671f65a1fae1464f83fbfc834a0
MD5 b2fd0658fb741adbba354d23639587fe
BLAKE2b-256 e2f05fef8c47c5b7052da79af6425a021040402a9a09b37c5687d91f98696a27

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b710fc8ce00c984c8865131f05a8536163e1d3caffb9d081647879eca7424670
MD5 bc97db79f678e5bb0bc112933e1d58b7
BLAKE2b-256 d429c478dc24dfcfc07e407ff8669df265ecc51fed5e7d47e51a01f17fd1c53f

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea3c2b4e7b8e209e7f59bd6a925d79b69cd0a4ffa12f2df0c6af55514c8b2227
MD5 7610dc9cd57588930f9bf1ec64633dc6
BLAKE2b-256 bb930f44886391dd2249ad9cf98c2deb3f26d1a115dd5a215629af7455765968

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e166dadb3275025cff5ee8602131372a3ea171c6727b3fc6e44697348e3972c5
MD5 2635732f933f39e8a3a85683c70cafa0
BLAKE2b-256 019d0ddbb89d381bc27f3740850d5d664c1f6f76620ad879ff5eb2506a4dfd6c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08920c0dd6aba3fb6bc6c849e6f05731c5fb2716cd651de424ff60cdd12eae65
MD5 15345cd8a65fef7f90a6bb936b87fc9d
BLAKE2b-256 c332f07d4dbd8cf733f9e3f3e9c9abedfbc23da1e5cfa7fed46aebae07ca6f25

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 b710a7489b6e134890eaa1fdb285e9644a1e730c1cfcf1cd90a87859b87a84a9
MD5 f301127c50c0e304c98375c38bb5ad9e
BLAKE2b-256 6e489e5c16daba56dfdb481baab85d1197e14ae3f403902fc23cdca14d14351b

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35e18d11e4c2034b78a664affe18c153a8efbf8872cf6bed7f12dc4fb819d440
MD5 cc51abb6f7befc04b242f95d9ac1eb01
BLAKE2b-256 54e6a6b0deb6a3f393907c6d9115a7ac8e27557109204b56b05d3b57c51fc2ca

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 5ca55878d923ba5764254ad1c020c22b33e6161b3555d1f457b8060f2b3c6c17
MD5 0b8894008913dd264749a62db82936f9
BLAKE2b-256 2a06cf1b2744e07f1689cb0ac663e162a060b81cd358474754fe9f3bf02d5398

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b331a0fbe2ae26f4ccb88045ebaecc00aeeeab23ff858f9a2223cedd969ec6d6
MD5 11164855e2a683816d78fe4af6f66fca
BLAKE2b-256 15d52087af69695c28c7fe796afc73dec7f0b0b9bc123ec329e45928d58d4705

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 04356d0c09e58907f60675d33859f269473479b90add5026231ef2fadba5207e
MD5 7a62c9095c2966a811a2d58b76a3e142
BLAKE2b-256 552a0379aa5184e986d0f9af2919712c148d81928ce7d2d7950407e271b1df3b

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dba36677c77aed5d680827c65478933705ca156a34838f1250ea191ffc27662
MD5 e6546af1363cab21365bfd839f32e955
BLAKE2b-256 4663bb9f42a4047284ea59064c134c88dfac3b7f5273e40fe548d6a086cea452

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 dd1712038837342dea73ed526883e53c6e85a158242b6f574b9ad9cdd3199c7f
MD5 eab5d3a9d2a94ce78438c914ca3f0080
BLAKE2b-256 a6a31092f68538ee71ed8027393ab5e71aa9c4a114e493e30a55e46e34c2ffb9

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77e58307b74019d90aff9f2781bcffbbea3315b15fc814f8fa9b8d334b956ff4
MD5 30396acc48b76cb2b622b510d40b09ec
BLAKE2b-256 c8c68855a9462bdbc8306cba62793e23cc2952dfcbcbcab8e0413f570c891361

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 87267520a256b3f2dba7f2995b745e8b3f2dd72bbf8436010a5191f7809f8ab6
MD5 863225c9185d39d428797408b5a5f606
BLAKE2b-256 84d46d98268ed07a2cac1e79634fcd3dc280d2503ade5f3c465f7aa095951444

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5603be4f0cb9685d7c2cbd408ddec21b33f415252bee00ac7969f20b5789a1d1
MD5 96bdc6735683d838394c6d7dd65163f6
BLAKE2b-256 dd04cd69739556d304d3ea48064ea7d47e5ff7321b0032d7ad78864bceaa0cae

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 120.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 d447e2e5756f89abfd0ad82d1438075bcbc701c1cc9279b43d24825aaac67356
MD5 e3af5dda271636295987e664d6e01866
BLAKE2b-256 c71b385da14c05412bca15e86551dde91959686c8bddf7e78722bdc627fa6815

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 138.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 698c73aacff49ea35bbbf7f700a97785626201ea7aa2e1f1e0a4fe23788c3be2
MD5 f16251ab13028eebe42f4d478153baa5
BLAKE2b-256 3a8e79db426fff3a41610076989d4060cc18a6508ebd3c7877155f6709eea102

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 118.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 51733f91dda897239ca10928f363ce6f4b5eadaf797e74477f6c1c3222c185a7
MD5 8f53781783720856141a33eabd0ece22
BLAKE2b-256 7352a7b2a26625136fcd0f92e17beaaae51e04923cc2e28502db354d4de061b4

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2930140edd1a64eb42689993c5ae317bca2e6bc785b5dc5053bd5e9d184c98ad
MD5 649367430d828b54a927f03373f20482
BLAKE2b-256 0cf0655224f78ede087aa6a295c4745423e0104dd31f67928675b1a4cea72a0a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 f8d2e61f7bed0b40cfe5f62375581bf56d7b5b9707c9d74747b5931149d7d376
MD5 3a317b33ed040c1954d12eb36f938e29
BLAKE2b-256 9aaec10f534037b096aca21b90017ac9d41f791572dc3ec31fcd92db8ddcd256

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 ce4f5b67b3a6fab623a31d83416b51a5b2c97cb172194f214078484bbb4783a6
MD5 0efedbcf291e899b6b8f97a3c89005ca
BLAKE2b-256 c1012c4695fc06a0f3f29041a875d3bb24f904c9ae7b3d8dbfa1f8db17ce995c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9ae54e5d717982cb7a082c700ab1f7f965c6aedea6fcb003ec4bdeac4f02bf52
MD5 74685dd883a56c8e86fe80f46ca193ae
BLAKE2b-256 c82582f0f83556ff68ec0ca1129ba9afeb14149cd421dc74823cdf10c209c95c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a77a91c2e019476345c03cde105da44100daaabc3fa56f82f2bd9eb2ebbcb698
MD5 f169da61f86d3bb5d020035d4c9d51c7
BLAKE2b-256 d7d725c3f8693660a35be7bb4eb71b0d10d9a6981e986723a4881d607f0c6462

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cc00d4669fb4170c28b2c9ed3cd1c2af9f21727c55d6866030cc154f31f68747
MD5 baab9b0d09465dd30b968e81c06b4249
BLAKE2b-256 192f91c8d8cdb4a2e4bbe8f14b9b57d717988e14830f2ed4a4f08d503cb5edde

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5cf3ded356730e08b5941a16db6525efc0de26f35468ab09ad573056c4efc6e5
MD5 fc12aa3552014ed5f10363b2dcc727e8
BLAKE2b-256 78d81010e0147c8862dc0881cf3656364d3d87a5e336d290fe4cb0b92223e14c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 5d714daf784bec2e14fc06c0c26e4a373a6157eaeddaed2d5a7b7b6ae2aabc33
MD5 ca2d2894116c7645f8a44cde933415a9
BLAKE2b-256 c0d9a458a54f780bafec1b44ee3c27cb3007a83fb7bd4f1c17ac6bf519fd6151

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc03673adb544324500d79b2acfe2ced038998b2aceb564d335de9cc238cbdb0
MD5 cdeef14f0dedf245f5d7adadb491e162
BLAKE2b-256 c43d3df8d5f003910a9291e5f04fa178f626e3c8553a5986dc62589ca74195ff

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6484c14e07aa46abeb3cb2ff0204a765260763ad7cf3f87f601f26b20ed607f3
MD5 64f1697e11e2c8e96a41634c88af8572
BLAKE2b-256 e0ab237f9036eed73e08cf8861466d3d1182ef1c88506bd29955740dcadb24ff

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 bb769d90516da904e6cf0ba58f3d5830f4a5804486b5e85c5ca42ba3146d187a
MD5 779a0d9c562fb207b03ad84c56efdc1e
BLAKE2b-256 998b90e22ecb12d51ccdc68325b6b051002e6103cc4600a335d9ed13828acdd9

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 af855c680feaa39cae4a44914ee2863eeae1549f37ce58069c747b3d4803999a
MD5 6363a5f2672d87e8c85c74cea50b29c9
BLAKE2b-256 3fddf22a5f0e619ef22b8e32520a91bd92f815d50f9ec2d67cfe5974eab9476c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be4e2242e55a2651fd8696cfd67ec8e04f54f4ed6c089cceea2b63763a7516d8
MD5 99be114e1c602d05c76bfc991368cbc9
BLAKE2b-256 03ccc42e697def319b286fdcb912939c044cc94bd1cfc7338b6dbb566f817f29

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3d274697f81f143abac12ce256a06b61635c30d0f8cc11eefae7182655dac9a5
MD5 de00b55667e474e88ac29d96ea3e0283
BLAKE2b-256 82c4d94573ca37486af3d6a72f2582844d7d490d8e55639e0cfba371ce91442f

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4635e349bb1d1f1e854dc790f14be31b6cb198d6453848e8d86818104074f805
MD5 5d342ac5f606f4273611988c4bbe3b9b
BLAKE2b-256 3f94f2bab1ce2eac8f77e16dcd0a1ba39de20733a84b9961c3504af0dd68bceb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a8ade508a046a5407a322c098e3b7e6033216b158a7746eb8962b7a4cdbf9248
MD5 31c5bd724f8841439950d440b32debfb
BLAKE2b-256 0cd9caf44bf3d33b9502dc4b8ed5d0c7a8af8fbe33001e82414c0407f39f18bd

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 573fecd7cad4e24d232053f9ebf331c80fe1b0ed6e2064f7614797a7f691e7ca
MD5 af10f5460696494167274389660cc693
BLAKE2b-256 894170aa1cb1fb0a3ac4c9b8cd405c0c85ba935c53fdfae6271b8eae364b92d1

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 126.3 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 4917d5b6186bfa48ec4d85326e2a09769a5f7844963307ab2710429e1f743264
MD5 18b9f98bfc3ab566ca5a2c68c4dfe571
BLAKE2b-256 24617849b04a0dc78f73905189400ac99c45de8eec2ec451ce9c6990fb3588e5

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 157.7 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 207c00e7f9641e0358bdc848a1c0610f26f2e8bd51d73bd64e5a0ab3b725f1d8
MD5 eca89e4a561b11a833aa0b018037cbc7
BLAKE2b-256 06aa0bd437252134115a846ffc061078c85f8e8c325c86abcaa862c134d3c57e

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-win32.whl.

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 131.7 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 46e7c5525034fde8abf3aaf100ed7660c1b618ccd3205544ed7c99e4c55cf201
MD5 b7169add92ace30875b3b34ec8e5b090
BLAKE2b-256 cf48d8f34de7a7319f5966bdfd10f133e689ba01f138d2040bf792f1ca8b18e1

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7b640dbeabbd7d975170f793f90a7500cc5d510aeae9364a1bc558bcc5336ed
MD5 a5a0f1c86763e54181c5a39dae75426e
BLAKE2b-256 01458b84ff7a0c4d8c12a76e097c67af62abe986a18d1ab2540764dd6eaa0253

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 13d78b3e2c60b81bd7e6b00e6ab24a664ba1fd64b5d86baa65c4cdfae1fff7ae
MD5 b0f517c01690cd1f20a0a4fc8c242f78
BLAKE2b-256 902c016647580d8a82ee53b4cb9ddb96deb4b157ccea9624bba61de4aa2cd25c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3dc0c2c80fd9d1e4c26f8b6c91a54d38b48648b93ae3f09355856c75fda3e460
MD5 321f10c890aec288f794c57894090cb9
BLAKE2b-256 6138e7546ad733affe51a5462bad21bceb4fd659baf24930bd141627ce56279b

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c8a689f5252e9791bfbc8fa916999202556a1e8c7b24dfd72de1ad84c493e10a
MD5 4fbaf5af37f41a23fd038e416a6d0863
BLAKE2b-256 7c3f090eb3e0971d067defb58bbfd738f74a09be495c6f4f00d5d76a10755bca

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 13a2de8b14aeb576b1623c8af419510bf871b8d9cc2308db41a46bcc94d00f2f
MD5 4b95980f181ca5dcd703b74d75ffbd3d
BLAKE2b-256 9c6080818fad90a99336f8bfc686d76d0b2d7c8bb51e8de5d031620fa1a2d7a1

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca04839cecd364cb53de7ebcd81fd5915193707d968730ea1c8d4ff5c9c2f1a8
MD5 180daa76913c830513a899ecc60dbac1
BLAKE2b-256 9cf7a30eed477295e92dfd59553063cf82bf510a7052efc7720c9c50d0082fdb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54427c8cad0c1a516bad5b4457167cde1e7ef7ee563e28a944f59b3c7413b6a0
MD5 9d8e9080e58423908455f436673b66ac
BLAKE2b-256 2e005d253751f4d27b7e63fdfd765041593fa588395f45b9cea496878d964448

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c463c9bf508c1d316191898a3c0bfc03dd3de67bdc02f480b0742ac5c859eaeb
MD5 b1a642df8d7a9b76c1706f2a9b4b70f9
BLAKE2b-256 1c43a05331ba88fd1aa09ca418548c6b06692e34b2a64b109bb363e01ecafdeb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 075de0f1e5e0ffee174a8941b5d9d8af632772a6e5eebe92fb0899db7f6ab7fa
MD5 e92b54ca48e57ab94be75d67254178f4
BLAKE2b-256 472a17b97e02b37ab9353fc9713e56470be3d2539501ed18d6c676cfbcd0a57c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e5c339bcac113dfc30a1f88f23af273d67bb6169abee1684c0dd27daa71a32f9
MD5 06d16182578e1a57e5de4c3d521afc9e
BLAKE2b-256 8973613efc3cdab5cf9ec399e6c5a0463b672e5f5cbd693a3a4d82cbdda19476

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ea7aadacac7ac6661117b708175f6beff75e132322c08bbf3794d8ec4ba572b4
MD5 2542896315908032262b1d5ebf8a1b6c
BLAKE2b-256 390990104baeab58adfe63bda804174ef1806b1cabb1692e047fabc2f4aa1799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 fe6516ff9ab94368c18ff8ac0ebdb53fac9e047da093d43e67d5e7cd98cdd0bf
MD5 d918044a6d0ba880010023f93ba02a4b
BLAKE2b-256 8b90dc897332dda24e949828616e8e74d7937b587a56789f3aca148fcadddde2

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de48fbd0466c114c17f408be7bcbc5b3aedeb29ff5f73187022915e6d5eb7817
MD5 e09be87e425d3bb71317b348d41569d3
BLAKE2b-256 ce18fed02a3d68c3badb87394e8420b72d7cb165ade208c1e02561637409aa99

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 b519de49dd4cbf254179749e5c6bfe9bd8fd1f97e7755bff2e17cc6f79f85aa5
MD5 ab352af06dc16bfb51147d3dc864cd7f
BLAKE2b-256 5b48b2d0e868ef8375eb0696ddc74f71028fc4fcd26cdddaeb34485214f2dc87

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 545b655ef0b59f39fc29e2b63b4dadd45e447ad77bad2fdca859ff4db69e21f5
MD5 fd00b4edb8c45e8fcb2b123f0af6913f
BLAKE2b-256 f3d25e6ec3580379794e9a99a402465f74586e93e93814974172202d1254fa89

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f57529b98d21e8b76f8bc51af9d3c3057dd04a92287fd21ef7ec55255ca6f5c5
MD5 e5c0c74fa4d1cc751a71c3157ddd29f8
BLAKE2b-256 dc75c4a563034805e20b274fe4db963e1d480001931d88fe70b7d082033b7dcb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 954c14d40022fa40e0d36e0ebd337e9e90fd71145592d25a0e2868344e3daca0
MD5 3a5f7f7276cdb216a3f6e8411e86b081
BLAKE2b-256 2b4c6266789e615576b62d2db6de26a3b4b8f4cc7a8ff23fe24e48363bca1682

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 116.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bdf30ce5b1242f63254d936b30af75cae237fab0ee71cc2544163c82b6bc9201
MD5 a554b8d2c2304dd9ad6be70b23749ee7
BLAKE2b-256 f00ae457b20d1e36a766d3ccd09c418b7ef41acabb679ff2248bb1cd38247ce6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 135.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 67f8f5b8d3e3b2ca5f618c928729986aa00fb588c476c0d0d3a151633ff41e0d
MD5 7d6558e071a48adf8cc6e80a5221c80b
BLAKE2b-256 c9c7fa3fc956fbc3fa6250c8b99ef75a8f52b691780fca1bfb368340283bd898

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d30c8b2c91d530be475a8fab6dde8c3bcd3e89b999c9e0f05aec2bf2c24b0638
MD5 0172b00d2d019ea3a7556c76a148c3bc
BLAKE2b-256 2dcca9bc12aff47d8bfd3074a21e3fb056ec0028fac28f8ec7e0fe4449d050f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9dca542eeb6e8fbbc1fe3373bfd18ae6250f1aedc78f39242ac12c8837091b8
MD5 826bb58c5d50dfa1830309ecfe8b3c87
BLAKE2b-256 8232827066cd946447648275a892f494f4572d78e6a79d877fa6b6c14af599d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 40371c73cc83ed81914028786a6cc5950bdf300ae82443df83a5dfa80c582fca
MD5 5c68afef10c9cbcd4cb1e745f326b703
BLAKE2b-256 1c1a5a8a869e855645858e45dbd077204cec3a85b2f2e669bc3c8cefe9c4a70e

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 b0001eecce9080e6c170e978786501e8931e2075a3d15f5260e1bdd6a45e8976
MD5 e5f297587b336d3daa07596942613d52
BLAKE2b-256 af294549380cae425ee112f3c154606c35f5211c12ddf415f079c2b23f2d493b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 63f5cf25113dd1bf3bfeda211d99413e58ec6b9036ff34f7b69f85f23695e9c4
MD5 c259e3373017327dfb329dfd5674859f
BLAKE2b-256 06b494a09e744a6bb6e76108b61a28a7cc5ecab1b8105cacde7548359b3b74a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ad222a3eff1cc93f9b70894c5f3d2ff5e46531e88feaa4818e329d5f3ae4307
MD5 4b5537fc19a7d2440ea93918c3110d59
BLAKE2b-256 891e72283bc505d77dcdab7eaeb0020cf0fd79a05d2991e886d1fcfa73e88ae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5fdd66bdddc2d53421ab7427bedcd2ca9b2f1b4b3b464381aa60d305c94be38c
MD5 2b38012ab6e8e0924919207d2951ec42
BLAKE2b-256 d0be4c5c92cdda5a911ee4450a74281782335e7ce6715638308322beb96be639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cb163a495096716a7a01d052b60bda0308ecfaeddcb2d50a247ba9d707e3e40
MD5 bfcfc2f5dddfb7731270302abdff0779
BLAKE2b-256 a9be969752a3a052d00698b6e1dd926c627d7a6475a7c8dd390db148363544f8

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 26074370d7a6dd38b6e8c28a2f10c790fc6dec938ec22ec3de6c93c97d195f10
MD5 931b02ac715cd4f433109863f3f27980
BLAKE2b-256 f298deb70690dab994474ea527cba91f43ae55928bcff498c441e812b60fc1e2

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e042f9b869e7f21d5f53a2638e5d0cf1daaba2342127c8777c502daf972602e
MD5 1e4e9c1e80a4c5cefce5b87a4e7f6aa4
BLAKE2b-256 d61166151b819407ab589aef36582038257f1ef42dc065e3423b3d8274f4fcd2

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4efbf5e910a3aa6f330a92d1ae940dda5ed662976ed5056526baaf2e1821f95d
MD5 efdd4609c54ae817a6e765eb00ea8619
BLAKE2b-256 fcb2413fcb76632e5f6fa89a2ec83976755b5bb4696c6d9eca9ff3c70cd717b6

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b97b592287d52a6ec5af84dca94aab02b185f72f8ddb6fc99c58efb8891be5cd
MD5 a5f6c6e3b729576f29e9393e9848981b
BLAKE2b-256 e21cb863e502153477b2845a54b688b72436457aca5107b300fca95e98184551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5398306b8aa253e620af9ed8085767de9cd28d6846da45e535e80fcffa9f33d7
MD5 0c1d6075e30a75579c18468e91cc163c
BLAKE2b-256 02b320023c3cfe2f2c2523007d7031b5b7ad7ccd8856d2665547683cebaa6f8e

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc3181274ed19ecb2315cf85a499bf83002554f42c72453666c616059d665a7b
MD5 a80a69dc8dbaee76cd5ffc0209423e71
BLAKE2b-256 d8902f317da231477b77481020d79c73bbe10625e4925ceeae77603726ef1763

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 cc4802093b4ab9039367774988486fd04754cf416c32aebf94a94bafd8b8a478
MD5 f3b1555ec8f249111064bb94a5a5ba2e
BLAKE2b-256 02397622416ac0570d9ce377447bd5b2ec9383c1282e63cc6d0b65779f1336fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7417eab751817fa5f070e41975d9df4aec3532d21389073318161f63cd96d636
MD5 963dae4ce8d35641c56567f80d58d971
BLAKE2b-256 bc7d4ddb249563a838425242342d2cf67976ccc292a831b543a92fa1a8a83b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1cb5c1c066038ce6e1922d9d5be23f5cd14d5b5a3c96e6358aa5d0e379014a93
MD5 61850c162783df56e3a2185e38c7ce20
BLAKE2b-256 91317824913ec71e7421d6a57bc06228f3e2d946d8e8f738f898572dded0dc57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8a661d292801b38434d5288bf7329f9b50b3a693b1d2941c7595175842692eba
MD5 577f97d5b0ea612eff1cf2efbce2afc3
BLAKE2b-256 932c0619f89a9576f335ba63eb851e73ba507480a8c7f28a2e7de2501ed3d303

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 116.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 264ab65fb7d68a763567c2302151f1f074bf053c8479939aa8e75f5f9518fe31
MD5 7da15d9950240bc171363580717fe546
BLAKE2b-256 9c92a8947e646ce642555ac22b31f44b7168c81b0e364d0f2711d571955229b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 136.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8dea9976eea0aa7af8b5ad49df3fa831d6bda08ffd7bb11409d6a81961491219
MD5 4586e87cf0af1b7e11ffcf49718efb34
BLAKE2b-256 26132265cf16720defdc87672b68ff5edf83820bd76e59e32f8384c9cb1ae619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 48c97e2f7f02171948f8a7ed6c9b2b2faea00653a3348d9e810238a688f07b6c
MD5 463e34b266d6c2d6cf8fd6243539696a
BLAKE2b-256 b83ad2f062b5801b3034ecb16ffb0801d7b4a1d6abae4cd4615482dbf62f1ed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fcc96c429888f2293f672e33d01da8a0847cd5116a773c9a1903b8bc2f12bc1
MD5 59eb88dc041c15b49647f9e271481466
BLAKE2b-256 3c74fceedd2709760f5c85e75b508002af9b4c2da8af20a80e62b2d0e2358a15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b1b0df4898e2e046fa1e9b5df436fe11d9b681b1e5fc9877508d982d2059aaf1
MD5 24b7d46229b38f6f46ead80985228e42
BLAKE2b-256 7a21d44540d3cdc670e5c6e665471361f557ef8c7d56964cd433524208b3707b

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 2badbc101908123905a38789cc552b99ab896a7ec0ce4fa6ee2bb7b613c85c1b
MD5 bf341a6fd6892370b669ee45383bd61d
BLAKE2b-256 c08e6638b0b22344b23cae1271b0211668be54b3f76183bd8d4f89a2edd8e562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3e496938e7e0defc33bfbd0ff581d4ffdc428c598cc5d679232f34df27f7330a
MD5 6dc2ccb864b4582ac3e4021e8af99137
BLAKE2b-256 507a683e1586fa076fb344aec23a647d67f427847b6bffb1001d56e86aa8da33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3543e067d1d8ab6cb1cd41add38a42eaf82e9a7e802e8a08f1acda9f22199b00
MD5 e96b8b65807a5fcbd0dd5f1344ada6e5
BLAKE2b-256 dec876f2739a8715061755f12f4d2795f6c4079aeadd166c56d0992521442d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8010e9a02b6a0719234f8d074639f9051afe579ff0f74d3367af1d8b4c7d839
MD5 fb4c8d24199ba783c7e537ed5eb8e529
BLAKE2b-256 60f81f0c326b3a3267f28b7b9e2ac07121386ec20ee8f9dd49955af4faa17ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e158caf0dd7fbf7afe12f92fcc9cba26bceac4b38615c087fd592e9e3240d9f
MD5 6454be637129cd0a817fc7cdbf18b8c7
BLAKE2b-256 f149da5417d592ac75a23d1ca2dfda846391ccf137edd89054b780866c592b65

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 381ca5b3172bccf9c29c5823a0173ab9118d579d0f5bb4fca20b803daa6e72d5
MD5 9b6300229385ea9a2e678254cd86968a
BLAKE2b-256 822c32213674010c44db265d45e977a431cbde971c45342b483f7af337811403

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d178025a5317db44663dc87aab90f34674991b3da40dbedc3c108e7b03b6466
MD5 cd483f629fd209b359ed6d1ff02a03ac
BLAKE2b-256 5b430c0bcbf9a9ef7fdcd49dc0992a3a206244c2c2baa7b409932464cf26f1a5

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 035c094feb6a9d4312183f9f34228d976102eefb971e9e3dd972d8c7900a466a
MD5 14b9143d1d3f2e262c0453cd4f843950
BLAKE2b-256 76659a70876d4dd09ce17678024266406b94b8f1edf9db6c2e3bf76cfa653a13

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a08e99d0a33463728fb016f5eec680504499c4be280dac016de2da70ec55b0db
MD5 527cbfbdd560d5e45da523e3a0105413
BLAKE2b-256 813c2366f8ecf053434470eafe1f120f2e235d13015fc50d7f06e55e39b550ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e889b039d6bffda9a6b8d822073bbdb4a60166af22f075e7faa0c03c2dfcf17b
MD5 4cbfe861aa56e9328c6f5978d451b364
BLAKE2b-256 b305b0e67106f78c8ea5ffcf6ce0b8421f38a04d5f37ea88ac70123199755bcb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04b4929a7adf0e0720da92ac54c92d408e8057158be3ccc34da17c7767a9af78
MD5 81f3fe195f301ad2cffa464de96f2050
BLAKE2b-256 8f0dbfc553176b7e109b72f23697ab1fd1a77d7fd5c6626d6e23936f13d5884e

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ef4026a90a68cd2bcb64d89ca064a1615b60a61c7694714e2b8ef30434f365b5
MD5 5b880933c8ff17f13a2008590cdbf222
BLAKE2b-256 f5ac174ca02e5f3ed8245dc48247e534880bbec1528c0c4eaa768fafa9417dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07cb90a31f962a6de9e49592a306046ee015da73510c6d215e9481a2a21c9ac2
MD5 c2374dedf9e8f4c757cd905399aefb69
BLAKE2b-256 cb7d5de0f82c144b6fc2fa2e3fde5517257733a91d24734b5d2415b7e991e8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 58dfa4cf5c327e14c530b16c23e812c021fe53b19e6f9cdfce257d8c02244895
MD5 d6a1a0b265f9697c920a20278111811c
BLAKE2b-256 4be250378c3bec9164c1bb983ca15ed59f8be498981b790a90d1410a1016ffe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ee62394660d54e76ff8a968c8194b252be23d184f05a00238d4def9624454ea6
MD5 5b460068d2b07361205f449d05ad3c3b
BLAKE2b-256 6841be622b742fe4749fefa9d8a923b1cf5e51a1e8e4b4930fa8ea8c531b243d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 117.2 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 25ee8af17c19d0a31adc3672adc9c92429130e171e6fbe374468519892fd218b
MD5 03ca0e676269daebfc385a31cbf7050b
BLAKE2b-256 c477ce42988444b3e567d2b949970f96949e61aadbe535ceacb12afc2570b553

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 134.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9f5d62dfe22810a3ad2252c1b0d7f89b0673255263410d999d88bfd6f46b0ca8
MD5 72b5c7d4fe86ac3bbea69660b964a048
BLAKE2b-256 4887933712d67031be67cf7c0298d655026b46b30539144f9f12f9084d80b03b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 114.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 90ef60fe98b6d0eaef3a6cdc81a6b1c6acb135a061bc695c00f3b6fdb86f3f90
MD5 995b5bc1b65511040c674e0aca20eae9
BLAKE2b-256 93cadbf1f6f20cd54be3588b890648f46c1a0db111c7c988d3325e31c14f3510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f5ae05506fc86bbe5716ec102cd023d20d2051f43f4eb3a741b557616c3245d
MD5 be4809dd5cb6e6422fb1b912a2cb07ed
BLAKE2b-256 b314356b2a67f1d6d062df8345c98b1337556f75c18ca0f9f32921d2a28e1946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 4671741493245604579cd9a9c044fd12341a0a61cf0fda8fb844812e29a1a488
MD5 f34f70ab4134e370f5ff297bcd3336fa
BLAKE2b-256 cf59c9672530a00d433e5411440940d2454d39b19fde29c69eab064af136a157

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 6899d9e22660862fb9baf3eb5ac9b2887eb478b18d14f95de94feffed5ce0558
MD5 e3638811f505b42fb2a5bb82c34b8ac0
BLAKE2b-256 bb7227be9cdb773cdeb334d423d57cc68be30c280df3d3b163c68b7a963d4e50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d8ca0d3e4fc92dd20ae76d067ae692cac35161f83f0712c5b20d8f7ba73730b9
MD5 e42b561840904cb2256bf5346bc0b24b
BLAKE2b-256 bd86f4b57480f00d546031f6ec6dda17780f996cceb1adf02fed586d2d985aa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 497b4d61617db4498a20b47827939034d9234c695d44df7dc907ec455068070e
MD5 f3b7bde9f75572cd7ae712b06352b895
BLAKE2b-256 267f678c7a3ca28439558f42e78560d5e8096918e5fa1995edfc23702cb10a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1925fa0b53bf722d6d263e1eeafd6c009dd4dc975bc481e03786497b2c25eb08
MD5 ea5d2718705bb8841de74eac4ba890d8
BLAKE2b-256 27d3fb75865e713871e0fbb2c6c46a1569365f8778c59601939432dcf540b9d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3614a579966cc22bc4e83599a786bd875e2c1de4baf71898763623f670df69a2
MD5 19d83262db7b2681cf9026d5af677589
BLAKE2b-256 4f8dcf77e9193cbff64a8488fa005c62544d102fcc7f8d233932b8c026adf00a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 2c34ddc5a211ecebcfadeb9c698abd047245bac83ab7340811b77fd41aab76e4
MD5 509d35d59dc418f506165f357553f391
BLAKE2b-256 7da2ce59cab1733bed125193765f8d55ff316f151703eeb5c264b63200c4b26a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94a645be2b846a6a1155296047176099b6ce987030fb7723208d364cb1b73eed
MD5 29b98d0da08bfeacb92e15541201bd36
BLAKE2b-256 1987e0774939571faad2609fce9865ffd7a30b648f828fc2ca5acc364411f0ce

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 2f80ec4e18b2a8d42832f843b48cf06e77240c8e9cb046ea7e10752e8135ce87
MD5 6fc370ee21b7478e3c69629afa830b57
BLAKE2b-256 4f643c1c2b350071ccbfcc3a8e4eae66af960cc3193008cf47846cc1c775aebb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 55780f15c6d00a8d7847c7291c1a09492beab61460cf1b4725177b189cfaab65
MD5 ffeae5be18ab705e82b4366544465409
BLAKE2b-256 3fdbe15cc07bf375a59d102536b233171eec621d1b8e9412596c0ef656828baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 3e2e3ade7f34e1ad2b270fdaa6a11c31c7cb5f07379a422e9a714791d345e4bf
MD5 712088c756dee9f9875d48a5ae57dfe3
BLAKE2b-256 f389d79ac6cd317b3488e38f225c2cd8315fa54145faf939295b853bae70fe3c

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef1c0fa8af1cac361b2bbb030be942ead42bf872f279bc8e2666a8d5d6e7e7ee
MD5 2128c3933b7311b09dc1c31fa3b9a3bc
BLAKE2b-256 bc5b48ec81dcee70f8d188ac04499207e3c8a893ec306a1ba4db5c38988f98c1

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ac66d237c78b9ecda45506225c7eed648d2e6750532e15e1ac2052acf3e2d444
MD5 b0bc693d1071a70ca8ae98e6b62c7b33
BLAKE2b-256 ac0621da19b96b3215d266bf4662147d5ef70f65daf9bd4e82305ae61584908a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d73d09a5cad4e3325bd6737697d649a4594c4fde8df8eb784ed795dea845435f
MD5 a8da55d099f602e5019a258eb06f12f2
BLAKE2b-256 1d579f68629021052044cf46bb89652a442f14505f3087d786ac4b18268235b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4833d46e8dc4bcba54db038305c8a7455d05cf8533d52a2297abff634cf69fa3
MD5 90dd5399ee51c5d9b448c015fa969476
BLAKE2b-256 ed18663ab5ad9aff987889440a2cb6f0415d334850444aba759211aa3eec10aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1727cebec0ca73597188057bb826cd96c8503ced9b22a9cc73501f2e68d91ea0
MD5 fb346627c99689ac57dd79068c699ccb
BLAKE2b-256 7275bd6b2297beef9730e7f265679de7105fbc9a49dd85dff28563851b9c679a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9adf3767a806007350f14389fcf4b1cc484844d4dba49f01dff4f29670682a24
MD5 c809ab93c7301c24016346fe7c2e1630
BLAKE2b-256 9f04d65c377038385bc58a10115022670299d7f0aa5768ffc200a4d5d8b3e4c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 132.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1c13d6591efdd317b84eb01017a7dfc3ade38c76732abdc09937bffe77df024c
MD5 e9d7c376c3873991bebb5f70fc45022f
BLAKE2b-256 12ca088f4d4e218f2bbf86a427cb1d35b1d32b56096f3cd98eede32b824bad3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 114.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b75e6e8734d78b2d1a2d8aa73df96238149ac8751d09a83d165ebb731e770f62
MD5 0d36f5f5fa797d99686a51a65f933304
BLAKE2b-256 d585c9771c191052afe36b33d5adba1cd7fc02b2e98cdc7e76406301bb2ecd02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d3c241176e73a8c0f2f527f325bfb1c397766d5acc34e3cffa4f8962a9760b8
MD5 37a44f4b1ff167681891a6ff532828be
BLAKE2b-256 e70f1617b9432d1ba05bfafc4ef02b391c85a608c45fe5041c9cecabd1d87135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a9910ba42cb2f3ad55b3a5e18605d71c8cf88f4ba1d9f347d17f09637a3fda47
MD5 e4e1a11fe8a38c592698418ef6f15f75
BLAKE2b-256 e6e5009ea850d1db15c9c7544aab046289b493dd8b8c4de210f13c162ffea0d2

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 7e812c837e0a5fa34f1687e0a4d6467cf67cfdb7cf562623c236a641285e9fae
MD5 865887827cb6ebb9e0d146de781b1471
BLAKE2b-256 ff1b593b242ecace80f2e0c6124c2ce8fa196062ee50fcf381c6db3d66ba093d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0261b3014431e344b679da8b27a27007bdc6a63648fc372cbcf66cbcedd2814b
MD5 b829f0f99e0386ab80d348eaedaaa7c4
BLAKE2b-256 2cdbff0d9e1b3811765faf6a0b47cd4e8db069e1ee08875aff5519393909d466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 786b6979347245229a6c7b6ba27d3a36406c3b7b3008ec46a1bebddec63bf076
MD5 8ebf140b1d1cec7063c05ee0007d0687
BLAKE2b-256 7262c4cab234966540df638fdeb4d60272676720da8f099f3f7fb4ab461c5248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cb5e53bf406509a942bef646668904c66f2d331528ef7d601f3882eaa163fd7b
MD5 fad453de2659dae5ba703cdc4a46c399
BLAKE2b-256 a3dc7210cddfe11e1682af599e78687968a2e5bce118b1fc3988b0bbdde12146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7214aafe42be1eb822c5685ee513df8569b6d485ef38a3c12325c52be319501
MD5 53aa111101b7287695500eeace50e0e1
BLAKE2b-256 5e2cc9acc31cf3f2ec340da705464dd5d36cb9d881fbf4f73778d9a4aab701d0

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 e56ef09d3fc85cd88f274f9b4e6570d9504d8f57c0fbb92023afb31c5b022881
MD5 a819fb5310b335c958d6050e0b5854ae
BLAKE2b-256 986deabef1e812c99fc838e56ffa3ded851ad0bf1378ff0e4db6581ce6bda157

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5fefd3048a56e755ee2a5e3d6e37819bf03bc38b01e065d4029bb121c42879e
MD5 6dfd1a9d7a6212b0d5a2f4850e8f9dc6
BLAKE2b-256 a88ce75e928136f2ed445ca405863af0925a6df2f1516e00cca60f3ca0f69007

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c9b07d954f32e24ca58ee2c3db23cef6b963d4d458d6bc286668a4ab4dc321ce
MD5 c6766d68afafe9e05812d1fe959e9924
BLAKE2b-256 5798f129d5e257a916c06c0d9ec56452b92b33ab13848f803e3c6b66d3da1d3d

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 136717f28cbc6907e41c6fd056e2849c2adbd223addc84133a9166b3788933ad
MD5 9b67582b676919ea7e99630fadfdb0f6
BLAKE2b-256 7589822dce64179bc37e51e49a5753e9f7bafd4106bccb5b9497b226b1b7257e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 c26dfbf0ce988a3d770ba420eb826af1896a202e98eb51fb576ff992f2468b93
MD5 c263810ee9cb8d5ee3f02e12281d198c
BLAKE2b-256 4a720a74ae37f52cf44fce087b3e9fc05a6e3be40e7e5442fcdaba5e4cb7dc69

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9bebce8288974b9dee9d63a34988306eda475e90dcdfbbe38017a80d41f3df2
MD5 d9f61a6ae9a431c0efc68a4297b31216
BLAKE2b-256 e6d3a3a221d49d69586a3e044bc5cad895d3f566e33f70b826af3f3de8b65e61

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e20dcacabaef89b9ff8769686b94258f714906f1fa6996137e85d38e715883b0
MD5 d1c38c6fcc8261d5cdecd33eca90d477
BLAKE2b-256 9dc82b33808a3515ea6dc517357ebb21f72228ed4ef31be50a746102b384f116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46fda0fd7d371666925658a7222aef9528e7dde8b8bfb872680b78adb75518bf
MD5 5502d0ba0f0575c18fe588d88e31177d
BLAKE2b-256 7da48a5c93c75f9957a870922da5119c42e645304c9d4c95d8cbcadc64bc5abc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6818355a4d660b43238e513a02f7a46de9213465a296cb975cced6a0339dafc3
MD5 03bab52308b63efc8de5757a6d5edc01
BLAKE2b-256 e15507681a0853974b641d5f9f31306c04df71beafbf90256ba7cd220fb01ee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d07c502c369a88f3a0cae5e9d463ed6fe6f17e45f7b6945968ab2df7c611d377
MD5 be1e1fdeb42ab914ff6c0e5a79ae6785
BLAKE2b-256 2489d693fe1ce4cc2b34538794be3b2a09385be06da1b4d1d9bbd4697200ad36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 116.4 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 1ffac43a997590577532ddc888b3b6289e2bf361e5e43c743c89cb127c92f257
MD5 4a9b86951dc6d9f418704a1b183b4acf
BLAKE2b-256 c7d114ed8612fcd32c2b893fe8f296d9be032b4d9bf910a2288803b8b2edcfa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 132.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c959d3509e5c5b448246ac3a8fe6d171eb50d92c67b202af62414b584a669b1c
MD5 a2e5023c4e9beaf3f97f4156163b275c
BLAKE2b-256 467335f51b6743e5fdf7978b8e6304fe633e9a812d9266eb6da87ac6c8d50403

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 114.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a8e32790cf0d4371ad0d9b5e21bdce051cc8a5d858a784d2ff4919a1bffef841
MD5 4cb9cd4c23ef53e99f6cc3f624b8965b
BLAKE2b-256 1450a31f76a61556bd9f679131b396dc93af4f8ea4102a099dfdf416aba07cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef10ea9098aab120b2e5c8b339b58690604f1dce7002a1f4edc49dae7d5acbd5
MD5 8313549529d5cf01326fdfc0b772a2a6
BLAKE2b-256 d2f8d019c290f8521a11cbfcddcecbb6fc2d5d915bd19679317e574f2a1cb774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6476dddcbd019b9b7fde4a4b817a83f18f5c49ad7d21a4a6254d251ea7a7f6b7
MD5 a09a4ebb3850f8cba40c1cc79c64f817
BLAKE2b-256 55a2db23ac3707b94d1212d6af95cf44c78d83324347347887916e715974d1cf

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 358e251da1cb7e591fd5e6e09db5987215a70651ea7a9e45f061c32e32457b4b
MD5 f5bcad99d523b025c4569a6d0e4c188a
BLAKE2b-256 f69d700dd5d51b49c9755e5a93fbb665b2b4917a3e3ab9c8e176a25b8a02391c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0213a9203cf045c5a3678facbbd164d9f00d645e55e707e36dd3b916a9e05002
MD5 6981e1edf101537c9da8a6c5f9222ca1
BLAKE2b-256 65927be6963c3a54d84c66e97ea718a3edf2035a966ed89ccbfe0d7c730e4200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 80dac1d7d57c5a5e684d830a5157272d4ea234b033cb1857cdbcf2689a1dac8e
MD5 b80f54d02033fb63cdfa17dec2d6b9e3
BLAKE2b-256 5d4da9d0e8e22984afb767eaa3638bcceea23e5ab6ab583f8ef09e1f168d4385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4898e4b9089c07662562faaa5099d88557af98ad0bc2f38f7f557dee115f8ef7
MD5 8fb828b787d8f5f32d0459220b4500b7
BLAKE2b-256 6d5acde7ea3b1fc610ade6e61c92346988472d01f3198212d388af738ed046c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35e8ab84ced52ad1e5c85fbf151cd263bf0162d37cab9a45e3ee13578000893b
MD5 5fbae09a16bad66930eb502c9d2a4226
BLAKE2b-256 df4509c77006e393b288dd6585c5d1b1f2c4cab4c61ddfa1176af4577fa9886a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 41bfb80c10e6c370ecd98dfe5da1ce57abacbc46164a9fa099116a6479b7a496
MD5 a064ef5ca48b5abbb53064c76fcb22f7
BLAKE2b-256 93c6a779c718fb1d800a875dbc47a3b04948957203c24eeeab1b1f18fc7e162a

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e75aabffd398c1cf03fd12ba8ecc296eacbb0051dd721c004afe81e1f788cbd
MD5 a6694fe5c9976b3b8b50f7bafc609cde
BLAKE2b-256 cab2a4647ec6f9a487e6c67acc9013a6fe04aca2e2295748075d9c4ea9fe1938

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3df82cfe805c7e0f93c0fe7e5aacd6641aff2e54b0859329e095eb8e0c580506
MD5 22f7ee1312800a93d2d2a87b81b4db5b
BLAKE2b-256 649aa456321c1c9aedef707dd2450a0369eb1cf2887624e2c345f1ff1e813c71

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e47b73de266054d3e126249b0050c5c5434c8f55f1c1de98d34fc776cedf97b3
MD5 41ca24d0d497b2064f11286847a3186a
BLAKE2b-256 8df3a15275991d052e695e0760b3447b59ba0d19a8936a3978c2ed69fc90dadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 18afd79c2138d68ab89903556c99bff4aaf1a55bddd16ca6b72443b316f575ad
MD5 5e77331ef7d7ba0ce30cf9aba1e85b79
BLAKE2b-256 125d1d48d233fb470f7c5702316a5ca33c7e85e93aa84cd49c875fe9e24bb6c9

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb4e03c930023ba47261b5108f287a1a52a49a06f17ac9a199e7c01e2b0d6171
MD5 e7b5ae00a22f8c55193048d27e1f23d9
BLAKE2b-256 bd0792afc09c9b286a4993519baaf1efa335374c8022d49ab5b5edf13f7f0e58

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8c62fa6541c1857c1e27569fca5a8baf818bd77574602212c77d8655ade4fb6e
MD5 923857e273580bbf20a58a05c9289bcd
BLAKE2b-256 a4a6404cf0f507498e178f7e9ee25922fb3b582806dd2d7b9e991cad32fa7aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f71a1d85877f5235cccd4995cee5930c8fecf4621fd76d19aef34302636ccd46
MD5 a3823ccf1c4b3925c503308ecf45ec1b
BLAKE2b-256 c755693a267e8d561d70df6e17508e6e4ac137d20eafe3dd9fb4cc7ebf06edfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ebc9c1c505bf610d2334ed5588841019775f7cc6e4f0810fccd5bfaff6fd55d
MD5 2871ad9acadbabc2928cc6b623b696a1
BLAKE2b-256 4cc6c351f077c23f4ff9481c589c1970beea52962f40389e78e30182fd139270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 50140a71c02b9d502366c977ca00829e7344affdb3b6b25b645dec436d71542d
MD5 7fed9aa439f618b7a4d9ff4e5f5ecb87
BLAKE2b-256 36d9901b4ebfdef31525c74551c7c9a2b36460083d824e4ae366aeae0876d8b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 134.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 82eae8318a2254157c1777e2f245b951dbda80380ab13f6ea5432d7b57a30236
MD5 6bd9aca5f0743db62d7780fdbffeb050
BLAKE2b-256 07c230ec9aa7c028ed53dde789899d00e6906274dce688fa11566c374e892198

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-2.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 116.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9e2c6783a0bc112fed2550bd6659237a21a22b587e6d83f423f0dd9d286a7dbd
MD5 3c8badf3e75cfe70713d235942001914
BLAKE2b-256 0c2a4cf6eb23425159c14e2e14fc73ef95c07785475b800c636678532814b1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72af5d1d2979969642f30aab4b2f5aa6748bb38e80fcd0bab6afcfd091a81bba
MD5 87f1062c41cce39e856ac894edf0a046
BLAKE2b-256 96befeb22af95da3db122a9df1e33a28ac2b886803b29675ed57d4db3f627c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 fd9f1cd76042d4157cfb4e6aa1bcfa4a20fdc1e5b29c3148e846c4c679ca65a8
MD5 1799b580c401fb1eb999fd54f1cbbfd6
BLAKE2b-256 f0ebbc1a51c0a1134d0892f9b03ade51eb24e952c152afeb44e41729719cbfed

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 78723988cface78999805b6359dac9b872b73afb7845cc4e6dff4cfaf2af2974
MD5 ecdd42d71fe74cc75e72cca7f0340af5
BLAKE2b-256 1eb4f24afabb6db78b2a47d28e661062357d4a99b0a49b1e08eae758ddffde7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0daa97829ad832e79e556c387d621286562b79cac0502a64f5ad96843050f4a1
MD5 d26e3d3ba24f018a49df9c21a4782006
BLAKE2b-256 0d89f23fae202e10b001e0a2c64457c7fdc55fdc30f9bc0fea35f6610ac9d3c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 67d6b506c13b84ab019f297ac1e918cc2f4c33a3deeb4493b97fb068b91a3476
MD5 fa8913386c15592409a3edf21a9b81b1
BLAKE2b-256 57d7c41344883bc8d9157099e527c93045c75941287d9345c83ccc344ec4012b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 28ee0a39692c8a4118222deab8ad7c239084f3a6531109f17f662640fcb3f24a
MD5 42d59d531dc28672d596832fdd601193
BLAKE2b-256 1030a0b9ced57e8190321e272bad3a4eb99b5f1f38c39cfe562df7732855b7e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b0da3fadbe62ee81b03566849c576abf06921d4b36df7fd9a28503f19edcfeb
MD5 e5efb124607465f281b4f323c26151f7
BLAKE2b-256 126aa0db64921b7293010c906c01ed2c484c28b5cb16b7881ea96af8ccf2ea1d

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 75b1b8e3ac1d747819038acf1c59c3d12dd3d793739e7c0e547ec6ddd11d9542
MD5 310844ee784d9a1cc61923a83e187062
BLAKE2b-256 547eff9bda319b1de9a256305c856142ce3f5391112772f4af6972145b00ad9f

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0a5a1bd0c6daf83201bbd82987ec225e13bf0c0506f42a47278990c99acefa5
MD5 20ac3294402d7943bb476cc3b616ec4c
BLAKE2b-256 9e9a3248dd90b24b9254bfafb8c54df63aca9fc11cefa4ab53773bcb73958016

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 dc3a664d894681314e6ce53d03735a463e36e320caff3f9b3d8f249a9aadac9f
MD5 b982587f5137f74be0d1700122eaef89
BLAKE2b-256 ddc0e863482be92830f36f203f9304303b769159ba7acb52e05293b2afe578dc

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b3b9422db273c45da1fdf977f2e66a12ce2a6484baaf7b996965f465222bb642
MD5 70a3eeadd7f4119a12620104dff03c69
BLAKE2b-256 e72ade8290f2128feb98525f3f4e226bdf3274a05e6b1c3000bafb59c1ea1961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 dffd1fb255c815d04c95ecfa20e21ce96df3d1a2068afd757b7a095ba69b7956
MD5 3e27d80896da6f4ba95fc938d2adda61
BLAKE2b-256 e1aed9516cae098deaf20d003ae9e6a2def76b4937631d22d12b5898fd44e7cb

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50d031f5140aa63b199fcefc9d2ead7c22e864cb7036e1c0c1700eb6f2989199
MD5 db119fbde1f38a8d1cdc4f3d39717818
BLAKE2b-256 7d9473236d81529f06a3cb3b1d0fa5639f42481f67d08e859cfa71a77854d030

See more details on using hashes here.

File details

Details for the file pyjson5-2.0.1-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3867be39061aa50c4ef9781f2a3ae1a125f2dee40f5b14704497b07e51d50944
MD5 e9dbc8c5b954fc6882c6f68645462999
BLAKE2b-256 cae21af4e7269185abf290d67247c0a8058e16fcb226d6897384b85e0af0c8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7726b337c40d3878375755ededc4a110eef966661562c738c989b91f64437973
MD5 f1cae98f98383b893577373133faaced
BLAKE2b-256 fb6354028d90b1241b1dbf83eebfc01cc62febf237d6f988a97e4019fe625571

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bcf554ef39c637e37db39280659d672943ff1c3889fbc3ed0292ea84c1487793
MD5 fe392e75befdc2389503cc1260c3e066
BLAKE2b-256 1e3e9d64816ccb60f5dd960d02ce1927bf653980e57b1b27f9a9d60b8ca14361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-2.0.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c2c70319f4be1d5833557a1abbae8a72243cbdb62fdda7c82a32a24aeb5007ee
MD5 8b9df69ef450f86bffa3484584705e6b
BLAKE2b-256 f1f44f802e9fd991817b88f2032a3966f82fdb5649662f772febb322e2eeb083

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