Skip to main content

Simple, fast, extensible JSON encoder/decoder for Python

Project description

simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.

The latest documentation for simplejson can be read online here: https://simplejson.readthedocs.io/

simplejson is the externally maintained development version of the json library included with Python (since 2.6). This version is tested with the latest Python 3.8 and maintains backwards compatibility with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.

The encoder can be specialized to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). This is best done with the default kwarg to dumps.

The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). It can also be specialized to post-process JSON objects with the object_hook or object_pairs_hook kwargs. This is particularly useful for implementing protocols such as JSON-RPC that have a richer type system than JSON itself.

For those of you that have legacy systems to maintain, there is a very old fork of simplejson in the python2.2 branch that supports Python 2.2. This is based on a very old version of simplejson, is not maintained, and should only be used as a last resort.

Release history Release notifications | RSS feed

Download files

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

Source Distribution

simplejson-3.20.2.tar.gz (85.8 kB view details)

Uploaded Source

Built Distributions

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

simplejson-3.20.2-py3-none-any.whl (57.3 kB view details)

Uploaded Python 3

simplejson-3.20.2-cp313-cp313-win_amd64.whl (76.0 kB view details)

Uploaded CPython 3.13Windows x86-64

simplejson-3.20.2-cp313-cp313-win32.whl (74.3 kB view details)

Uploaded CPython 3.13Windows x86

simplejson-3.20.2-cp313-cp313-musllinux_1_2_x86_64.whl (154.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp313-cp313-musllinux_1_2_ppc64le.whl (159.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp313-cp313-musllinux_1_2_i686.whl (152.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

simplejson-3.20.2-cp313-cp313-musllinux_1_2_aarch64.whl (150.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152.6 kB view details)

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

simplejson-3.20.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (148.9 kB view details)

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

simplejson-3.20.2-cp313-cp313-macosx_11_0_arm64.whl (75.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

simplejson-3.20.2-cp313-cp313-macosx_10_13_x86_64.whl (75.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

simplejson-3.20.2-cp313-cp313-macosx_10_13_universal2.whl (93.5 kB view details)

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

simplejson-3.20.2-cp312-cp312-win_amd64.whl (76.0 kB view details)

Uploaded CPython 3.12Windows x86-64

simplejson-3.20.2-cp312-cp312-win32.whl (74.3 kB view details)

Uploaded CPython 3.12Windows x86

simplejson-3.20.2-cp312-cp312-musllinux_1_2_x86_64.whl (154.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp312-cp312-musllinux_1_2_ppc64le.whl (159.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp312-cp312-musllinux_1_2_i686.whl (151.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

simplejson-3.20.2-cp312-cp312-musllinux_1_2_aarch64.whl (150.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152.4 kB view details)

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

simplejson-3.20.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (148.6 kB view details)

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

simplejson-3.20.2-cp312-cp312-macosx_11_0_arm64.whl (75.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

simplejson-3.20.2-cp312-cp312-macosx_10_9_x86_64.whl (75.8 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

simplejson-3.20.2-cp312-cp312-macosx_10_9_universal2.whl (93.5 kB view details)

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

simplejson-3.20.2-cp311-cp311-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.11Windows x86-64

simplejson-3.20.2-cp311-cp311-win32.whl (74.2 kB view details)

Uploaded CPython 3.11Windows x86

simplejson-3.20.2-cp311-cp311-musllinux_1_2_x86_64.whl (148.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp311-cp311-musllinux_1_2_ppc64le.whl (154.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp311-cp311-musllinux_1_2_i686.whl (146.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

simplejson-3.20.2-cp311-cp311-musllinux_1_2_aarch64.whl (144.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (153.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (143.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.9 kB view details)

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

simplejson-3.20.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (141.7 kB view details)

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

simplejson-3.20.2-cp311-cp311-macosx_11_0_arm64.whl (75.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

simplejson-3.20.2-cp311-cp311-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

simplejson-3.20.2-cp311-cp311-macosx_10_9_universal2.whl (92.6 kB view details)

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

simplejson-3.20.2-cp310-cp310-win_amd64.whl (76.1 kB view details)

Uploaded CPython 3.10Windows x86-64

simplejson-3.20.2-cp310-cp310-win32.whl (74.4 kB view details)

Uploaded CPython 3.10Windows x86

simplejson-3.20.2-cp310-cp310-musllinux_1_2_x86_64.whl (141.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp310-cp310-musllinux_1_2_ppc64le.whl (148.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp310-cp310-musllinux_1_2_i686.whl (140.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

simplejson-3.20.2-cp310-cp310-musllinux_1_2_aarch64.whl (140.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.2 kB view details)

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

simplejson-3.20.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (134.5 kB view details)

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

simplejson-3.20.2-cp310-cp310-macosx_11_0_arm64.whl (76.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

simplejson-3.20.2-cp310-cp310-macosx_10_9_x86_64.whl (75.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

simplejson-3.20.2-cp310-cp310-macosx_10_9_universal2.whl (94.0 kB view details)

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

simplejson-3.20.2-cp39-cp39-win_amd64.whl (76.1 kB view details)

Uploaded CPython 3.9Windows x86-64

simplejson-3.20.2-cp39-cp39-win32.whl (74.3 kB view details)

Uploaded CPython 3.9Windows x86

simplejson-3.20.2-cp39-cp39-musllinux_1_2_x86_64.whl (140.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp39-cp39-musllinux_1_2_ppc64le.whl (148.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp39-cp39-musllinux_1_2_i686.whl (139.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

simplejson-3.20.2-cp39-cp39-musllinux_1_2_aarch64.whl (139.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.6 kB view details)

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

simplejson-3.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (134.0 kB view details)

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

simplejson-3.20.2-cp39-cp39-macosx_11_0_arm64.whl (76.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

simplejson-3.20.2-cp39-cp39-macosx_10_9_x86_64.whl (75.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

simplejson-3.20.2-cp39-cp39-macosx_10_9_universal2.whl (94.0 kB view details)

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

simplejson-3.20.2-cp38-cp38-win_amd64.whl (76.0 kB view details)

Uploaded CPython 3.8Windows x86-64

simplejson-3.20.2-cp38-cp38-win32.whl (74.3 kB view details)

Uploaded CPython 3.8Windows x86

simplejson-3.20.2-cp38-cp38-musllinux_1_2_x86_64.whl (138.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp38-cp38-musllinux_1_2_ppc64le.whl (147.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp38-cp38-musllinux_1_2_i686.whl (138.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

simplejson-3.20.2-cp38-cp38-musllinux_1_2_aarch64.whl (137.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136.8 kB view details)

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

simplejson-3.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.1 kB view details)

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

simplejson-3.20.2-cp38-cp38-macosx_11_0_arm64.whl (75.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

simplejson-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

simplejson-3.20.2-cp38-cp38-macosx_10_9_universal2.whl (92.1 kB view details)

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

simplejson-3.20.2-cp37-cp37m-win_amd64.whl (75.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

simplejson-3.20.2-cp37-cp37m-win32.whl (73.9 kB view details)

Uploaded CPython 3.7mWindows x86

simplejson-3.20.2-cp37-cp37m-musllinux_1_2_x86_64.whl (130.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp37-cp37m-musllinux_1_2_ppc64le.whl (137.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp37-cp37m-musllinux_1_2_i686.whl (129.5 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

simplejson-3.20.2-cp37-cp37m-musllinux_1_2_aarch64.whl (129.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (135.6 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

simplejson-3.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (123.9 kB view details)

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

simplejson-3.20.2-cp37-cp37m-macosx_10_9_x86_64.whl (74.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

simplejson-3.20.2-cp36-cp36m-win_amd64.whl (77.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

simplejson-3.20.2-cp36-cp36m-win32.whl (74.8 kB view details)

Uploaded CPython 3.6mWindows x86

simplejson-3.20.2-cp36-cp36m-musllinux_1_2_x86_64.whl (129.6 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

simplejson-3.20.2-cp36-cp36m-musllinux_1_2_ppc64le.whl (136.5 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ppc64le

simplejson-3.20.2-cp36-cp36m-musllinux_1_2_i686.whl (128.6 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

simplejson-3.20.2-cp36-cp36m-musllinux_1_2_aarch64.whl (128.1 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

simplejson-3.20.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (134.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

simplejson-3.20.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

simplejson-3.20.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

simplejson-3.20.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (122.9 kB view details)

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

simplejson-3.20.2-cp36-cp36m-macosx_10_9_x86_64.whl (74.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

simplejson-3.20.2-cp27-cp27mu-manylinux2010_x86_64.whl (134.4 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

simplejson-3.20.2-cp27-cp27mu-manylinux2010_i686.whl (132.9 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

simplejson-3.20.2-cp27-cp27mu-manylinux1_x86_64.whl (134.4 kB view details)

Uploaded CPython 2.7mu

simplejson-3.20.2-cp27-cp27mu-manylinux1_i686.whl (132.9 kB view details)

Uploaded CPython 2.7mu

simplejson-3.20.2-cp27-cp27m-manylinux2010_x86_64.whl (133.0 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

simplejson-3.20.2-cp27-cp27m-manylinux2010_i686.whl (131.5 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

simplejson-3.20.2-cp27-cp27m-manylinux1_x86_64.whl (133.0 kB view details)

Uploaded CPython 2.7m

simplejson-3.20.2-cp27-cp27m-manylinux1_i686.whl (131.5 kB view details)

Uploaded CPython 2.7m

File details

Details for the file simplejson-3.20.2.tar.gz.

File metadata

  • Download URL: simplejson-3.20.2.tar.gz
  • Upload date:
  • Size: 85.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2.tar.gz
Algorithm Hash digest
SHA256 5fe7a6ce14d1c300d80d08695b7f7e633de6cd72c80644021874d985b3393649
MD5 2b51376ed91109e4041a056a8f59ee73
BLAKE2b-256 41f4a1ac5ed32f7ed9a088d62a59d410d4c204b3b3815722e2ccfb491fa8251b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2.tar.gz:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-py3-none-any.whl.

File metadata

  • Download URL: simplejson-3.20.2-py3-none-any.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3b6bb7fb96efd673eac2e4235200bfffdc2353ad12c54117e1e4e2fc485ac017
MD5 9d650236ad5c365327e468c9c85507d1
BLAKE2b-256 055b83e1ff87eb60ca706972f7e02e15c0b33396e7bdbd080069a5d1b53cf0d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-py3-none-any.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a1a85013eb33e4820286139540accbe2c98d2da894b2dcefd280209db508e608
MD5 feb03fb290f0ca42f9d6068472b90e7d
BLAKE2b-256 8710d42ad61230436735c68af1120622b28a782877146a83d714da7b6a2a1c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 472785b52e48e3eed9b78b95e26a256f59bb1ee38339be3075dad799e2e1e661
MD5 a085ea1f84bce88c3aa97f6cdef60c3b
BLAKE2b-256 3cf9dc7f7a4bac16cf7eb55a4df03ad93190e11826d2a8950052949d3dfc11e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f28ee755fadb426ba2e464d6fcf25d3f152a05eb6b38e0b4f790352f5540c769
MD5 6e7b65741ccf6fdadcad6638e6d919a4
BLAKE2b-256 9921603709455827cdf5b9d83abe726343f542491ca8dc6a2528eb08de0cf034

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 bd96a7d981bf64f0e42345584768da4435c05b24fd3c364663f5fbc8fabf82e3
MD5 aea22b691248c7aa2b8d7f0a28e53965
BLAKE2b-256 33ceb60214d013e93dd9e5a705dcb2b88b6c72bada442a97f79828332217f3eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b530ad6d55e71fa9e93e1109cf8182f427a6355848a4ffa09f69cc44e1512522
MD5 feb058c40794a280298031f239ceb5c9
BLAKE2b-256 6222ec2490dd859224326d10c2fac1353e8ad5c84121be4837a6dd6638ba4345

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7977640af7b7d5e6a852d26622057d428706a550f7f5083e7c4dd010a84d941f
MD5 bd6a83eed9ccce531e63aad8b8273abf
BLAKE2b-256 f4b4d6b7279e52a3e9c0fa8c032ce6164e593e8d9cf390698ee981ed0864291b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c2da97ac65165d66b0570c9e545786f0ac7b5de5854d3711a16cacbcaa8c472d
MD5 3969e04e33e2665ff4ed5dbcf1cd1fbc
BLAKE2b-256 61ae229bbcf90a702adc6bfa476e9f0a37e21d8c58e1059043038797cbe75b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 552f55745044a24c3cb7ec67e54234be56d5d6d0e054f2e4cf4fb3e297429be5
MD5 5decc76046e6cf0d1d3bf5b3f87d1b42
BLAKE2b-256 091d171009bd35c7099d72ef6afd4bb13527bab469965c968a17d69a203d62a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 133ae2098a8e162c71da97cdab1f383afdd91373b7ff5fe65169b04167da976b
MD5 8d3a34823cb02de859932b7d4ec49d3b
BLAKE2b-256 43f1b392952200f3393bb06fbc4dd975fc63a6843261705839355560b7264eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f59a12966daa356bf68927fca5a67bebac0033cd18b96de9c2d426cd11756cd0
MD5 1327a5912e61f9aa3878063c4966621c
BLAKE2b-256 90c5fefc0ac6b86b9108e302e0af1cf57518f46da0baedd60a12170791d56959

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b1d8d7c3e1a205c49e1aee6ba907dcb8ccea83651e6c3e2cb2062f1e52b0726
MD5 c6b2803c789dbbbc2a13572a3fcda28d
BLAKE2b-256 7a4d30dfef83b9ac48afae1cf1ab19c2867e27b8d22b5d9f8ca7ce5a0a157d8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 feed6806f614bdf7f5cb6d0123cb0c1c5f40407ef103aa935cffaa694e2e0c74
MD5 162424167ea68de476be7f0a0b887be9
BLAKE2b-256 35285a4b8f3483fbfb68f3f460bc002cef3a5735ef30950e7c4adce9c8da15c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 90d311ba8fcd733a3677e0be21804827226a57144130ba01c3c6a325e887dd86
MD5 303862fd7a7cc06160fd55feee6f0532
BLAKE2b-256 5e9ef326d43f6bf47f4e7704a4426c36e044c6bedfd24e072fb8e27589a373a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2c0b4a67e75b945489052af6590e7dca0ed473ead5d0f3aad61fa584afe814ab
MD5 385aa5c1da7b9bf3a6fa31a749222d37
BLAKE2b-256 fac95cc2189f4acd3a6e30ffa9775bf09b354302dbebab713ca914d7134d0f29

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8d7be7c99939cc58e7c5bcf6bb52a842a58e6c65e1e9cdd2a94b697b24cddb54
MD5 7677601e10a6ad8b14d59413bdb3d344
BLAKE2b-256 f0465c67324addd40fa2966f6e886cacbbe0407c03a500db94fb8bb40333fcdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30e590e133b06773f0dc9c3f82e567463df40598b660b5adf53eb1c488202544
MD5 c9bbb34c0db2418af52b9fbb79b3dd75
BLAKE2b-256 71add7f3c331fb930638420ac6d236db68e9f4c28dab9c03164c3cd0e7967e15

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 aff032a59a201b3683a34be1169e71ddda683d9c3b43b261599c12055349251e
MD5 e015916602400ed4c8f24458891c9bdc
BLAKE2b-256 ab27b85b03349f825ae0f5d4f780cdde0bbccd4f06c3d8433f6a3882df887481

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 12d3d4dc33770069b780cc8f5abef909fe4a3f071f18f55f6d896a370fd0f970
MD5 c683702e2d3041dfeaa279c4a756add1
BLAKE2b-256 694690c7fc878061adafcf298ce60cecdee17a027486e9dce507e87396d68255

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a2ba921b047bb029805726800819675249ef25d2f65fd0edb90639c5b1c3033c
MD5 7b368a675cfed397500e9206aa4b0035
BLAKE2b-256 812cbad68b05dd43e93f77994b920505634d31ed239418eb6a88997d06599983

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ac20dc3fcdfc7b8415bfc3d7d51beccd8695c3f4acb7f74e3a3b538e76672868
MD5 25db9f2ac352f646671cc5dc83376b3f
BLAKE2b-256 81f5808a907485876a9242ec67054da7cbebefe0ee1522ef1c0be3bfc90f96f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12a6b2816b6cab6c3fd273d43b1948bc9acf708272074c8858f579c394f4cbc9
MD5 0f44b8812d590078de1d4f894bee6e99
BLAKE2b-256 97ec5c6db08e42f380f005d03944be1af1a6bd501cc641175429a1cbe7fb23b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 979ce23ea663895ae39106946ef3d78527822d918a136dbc77b9e2b7f006237e
MD5 4bfcb434cb4d9dba6d7f16b0d48c88f6
BLAKE2b-256 2005ed9b2571bbf38f1a2425391f18e3ac11cb1e91482c22d644a1640dea9da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db0804d04564e70862ef807f3e1ace2cc212ef0e22deb1b3d6f80c45e5882c6b
MD5 4e51c7efeb2c99a94e6c984f7b556a5b
BLAKE2b-256 66afb8a158246834645ea890c36136584b0cc1c0e4b83a73b11ebd9c2a12877c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25ca2663d99328d51e5a138f22018e54c9162438d831e26cfc3458688616eca8
MD5 d15677bf2264f006c1b7b52b491845ab
BLAKE2b-256 adf1efd09efcc1e26629e120fef59be059ce7841cc6e1f949a4db94f1ae8a918

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8fe6de652fcddae6dec8f281cc1e77e4e8f3575249e1800090aab48f73b4259
MD5 361dc4db11e5028f02206c5c6bc2e19e
BLAKE2b-256 5e2bd2413f5218fc25608739e3d63fe321dfa85c5f097aa6648dbe72513a5f12

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4376d5acae0d1e91e78baeba4ee3cf22fbf6509d81539d01b94e0951d28ec2b6
MD5 696819d758b307982e361c7f5ee4236b
BLAKE2b-256 9d9e1a91e7614db0416885eab4136d49b7303de20528860ffdd798ce04d054db

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp312-cp312-macosx_10_9_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba4edf3be8e97e4713d06c3d302cba1ff5c49d16e9d24c209884ac1b8455520c
MD5 72aaafc52fbd71cb169c2b45e869d66c
BLAKE2b-256 35fd3d1158ecdc573fdad81bf3cc78df04522bf3959758bba6597ba4c956c74d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 74.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 47d8927e5ac927fdd34c99cc617938abb3624b06ff86e8e219740a86507eb961
MD5 5146a9653cf4037fdd374d7aa53d458a
BLAKE2b-256 e6f4ef18d2962fe53e7be5123d3784e623859eec7ed97060c9c8536c69d34836

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e9b6d845a603b2eef3394eb5e21edb8626cd9ae9a8361d14e267eb969dbe413
MD5 dd8a61c498b11bfae37e22d2a762dddc
BLAKE2b-256 1d487241daa91d0bf19126589f6a8dcbe8287f4ed3d734e76fd4a092708947be

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7524e19c2da5ef281860a3d74668050c6986be15c9dd99966034ba47c68828c2
MD5 140ca4294d9494d0d3ddaef08a0ea216
BLAKE2b-256 793e7f3b7b97351c53746e7b996fcd106986cda1954ab556fd665314756618d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cac78470ae68b8d8c41b6fca97f5bf8e024ca80d5878c7724e024540f5cdaadb
MD5 358fe2e6c5c830926b67036a24d07285
BLAKE2b-256 60c730bae30424ace8cd791ca660fed454ed9479233810fe25c3f3eab3d9dc7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 438680ddde57ea87161a4824e8de04387b328ad51cfdf1eaf723623a3014b7aa
MD5 f22afef6c48dc27246600a4224ee9105
BLAKE2b-256 3f49976f59b42a6956d4aeb075ada16ad64448a985704bc69cd427a2245ce835

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 306e83d7c331ad833d2d43c76a67f476c4b80c4a13334f6e34bb110e6105b3bd
MD5 1f2e9add7e18599eb52dd64df72de97d
BLAKE2b-256 9b4bfdcaf444ac1c3cbf1c52bf00320c499e1cf05d373a58a3731ae627ba5e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51eccc4e353eed3c50e0ea2326173acdc05e58f0c110405920b989d481287e51
MD5 458edd26dbaaa5149666be001e3d19ad
BLAKE2b-256 439143695f17b69e70c4b0b03247aa47fb3989d338a70c4b726bbdc2da184160

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21e7a066528a5451433eb3418184f05682ea0493d14e9aae690499b7e1eb6b81
MD5 32bdfd97e0683286de5bc7c1a7e4195b
BLAKE2b-256 cf54d76c0e72ad02450a3e723b65b04f49001d0e73218ef6a220b158a64639cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f820a6ac2ef0bc338ae4963f4f82ccebdb0824fe9caf6d660670c578abe01013
MD5 dba3b3ee30873817512f260cdf53fa87
BLAKE2b-256 c48321550f81a50cd03599f048a2d588ffb7f4c4d8064ae091511e8e5848eeaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b392e11c6165d4a0fde41754a0e13e1d88a5ad782b245a973dd4b2bdb4e5076a
MD5 f6d013174efed343845a949340982677
BLAKE2b-256 5d02290f7282eaa6ebe945d35c47e6534348af97472446951dce0d144e013f4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ad4eac7d858947a30d2c404e61f16b84d16be79eb6fb316341885bdde864fa8
MD5 3d4e3d506bb4809cf4d881ef75543e33
BLAKE2b-256 6ba2cd2e10b880368305d89dd540685b8bdcc136df2b3c76b5ddd72596254539

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 06190b33cd7849efc413a5738d3da00b90e4a5382fd3d584c841ac20fb828c6f
MD5 ad6730bdab0b62fd7298408c9d69af85
BLAKE2b-256 b93e96898c6c66d9dca3f9bd14d7487bf783b4acc77471b42f979babbb68d4ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c0a63ec98a4547ff366871bf832a7367ee43d047bcec0b07b66c794e2137b476
MD5 62ebd903f8d2ddce0e126d0cfa992288
BLAKE2b-256 ad87a6e03d4d80cca99c1fee4e960f3440e2f21be9470e537970f960ca5547f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 74.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 27f9c01a6bc581d32ab026f515226864576da05ef322d7fc141cd8a15a95ce53
MD5 ef356182a0e376c1e7734c55bdd12c97
BLAKE2b-256 46b6c897c54326fe86dd12d101981171a49361949f4728294f418c3b86a1af77

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0a341f7cc2aae82ee2b31f8a827fd2e51d09626f8b3accc441a6907c88aedb7
MD5 805074e8c3ab1ea3b655f0ed319be26d
BLAKE2b-256 c728c32121064b1ec2fb7b5d872d9a1abda62df064d35e0160eddfa907118343

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8db6841fb796ec5af632f677abf21c6425a1ebea0d9ac3ef1a340b8dc69f52b8
MD5 5dc4b573635144074ac4e5f244f15c56
BLAKE2b-256 e546827731e4163be3f987cb8ee90f5d444161db8f540b5e735355faa098d9bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d6f5bacb8cdee64946b45f2680afa3f54cd38e62471ceda89f777693aeca4e4
MD5 93b2ab80463bab48c39c6c387c7867df
BLAKE2b-256 aab094ad2cf32f477c449e1f63c863d8a513e2408d651c4e58fe4b6a7434e168

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1036be00b5edaddbddbb89c0f80ed229714a941cfd21e51386dc69c237201c2
MD5 e8a43c7468630153cdc4330f6cfbcb12
BLAKE2b-256 09364e282f5211b34620f1b2e4b51d9ddaab5af82219b9b7b78360a33f7e5387

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d8b6ff02fc7b8555c906c24735908854819b0d0dc85883d453e23ca4c0445d01
MD5 574d4230d54f5725432b6e4b59003c4d
BLAKE2b-256 2b225e268bbcbe9f75577491e406ec0a5536f5b2fa91a3b52031fea51cd83e1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e22a5fb7b1437ffb057e02e1936a3bfb19084ae9d221ec5e9f4cf85f69946b6
MD5 88e3754ad7d0b7729ed9ce04a7c2026e
BLAKE2b-256 4b426c9af551e5a8d0f171d6dce3d9d1260068927f7b80f1f09834e07887c8c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a97249ee1aee005d891b5a211faf58092a309f3d9d440bc269043b08f662eda
MD5 634be61c2edf754d5014585848d9d2f9
BLAKE2b-256 c1b9c54eef4226c6ac8e9a389bbe5b21fef116768f97a2dc1a683c716ffe66ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2bfc1c396ad972ba4431130b42307b2321dba14d988580c1ac421ec6a6b7cee3
MD5 df4fcd252992d463fe22e41b75187d59
BLAKE2b-256 71b4800f14728e2ad666f420dfdb57697ca128aeae7f991b35759c09356b829a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a16b029ca25645b3bc44e84a4f941efa51bf93c180b31bd704ce6349d1fc77c1
MD5 a937b6437a4cfbb708a7c996202695b6
BLAKE2b-256 faeaae47b04d03c7c8a7b7b1a8b39a6e27c3bd424e52f4988d70aca6293ff5e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c01379b4861c3b0aa40cba8d44f2b448f5743999aa68aaa5d3ef7049d4a28a2d
MD5 3d43db06b061dbf56ca3a305b895ef59
BLAKE2b-256 0f33c3277db8931f0ae9e54b9292668863365672d90fb0f632f4cf9829cb7d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6d7286dc11af60a2f76eafb0c2acde2d997e87890e37e24590bb513bec9f1bc5
MD5 b78a0ddfcf1d524fb0e97629c49736a8
BLAKE2b-256 78092bf3761de89ea2d91bdce6cf107dcd858892d0adc22c995684878826cc6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 76.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 44a6235e09ca5cc41aa5870a952489c06aa4aee3361ae46daa947d8398e57502
MD5 e220832644ea29d00cf6898b750881d4
BLAKE2b-256 dcb794c6049a99e3c04eed2064e91295370b7429e2361188e35a78df562312e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 619ada86bfe3a5aa02b8222ca6bfc5aa3e1075c1fb5b3263d24ba579382df472
MD5 44289d0eafdc929cba08e087ce86c72c
BLAKE2b-256 4a97a26ef6b7387349623c042f329df70a4f3baf3a365fe6d1154d73da1dcf5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66f7c78c6ef776f8bd9afaad455e88b8197a51e95617bcc44b50dd974a7825ba
MD5 f4be1c5859cfd94c4ef7b26b5a3dc967
BLAKE2b-256 a477fc16d41b5f67a2591c9b6ff7b0f6aed2b2aed1b6912bb346b61279697638

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 cb11c09c99253a74c36925d461c86ea25f0140f3b98ff678322734ddc0f038d7
MD5 892b36ec513afd1d38b250601131a313
BLAKE2b-256 5ca21526d4152806670124dd499ff831726a92bd7e029e8349c4affa78ea8845

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ef70ec8fe1569872e5a3e4720c1e1dcb823879a3c78bc02589eb88fab920b1f
MD5 3b4a1f53b3d5a91aa69bcf1269858b4f
BLAKE2b-256 73cc18374fb9dfcb4827b692ca5a33bdb607384ca06cdb645e0b863022dae8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a7bbac80bdb82a44303f5630baee140aee208e5a4618e8b9fde3fc400a42671
MD5 2e80fe1eddb58cbd7a73aaa7e2ac4ffc
BLAKE2b-256 2ed915036d7f43c6208fb0fbc827f9f897c1f577fba02aeb7a8a223581da4925

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b538f9d9e503b0dd43af60496780cb50755e4d8e5b34e5647b887675c1ae9fee
MD5 d68817b66cba75aa75b79b6b1a755757
BLAKE2b-256 155db6d0b71508e503c759a0a7563cb2c28716ec8af9828ca9f5b59023011406

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c34e028a2ba8553a208ded1da5fa8501833875078c4c00a50dffc33622057881
MD5 f19c3db111f662b8a1694720fb054121
BLAKE2b-256 666f3bd0007b64881a90a058c59a4869b1b4f130ddb86a726f884fafc67e5ef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a8f1c307edf5fbf0c6db3396c5d3471409c4a40c7a2a466fbc762f20d46601a
MD5 a2086f33ae88f1798d13398fec22c0ac
BLAKE2b-256 b98c8fc2c2734ac9e514124635b25ca8f7e347db1ded4a30417ee41e78e6d61c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab998e416ded6c58f549a22b6a8847e75a9e1ef98eb9fbb2863e1f9e61a4105b
MD5 182c111aaa0a9a4b0bc4b0250ab452fc
BLAKE2b-256 192440b3e5a3ca5e6f80cc1c639fcd5565ae087e72e8656dea780f02302ddc97

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fb1259ca9c385b0395bad59cdbf79535a5a84fb1988f339a49bfbc57455a35a
MD5 28fd3587d76c56df59765546c24ee0cc
BLAKE2b-256 094fbe411eeb52ab21d6d4c00722b632dd2bd430c01a47dfed3c15ef5ad7ee6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 214e26acf2dfb9ff3314e65c4e168a6b125bced0e2d99a65ea7b0f169db1e562
MD5 0b8ae05ca9ea156214df6a67a92b1069
BLAKE2b-256 e8e4d96b56fb87f245240b514c1fe552e76c17e09f0faa1f61137b2296f81529

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b3bf76512ccb07d47944ebdca44c65b781612d38b9098566b4bb40f713fc4047
MD5 f0c05e2fa1c7c99eb6a802006f1ab509
BLAKE2b-256 b82d7c4968c60ddc8b504b77301cc80d6e75cd0269b81a779b01d66d8f36dcb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 76.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6a4b5e7864f952fcce4244a70166797d7b8fd6069b4286d3e8403c14b88656b6
MD5 e9db1913ef10d49ec3abd937336d1c09
BLAKE2b-256 69c01ffd3fe5be619474f955fb8c1ec0a875a6abf3381a32c904c2061c646ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 da795ea5f440052f4f497b496010e2c4e05940d449ea7b5c417794ec1be55d01
MD5 728cf01c352f82cbc6f4acbfc656b369
BLAKE2b-256 2e5558f29500ee6f6bd78bfff4a0893cf9f050d3caf315f175e6263b6e8c0764

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 daf7cd18fe99eb427fa6ddb6b437cfde65125a96dc27b93a8969b6fe90a1dbea
MD5 26553338f9fa4628a06b4178bc770f25
BLAKE2b-256 a5acab88e99111307eba64bcfbef45e8aa57240a19e019c2dc29269806d2f4a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e11a1d6b2f7e72ca546bdb4e6374b237ebae9220e764051b867111df83acbd13
MD5 77f49a096ea3de4a6968b756de7ee821
BLAKE2b-256 92ee8f45174d2988ec5242ab3c9229693ed6b839a4eb77ee42d7c470cc5846ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e2162b2a43614727ec3df75baeda8881ab129824aa1b49410d4b6c64f55a45b4
MD5 b13fe00e64f73f4a49b01e3adf0a731c
BLAKE2b-256 442bdd9ec681115aa65620d57c88eb741bd7e7bc303ac6247554d854ee5168e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5de26f11d5aca575d3825dddc65f69fdcba18f6ca2b4db5cef16f41f969cef15
MD5 70ebc6ec9bdcb69be9e24d635af2d8c9
BLAKE2b-256 866f2de88bea65e0fdb91cc55624bd77e2eaa5c3acccc59287b058b376acc9a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cec1868b237fe9fb2d466d6ce0c7b772e005aadeeda582d867f6f1ec9710cad
MD5 a06bf5a40ef6a970c09d981180653f5f
BLAKE2b-256 13eb7e087b061d6f94e6ba41c2e589267b9349fd3abb27ce59080c1c89fe9785

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40ca7cbe7d2f423b97ed4e70989ef357f027a7e487606628c11b79667639dc84
MD5 86087d38a479cc0974aa632d5e2f6dde
BLAKE2b-256 bc421ae6f9735d8fe47a638c5a342b835a2108ae7d7f79e7f83224d72c87cc81

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e022b2c4c54cb4855e555f64aa3377e3e5ca912c372fa9e3edcc90ebbad93dce
MD5 26b31bd0d97e9ef15b70b70000c8dfa0
BLAKE2b-256 6b92a75df930e2ff29e37654b65fa6eebef53812fa7258a9df9c7ddbf60610d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 792debfba68d8dd61085ffb332d72b9f5b38269cda0c99f92c7a054382f55246
MD5 a52d251a5152a886394e022d0fbeee81
BLAKE2b-256 08a169a6e4ec69b585724cc9bee2d7f725c155d3ab8f9d3925b67c709a6e5a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfe704864b5fead4f21c8d448a89ee101c9b0fc92a5f40b674111da9272b3a90
MD5 d50156091c00190b111b95d2530643e9
BLAKE2b-256 485a92bc0c1da0e805d4894ffe15a76af733e276d27eede5361c8be1c028e692

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc8da64929ef0ff16448b602394a76fd9968a39afff0692e5ab53669df1f047f
MD5 82f859cb662e13aa95bcbb923139f9ff
BLAKE2b-256 99d9d23e9f96762224870af95adafcd5d4426f5285b046ed331b034c6d5a8554

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b8205f113082e7d8f667d6cd37d019a7ee5ef30b48463f9de48e1853726c6127
MD5 fe0cfbf23bbd10289f7bda9f2a057002
BLAKE2b-256 2a13f290da83da1083051b1665e2508a70821fc1a62c4b6d73f5c7baadcba26c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp38-cp38-macosx_10_9_universal2.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 75.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dab98625b3d6821e77ea59c4d0e71059f8063825a0885b50ed410e5c8bd5cb66
MD5 1f557caa1b8da1efd7636f9ee66da03b
BLAKE2b-256 457f0d0b432c7c3770b8b9dcb1be4e7c652ae4a201b035d6110151a7599a06ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 73.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e0f661105398121dd48d9987a2a8f7825b8297b3b2a7fe5b0d247370396119d5
MD5 3b69a426054f93bbc86714b5da52c8c5
BLAKE2b-256 0a943d71054d8e5e3822b093a3004fea1faddf5c9b10209dfff436828284c709

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f526304c2cc9fd8b8d18afacb75bc171650f83a7097b2c92ad6a431b5d7c1b72
MD5 9d2cc8f0263c1fd6ac09037c57af74a4
BLAKE2b-256 8dd112ab0ac38c8a8a5db8b5b247006246066b15a549cc7c6b05d38a609584e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9ccef5b5d3e3ac5d9da0a0ca1d2de8cf2b0fb56b06aa0ab79325fa4bcc5a1d60
MD5 3c1bf2f93e0b62f0acd8a44858eeede8
BLAKE2b-256 1a74da977546d9ebde4dd78453d07f2ebdc38338aa7b6b7c65d640432fdc0718

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2620ac40be04dff08854baf6f4df10272f67079f61ed1b6274c0e840f2e2ae1
MD5 3ecbb5d2a74810239d2e5c25ca84dd3f
BLAKE2b-256 99b79c5d802015e6f20c0bddf3092cad0ea6ec3a9e1605d78b8e80334ff4949c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 156139d94b660448ec8a4ea89f77ec476597f752c2ff66432d3656704c66b40e
MD5 bcefd2534f4470fff4372fac63e267b3
BLAKE2b-256 6ff29f3d1c17fb8ad046d0ac503929d0783bf5e4a26a6a400b90efc72cd81c18

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 106762f8aedf3fc3364649bfe8dc9a40bf5104f872a4d2d86bae001b1af30d30
MD5 07ff8d79ca74c7d0dcc424aa1c35cd9b
BLAKE2b-256 c30750812d2734e3ea17828fee54007d37209ae3043f4f02484d6f383b3c88f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10cf9ca1363dc3711c72f4ec7c1caed2bbd9aaa29a8d9122e31106022dc175c6
MD5 2b6188e5cf21d3b6939a225973a22109
BLAKE2b-256 a77a493efa50d44c3f768f3dbf04f12b26568d7d52a4c846cdc2caf9dcf1d0a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78fa1db6a02bca88829f2b2057c76a1d2dc2fccb8c5ff1199e352f213e9ec719
MD5 ba639bbac106f26b9f84656f54738fd9
BLAKE2b-256 7eaf7008c9aa859d81f422df6c51c599a9fcfe1017bcf6860ef09e3de6e66a61

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b21659898b7496322e99674739193f81052e588afa8b31b6a1c7733d8829b925
MD5 0e2b6024f42c56ec9c09012fc7593e0d
BLAKE2b-256 ba386c1634665a294aea97ab0958fa6fab360dd22feed71ce302cdf6f768ff29

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c3a98e21e5f098e4f982ef302ebb1e681ff16a5d530cfce36296bea58fe2396
MD5 3d0d4007ad9b971813d063851a62ed1e
BLAKE2b-256 08b74f729a6dbbe7c67471a966341d9064af34867a2beda8629e34fc43ab1219

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 77.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 732cf4c4ac1a258b4e9334e1e40a38303689f432497d3caeb491428b7547e782
MD5 99ce4fadb59ded72e13ef8dbba533113
BLAKE2b-256 1fa4977c2f4035486efe0a0aeccd25ed83d89fe9b69947672c157f3f11b742e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-win_amd64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: simplejson-3.20.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 74.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 16366591c8e08a4ac76b81d76a3fc97bf2bcc234c9c097b48d32ea6bfe2be2fe
MD5 649df8f3ed12fb0d30d9022918bcdaad
BLAKE2b-256 1eec12da275929f1aa88b864e1f56ed7d38c517e8d776828e5a31003b8945a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-win32.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9b0523582a57d9ea74f83ecefdffe18b2b0a907df1a9cef06955883341930d8
MD5 bab203907fcc4b7da07aa0eb1995d556
BLAKE2b-256 b45762567b854d488c23929aa3b6d172b92d34d1ccf63e9c0eaaad220c533338

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4a76d7c47d959afe6c41c88005f3041f583a4b9a1783cf341887a3628a77baa0
MD5 ff7e53c3bf91086354df0503ae27b8e0
BLAKE2b-256 9c491ad61589f4626aa3ad6b5e6a0bb14dc0d6753e2d1a284e73d29b2762ecab

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ece4863171ba53f086a3bfd87f02ec3d6abc586f413babfc6cf4de4d84894620
MD5 bf0a24ccf6b28f55863505a1be8c6d86
BLAKE2b-256 f72273069ca23c81de1b47343b2ebba0bdbad6b4a1d978ab3b0b1efe9491180b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 215b65b0dc2c432ab79c430aa4f1e595f37b07a83c1e4c4928d7e22e6b49a748
MD5 60e2f4a263ee405a44f81bf21b99668d
BLAKE2b-256 c5f9dc9a8c35ca2bf25f12cae1aab0c1b44b669e3e0dd84b10763d469b6e871e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-musllinux_1_2_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d81f8e982923d5e9841622ff6568be89756428f98a82c16e4158ac32b92a3787
MD5 118d97403cd3a9f939056843bc1c1928
BLAKE2b-256 f11107171b49eed841258896aa9c74ea8ef43fe3160d6b030c676dc3bad24bdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25ba488decb18738f5d6bd082018409689ed8e74bc6c4d33a0b81af6edf1c9f4
MD5 791df0a9aad35ea3ea9df36cb3ed61ed
BLAKE2b-256 7090bf7087f8c779d2c5ee7e29cca851fe6ce184232cec27932dfb79b35d6b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a3f1db97bcd9fb592928159af7a405b18df7e847cbcc5682a209c5b2ad5d6b1
MD5 85ce1b86a4b211e8020ff23a018d7792
BLAKE2b-256 2e71a265d5e11778d51945b228eb44d54499c3d9b1136cd09c101bd1c5c01ce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cdad497ccb1edc5020bef209e9c3e062a923e8e6fca5b8a39f0fb34380c8a66c
MD5 e1780cb69862d61df05e076d7ea48c90
BLAKE2b-256 e1021dfcc1162163d0bc23c6c20d9ad0ce71953471b04ec71cbe770d495dfa9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a135941a50795c934bdc9acc74e172b126e3694fe26de3c0c1bc0b33ea17e6ce
MD5 e4f908afc531f9c9af47db245e31d97c
BLAKE2b-256 727fd76314a4833ead9e22ded8db6bd4f0f55c128cbcf051ff85bb25c522af95

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp36-cp36m-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4fc62feb76f590ccaff6f903f52a01c58ba6423171aa117b96508afda9c210f0
MD5 72ee717d205cb78ac3ef6cf25da47af5
BLAKE2b-256 52f6bc4e2bfe6e0694c6d8c974c2f798cc8bf6a10e68d45b8c8fb93c09e26d4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27mu-manylinux2010_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 00bcd408a4430af99d1f8b2b103bb2f5133bb688596a511fcfa7db865fbb845e
MD5 71a246bec7960803ea09a0df8816f917
BLAKE2b-256 a7a57b956c2100420af518835c96105748a040748cd59da813a8ad4df29fcd18

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27mu-manylinux2010_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8ba88696351ed26a8648f8378a1431223f02438f8036f006d23b4f5b572778fa
MD5 cf5461bcb760edcabb88d7c00eece94b
BLAKE2b-256 19c6cf3da775176141949a76d688a047334147154285a6d760a467a9c5b5006e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27mu-manylinux1_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3a0d2337e490e6ab42d65a082e69473717f5cc75c3c3fb530504d3681c4cb40c
MD5 992b8a02655d81b38c603c4458e945f0
BLAKE2b-256 0aeca7abb0c86622ee4ee82170388ea1d943261d1fc1e437b8ed05ce4d262908

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27mu-manylinux1_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9ddf9a07694c5bbb4856271cbc4247cc6cf48f224a7d128a280482a2f78bae3d
MD5 77679d639c0bb5c7275bd06176ff8f40
BLAKE2b-256 72ad4006b12063385cf32166e2db83609be53f04819e15a15cb312bca16ae243

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27m-manylinux2010_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27m-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 da6d16d7108d366bbbf1c1f3274662294859c03266e80dd899fc432598115ea4
MD5 3a170c15ffdc693108a9c51d81e8d16f
BLAKE2b-256 9790b1f5aed94c7fadb5caa9fc17913732158a65ee1167fd50aa6216cc1f9468

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27m-manylinux2010_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4d291911d23b1ab8eb3241204dd54e3ec60ddcd74dfcb576939d3df327205865
MD5 1f1263615ea00ed24080505d605a915c
BLAKE2b-256 9b458ee19fb5415381f9664dd0dcaa7d1366a1a568e1360cc418942e795ff3a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27m-manylinux1_x86_64.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simplejson-3.20.2-cp27-cp27m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 11847093fd36e3f5a4f595ff0506286c54885f8ad2d921dfb64a85bce67f72c4
MD5 efd52c7a02efb529c8efc3e52f70088a
BLAKE2b-256 74260eda0d68b12ba1425851be6446d112ffd5c069ae4cd6c65383e53060d0df

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.2-cp27-cp27m-manylinux1_i686.whl:

Publisher: build-and-deploy.yml on simplejson/simplejson

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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