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

Uploaded Source

Built Distributions

simplejson-3.20.1-py3-none-any.whl (57.1 kB view details)

Uploaded Python 3

simplejson-3.20.1-cp313-cp313-win_amd64.whl (75.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

simplejson-3.20.1-cp313-cp313-win32.whl (74.1 kB view details)

Uploaded CPython 3.13 Windows x86

simplejson-3.20.1-cp313-cp313-musllinux_1_2_x86_64.whl (154.4 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp313-cp313-musllinux_1_2_ppc64le.whl (159.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp313-cp313-musllinux_1_2_i686.whl (151.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp313-cp313-musllinux_1_2_aarch64.whl (150.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.5 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152.3 kB view details)

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

simplejson-3.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (148.5 kB view details)

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

simplejson-3.20.1-cp313-cp313-macosx_11_0_arm64.whl (75.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

simplejson-3.20.1-cp313-cp313-macosx_10_13_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

simplejson-3.20.1-cp313-cp313-macosx_10_13_universal2.whl (93.1 kB view details)

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

simplejson-3.20.1-cp312-cp312-win_amd64.whl (75.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

simplejson-3.20.1-cp312-cp312-win32.whl (74.1 kB view details)

Uploaded CPython 3.12 Windows x86

simplejson-3.20.1-cp312-cp312-musllinux_1_2_x86_64.whl (154.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp312-cp312-musllinux_1_2_ppc64le.whl (158.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp312-cp312-musllinux_1_2_i686.whl (151.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp312-cp312-musllinux_1_2_aarch64.whl (150.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152.2 kB view details)

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

simplejson-3.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (148.4 kB view details)

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

simplejson-3.20.1-cp312-cp312-macosx_11_0_arm64.whl (75.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

simplejson-3.20.1-cp312-cp312-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

simplejson-3.20.1-cp312-cp312-macosx_10_9_universal2.whl (93.1 kB view details)

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

simplejson-3.20.1-cp311-cp311-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

simplejson-3.20.1-cp311-cp311-win32.whl (74.0 kB view details)

Uploaded CPython 3.11 Windows x86

simplejson-3.20.1-cp311-cp311-musllinux_1_2_x86_64.whl (147.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp311-cp311-musllinux_1_2_ppc64le.whl (154.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp311-cp311-musllinux_1_2_i686.whl (146.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp311-cp311-musllinux_1_2_aarch64.whl (144.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (153.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (143.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.8 kB view details)

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

simplejson-3.20.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (141.5 kB view details)

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

simplejson-3.20.1-cp311-cp311-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

simplejson-3.20.1-cp311-cp311-macosx_10_9_x86_64.whl (75.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

simplejson-3.20.1-cp311-cp311-macosx_10_9_universal2.whl (92.1 kB view details)

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

simplejson-3.20.1-cp310-cp310-win_amd64.whl (75.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

simplejson-3.20.1-cp310-cp310-win32.whl (74.2 kB view details)

Uploaded CPython 3.10 Windows x86

simplejson-3.20.1-cp310-cp310-musllinux_1_2_x86_64.whl (141.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp310-cp310-musllinux_1_2_ppc64le.whl (148.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp310-cp310-musllinux_1_2_i686.whl (140.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp310-cp310-musllinux_1_2_aarch64.whl (140.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138.0 kB view details)

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

simplejson-3.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (134.3 kB view details)

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

simplejson-3.20.1-cp310-cp310-macosx_11_0_arm64.whl (75.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

simplejson-3.20.1-cp310-cp310-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

simplejson-3.20.1-cp310-cp310-macosx_10_9_universal2.whl (93.8 kB view details)

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

simplejson-3.20.1-cp39-cp39-win_amd64.whl (75.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

simplejson-3.20.1-cp39-cp39-win32.whl (74.1 kB view details)

Uploaded CPython 3.9 Windows x86

simplejson-3.20.1-cp39-cp39-musllinux_1_2_x86_64.whl (140.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp39-cp39-musllinux_1_2_ppc64le.whl (148.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp39-cp39-musllinux_1_2_i686.whl (139.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp39-cp39-musllinux_1_2_aarch64.whl (139.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.4 kB view details)

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

simplejson-3.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.9 kB view details)

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

simplejson-3.20.1-cp39-cp39-macosx_11_0_arm64.whl (75.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

simplejson-3.20.1-cp39-cp39-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

simplejson-3.20.1-cp39-cp39-macosx_10_9_universal2.whl (93.8 kB view details)

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

simplejson-3.20.1-cp38-cp38-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

simplejson-3.20.1-cp38-cp38-win32.whl (74.1 kB view details)

Uploaded CPython 3.8 Windows x86

simplejson-3.20.1-cp38-cp38-musllinux_1_2_x86_64.whl (138.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

simplejson-3.20.1-cp38-cp38-musllinux_1_2_ppc64le.whl (147.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp38-cp38-musllinux_1_2_i686.whl (138.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

simplejson-3.20.1-cp38-cp38-musllinux_1_2_aarch64.whl (137.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (145.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136.7 kB view details)

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

simplejson-3.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.0 kB view details)

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

simplejson-3.20.1-cp38-cp38-macosx_11_0_arm64.whl (74.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

simplejson-3.20.1-cp38-cp38-macosx_10_9_x86_64.whl (74.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

simplejson-3.20.1-cp38-cp38-macosx_10_9_universal2.whl (91.8 kB view details)

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

simplejson-3.20.1-cp37-cp37m-win_amd64.whl (75.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

simplejson-3.20.1-cp37-cp37m-win32.whl (73.8 kB view details)

Uploaded CPython 3.7m Windows x86

simplejson-3.20.1-cp37-cp37m-musllinux_1_2_x86_64.whl (130.5 kB view details)

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

simplejson-3.20.1-cp37-cp37m-musllinux_1_2_ppc64le.whl (137.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp37-cp37m-musllinux_1_2_i686.whl (129.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

simplejson-3.20.1-cp37-cp37m-musllinux_1_2_aarch64.whl (128.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (135.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.0 kB view details)

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

simplejson-3.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (123.7 kB view details)

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

simplejson-3.20.1-cp37-cp37m-macosx_10_9_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

simplejson-3.20.1-cp36-cp36m-win_amd64.whl (76.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

simplejson-3.20.1-cp36-cp36m-win32.whl (74.7 kB view details)

Uploaded CPython 3.6m Windows x86

simplejson-3.20.1-cp36-cp36m-musllinux_1_2_x86_64.whl (129.5 kB view details)

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

simplejson-3.20.1-cp36-cp36m-musllinux_1_2_ppc64le.whl (136.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ppc64le

simplejson-3.20.1-cp36-cp36m-musllinux_1_2_i686.whl (128.4 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

simplejson-3.20.1-cp36-cp36m-musllinux_1_2_aarch64.whl (127.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

simplejson-3.20.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (134.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

simplejson-3.20.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

simplejson-3.20.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.9 kB view details)

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

simplejson-3.20.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (122.7 kB view details)

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

simplejson-3.20.1-cp36-cp36m-macosx_10_9_x86_64.whl (74.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

simplejson-3.20.1-cp27-cp27mu-manylinux2010_x86_64.whl (134.3 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

simplejson-3.20.1-cp27-cp27mu-manylinux2010_i686.whl (132.7 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

simplejson-3.20.1-cp27-cp27mu-manylinux1_x86_64.whl (134.2 kB view details)

Uploaded CPython 2.7mu

simplejson-3.20.1-cp27-cp27mu-manylinux1_i686.whl (132.7 kB view details)

Uploaded CPython 2.7mu

simplejson-3.20.1-cp27-cp27m-manylinux2010_x86_64.whl (132.9 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

simplejson-3.20.1-cp27-cp27m-manylinux2010_i686.whl (131.3 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

simplejson-3.20.1-cp27-cp27m-manylinux1_x86_64.whl (132.9 kB view details)

Uploaded CPython 2.7m

simplejson-3.20.1-cp27-cp27m-manylinux1_i686.whl (131.3 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.20.1.tar.gz
Algorithm Hash digest
SHA256 e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d
MD5 f4a8417d321d19b56af82d016853cbcf
BLAKE2b-256 af9251b417685abd96b31308b61b9acce7ec50d8e1de8fbc39a7fd4962c60689

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1.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.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8a6c1bbac39fa4a79f83cbf1df6ccd8ff7069582a9fd8db1e52cea073bc2c697
MD5 2297caec3fa606ce450a796cee31e5db
BLAKE2b-256 4b3000f02a0a921556dd5a6db1ef2926a1bc7a8bbbfb1c49cfed68a275b8ab2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b9fd15853b90aec3b1739f4471efbf1ac05066a2c7041bf8db821bb73cd2ddc
MD5 8f6b9b15eb652523a6db25f0c1ecdb77
BLAKE2b-256 dba925282fdd24493e1022f30b7f5cdf804255c007218b2bfaa655bd7ad34b2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ae81e482476eaa088ef9d0120ae5345de924f23962c0c1e20abbdff597631f87
MD5 05c8b459d1dc66653b81c721bea37446
BLAKE2b-256 66adb74149557c5ec1e4e4d55758bda426f5d2ec0123cd01a53ae63b8de51fa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbbd7b215ad4fc6f058b5dd4c26ee5c59f72e031dfda3ac183d7968a99e4ca3a
MD5 688d7c252dc6020704c98f3ef466f975
BLAKE2b-256 03c55950605e4ad023a6621cf4c931b29fd3d2a9c1f36be937230bfc83d7271d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 8c09948f1a486a89251ee3a67c9f8c969b379f6ffff1a6064b41fea3bce0a112
MD5 8d014a1b99016aa616ea38fd78a09e20
BLAKE2b-256 7fd9bb921df6b35be8412f519e58e86d1060fddf3ad401b783e4862e0a74c4c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 652d8eecbb9a3b6461b21ec7cf11fd0acbab144e45e600c817ecf18e4580b99e
MD5 adf67fd38b71ec279272c6c3e810a89a
BLAKE2b-256 95516d625247224f01eaaeabace9aec75ac5603a42f8ebcce02c486fbda8b428

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5aee2a4cb6b146bd17333ac623610f069f34e8f31d2f4f0c1a2186e50c594f0
MD5 916e220f2715ca812897ef036431869a
BLAKE2b-256 3284f0fdb3625292d945c2bd13a814584603aebdb38cfbe5fe9be6b46fe598c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e975aac6a5acd8b510eba58d5591e10a03e3d16c1cf8a8624ca177491f7230f0
MD5 e2bac6110c6b72d039b99ae2c0d5c843
BLAKE2b-256 12b453084809faede45da829fe571c65fbda8479d2a5b9c633f46b74124d56f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c1336ba7bcb722ad487cd265701ff0583c0bb6de638364ca947bb84ecc0015d1
MD5 f7d5569576b8cea5a9e3de287393af78
BLAKE2b-256 4586ea9835abb646755140e2d482edc9bc1e91997ed19a59fd77ae4c6a0facea

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab980fcc446ab87ea0879edad41a5c28f2d86020014eb035cf5161e8de4474c6
MD5 1038fd5cd27b90a1011b874baf2a3ae1
BLAKE2b-256 19e3874b1cca3d3897b486d3afdccc475eb3a09815bf1015b01cf7fcb52a55f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a6dd11ee282937ad749da6f3b8d87952ad585b26e5edfa10da3ae2536c73078
MD5 f712c48363dfa5af1bf89a072304c90a
BLAKE2b-256 a97dd56579468d1660b3841e1f21c14490d103e33cf911886b22652d6e9683ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1190f9a3ce644fd50ec277ac4a98c0517f532cfebdcc4bd975c0979a9f05e1fb
MD5 ff6f5b72efd1669ba2c73ec9f0495719
BLAKE2b-256 e21450a2713fee8ff1f8d655b1a14f4a0f1c0c7246768a1b3b3d12964a4ed5aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b63fdbab29dc3868d6f009a59797cefaba315fd43cd32ddd998ee1da28e50e29
MD5 08dfc99d994f6edf898ee9cc1bc76e89
BLAKE2b-256 741fa729f4026850cabeaff23e134646c3f455e86925d2533463420635ae54de

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 71e849e7ceb2178344998cbe5ade101f1b329460243c79c27fbfc51c0447a7c3
MD5 129525ba60def8172dfcac6c6b4eb52d
BLAKE2b-256 c4030f453a27877cb5a5fff16a975925f4119102cc8552f52536b9a98ef0431e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 627d4486a1ea7edf1f66bb044ace1ce6b4c1698acd1b05353c97ba4864ea2e17
MD5 f6106773734f9f66a33506b854418544
BLAKE2b-256 bc5d4e243e937fa3560107c69f6f7c2eed8589163f5ed14324e864871daa2dd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 339f407373325a36b7fd744b688ba5bae0666b5d340ec6d98aebc3014bf3d8ea
MD5 721446050aec1fecdc2a423793146910
BLAKE2b-256 fa7ae3132d454977d75a3bf9a6d541d730f76462ebf42a96fea2621498166f41

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2578bedaedf6294415197b267d4ef678fea336dd78ee2a6d2f4b028e9d07be3
MD5 c8ac276c41682c457d09fe51bb7f6e70
BLAKE2b-256 68dbab32869acea6b5de7d75fa0dac07a112ded795d41eaa7e66c7813b17be95

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ab19c2da8c043607bde4d4ef3a6b633e668a7d2e3d56f40a476a74c5ea71949f
MD5 044b8f710ea7b3570993abae194f0412
BLAKE2b-256 99afee52a8045426a0c5b89d755a5a70cc821815ef3c333b56fbcad33c4435c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76461ec929282dde4a08061071a47281ad939d0202dc4e63cdd135844e162fbc
MD5 a8cbeaa3c1fe3f29bafe071e30396324
BLAKE2b-256 5eeadd9b3e8e8ed710a66f24a22c16a907c9b539b6f5f45fd8586bd5c231444e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc0f523ce923e7f38eb67804bc80e0a028c76d7868500aa3f59225574b5d0453
MD5 e1f75e796d51069f2b1bbf7e143b330c
BLAKE2b-256 5012143f447bf6a827ee9472693768dc1a5eb96154f8feb140a88ce6973a3cfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af8377a8af78226e82e3a4349efdde59ffa421ae88be67e18cef915e4023a595
MD5 5794aba355ba98d84d1284db619acb82
BLAKE2b-256 2fb0053fbda38b8b602a77a4f7829def1b4f316cd8deb5440a6d3ee90790d2a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 000602141d0bddfcff60ea6a6e97d5e10c9db6b17fd2d6c66199fa481b6214bb
MD5 e8e816cc3eb2ca825b98878f16c99c72
BLAKE2b-256 fe361f3609a2792f06cd4b71030485f78e91eb09cfd57bebf3116bf2980a8bac

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 455a882ff3f97d810709f7b620007d4e0aca8da71d06fc5c18ba11daf1c4df49
MD5 5475f237cf046136b08f7519dc97c9b0
BLAKE2b-256 e0bd400b0bd372a5666addf2540c7358bfc3841b9ce5cdbc5cc4ad2f61627ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15c7de4c88ab2fbcb8781a3b982ef883696736134e20b1210bca43fb42ff1acf
MD5 642b246cfa53bf442830089bdaec5ba5
BLAKE2b-256 d14b2eb84ae867539a80822e92f9be4a7200dffba609275faf99b24141839110

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03d7a426e416fe0d3337115f04164cd9427eb4256e843a6b8751cacf70abc832
MD5 727ecd76e5bded6f1f8d1989981a91c0
BLAKE2b-256 0f052b5ecb33b776c34bb5cace5de5d7669f9b60e3ca13c113037b2ca86edfbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 884e6183d16b725e113b83a6fc0230152ab6627d4d36cb05c89c2c5bccfa7bc6
MD5 9d53e9aa0e1107d6585b66e7d91e569c
BLAKE2b-256 41fc2c2c007d135894971e6814e7c0806936e5bade28f8db4dd7e2a58b50debd

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f31c4a3a7ab18467ee73a27f3e59158255d1520f3aad74315edde7a940f1be23
MD5 332974cba75a1173337908d7f5f95e6d
BLAKE2b-256 8deb34c16a1ac9ba265d024dc977ad84e1659d931c0a700967c3e59a98ed7514

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 896a6c04d7861d507d800da7642479c3547060bf97419d9ef73d98ced8258766
MD5 3886d0260369a3f3d41c780221b43968
BLAKE2b-256 0185b52f24859237b4e9d523d5655796d911ba3d46e242eb1959c45b6af5aedd

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dfe7a9da5fd2a3499436cd350f31539e0a6ded5da6b5b3d422df016444d65e43
MD5 9dd00cd6c1085b452b11496ac046bcfc
BLAKE2b-256 6c468347e61e9cf3db5342a42f7fd30a81b4f5cf85977f916852d7674a540907

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69dd28d4ce38390ea4aaf212902712c0fd1093dc4c1ff67e09687c3c3e15a749
MD5 0268921f0187d00e47eddc715290892f
BLAKE2b-256 b8c8b072b741129406a7086a0799c6f5d13096231bf35fdd87a0cffa789687fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d34d04bf90b4cea7c22d8b19091633908f14a096caa301b24c2f3d85b5068fb8
MD5 4fa0b5bd5c016ad73e38088b44d6bde6
BLAKE2b-256 ee22d7ba958cfed39827335b82656b1c46f89678faecda9a7677b47e87b48ee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9e8eacf6a3491bf76ea91a8d46726368a6be0eb94993f60b8583550baae9439e
MD5 42b312a4682e8bd8e03e173ed1552e5c
BLAKE2b-256 994cdac310a98f897ad3435b4bdc836d92e78f09e38c5dbf28211ed21dc59fa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f924b485537b640dc69434565463fd6fc0c68c65a8c6e01a823dd26c9983cf79
MD5 83e34d560487df67d75d95f30897f3f0
BLAKE2b-256 54532d93128bb55861b2fa36c5944f38da51a0bc6d83e513afc6f7838440dd15

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cd2cdead1d3197f0ff43373cf4730213420523ba48697743e135e26f3d179f38
MD5 c810ff206f0240ee8a45c722faea1465
BLAKE2b-256 ee08cdb6821f1058eb5db46d252de69ff7e6c53f05f1bae6368fe20d5b51d37e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03ec618ed65caab48e81e3ed29586236a8e57daef792f1f3bb59504a7e98cd10
MD5 69e8aa820a72985c40ce3f10b750a762
BLAKE2b-256 e194a30a5211a90d67725a3e8fcc1c788189f2ae2ed2b96b63ed15d0b7f5d6bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d492ed8e92f3a9f9be829205f44b1d0a89af6582f0cf43e0d129fa477b93fe0c
MD5 8915706d8c19ae3af922bee2c408a278
BLAKE2b-256 e133d3e0779d5c58245e7370c98eb969275af6b7a4a5aec3b97cbf85f09ad328

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3466d2839fdc83e1af42e07b90bc8ff361c4e8796cd66722a40ba14e458faddd
MD5 304bf952c1e96aafe45cc9fd4589787b
BLAKE2b-256 4c2dca3caeea0bdc5efc5503d5f57a2dfb56804898fb196dfada121323ee0ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 299b1007b8101d50d95bc0db1bf5c38dc372e85b504cf77f596462083ee77e3f
MD5 18b6eb28197b573598e290d9ba1aef35
BLAKE2b-256 c80d98cc5909180463f1d75fac7180de62d4cdb4e82c4fef276b9e591979372c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88a7baa8211089b9e58d78fbc1b0b322103f3f3d459ff16f03a36cece0d0fcf0
MD5 13d51850eebf4a29cba1376dc5f0414c
BLAKE2b-256 71c71970916e0c51794fff89f76da2f632aaf0b259b87753c88a8c409623d3e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 325b8c107253d3217e89d7b50c71015b5b31e2433e6c5bf38967b2f80630a8ca
MD5 e07df286ba4877ef8fa596b58ac5dd63
BLAKE2b-256 765974bc90d1c051bc2432c96b34bd4e8036875ab58b4fcbe4d6a5a76985f853

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b122a19b552b212fc3b5b96fc5ce92333d4a9ac0a800803e1f17ebb16dac4be5
MD5 6e834b1d0575d266a3dd3fe57ced7420
BLAKE2b-256 5faf593f896573f306519332d4287b1ab8b7b888c239bbd5159f7054d7055c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e836fb88902799eac8debc2b642300748f4860a197fa3d9ea502112b6bb8e142
MD5 1ff924000f780788e0499d735ce79066
BLAKE2b-256 93270717dccc10cd9988dbf1314def52ab32678a95a95328bb37cafacf499400

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7eaae2b88eb5da53caaffdfa50e2e12022553949b88c0df4f9a9663609373f72
MD5 959de7e8f48adccc5480a7fa2c1d70bc
BLAKE2b-256 63261c894a1c2bd95dc8be0cf5a2fa73b0d173105b6ca18c90cb981ff10443d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f4bd49ecde87b0fe9f55cc971449a32832bca9910821f7072bbfae1155eaa007
MD5 f8172188c0aa4c1d5c327e9384bf1112
BLAKE2b-256 adcc7cfd78d1e0fa5e57350b98cfe77353b6dfa13dce21afa4060e1019223852

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 78520f04b7548a5e476b5396c0847e066f1e0a4c0c5e920da1ad65e95f410b11
MD5 dff33b499a8cb12e5bc2658a48d15b38
BLAKE2b-256 522157fc47eab8c1c73390b933a5ba9271f08e3e1ec83162c580357f28f5b97c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3c2df555ee4016148fa192e2b9cd9e60bc1d40769366134882685e90aee2a1e
MD5 c729d78d17c1730f145c1d201f3071b5
BLAKE2b-256 31db00d1a8d9b036db98f678c8a3c69ed17d2894d1768d7a00576e787ad3e546

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eea7e2b7d858f6fdfbf0fe3cb846d6bd8a45446865bc09960e51f3d473c2271b
MD5 7ecea24f94458e7b4b2fb5ad4381cf87
BLAKE2b-256 214750157810876c2a7ebbd6e6346ec25eda841fe061fecaa02538a7742a3d2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03db8cb64154189a92a7786209f24e391644f3a3fa335658be2df2af1960b8d8
MD5 444d9ba7aec281cc78630badf7015394
BLAKE2b-256 743020001219d6fdca4aaa3974c96dfb6955a766b4e2cc950505a5b51fd050b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2cc4f6486f9f515b62f5831ff1888886619b84fc837de68f26d919ba7bbdcbc
MD5 6c1d7107155c82226ee634cfa6f29cf4
BLAKE2b-256 bb9eda184f0e9bb3a5d7ffcde713bd41b4fe46cca56b6f24d9bd155fac56805a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e66712b17d8425bb7ff8968d4c7c7fd5a2dd7bd63728b28356223c000dd2f91f
MD5 9f2e9eb9263757de07eee8951622dbb8
BLAKE2b-256 95608c97cdc93096437b0aca2745aca63c880fe2315fd7f6a6ce6edbb344a2ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74a1608f9e6e8c27a4008d70a54270868306d80ed48c9df7872f9f4b8ac87808
MD5 d3235e3bae1bb0641ede9af0a85086f3
BLAKE2b-256 a9c83d92b67e03a3b6207d97202669f9454ed700b35ade9bd4428265a078fb6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a586ce4f78cec11f22fe55c5bee0f067e803aab9bad3441afe2181693b5ebb5
MD5 dd15e4b78002fc5bc5009b3d6d109940
BLAKE2b-256 15ca56a6a2a33cbcf330c4d71af3f827c47e4e0ba791e78f2642f3d1ab02ff31

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e580aa65d5f6c3bf41b9b4afe74be5d5ddba9576701c107c772d936ea2b5043a
MD5 0e54a19c99ef9cc255309be026ae3157
BLAKE2b-256 25c4627214fb418cd4a17fb0230ff0b6c3bb4a85cbb48dd69c85dcc3b85df828

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 463f1fca8fbf23d088e5850fdd0dd4d5faea8900a9f9680270bd98fd649814ca
MD5 a00df418190ed8f5280e55158216d27c
BLAKE2b-256 88c9d8bf87aaebec5a4c3ccfd5228689578e2fe77027d6114a259255d54969bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6dd3a1d5aca87bf947f3339b0f8e8e329f1badf548bdbff37fac63c17936da8e
MD5 c737d4203fa66e7e01e4414f22173844
BLAKE2b-256 9dbd05e13ebb7ead81c8b555f4ccc741ea7dfa0ef5c2a0c183d6a7bc50a02bca

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e6697a3067d281f01de0fe96fc7cba4ea870d96d7deb7bfcf85186d74456503
MD5 d2ddc7c2ab1d3b3a2397d701bd63501e
BLAKE2b-256 54ee3c6e91989cdf65ec75e75662d9f15cfe167a792b893806169ea5b1da6fd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 51b41f284d603c4380732d7d619f8b34bd04bc4aa0ed0ed5f4ffd0539b14da44
MD5 1bb849c486b1eb74b829cf22b5254d05
BLAKE2b-256 4b8f9991582665a7b6d95415e439bb4fbaa4faf0f77231666675a0fd1de54107

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 272cc767826e924a6bd369ea3dbf18e166ded29059c7a4d64d21a9a22424b5b5
MD5 181f4f8f8df838f9634c602774044dc9
BLAKE2b-256 d1467b74803de10d4157c5cd2e89028897fa733374667bc5520a44b23b6c887a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90b573693d1526bed576f6817e2a492eaaef68f088b57d7a9e83d122bbb49e51
MD5 694c2e5a5d883c4eeed9c4b461bfa472
BLAKE2b-256 9a6b8d1e076c543277c1d603230eec24f4dd75ebce46d351c0679526d202981f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d4f320c33277a5b715db5bf5b10dae10c19076bd6d66c2843e04bd12d1f1ea5
MD5 7bab319bacb94ef7b1dd5da40115038d
BLAKE2b-256 402211c0f746bdb44c297cea8a37d8f7ccb75ea6681132aadfb9f820d9a52647

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ceab2ce2acdc7fbaa433a93006758db6ba9a659e80c4faa13b80b9d2318e9b17
MD5 04063ee2bb05b5903dc2eddb5c45df88
BLAKE2b-256 2694cab4db9530b6ca9d62f16a260e8311b04130ccd670dab75e958fcb44590e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e18345c8dda5d699be8166b61f9d80aaee4545b709f1363f60813dc032dac53
MD5 416cb980d311206af8eef397fe9003a2
BLAKE2b-256 09681e81ed83f38906c8859f2b973afb19302357d6003e724a6105cee0f61ec7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b6436c48e64378fa844d8c9e58a5ed0352bbcfd4028369a9b46679b7ab79d2d
MD5 7bfa070893ffefb6123d28ee23386ba3
BLAKE2b-256 78e9b7c4c26f29b41cc41ba5f0224c47adbfa7f28427418edfd58ab122f3b584

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e39eaa57c7757daa25bcd21f976c46be443b73dd6c3da47fe5ce7b7048ccefe2
MD5 ace483844967f6a038e0ede6e10221a4
BLAKE2b-256 3c2fd0ff0b772d4ef092876eb85c99bc591c446b0502715551dad7dfc7f7c2c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e91703a4c5fec53e36875ae426ad785f4120bd1d93b65bed4752eeccd1789e0c
MD5 edab4905dc54ff7da8a0f8747fa92f4e
BLAKE2b-256 48c7361e7f6695b56001a04e0a5cc623cd6c82ea2f45e872e61213e405cc8a24

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a8011f1dd1d676befcd4d675ebdbfdbbefd3bf350052b956ba8c699fca7d8cef
MD5 2af579fe11947b7209214f9f1c54a565
BLAKE2b-256 4cbad32fe890a5edaf4a8518adf043bccf7866b600123f512a6de0988cf36810

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 49d059b8363327eee3c94799dd96782314b2dbd7bcc293b4ad48db69d6f4d362
MD5 015807cbd7181f4515d748e50f0d26a7
BLAKE2b-256 ba542173e1e4b0c657ccb3b8ac994d1a7c1b36abbfc85fdec8535ccd4751c7bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4a92e948bad8df7fa900ba2ba0667a98303f3db206cbaac574935c332838208e
MD5 47eac2afd05bf04ee4c578a65f06c880
BLAKE2b-256 9b470601712606cd85aa158ee3c1d46885b062f86a3ae45207fee42de717aa69

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 489c3a43116082bad56795215786313832ba3991cca1f55838e52a553f451ab6
MD5 34ca6dd3e5b8e3c9f8ad41f8dcc49ee0
BLAKE2b-256 9dd719782d2c5393a44d3426be822ac0925b540d8c0ccb0431c18444794bfad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e25b2a0c396f3b84fb89573d07b0e1846ed563eb364f2ea8230ca92b8a8cb786
MD5 f7a967c37d3ef1e84c449d75d3cb1791
BLAKE2b-256 7b9a088179435b2c6036c67ca03baf0623e22dbb6b02ddd0fa2451b3a4786207

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e671dd62051129185d3a9a92c60101f56cbc174854a1a3dfb69114ebd9e1699
MD5 68df2d0d425b710f116693e25080e8cd
BLAKE2b-256 50692d307ed022eba08c4ee51e1d8ba9dfa01a8bb276ee9aa70d7911d1044f34

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e7963197d958fcf9e98b212b80977d56c022384621ff463d98afc3b6b1ce7e8
MD5 63b756fd7238721c3e860a75dae8bd1f
BLAKE2b-256 dbc46d59270529aa4c1ca6dfffefa5c72469fa471fdaac7188532b7296e10880

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1bd6bfe5678d73fbd5328eea6a35216503796428fc47f1237432522febaf3a0c
MD5 4199764d9d9644d2e744d7a80b54dbdf
BLAKE2b-256 83c50dbf3045eb6701a4b32cbbfa2813efa1b354078383c727ad593ebe280536

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bd09c8c75666e7f62a33d2f1fb57f81da1fcbb19a9fe7d7910b5756e1dd6048
MD5 337927f25374e0d5941f9e7158f3e09f
BLAKE2b-256 c054160fb59ef3441aae419d26a3fdb57648755594de43afb4406c25cf4908a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7e15b716d09f318c8cda3e20f82fae81684ce3d3acd1d7770fa3007df1769de
MD5 60f7b52364306cc6e336579f27d8c141
BLAKE2b-256 eb333c2cbeab7d0e8f8ba36e9cd5d85ee68e6d7ed4be93bbedd75090f5bc2961

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71b75d448fd0ceb2e7c90e72bb82c41f8462550d48529980bc0bab1d2495bfbb
MD5 0088dffdec2de63abf151c5ed17d3545
BLAKE2b-256 36d987e5586e79d6a840eb4278e8b6a4c064a6ebe2276b211af20899e407629a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a8e197e4cf6d42c2c57e7c52cd7c1e7b3e37c5911df1314fb393320131e2101
MD5 e8ca7034907f8958c642b62634db3cd5
BLAKE2b-256 8f53f058e3a23a88834e113cf4a353acb5569f26995a07653d79425cffbb2c1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd9577ec1c8c3a43040e3787711e4c257c70035b7551a21854b5dec88dad09e1
MD5 0caab16f393c0a2aa1079e5ad4724ca2
BLAKE2b-256 e674018dd0d40cb7dd339af0a9fa992a264f347844c6ce9a6cd7a527d37d215b

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7551682b60bba3a9e2780742e101cf0a64250e76de7d09b1c4b0c8a7c7cc6834
MD5 9462549f179db32704d03744ba9c2bfc
BLAKE2b-256 a98589a0d847239a2696068503810880ee73b87177465a86a7942c95012fb875

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ed6a17fd397f0e2b3ad668fc9e19253ed2e3875ad9086bd7f795c29a3223f4a1
MD5 19c11292a3fb3bc86a7a89b837686e57
BLAKE2b-256 7d7be220b6898b2a90568c0a8a06e1bbe3bb152ab5a3362ac31653e9893b82ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d8853c269a4c5146ddca4aa7c70e631795e9d11239d5fedb1c6bbc91ffdebcac
MD5 5749f2126a755bd82177acf7c4d81210
BLAKE2b-256 30439733a2614e6bae31fd8bc2f799d0cfbb2ed0b839ad4ff9acac73c91c069d

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ede69c765e9901861ad7c6139023b7b7d5807c48a2539d817b4ab40018002d5f
MD5 7b686adc3cc52475e7f03a584e9f1890
BLAKE2b-256 a564cdfbb5aa483e9b8528032d6e34ec61f7b8b0309e55cfd1b7086af7e01f02

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7ceed598e4bacbf5133fe7a418f7991bb2df0683f3ac11fbf9e36a2bc7aa4b85
MD5 108139b1a090db37210e6a885b401ea2
BLAKE2b-256 14d56ba7074be2aa196c1887b6461170d0b230202cdccbb0d561fb7d4a668eff

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9faceb68fba27ef17eda306e4cd97a7b4b14fdadca5fbb15790ba8b26ebeec0c
MD5 2e6cc537442f4a6d524aaf31eb249dc6
BLAKE2b-256 9a5cb7b635dbad82bcef3c4291c19806febcbf304fa83019648c4ce7ce272f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c079606f461a6e950099167e21e13985147c8a24be8eea66c9ad68f73fad744
MD5 7e88b51ce7c788079d88b9db90f83b59
BLAKE2b-256 fd742666f13bd256c4b7b9b84db21faab82005c10f1a79a5a6bffab313d669fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 efd3bc6c6b17e3d4620eb6be5196f0d1c08b6ce7c3101fa8e292b79e0908944b
MD5 9a38e91d0e336fc7e9155d14f0a7beee
BLAKE2b-256 083ac86fabffb472c5d513881008b771a68c9278f9e69e0aa5a93a6e0cf6259e

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae6e637dc24f8fee332ed23dd070e81394138e42cd4fd9d0923e5045ba122e27
MD5 e8d4504795a37da1927bedd542ee7eaa
BLAKE2b-256 ee8e464a0442987b6f87fb4dfc547715fc0a6de7cf201b12af8eeb66ffefddac

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec6a1e0a7aff76f0e008bebfa950188b9c50b58c1885d898145f48fc8e189a56
MD5 c64b59fe5c8ae562052735577617c66b
BLAKE2b-256 f68c6ab9aadb8aca5825f16e10c92f1d4d9f830d15e19163809694366de5d6f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87fc623d457173a0213bc9ca4e346b83c9d443f63ed5cca847fb0cacea3cfc95
MD5 7c59427272aec8cb9112de527219177e
BLAKE2b-256 ab88833d3321b6526f0c6348f68eace97f6e6a0f1f9e515990981da1e11115e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e9d73f46119240e4f4f07868241749d67d09873f40cb968d639aa9ccc488b86
MD5 8a344615596f98745ed37dbe9807aedc
BLAKE2b-256 fb06089b3ef83fe5c4a0879a462f5aa83c11aa9a5b73b10f6229dd0a40dd13eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e041add470e8f8535cc05509485eb7205729a84441f03b25cde80ad48823792e
MD5 a56eb1ea04d662725dfb42b6f4d14829
BLAKE2b-256 145c845a36e0c90c234843cfd4d8332827e48b162796a1dabd9cfd0fd7483fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-win32.whl.

File metadata

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

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9a74e70818818981294b8e6956ce3496c5e1bd4726ac864fae473197671f7b85
MD5 324232f725c1a79e2b9bca30b6314e2a
BLAKE2b-256 1f060444e5da86a02bbb217cca8243c09646d29d3635acda8dadadd20c3fc303

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bb98fdf318c05aefd08a92583bd6ee148e93c6756fb1befb7b2d5f27824be78
MD5 124487ef4ac146427022011d820f9983
BLAKE2b-256 634d0efe8035b6a108d7185ee579595887bbf3621ba801ecf59deefcb5eefe87

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4762e05577955312a4c6802f58dd02e040cc79ae59cda510aa1564d84449c102
MD5 8dae88af3baa019117a1da7d52231002
BLAKE2b-256 3625a3c0425826f529a5b2c930ac6f9ef9901ca46c40e205b49e0e033dd35bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d7310172d5340febd258cb147f46aae30ad57c445f4d7e1ae8461c10aaf43b0
MD5 c3f43dd29c434ec8181e8dfb9e708ca5
BLAKE2b-256 89057d33076b7a67e4598afbb81e1e7e1df3a133726f201f15c2017f2e76562f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c02f4868a3a46ffe284a51a88d134dc96feff6079a7115164885331a1ba8ed9f
MD5 22baef11ac9c7a78dbcbdd506fc2d86f
BLAKE2b-256 207fd691a4fd88d2e4e57250e46264a868ca2d1f280e43dbca31b84227d6bb21

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 391345b4157cc4e120027e013bd35c45e2c191e2bf48b8913af488cdc3b9243c
MD5 74a872544433f64506e57807d6a1f90e
BLAKE2b-256 b629dda1ce20f215862bc27c11ae65a255b5b78dfc064728ad823700f0c1f702

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9202b9de38f12e99a40addd1a8d508a13c77f46d87ab1f9095f154667f4fe81
MD5 d8c12e1ae44830ec6212577896ae9de4
BLAKE2b-256 f7aeff007af0153e2472974cd2c8b7dde47aec25359a83e5fced1bc27f12715c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-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.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9daf8cdc7ee8a9e9f7a3b313ba0a003391857e90d0e82fbcd4d614aa05cb7c3b
MD5 79c665ffbbe59e02ad944f126e05546d
BLAKE2b-256 4c1470b1cb82e2dc306867ee6664e7269ae9742b46733d79f12dbfa712b79aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6fdcc9debb711ddd2ad6d69f9386a3d9e8e253234bbb30513e0a7caa9510c51
MD5 8b0c8d7464b7c2d8ea2651e9e402a6b6
BLAKE2b-256 f2a392b34ad128ac061c2ce2c65fd7c1a0903f43b794a19823cae3a9ddad373c

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7edf279c1376f28bf41e916c015a2a08896597869d57d621f55b6a30c7e1e6d
MD5 309bd4e4d39d735dca0d9893e116e15a
BLAKE2b-256 c53599eaa8dcc1fc485bea56fbc3da4219e27435f915fe9f48fc02c0b3bbb7cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cda5c32a98f392909088111ecec23f2b0d39346ceae1a0fea23ab2d1f84ec21d
MD5 8fa09cd52748a2967aae388efc0345d0
BLAKE2b-256 4643b6900081f30fbf0a289f212710539083785a8ca6f620462289d3fd3f41d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8d23b7f8d6b72319d6d55a0261089ff621ce87e54731c2d3de6a9bf7be5c028c
MD5 43a15980b6cc34926bda723ef3f857f2
BLAKE2b-256 c72607417d3a73d5cb23ee85a4e0414b39dae6068a383d9e97f10619a1eb4da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6c21f5c026ca633cfffcb6bc1fac2e99f65cb2b24657d3bef21aed9916cc3bbf
MD5 83e7a231fd466ecc048c379bda5adb4c
BLAKE2b-256 b3ff469c7c06335668919336d065f63279a10d1c06ae434aa65218bc04f14e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c4f0a61cdc05550782ca4a2cdb311ea196c2e6be6b24a09bf71360ca8c3ca9b
MD5 c042eb0a460b67a3d3eca26662de3dfa
BLAKE2b-256 e82d3c5784bf3b3fd01a022d53ea7d8210315cf5c7cd865a99b57745b91644c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c939a1e576bded47d7d03aa2afc2ae90b928b2cf1d9dc2070ceec51fd463f430
MD5 8aaa99f3d5bccae00f188ce306ab6358
BLAKE2b-256 d7897541789883bdd043b667b82d2699aa9592e268d36299d2bc5336f35aa3f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0821871404a537fd0e22eba240c74c0467c28af6cc435903eca394cfc74a0497
MD5 a108481753ce8b73d93b6753478560fb
BLAKE2b-256 e46bc8ce09856fbf4dc3e398dd91a2e7448ae947eea5aa229f52bed9428baa0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5c0de368f3052a59a1acf21f8b2dd28686a9e4eba2da7efae7ed9554cb31e7bc
MD5 0e44b8efade085cacd03e92172901301
BLAKE2b-256 c1e4e3299aad9e7cab9a1358513db660be704a28b348ca8725d2c97232b19edc

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.20.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5272b5866b259fe6c33c4a8c5073bf8b359c3c97b70c298a2f09a69b52c7c41
MD5 0e4cfff612066b11adab323094df17ba
BLAKE2b-256 9ba591c7f55b20c171190cd198468064b265910950c6a7237c0d121f62d9b652

See more details on using hashes here.

Provenance

The following attestation bundles were made for simplejson-3.20.1-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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page