Skip to main content

JSON5 serializer and parser for Python 3 written in Cython.

Project description

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

Serializer

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

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

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

Parser

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

Functions

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

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

Compatibility

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

Project details


Download files

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

Source Distribution

pyjson5-1.6.7.tar.gz (298.4 kB view details)

Uploaded Source

Built Distributions

pyjson5-1.6.7-cp313-cp313-win_arm64.whl (124.1 kB view details)

Uploaded CPython 3.13 Windows ARM64

pyjson5-1.6.7-cp313-cp313-win_amd64.whl (142.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyjson5-1.6.7-cp313-cp313-win32.whl (126.4 kB view details)

Uploaded CPython 3.13 Windows x86

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp313-cp313-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

pyjson5-1.6.7-cp313-cp313-musllinux_1_2_armv7l.whl (996.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (183.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (173.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (192.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (172.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.5 kB view details)

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

pyjson5-1.6.7-cp313-cp313-macosx_11_0_arm64.whl (161.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyjson5-1.6.7-cp313-cp313-macosx_10_13_x86_64.whl (171.8 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

pyjson5-1.6.7-cp313-cp313-macosx_10_13_universal2.whl (324.3 kB view details)

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

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

Uploaded CPython 3.12 Windows ARM64

pyjson5-1.6.7-cp312-cp312-win_amd64.whl (143.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyjson5-1.6.7-cp312-cp312-win32.whl (126.6 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp312-cp312-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

pyjson5-1.6.7-cp312-cp312-musllinux_1_2_armv7l.whl (997.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (184.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (174.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (194.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (173.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.7 kB view details)

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

pyjson5-1.6.7-cp312-cp312-macosx_11_0_arm64.whl (161.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyjson5-1.6.7-cp312-cp312-macosx_10_13_x86_64.whl (172.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

pyjson5-1.6.7-cp312-cp312-macosx_10_13_universal2.whl (326.2 kB view details)

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

pyjson5-1.6.7-cp311-cp311-win_arm64.whl (125.0 kB view details)

Uploaded CPython 3.11 Windows ARM64

pyjson5-1.6.7-cp311-cp311-win_amd64.whl (141.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyjson5-1.6.7-cp311-cp311-win32.whl (125.0 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp311-cp311-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp311-cp311-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (191.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (184.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (206.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (205.9 kB view details)

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

pyjson5-1.6.7-cp311-cp311-macosx_11_0_arm64.whl (159.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyjson5-1.6.7-cp311-cp311-macosx_10_9_x86_64.whl (167.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyjson5-1.6.7-cp311-cp311-macosx_10_9_universal2.whl (318.4 kB view details)

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

pyjson5-1.6.7-cp310-cp310-win_arm64.whl (125.0 kB view details)

Uploaded CPython 3.10 Windows ARM64

pyjson5-1.6.7-cp310-cp310-win_amd64.whl (138.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyjson5-1.6.7-cp310-cp310-win32.whl (126.3 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp310-cp310-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp310-cp310-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (183.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (206.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (182.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.1 kB view details)

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

pyjson5-1.6.7-cp310-cp310-macosx_11_0_arm64.whl (159.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyjson5-1.6.7-cp310-cp310-macosx_10_9_x86_64.whl (167.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyjson5-1.6.7-cp310-cp310-macosx_10_9_universal2.whl (318.3 kB view details)

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

pyjson5-1.6.7-cp39-cp39-win_arm64.whl (125.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

pyjson5-1.6.7-cp39-cp39-win_amd64.whl (139.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyjson5-1.6.7-cp39-cp39-win32.whl (126.7 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp39-cp39-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp39-cp39-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp39-cp39-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (196.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (184.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (206.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (185.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (210.0 kB view details)

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

pyjson5-1.6.7-cp39-cp39-macosx_11_0_arm64.whl (160.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyjson5-1.6.7-cp39-cp39-macosx_10_9_x86_64.whl (167.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyjson5-1.6.7-cp39-cp39-macosx_10_9_universal2.whl (319.2 kB view details)

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

pyjson5-1.6.7-cp38-cp38-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyjson5-1.6.7-cp38-cp38-win32.whl (127.0 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp38-cp38-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp38-cp38-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp38-cp38-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (184.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (207.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.7 kB view details)

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

pyjson5-1.6.7-cp38-cp38-macosx_11_0_arm64.whl (160.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyjson5-1.6.7-cp38-cp38-macosx_10_9_x86_64.whl (167.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyjson5-1.6.7-cp38-cp38-macosx_10_9_universal2.whl (318.7 kB view details)

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

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

Uploaded CPython 3.7m Windows x86-64

pyjson5-1.6.7-cp37-cp37m-win32.whl (126.8 kB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (179.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (201.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (184.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyjson5-1.6.7-cp37-cp37m-macosx_10_9_x86_64.whl (164.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyjson5-1.6.7-cp36-cp36m-win_amd64.whl (148.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyjson5-1.6.7-cp36-cp36m-win32.whl (133.7 kB view details)

Uploaded CPython 3.6m Windows x86

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ s390x

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ppc64le

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_armv7l.whl (996.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARMv7l

pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (185.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (176.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (199.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (177.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

pyjson5-1.6.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (199.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyjson5-1.6.7-cp36-cp36m-macosx_10_9_x86_64.whl (162.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyjson5-1.6.7.tar.gz
  • Upload date:
  • Size: 298.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7.tar.gz
Algorithm Hash digest
SHA256 c1158a27c72c99eb3caa817c70a6218028e7f48fca1736db6d05852b1586ce42
MD5 031db90fa5632661e407730567c48328
BLAKE2b-256 9e7ac5851cac7688edb44f3d40349e1cdaa491d9ce503d4510dced7ac6dad36c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 124.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d83382da419f0dfede6f0bcf3648317ae76efa546bb4cad620d4bfab6c6c6ffa
MD5 5266e42cdbeeaf6a49dd5b120f84a315
BLAKE2b-256 3b8fe17c59e0e333c9af3d9d5478dfe069bbb2d0cb22670de05302c9995c74e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 142.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2f4ebe8e379fb47b19d99d7e6beb2df4de09d4b48331bf438b5cd6164c64dd22
MD5 4d53ee1cb148d484bc1be48f692d1980
BLAKE2b-256 8bb14eccd027788100fa9fc02247bcb7fa090451710ef9c18f27b84314665c4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 126.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 337dbc0adc037c4b8f807a32f40bc055d53a5c33af95d04ab67c2cb1c1150a8c
MD5 4eb31c455d647fe7025c76bbd7e374dd
BLAKE2b-256 68a7017a5ead40cb2c6d317f8f5b8eb5da4e8386ee7f42f56768aee9ff80ab7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bddf838024dcfc2d84634293be740489f7b32226a4fcc60dfe00b2897b00611c
MD5 f06df69329fe2ceaa556191c16fbf7de
BLAKE2b-256 7429f134caf66fcd6fab73438448f0ba54165ea629cef811519fdc1251439c77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0923adc12795a6d35f7163a45da15bee36134e73406b9481d632bcb750aa598b
MD5 783ac32cecc02494f56c89b4556e41eb
BLAKE2b-256 5d40260a43613f94452a4b046a07126deb64474d6a29223c70b1c437ca22731d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5102731b070f1b6157f0c2cec2ecf3bf6278044f9add5970e9186c846ab9fc68
MD5 fda8fac3a6e34c33b8754ab96eb42cc4
BLAKE2b-256 bf559ed97c7ffc765e1ed3dd3848854f63348832cd622add07fe6689161e7944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1cffc3454b31dab677bd405b44bd90da2016e506d041e305670565afd041d936
MD5 48534eda65c5963220d032d3d4ccfa8b
BLAKE2b-256 ea02a83d94a38fa004729819017d3f312399a405b938ab6eef06c3cef4d51440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 12ff7a68cea25bef100592b837b0c002e8cbc80bb0e3f1a351dbed52fc4670a0
MD5 c7a1187c6b550858e144c5f4ef90ce2b
BLAKE2b-256 a865e2757789bfa04c54d7dc873c35586c5e5471cc5a8f0b42e7476148d94abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d5f7bafe95acb3a12bdc776804c9ed265fde0bfbece64341ab21118e3ec4d96c
MD5 a0b54b8a886b573727249d2df21dea8c
BLAKE2b-256 6a4f8ddafbdc94bc99bbd477dab612b96bdd8b0de3c787da4e356cedf88e1473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20c922b4186662df00d67662c85856f86635c023aac9d974130ad875d5d2218b
MD5 b8b2da84de8bcc26a92c444a509f510f
BLAKE2b-256 1fb6c326f9e52677946a7d43066792a9c4f0c8ee08f4626bca3e0ddbe1999240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 60534af7f7894f238b459f9a1a24d84cd04d1f722cecccee75f7c5a44e7e6ec0
MD5 af4c842aeffcd1e82759161336fd985c
BLAKE2b-256 0f12b00d4a705b8b537dcc4367ddbaf63060dcc07d9ec8635d307a475ceaca0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dbc1e984a83d80a1589fe01d6599f56f269670ef1c38257cd54c56e986ccc877
MD5 fb9474efbb5d797099beff47ef84075e
BLAKE2b-256 fb2fafe3cfb5d9c875153f84830dec761c5049fa688c9a62abce5ac4cee50653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7362f068368e7da2b9106f976d7a4f8cf72f01981f755c3e02558e7dc447b590
MD5 5aefe686820f9694041593e3845be4d8
BLAKE2b-256 ceba71da8d07c47228c43638cc27f781156487bf75e5f9b920e2de37fe60326c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b55f268032463b8d97c3ef37575cb99b707405e337ba8d4ab770ddca35fd47d
MD5 862e2cdc74342de8a8682aef1ffa4830
BLAKE2b-256 a3c99ad56314ddc22c67b69bf6dd6e51c58b07698d580d0f4bd927c072debcad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff35c3e4b069c88a4fc7920d75a5021973b734363bc3c6dea1114e98f5d0acf
MD5 6973d433e37f147a245592378ec0c2b6
BLAKE2b-256 ef7099100b776104d6821f12dbe8b92ad0404f672757cf90b2f498447c71034e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 174980dceacb718984620c12f0740ab0015a0e89593fc77690dc32cd1361c0bd
MD5 f3faa1d7af49d9b40493418940db6645
BLAKE2b-256 c18543b7af6337cc7cca9f841f48660bfc2e239b2f4a421da8a574faf8a13531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a1b9972751135ffefce3dac34b3f7d3f7858ff9db5baea71722b6ef39bedcdac
MD5 9313c80272bd01dd6a85a6ca5a5d53f3
BLAKE2b-256 6e0de7ba20b974da01164650df22a679dbf3cfc9cbed4f5cbfcdd0ac79d5d82b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 623586900a013ae3f6b2c134b1867e914a78e6a20362b89597ae8650736c1171
MD5 b011c98497b34ecf591107c7a1326f75
BLAKE2b-256 007b8405b7da087b1a83c6e358ab9f60ee2b553049130d4c723deaf2d8510ab8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 143.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 75fdec45b6a06ffdea1a6c68b475437018a53ba5add34c1b0f0372c44092d2ef
MD5 75dc8baefe99ebf838b92870999d83ca
BLAKE2b-256 7bf8642996d082317d5327a65bf47b08618062eca053329f6eed3789a276aa7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 126.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ae2cc1b29821773caf6dd35b4bf86d093ea14474e7a23e442c9c692742709d8e
MD5 cab8c2be84a9923da5b8e2affb3155f2
BLAKE2b-256 a7e7beb42b85a743b4f309b2cabd802e6c287284a0472f3f46bb9136f0ebccaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2009ebb4a32c1db8cff54b1faa50cc70078e448c9ee0522d5634173a8bdb167
MD5 1be1cccb84a614f248e2bb07415bdc13
BLAKE2b-256 f7e3d1c1e331e3c5b0d10f14a878719e6c5a73b24e39f0ff901eda8921d3f47d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6a347bb4cd476af307abe15005e8d2c554928860bec257cb10c74322b31b6c52
MD5 09cd99698aaba8b3b64ad814cf0107e6
BLAKE2b-256 14b0f8b0b69648c6133bff7baf7cfee5fe37bf29c99580483a5e81d9f8895563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7678bc99a1e7f8b0100fb9c8d734ed910dab554f58ea4549018dfb6a74e54587
MD5 66d1bc0d256501be061e5aed2ef31630
BLAKE2b-256 9e9fb25a4d5528c8d9164afee038b631429a879c42cef68e0789b5981920fef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7de9c2f9bba7955bc07fb1fd5f495e02825c96857c4503191b85bba7a9d66209
MD5 45da1a5c21dc9fe703549792c68fdc6a
BLAKE2b-256 ee749a44bd1bc9e9af3ed13c218ced25cb4526e7ada0b651d01d9a5e8012557e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e5630927c3b70c251a4640a2677f18b39c52a5a6362557a153c4b9de45d09818
MD5 a003ad217f997cb72a2420c60d023f73
BLAKE2b-256 03589d1dae62d3cf1fb7c356c3b759dd9f702f514f5c233c2dbbdab4c200ac82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ffeb1c61ce74675c5f476eba3b6f05922bbf2e258e6b8101457ff2c5ead1f43
MD5 931eec918e969df362f06a8e6d68e4b5
BLAKE2b-256 448dfe3d666ab1c405c4124b419f6ce47fb2cb2abf04674de8a57c44fd2dd633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85d2dbb80fd6e37530dd15a6aa9397d23502a6ec16754e535d132b92bbc2373c
MD5 9dba92d35fbf22845f00601a17464d82
BLAKE2b-256 c481ed2f77052bc5c9a3889a9648c035bfda0f3aeddb4d72fcdab054706f7c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f660cd704f0ace0c34804ff2a3a1a3ed42a4a0900a44701c234e56ebe8a99485
MD5 0a06114dcfc812d9791f7ae7ad8a1e66
BLAKE2b-256 e2b19973d34d78fcef6575e537f2d1bbb573c0d3b632f5216ced1b8ab87bbb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d74c70c4527b7866d413ed74dbbcc29f3623d09411c1287d5f90aabe93a7b481
MD5 02e87095832492722ccd5c939bc0256a
BLAKE2b-256 f541e81664ecd015336504bbe10c37b33f560091bce8cee0083a523493c351cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c061648c96c619d3666e3433798c3359df3fe8fbcc84736849eabe65351657f8
MD5 129ff1c05cdeca5f6ad0ec3845ebe397
BLAKE2b-256 0f1af895fc9a6f84977712419cc4e79e417005f035b0881a9705157fb1eb4a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 37dc8a731720321d07f248f79484cc3c72aabaed439b7326397f052fffabce3a
MD5 0dcc3fc2de8e65d332c7cd106b855cd6
BLAKE2b-256 2fc064b86c373bf61b7a4ae87ab9457a8711165faf4789442e000cd2d82fdb56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2277d4dbb98021e78f6ba9f63727c0c41b84d2f2c118f1bfb086954aadd6ae2
MD5 17b400fad38182b369f52e6d4d45822f
BLAKE2b-256 bb1bee26d338a5a303f5a644f470e58811705e60f6015cef808bc60be049bd36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 698f4bbbcba1cd8aec5fbbc920245d4864ac2203ba6d3a50fcd7f5e0ecdefc6e
MD5 f3b599e8952838cdf8e50591cf93ef4c
BLAKE2b-256 4140d88b1860af64f554c94cb9323bcb1c58c35fa6e2141e780dc72f96365aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 48d553948b86f0a7287c901fa4feab34d29f112d3b48da888b37c9e58614ecd3
MD5 13dcf0852f184e568a26b109e9ae81c9
BLAKE2b-256 0ff4a21a15a4a0bb659fa7ec308c3efe4d3c0f590d8576e7dcaa3899cd62476c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 125.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 134c9fb6e3a16866f7ef3f8a6dfb225cf25c49aab8dcdb18b8d4fd8a0709ab34
MD5 73a84e237b49b4a93ae124fad6e1892c
BLAKE2b-256 c8629a91ce17631d0bebc9dcd97d98b21aecf007ae7feb67fe34b29870e89c56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 141.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8f4cc5b10ab0bf7cfe6bbcb40772f71c54d63177fd409fd7c4473f3515023e0
MD5 4c79003812462d2bc56eb28f34601c78
BLAKE2b-256 ff2caa6da84f7ce6fafb8b3687f52950039ba372c4560e0ad94fe7f4bc1cb96b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 125.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cb482f419f1c5fae868c15e071073c16ebef1823e3b47bf5a936381f2eab9c1f
MD5 22910522c2c77acf208db16eebc21804
BLAKE2b-256 feabb035d10b10e8b4b76c8b50f9481d0c32242cc1902953fc6576af98b62c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 706ad5e01bac8ed998e874cebf316b5fa16ce624c0c8ab495b602505ac8f5ac2
MD5 bfda9cdb8258fabb8fe3b8e8fe119887
BLAKE2b-256 2f3b45385db0202b99e8640c2728b1c7af3f77a0a583a4126e330ee0669eb1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 4ec65d7e509f75b229da16acba3b306b844564072e55c7d57e4703ca05bbba6b
MD5 4693a1d81b6ccc39787b3a5715d8956e
BLAKE2b-256 d65211e843c036ad9183a7c96173705f56a7ad809704b12d19d166e4fc07aea3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 28259044bf81812150472128a1b444bb7e70761c10827c8d1d99c8d57f2df94e
MD5 03999689354514208cd080f93a5f5e1f
BLAKE2b-256 da74380ef0f31ec128449af71af6f14d187f4ef8334eaed01366ca9af4c368f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d3eca4729331dfd70ba5f660d83f4e64aaea99a815f0e5f214f832a6803a6b3e
MD5 33be4aba249dba418f44c06da4ca78f4
BLAKE2b-256 5030b6cb52cc7034ee8ef4188849b2978abccac618f14e565f9ae86547422488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 98c7587189c118e297267b602d98ac36a028c15d85c25153f2ab4a70d2df8c95
MD5 351f7887747740cd59dd19ee3ac2a386
BLAKE2b-256 d44142487f2507b91c7ec16daea8689509e3cce313e8e668225171e268c4f774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff4e5ec580df2349aa16a72688695c2e88703c4758a9070d8c9088fea8f8236e
MD5 dc1b3a24cc9db6f83a83a6e2e2d87ff6
BLAKE2b-256 a4111407415a33ae8f21cca1fd114c4b5c8710d486195cf9d5d66040df72d7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea5e576cf7fb8138efc6db549b40fa484bff473f36c0ac62e9cd62e2b56d890b
MD5 5b2abfd59df4b70e105d445e8f5f1bcf
BLAKE2b-256 0b92e9e0862488f0c89fbb902b54439ffdf9b70b37d7790bb62434b0febdecdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 15400e00be25df69c8181e194e6a7ab749a0ee888c64859589874b263c032a1d
MD5 5e2e2bdbcceb5f19015c2e0fbea9f199
BLAKE2b-256 40b621f82bee4526ea8e80a7ee6e6e19293beb7ba0d96b7664cdb45fe91adbf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7a8cc313673e556b509119ccacf0f8c79a237ee4b82a63ca68806bbfdc9ea0e
MD5 b58c16d2a9f48e21c0052adf3078bdc0
BLAKE2b-256 168889182acf17f651ba2ce931327b38be2534ce2963eee5b79d8d0d33fafff2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4591555bdab18a7d1abdcae89fcbf302741ab5a5e1805f7f0c7a93a54104279
MD5 a18690d1e683e0f69079bfca16b1cac7
BLAKE2b-256 20ad3584f4d57448789244a3b06893d2d0d37b6ea229b4bcd98cadff8cb0f0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44cb96738e986468c3dbdb6060b2dd508b166d261fd61a1fe9e77ea2e450cde4
MD5 9f5c9c9328a6d1eb87b7e1eb4343b2a8
BLAKE2b-256 4ecbe845b0854be5745219442ebd20c6775dd416c3456c2a0c90771d88d14fc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c14459c2ce651d55c8cdb9e381d6fb49742f0e4893a889c38f1f5611a093de7c
MD5 7a1bc78f06d01a89cd583947d4fccb5d
BLAKE2b-256 8d1ef62d10692b504b94c1d2438ff1143ad3a78e0b3580f9d5669c781df7724f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dbf64a6365615a30fb3e0d3cdfff279d9f6a7fcc536786c21b6e5177702e43bb
MD5 708bf4708ffd252abf316e25d32a7d25
BLAKE2b-256 2f13a43686ede83478d4f635f91c45d255444ef3c49cadc21de06d5e398db307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 19c9a7b9c579279803069dc1f6f459e7332b9bf993af0b589cffc5cd6eb19038
MD5 d67ee95d3239bf577938f26c9c5a7622
BLAKE2b-256 a0a7ae8c65fe30c674f63db437b825e6e38883325c76894aad730abf2aec1c28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 125.0 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e7670eb9d41ca8c2809e0d1e275635e813763e5062a614f5b994231d6a738fe0
MD5 994536602bda9f4aa2743222b74285de
BLAKE2b-256 3567cf955241887169aab29b8cec49ae2772b9bc0cb93843da01993c6230c91e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 138.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f182ac4fc5bd222a9e1bc9dfda67413391514c296bcffcd1f227a7d7d8975086
MD5 c37a8d9847a540342b8ce5da7658dacc
BLAKE2b-256 b2ee41164e500e5fdc8e4bc454fc8e101d710515062a6aa60194507ebb70be3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 126.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 98a9b5b08e7480b8b55c99760a7bfecac0fbe1cf6b41ce106dca1ee79eab68c3
MD5 f88315914e2ba3730e10c52f052fca25
BLAKE2b-256 57407d5480f0f2791b4a075ad85494a6dec25bdc4daa9ab626b0f42423757eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2f1fb38520188ed60a7e9cb7f2829bf4f56a22f24af336f03e9d13e0c83d5eb
MD5 7af33f1c1e4911d37f9e9ae86b6277f8
BLAKE2b-256 3228b31a6c8728c4bec4c60e580a0947f35a09b4b2bc66afbd60f6679c2a0ac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ff71bc57accc2d493fa9f6ba96373069319d37c6ac0fbf909823af4c82bce7c1
MD5 8e9da2a3b89c6d000b4fce857c386a6e
BLAKE2b-256 02212f900f27a0fc74b3474049af022f0d61f5ce0e894719040bdfb908b73187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 25a3b04182e5f4d13538f53d442073e46b10da563e0fd8fcef4e890521624dec
MD5 a9ffe8b92056a702a9f50d96669503d9
BLAKE2b-256 4731d23249b86604a3e965bca02275fe53089c983818e3493604a9a88750bc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15389c80e3a111809e6240becc665f455c197d907fc16cf25a2ae235ca0d94d6
MD5 4920d6c1c5760e94e78e50f8d8005662
BLAKE2b-256 e976abdccd41d3350d7dba925666bb8e266395ab6c3dbd0fb3412d64c2c45d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5e7c1f6de89647e38f2dc4898a9c79168f6979e337ced7392c7fc86c139fa438
MD5 79a04027d79f05785913105d86fe9899
BLAKE2b-256 840f297e51700e266997f30f40970e58247c434937cefe1f0a55e78880aaa74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84ee73ea6897c04c3cb97f87bd9cfc5cb17e8ae63ad4468edb8456bddb68a9b6
MD5 cbcd9ac934951d5a3d27837d226c425e
BLAKE2b-256 51abb13892f512412020d6a1a008dddc6e220a52333e6fde03241b68a37f97a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 640c570dcaa911eb66c33716ba5fa1e8b797fbaabd4dce5bf3affd62a3060a3e
MD5 c9992f134d2f163a35766a77f6a06383
BLAKE2b-256 990cef89cfb50bc7b31cda304e979b2b8c140b2d0397c413ef07219107688041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7658482d2440026b67931f80d038ed0b3efbbb57e204eeea05072b2d55bc6c98
MD5 e4dfbdc315c39244d399b35430601787
BLAKE2b-256 4512ee80b0d5e2d7aacc9bc2329fb69e65139cc5f817e3aa67aad5bad067844e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3360d95cb90e23ae9e4b1642f089b534921e19ae69e731dd41844e118cac06a3
MD5 8f34e78b3388733548a8912fd8611aff
BLAKE2b-256 f4fba87c208c145065ef1914fdb6558a9d4264ebc941e9fce56ee364312b40bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa4ac0278b0f261042f67cb163c080526a06a4a0ebba87a6558aeb309d438136
MD5 7bc683a7ed4951c01381c2251848ce57
BLAKE2b-256 1b3cd5068842bfb4c1823ad9a4b3393c22e834b358564809001b976ba5821412

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0fd49000b42e97392006f229fe81c241111e6751a466a51e722f3562f36c55d0
MD5 1f7dfc2eda393d59fd9b1c52614a069f
BLAKE2b-256 73ea27a73944a87625e5c4179304b759091efa8958bd19ff6eb5fa0473a9c23e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f07704a79895ba06f64e39cbd0f86a84390ba57e714ea6180661dfd339761e3
MD5 8492dba2c53fe9a15b9277b330e3648d
BLAKE2b-256 50b7774f3f7d8fa4f9edf45cac16ed8fb9dc2345a6a49f7b29b57892178161ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07d150dd6e500da9462f5da3a2f5f63297960343e8d33814cbbe835a34fe8057
MD5 d0b94abfeb1444be26971243eac025e8
BLAKE2b-256 0d446c32d429f22e42646fe4a2c3ed862a43b95be89ed7f4aa7fb9feea6bcf40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4f29565f91776a0a3b6c77fd6d7fef634491a009dea81d37cab90b9713ff5c7d
MD5 116caf7a79f917b2a713f3baba1cdd8c
BLAKE2b-256 041edce3896841a4ea19a58dd82e67d0eb270b0440f6ded06f456388927f6ce4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 125.6 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 5b036d953b03bbceb9052122c465f6d2a4025614284cec399d978e2217240bbd
MD5 ff8ce78810ac64d3d7aa1e0b34ce3ac2
BLAKE2b-256 0e84d63edf0ac59d02e94dd763a4065f45758411e30bee7cb6341326f433383d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 139.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d6ac1301067e6707ce26c0de4c9c1f83cd37322bddc730e4dab1cfb47cc0a994
MD5 d5ca24a53845357f15379f0eceb4d00f
BLAKE2b-256 38638799ee7bcf63310116ce38ac2e04360a546f674f0586252ec8719c6c5de0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 126.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 35c19792ce5df35a934ad7193ce6c3ecc0ac2035f59d1e39e6c5bfe354c9cabc
MD5 340fa19388f4009d98828b53c30dc5ff
BLAKE2b-256 6406da159990a63a8185cf9d54069c33646b219c509c53363f4f17094d5b8857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bbaca9736d6e093e439ed2a96af18f58ff0dc650dc8274d82e9d7f4c70c7542
MD5 33f80aca9f220d89c33b0fd1bb0979b5
BLAKE2b-256 6a6a1c4a79de8ca628f037679dd4434507866cd5e81dba17f259e86190bf1e5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d881b44905872aedca8141af36c05ee597e7a923a02eb76f17e416c1c3352324
MD5 6bdf6a7ff8a846da237129247b6db418
BLAKE2b-256 1f7fe72eb2e8222d8a1a9bdf78a6987ba2ffc7d8b0e22ec9530bce4185ce665e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a15bf9683dab4027dcf32058b6b0afa0ce25408b848c5b04d5b428b2cb8bd528
MD5 e16f5e8a8420cc24017d988d36477ba5
BLAKE2b-256 b4de49d22c710bdcbadcac747f7243cf8c0b8f4d7e1fd10d46e697039860527a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 741a7a8a53e055a539a23d843eb8e1ecf66ee28c4d7a0893213e2f2d4bf87fa7
MD5 8fb562cc24219518f594290d74f9861c
BLAKE2b-256 786f1459d962cea3d9c0ebfb359209e6490037f08d916cd8ea6a082614f5b64f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b4cce5fe7bccb323ac49c00d1d49adf212314e6a3ea9d37686cb91819ac2c2a6
MD5 a2a3896d32c90396fccbcaa6f8752884
BLAKE2b-256 10f17482c76f3f795236f04dddc24ae9b7d902c1cfa6176f89fa37419566f40a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13ec249a934f15ce6a06eca9313ba09c0296d6fe202f19206cdb3d84b2371d06
MD5 e65406b20694b97f46a3085f2b19dc53
BLAKE2b-256 afaca63fb79b54dc22d2de967d42255599c180b1a497291caf6d15ff70cbbb97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17975393e7e9f49f8ec7a3cb1a23f6f4fe608829998300b3b4ef3ddce77f9c73
MD5 636fd0350e24d8eb095778d095145967
BLAKE2b-256 74302f69844928acd1430e5b4b08020945454fa59170b1c85ba5dec79d43150b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 19aaa3e2d870a5fd9af6de9693ba85bb1388247bbe1de750d4b341cf815872fa
MD5 f3ee6b5bee6986611aef826ca0d64b2f
BLAKE2b-256 b69cab3877b0d5ad6d45678f95e37bf570b1dde888902dad92a88cca32566746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa600dcd695af4f9f63f89f1b9d2272a577ee2da2d08ee28467f141f9ec8b9e9
MD5 7ecb26d6ac944b376e3070c252211562
BLAKE2b-256 b88e09ad459f67f7b4d76c0f9750f1e7082d748f65b822773f828cda6fed4286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67430968dc06bc3834ccb64d26c37c70cafdef1323be1ad03899d4e6de71e535
MD5 41540a3c13b433caa4f58e4a0017efad
BLAKE2b-256 021956e154c297a330193f7020f66d2f61423a1bf624b2c483a0bb9f6d9456e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a71c5ce999a293af97f8b06de400fc95b69ddb2659c175bad299ba7bf7b6b841
MD5 cc874091f143cba3b9691e75fac70bda
BLAKE2b-256 6643225ce573d36eb194b543d02685816100bc88b378bb1b69c3c930084fb160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c3cafea5426c5d1ff43df8ea91c1d72e4441266dfd6f7f3b519b5be4f4072c0
MD5 5642ba9bcfd11b1a692eff0d3b50bfe6
BLAKE2b-256 ad61c1909c2d0ab1f07ea8c8de18abebb4aee407f65214d01f68a29d7f570b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2741900b4129ef7fcaf5d99889246add9c99c287bf369ee213e273728f18916
MD5 cf1c6941e49a709931ea301bb037075b
BLAKE2b-256 e043ee8065b69364e7458a297b8e8b03ceb88d704aa18f1b9369a8eab64c82a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8d3a62ae234bfc5ef9839b562afa3d05f93874b057ff4980f9de38267159f672
MD5 6b2450a20d9d4a0b38ade84d4b3f3847
BLAKE2b-256 0034052caeb8f56f6592cba88a7a52244e96689ba398718729f538f2f2cc8caf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 140.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8b97527fb2fadbc950990cd21d71598004546e023ba1b708672b58314fd1497d
MD5 020d7c4c8df6a77cc7265a5e02c34bd1
BLAKE2b-256 96f01779bd7ca39108bf76c1c1049cbff5d4b0ddfcbca3e53e04c2c3705b8e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 127.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 34b4392248b3ad1f6c06593fe889eee7105c653f785e58d4b953f751a92a097f
MD5 9124311e69413b20b4b7183bc36fcda6
BLAKE2b-256 ef2d5e5afade72113081e6d72bb9c670023a475fdeddf8c6c94f123d88187bc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2271f57956e44bbd8a8b926800e49cce43688c4e3fcfd795665834ab43e2bc9f
MD5 1bfd2a5ee7a67e27252186333df83c9e
BLAKE2b-256 abe4d855b93f044823b20efe91d08af591202ec918c069550b9a9c5e082809c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 6ae83a7104113734e0170ee0faf7e766f8c1219889e15b7f94d7feb366cfe15e
MD5 c3f093b936b900afb3291dc939f4d620
BLAKE2b-256 940cff45fa053b8819cd2d9eb19490d603fc5900a4ec4bee6f16a993f10fd65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a64210441bf454b181264925250200c5258bb6f14e89fae2e2f8bbdade954e12
MD5 9670c25c647c464ee21ea908c480a00a
BLAKE2b-256 7f7f143dbe949e1cb227e520149afd28d0985640a03f0eed1093733d4455b296

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff4f4f43a91d89b819b9b3273f579f2a667f38e2e354ff2fd29a3687aff9a170
MD5 bbafc035ffe02cfcd077cfde7a667fe1
BLAKE2b-256 d8f755d1d5d9aa01ffd12c5910c7dd69de539db9a60903524f221c38080eca86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a9a4280e4cde04cbb7eff400aadc8dd9f5e24c57c6585132edf6b05118c43471
MD5 9fac5253ded427d91cb2c89d8336aab0
BLAKE2b-256 eec251d80fc3d27f5fee33b29c2cd96e4cb1740d03a520f016d34a41fcd996f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 805fdec274df0f6860e6a47c807b1e4db08006ef9074cf8d6c0f420c9e329c3f
MD5 66314d571c02eda19d2b421c8df7124c
BLAKE2b-256 d4b6720569c50fc2dd4801b04f973c789d2d5e2e1917185a9dfeb5a5e9219600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb9f751a6cbd31c874c8626122f2dd2522c09a1b103c8b9ff2b0db26e5a6210d
MD5 362fe748f93abe1e3b2bbfae2ea13640
BLAKE2b-256 7defcac30b3001778eee92e8474d0ebf568e0477c0cab727be4b13bcd0e95781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2d20c1fe591031b877c688858965c702497da679fd50fc135f7cd9b285a68281
MD5 4017cc1974e84da145f439a2a5e4b52f
BLAKE2b-256 c96a10ff14b84a314b4146dcbc6dacaa0adde737b5d2daa19cff06484a35399d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 94f7328f615b34016ab4078f871a9b90c7d2d83ca4c13abbb02f9ee0f4f147f1
MD5 4c67cda9eaca2424b14e75b02faac9d7
BLAKE2b-256 054ffe8b05d41daf13e0cf07ba37c9972c0147a943aa16ab5c1cc246e306fe65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecda4601ecd1fae0ba9c530370df373691346b7076b9758a8c829ffe11493ee1
MD5 c36c6574af2265e258c5402b59f9b85a
BLAKE2b-256 050f8ec62f2c44b641fb83d882947240b67bcb3c86e805707d9666c90b450d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6dfc52b5ff93d936955628a504dc07a3d14ccdc27680c9d767dc9c0340df731d
MD5 0cb4e2c31f819276f9a2a75c201bf33f
BLAKE2b-256 13db8b8d747449a186cbf22ba0e55ecf431a3a16ae654b9d309dc60fa189010e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bca16877bf2045ad46d0afd57bd7a029c94239ef52fe42d689c04c7334c38a5f
MD5 1ff205283275cd6dbfd22c9a9f46d343
BLAKE2b-256 c187f52a3cc7656cfdc8eabcceff043757b422aeb8b0a27c2712dbe8ecef311e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b05e3ba65cc28c9a9fff9ce44b4809d19c4c3fef68a7d2873d5681e12649f1d
MD5 e55831c6ffc4deb22bdbd7dad32ba483
BLAKE2b-256 714d974743d6191e6e4083609cb03c1a6297afbfe8bbecac21c0eca845e06bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 afad8d7ff0ee843bb4ad06f0c5f3e6df1a0a1a80c0c113dd7527bb39bc20cafe
MD5 26a9d6cca5a4a2e4ac361ee948543220
BLAKE2b-256 454a8327ddb62110ee758ca5c605b706cc003959802533c8e9e0d115fef15c12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 03b8c70c393b5163d7846f2f2cf062c2b9274c062b21dc6bf1296c3e2f3e10ea
MD5 70e98ef55fd635a886c059beb2593c90
BLAKE2b-256 df8ba9c5e2574d3027d8b3a6c3b5b660161eaf5bbdca1129918632c0b606a4f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 126.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 78d962f4cbd3c157cdf802f155c4d8ff88040dbdfe72103322db14e27bda36d5
MD5 f9402b04d01fb362d818060a91fddfd4
BLAKE2b-256 9ce1c2eda438567585bd4a5408acc9e2044e43bae077b653625672e66d9774f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f61d60192ae2d8d17819a7e80c0ce1794a489dc7a8cf2ffae8c178446b2bac7
MD5 36a981298e31bb5cc531367218f55e65
BLAKE2b-256 1f08008452ca4885c98cee132aba9aa98173b489f68250027df4326520492ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 add85a08c4bf280de86dde6f68518814c3c21d77aa630b3d56cca2dbe50a1c5b
MD5 e397791a7510b0ecda98fb87b374f0bf
BLAKE2b-256 62b569fd2564383e2056bf792de07f0bd22b4efdfd20a6fa8c5fa964fb224e3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 97e753d22e5b473cb5068aa50be70e0c27296a759de39424f153ae3758a12f69
MD5 70bfae7393f07dcaa8b274ef1a0de6a5
BLAKE2b-256 01aa6213a0265fd92c9dd6b81d35991430ef0727dbf370f4120957595d6810cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ffc518fa4a98238f8161015e5d2dc45c11a28966a26380e72c68b74fca0088a7
MD5 5ba8c436b6c7700aba17bd2db4f6e30d
BLAKE2b-256 2dee79dea9ae225c047d5b0911f54db63bce8e2bd5ce8040556a161490f07472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b1e8b70847ec2f8b475b32e1010daf83b2bf2f1a0ea46da06239e87ee2cd6af3
MD5 4192ba8bb653d9f0b257fdb00ac9c67e
BLAKE2b-256 6a1de35228ab6a2146ec2b5dae7d61ee982bb7f1236ee920c67535172631569c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6215191b01ce39ff1dd354a3cac1871d91efe78f9d156ca41658ead4dd73d64f
MD5 47464d06cb47ca1bfe8fa3416781da72
BLAKE2b-256 e179ccf21296f0e7f29d51374c99b2c75e1ff3489b6d274db2b8add49c2b1d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c37d20f0d6522d1daa98f1fac2132b1f79aaa234d09c2ff47b8984e9412220e
MD5 c7223eb21f15552073b9ac1d1853c2f9
BLAKE2b-256 d3386a7bf0b8d4a11dd4d6b6dee816d6f5a17ea29aa8a5c1f8091cabfa4e48a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d0cd0709312f40922b7184e3a1cd5801d7e0b8c46d59af4a9bb1521d2cfcbef
MD5 bc278738c204e6723bf4c7d27418462e
BLAKE2b-256 5f20a460dd6c14847b16efe5c99849810c5f5e4a7a93a5c9862194f967927151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca2d6f87e648a69532ba8bfda19812ceb8d23990e248c612dafbf853969a7a5c
MD5 a945cf341e73435d119cf355394c24cf
BLAKE2b-256 d4b05a97f0617feea37873eee2c222fd8a9d88d84a81c96d5dbfb1143304a2e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05e4c508ebd1b51afb65c522360f7bb8df803419ae98af95d8820698f8a6b17f
MD5 a5118937bb72383c9997ed7e097aa023
BLAKE2b-256 81202d06118a14dbc8a54e40037893405070098ce7c8ddcb1bbd6d6f2a61ac87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c813b39b72960fc74154f01a2de0317040fa00f1e7c54f6a4340839892dffe74
MD5 c5b7b5302df302bbd4f9bd15ce3bed2f
BLAKE2b-256 56047aa40d58378ddb9f62edde7e16b089d16ada7beeef05600403c82dc22ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15fce213f84315531c1c2cc073f49cd4e0e0b7c103c2699f8741ca9e05245592
MD5 fd7be93b76e6cebe4a2649880f971b8f
BLAKE2b-256 43324378e5d77e1cb25ea1d62d8029402b4fe2f629b550aac75b384efe5b0ea5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 148.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5b3874ac5f7513790430422aac709171fc4ea7c74a91ec6b22ae96d53caf4628
MD5 dae2c8d47fbbf85ead0f51ffc2e1a4f5
BLAKE2b-256 136bdd1c776274e4b3e36f6a875b75a5d0113b853ecdd2e83736669002db9f2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyjson5-1.6.7-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 133.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc3

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1a4ebc68fc8b002559a7a7cc67fe3357e7823280901bf86338aacc993fa87b87
MD5 2c24ac1bbcba438a06739fdc14c92330
BLAKE2b-256 c68c631c707252838fc3e0c0f7f98e08b98f212dfcd6722e40bd8e1bb7d4d00e

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14b8b9742403c6e5e18b70093eacce3c98c8727e650cbeac7f90c5aaf611fb43
MD5 d104ffd203c31128c40c08ab068ba77c
BLAKE2b-256 3893476213d5699f217db0d6110a9c96774ee64bcf4719ef5241aacfbeacb28d

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 db6ce1c33f7d4a871b1ee6edeb4b29d91478cb03c4befeac6b78e33ae7dd26dc
MD5 01bbdafddb64e101e5792b8bb4a4468b
BLAKE2b-256 eccea020fae86f45d5c7a2c18743ef83ba166737d0c58b79e0cd747f7844789f

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ec30adddc8c57c7bb066b282913a74d8f2a42e5e82e75ec9147e9d01bc3803f3
MD5 e8ff0ba3b7dbb0effc9a44c503cc5dee
BLAKE2b-256 67e0319e81d0f1d2d4aa4a8619db65fc925095029015bd8c1af6b68bf07421c6

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 49b8a38905d42f376bf352d2881ab322d885d22b7cb161374fee80ddaa8d0e36
MD5 9f5e5dbf5f4509fc9aa5b27dacfff6ba
BLAKE2b-256 ba2828a3f0a2660c58ddaa87363eb53e25053905ad8eaf40d570fb64924b2c1c

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 556ce69c076d8f695ead234af66c6c46c30ffc441c4cf5157c0d901e1fe420c9
MD5 8f563e8a7f5b643553a6057972aa5dc2
BLAKE2b-256 480d36663564c1d1da2335ac5215c7274e20041ba21eea3a6b1cb9d89416e764

See more details on using hashes here.

File details

Details for the file pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a37b0f2d3c782e18d9eca8d27b84ce205f9ca452d5c7068a8773b53c141a1557
MD5 b17fc7aedcfc75c650992044df04d258
BLAKE2b-256 a485911d50d4fe2859d81535b8a44d6b9db8189fdcac8a5fe075e37396579a84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c77033bf539fbd74a1b6e5c6db2665b666430fd4a53d9a59f3355ae194da202a
MD5 c7cf8205ed941cdf197882ae28cbb89c
BLAKE2b-256 155267321f30e9bd3ce9d0ec275cad63523dda5a73f7d667a2ee16309919eee8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 540bdffa7a48be31f3a820680478c511b3e2459a20e6fb129e23a7e7e89f467c
MD5 cfc75daf4f44f4f6919ada9e8fba577b
BLAKE2b-256 12ef1a4347faf11211fa028d17ba98db65592065594b72f04cbce2b86097e1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 23cc50353400a781436360cd345d207d468c3fdfdf4991aabd78993b540f1e50
MD5 b2c90c752a89cb4de0b6b21f4c81382e
BLAKE2b-256 56cb08c2907a5593dfed6f46acdd44a58e89277ec92da477fbdb6edd8f8f5d8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d7f6b24ec896eedc7acbc275bfe60d14920ae4b399d727ca0b5efac693612e7
MD5 af248293a7650287dd320666a00b7bde
BLAKE2b-256 173e4fe081f172dde4140260ec768d3ad33eee83121451c02e797912fa158ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4af59ac9c67c3f1da58abc64c06216dc29fb0870708a9d82344d0ed538d00ad2
MD5 4d1d947c7ec0eb70af139bc22f4d911a
BLAKE2b-256 9ff4326ee77300c305ac583672848c752b690042040e418b04cf3f4676372466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyjson5-1.6.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b101292f35c436a16ec0612e04a851f9d42da5c147006b8f0dc35e41b42c175
MD5 340b2dc74f71d55fbcea2465ee19a65e
BLAKE2b-256 a7b09ecc4b9c6d778ec99d0b5db6ee0f143c961566b269e35fa73d56095593af

See more details on using hashes here.

Supported by

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