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

Uploaded Source

Built Distributions

simplejson-3.19.3-py3-none-any.whl (57.0 kB view details)

Uploaded Python 3

simplejson-3.19.3-cp313-cp313-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

simplejson-3.19.3-cp313-cp313-win32.whl (74.0 kB view details)

Uploaded CPython 3.13 Windows x86

simplejson-3.19.3-cp313-cp313-musllinux_1_2_x86_64.whl (154.3 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

simplejson-3.19.3-cp313-cp313-musllinux_1_2_ppc64le.whl (158.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp313-cp313-musllinux_1_2_aarch64.whl (150.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

simplejson-3.19.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-cp313-cp313-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.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

simplejson-3.19.3-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.19.3-cp313-cp313-macosx_11_0_arm64.whl (75.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

simplejson-3.19.3-cp313-cp313-macosx_10_13_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

simplejson-3.19.3-cp313-cp313-macosx_10_13_universal2.whl (92.9 kB view details)

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

simplejson-3.19.3-cp312-cp312-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

simplejson-3.19.3-cp312-cp312-win32.whl (74.0 kB view details)

Uploaded CPython 3.12 Windows x86

simplejson-3.19.3-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.19.3-cp312-cp312-musllinux_1_2_ppc64le.whl (158.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp312-cp312-musllinux_1_2_aarch64.whl (149.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

simplejson-3.19.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (158.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (150.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-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.19.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (148.5 kB view details)

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

simplejson-3.19.3-cp312-cp312-macosx_11_0_arm64.whl (75.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

simplejson-3.19.3-cp312-cp312-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

simplejson-3.19.3-cp312-cp312-macosx_10_9_universal2.whl (92.9 kB view details)

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

simplejson-3.19.3-cp311-cp311-win_amd64.whl (75.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

simplejson-3.19.3-cp311-cp311-win32.whl (73.9 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

simplejson-3.19.3-cp311-cp311-musllinux_1_2_ppc64le.whl (155.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

simplejson-3.19.3-cp311-cp311-musllinux_1_2_i686.whl (146.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp311-cp311-musllinux_1_2_aarch64.whl (144.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

simplejson-3.19.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (153.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-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.19.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.7 kB view details)

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

simplejson-3.19.3-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.19.3-cp311-cp311-macosx_11_0_arm64.whl (74.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

simplejson-3.19.3-cp311-cp311-macosx_10_9_x86_64.whl (74.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

simplejson-3.19.3-cp311-cp311-macosx_10_9_universal2.whl (91.9 kB view details)

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

simplejson-3.19.3-cp310-cp310-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

simplejson-3.19.3-cp310-cp310-win32.whl (74.1 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

simplejson-3.19.3-cp310-cp310-musllinux_1_2_ppc64le.whl (148.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp310-cp310-musllinux_1_2_aarch64.whl (140.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

simplejson-3.19.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137.9 kB view details)

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

simplejson-3.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (134.4 kB view details)

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

simplejson-3.19.3-cp310-cp310-macosx_11_0_arm64.whl (75.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

simplejson-3.19.3-cp310-cp310-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

simplejson-3.19.3-cp310-cp310-macosx_10_9_universal2.whl (93.7 kB view details)

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

simplejson-3.19.3-cp39-cp39-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

simplejson-3.19.3-cp39-cp39-musllinux_1_2_x86_64.whl (140.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

simplejson-3.19.3-cp39-cp39-musllinux_1_2_ppc64le.whl (148.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp39-cp39-musllinux_1_2_aarch64.whl (139.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

simplejson-3.19.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (146.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-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.19.3-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.19.3-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.19.3-cp39-cp39-macosx_11_0_arm64.whl (75.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

simplejson-3.19.3-cp39-cp39-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

simplejson-3.19.3-cp39-cp39-macosx_10_9_universal2.whl (93.6 kB view details)

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

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

Uploaded CPython 3.8 Windows x86-64

simplejson-3.19.3-cp38-cp38-win32.whl (74.0 kB view details)

Uploaded CPython 3.8 Windows x86

simplejson-3.19.3-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.19.3-cp38-cp38-musllinux_1_2_ppc64le.whl (147.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

simplejson-3.19.3-cp38-cp38-musllinux_1_2_i686.whl (138.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

simplejson-3.19.3-cp38-cp38-musllinux_1_2_aarch64.whl (136.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

simplejson-3.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136.6 kB view details)

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

simplejson-3.19.3-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.19.3-cp38-cp38-macosx_11_0_arm64.whl (74.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

simplejson-3.19.3-cp38-cp38-macosx_10_9_x86_64.whl (74.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

simplejson-3.19.3-cp38-cp38-macosx_10_9_universal2.whl (91.7 kB view details)

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

simplejson-3.19.3-cp37-cp37m-win_amd64.whl (75.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

simplejson-3.19.3-cp37-cp37m-win32.whl (73.7 kB view details)

Uploaded CPython 3.7m Windows x86

simplejson-3.19.3-cp37-cp37m-musllinux_1_2_x86_64.whl (130.6 kB view details)

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

simplejson-3.19.3-cp37-cp37m-musllinux_1_2_ppc64le.whl (137.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

simplejson-3.19.3-cp37-cp37m-musllinux_1_2_aarch64.whl (128.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

simplejson-3.19.3-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.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-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.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (123.8 kB view details)

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

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

simplejson-3.19.3-cp36-cp36m-win32.whl (74.6 kB view details)

Uploaded CPython 3.6m Windows x86

simplejson-3.19.3-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.19.3-cp36-cp36m-musllinux_1_2_ppc64le.whl (136.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ppc64le

simplejson-3.19.3-cp36-cp36m-musllinux_1_2_i686.whl (128.5 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

simplejson-3.19.3-cp36-cp36m-musllinux_1_2_aarch64.whl (127.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

simplejson-3.19.3-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.19.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

simplejson-3.19.3-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.19.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (122.8 kB view details)

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

simplejson-3.19.3-cp36-cp36m-macosx_10_9_x86_64.whl (73.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

simplejson-3.19.3-cp27-cp27mu-manylinux2010_x86_64.whl (134.1 kB view details)

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

simplejson-3.19.3-cp27-cp27mu-manylinux1_x86_64.whl (134.1 kB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

simplejson-3.19.3-cp27-cp27m-manylinux2010_x86_64.whl (132.7 kB view details)

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

simplejson-3.19.3-cp27-cp27m-manylinux1_x86_64.whl (132.7 kB view details)

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: simplejson-3.19.3.tar.gz
  • Upload date:
  • Size: 85.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3.tar.gz
Algorithm Hash digest
SHA256 8e086896c36210ab6050f2f9f095a5f1e03c83fa0e7f296d6cba425411364680
MD5 a198e17c5dcc426ff83ec4a02190eae5
BLAKE2b-256 3d29085111f19717f865eceaf0d4397bf3e76b08d60428b076b64e2a1903706d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-py3-none-any.whl
  • Upload date:
  • Size: 57.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-py3-none-any.whl
Algorithm Hash digest
SHA256 49cc4c7b940d43bd12bf87ec63f28cbc4964fc4e12c031cc8cd01650f43eb94e
MD5 93590b0809b798a10671d14a9a7d1a72
BLAKE2b-256 0de7f9fafbd4f39793a20cc52e77bbd766f7384312526d402c382928dc7667f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3bbcdc438dc1683b35f7a8dc100960c721f922f9ede8127f63bed7dfded4c64c
MD5 7ecafd40cd0ac21a318b3e011e2bd438
BLAKE2b-256 e258b06226e6b0612f2b1fa13d5273551da259f894566b1eef32249ddfdcce44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2c78293470313aefa9cfc5e3f75ca0635721fb016fb1121c1c5b0cb8cc74712a
MD5 9de6eb9c82e97c9ae857ec4341b65b28
BLAKE2b-256 79451b36044670016f5cb25ebd92497427d2d1711ecb454d00f71eb9a00b77cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 256e09d0f94d9c3d177d9e95fd27a68c875a4baa2046633df387b86b652f5747
MD5 9bda4a9e2c18fac5c62401b919d94caf
BLAKE2b-256 0fe159cc6a371b60f89e3498d9f4c8109f6b7359094d453f5fe80b2677b777b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ab69f811a660c362651ae395eba8ce84f84c944cea0df5718ea0ba9d1e4e7252
MD5 34b1ac9b2f3e91951cc268ec5d214841
BLAKE2b-256 e9584ee130702d36b1551ef66e7587eefe56651f3669255bf748cd71691e2434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6300680d83a399be2b8f3b0ef7ef90b35d2a29fe6e9c21438097e0938bbc1564
MD5 197cafd9506bfd67877b5aa927b0bdce
BLAKE2b-256 ebbedeec1d947a5d0472276ab4a4d1a9378dc5ee27f3dc9e54d4f62ffbad7a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea7a4a998c87c5674a27089e022110a1a08a7753f21af3baf09efe9915c23c3c
MD5 405c99dd34cb4d7ed68e8f5b3210a214
BLAKE2b-256 75dc108872a8825cbd99ae6f4334e0490ff1580367baf12198bcaf988f6820ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d936ae682d5b878af9d9eb4d8bb1fdd5e41275c8eb59ceddb0aeed857bb264a2
MD5 ba84903c5646601112a38593dabd76e8
BLAKE2b-256 a7e21f2ae2d89eaf85f6163c82150180aae5eaa18085cfaf892f8a57d4c51cbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d00313681015ac498e1736b304446ee6d1c72c5b287cd196996dad84369998f7
MD5 8407d605d0019b493b3d86abdcb3501a
BLAKE2b-256 4d9d9bdf34437c8834a7cf7246f85e9d5122e30579f512c10a0c2560e994294f

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a6a750d3c7461b1c47cfc6bba8d9e57a455e7c5f80057d2a82f738040dd1129
MD5 6e6dc6fc376cfe1ee1cdb37c142084be
BLAKE2b-256 b54b109af50006af77133653c55b5b91b4bd2d579ff8254ce11216c0b75f911b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01c6657485393f2e9b8177c77a7634f13ebe70d5e6de150aae1677d91516ce6b
MD5 29d12770277d91e61df7c5799df5969b
BLAKE2b-256 608326f610adf234c8492b3f30501e12f2271e67790f946c6898fe0c58aefe99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afab2f7f2486a866ff04d6d905e9386ca6a231379181a3838abce1f32fbdcc37
MD5 aacf39107a75824d2e5db6192b8107d0
BLAKE2b-256 2a8d2e7483a2bf7ec53acf7e012bafbda79d7b34f90471dda8e424544a59d484

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7a7bfad839c624e139a4863007233a3f194e7c51551081f9789cba52e4da5167
MD5 d9282d1317ab2b5b70947c53ae2dd4ed
BLAKE2b-256 39155d33d269440912ee40d856db0c8be2b91aba7a219690ab01f86cb0edd590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 0959e6cb62e3994b5a40e31047ff97ef5c4138875fae31659bead691bed55896
MD5 0d5041bd9a54bcddb37a73c218c05dce
BLAKE2b-256 933a5896821ed543899fcb9c4256c7e71bb110048047349a00f42bc8b8fb379f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1e662336db50ad665777e6548b5076329a94a0c3d4a0472971c588b3ef27de3a
MD5 f2385fd462acde0a5ae11a5272871489
BLAKE2b-256 fe689f0e5df0651cb79ef83cba1378765a00ee8038e6201cc82b8e7178a7778e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ef28c3b328d29b5e2756903aed888960bc5df39b4c2eab157ae212f70ed5bf74
MD5 d242c46b0fdfed4305fd3c154c4dc224
BLAKE2b-256 b1db852eebceb85f969ae40e06babed1a93d3bacb536f187d7a80ff5823a5979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa97278ae6614346b5ca41a45a911f37a3261b57dbe4a00602048652c862c28b
MD5 ec8673b3246f74fa22bd68a6141bfa80
BLAKE2b-256 fc8fa98bdbb799c6a4a884b5823db31785a96ba895b4b0f4d8ac345d6fe98bbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 08f9b443a94e72dd02c87098c96886d35790e79e46b24e67accafbf13b73d43b
MD5 e7dd00c204bd70f741be11d2f3f88ed7
BLAKE2b-256 7f7ddbeeac10eb61d5d8858d0bb51121a21050d281dc83af4c557f86da28746c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd6a7dabcc4c32daf601bc45e01b79175dde4b52548becea4f9545b0a4428169
MD5 94afbab865f541749ac878423de0870e
BLAKE2b-256 087a46e2e072cac3987cbb05946f25167f0ad2fe536748e7405953fd6661a486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67a20641afebf4cfbcff50061f07daad1eace6e7b31d7622b6fa2c40d43900ba
MD5 05f1a2b92caf36053e2f7f5e19e487db
BLAKE2b-256 31204e0c4d35e10ff6465003bec304316d822a559a1c38c66ef6892ca199c207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0552eb06e7234da892e1d02365cd2b7b2b1f8233aa5aabdb2981587b7cc92ea0
MD5 8890ae07f8a51d4b3cd75633d7d31283
BLAKE2b-256 63590554b78cf26c98e2b9cae3f44723bd72c2394e2afec1a14eedc6211f7187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0b0efc7279d768db7c74d3d07f0b5c81280d16ae3fb14e9081dc903e8360771
MD5 911e8da6e99f01048e72d34aec8af2e3
BLAKE2b-256 27cad0a1e8f16e1bbdc0b8c6d88166f45f565ed7285f53928cfef3b6ce78f14d

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7017329ca8d4dca94ad5e59f496e5fc77630aecfc39df381ffc1d37fb6b25832
MD5 496767a258333c7584c453c0cd98e691
BLAKE2b-256 37e3663a09542ee021d4131162f7a164cb2e7f04ef48433a67591738afbf12ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bf6a3b9a7d7191471b464fe38f684df10eb491ec9ea454003edb45a011ab187
MD5 9cdf01279478ca9a6ae072cdbc781134
BLAKE2b-256 b2fe9f30890352e431e8508cc569912d3322147d3e7e4f321e48c0adfcb4c97d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42e5acf80d4d971238d4df97811286a044d720693092b20a56d5e56b7dcc5d09
MD5 1323916305390e27f0e34d7d805a9c7d
BLAKE2b-256 db44acd6122201e927451869d45952b9ab1d3025cdb5e61548d286d08fbccc08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ef9383c5e05f445be60f1735c1816163c874c0b1ede8bb4390aff2ced34f333
MD5 4f2b549cfcb0f0614294e9305cb77540
BLAKE2b-256 a44f998a907ae1a6c104dc0ee48aa248c2478490152808d34d8e07af57f396c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 66a0399e21c2112acacfebf3d832ebe2884f823b1c7e6d1363f2944f1db31a99
MD5 f1cb46754f720a000e0d3ce3c6cbd40d
BLAKE2b-256 2015513fea93fafbdd4993eacfcb762965b2ff3d29e618c029e2956174d68c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c9bedebdc5fdad48af8783022bae307746d54006b783007d1d3c38e10872a2c6
MD5 5ee1c40681687985e4257a8baa4d64a6
BLAKE2b-256 65bed8ab9717f471be3c114f16abd8be21d9a6a0a09b9b49177d93d64d3717d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 73.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7e2a098c21ad8924076a12b6c178965d88a0ad75d1de67e1afa0a66878f277a5
MD5 f25cf3ea0640021f2eef08650600ec32
BLAKE2b-256 2b821c81a3af06f937afb6d2e9d74a465c0e0ae6db444d1bf2a436ea26de1965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c40df31a75de98db2cdfead6074d4449cd009e79f54c1ebe5e5f1f153c68ad20
MD5 09fdbce5b7a4f25e0b0b620c293c138a
BLAKE2b-256 b741e28a28593afc4a75d8999d057bfb7c73a103e35f927e66f4bb92571787ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a954b30810988feeabde843e3263bf187697e0eb5037396276db3612434049b
MD5 81eee247b0c47039529251234b22f420
BLAKE2b-256 2104c96aeb3a74031255e4cbcc0ca1b6ebfb5549902f0a065f06d65ce8447c0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 951095be8d4451a7182403354c22ec2de3e513e0cc40408b689af08d02611588
MD5 b4c5bea01a336a6e68f8919f742cf2e0
BLAKE2b-256 a9951e92d99039041f596e0923ec4f9153244acaf3830944dc69a7c11b23ceaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1df0aaf1cb787fdf34484ed4a1f0c545efd8811f6028623290fef1a53694e597
MD5 7d552c4d393f8d5f1c248133842eea84
BLAKE2b-256 58d2b8dcb0a07d9cd54c47f9fe8733dbb83891d1efe4fc786d9dfc8781cc04f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 23228037dc5d41c36666384062904d74409a62f52283d9858fa12f4c22cffad1
MD5 b99878df8f1f1ff2379269d1fbad7e61
BLAKE2b-256 9344815a4343774760f7a82459c8f6a4d8268b4b6d23f81e7b922a5e2ca79171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d9e8f836688a8fabe6a6b41b334aa550a6823f7b4ac3d3712fc0ad8655be9a8
MD5 67c9b82302a7ecc6bce4ec3aa426b37f
BLAKE2b-256 ab4d15718f20cb0e3875b8af9597d6bb3bfbcf1383834b82b6385ee9ac0b72a9

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4f614581b61a26fbbba232a1391f6cee82bc26f2abbb6a0b44a9bba25c56a1c
MD5 1ac5582e339d78d785c411af8532d43f
BLAKE2b-256 b7d4850948bcbcfe0b4a6c69dfde10e245d3a1ea45252f16a1e2308a3b06b1da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0791f64fed7d4abad639491f8a6b1ba56d3c604eb94b50f8697359b92d983f36
MD5 a7b3106030ec6677eb0ea33ec1014f19
BLAKE2b-256 9d52d3202d9bba95444090d1c98e43da3c10907875babf63ed3c134d1b9437e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 212fce86a22188b0c7f53533b0f693ea9605c1a0f02c84c475a30616f55a744d
MD5 2d098bacc04bfccaf36523e6dc7de669
BLAKE2b-256 c358fea732e48a7540035fe46d39e6fd77679f5810311d31da8661ce7a18210a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 934a50a614fb831614db5dbfba35127ee277624dda4d15895c957d2f5d48610c
MD5 e2c87f8e33fb0344f80f846daca3275d
BLAKE2b-256 acaea06523928af3a6783e2638cd4f6035c3e32de1c1063d563d9060c8d2f1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e88abff510dcff903a18d11c2a75f9964e768d99c8d147839913886144b2065e
MD5 5e2c35010a04e11f84050840317ba715
BLAKE2b-256 8cbb9ee3959e6929d228cf669b3f13f0edd43c5261b6cd69598640748b19ca35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd5b9b1783e14803e362a558680d88939e830db2466f3fa22df5c9319f8eea94
MD5 b22a11d02fc79fdb8d9f5c2f0f09f9eb
BLAKE2b-256 be8fa0089eff060f10a925f08b0a0f50854321484f1ac54b1895bbf4c9213dfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 817abad79241ed4a507b3caf4d3f2be5079f39d35d4c550a061988986bffd2ec
MD5 346f5732800896be3acf40c06f85de4d
BLAKE2b-256 17e856184ab4d66bb64a6ff569f069b3796dfd943f9b961268fe0d403526fc17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b5c472099b39b274dcde27f1113db8d818c9aa3ba8f78cbb8ad04a4c1ac2118
MD5 9ff14fd0622f7694560bef043f4e9cef
BLAKE2b-256 0f55d3da33ee3e708133da079b9d537693d7fef281e6f0d27921cc7e5b3ec523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4dfa420bb9225dd33b6efdabde7c6a671b51150b9b1d9c4e5cd74d3b420b3fe1
MD5 cfb4d2817d33aa80e431fd06ae2fb4eb
BLAKE2b-256 86f3a18b98a7a27548829f672754dd3940fb637a27981399838128d3e560087f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc3dc9fb413fc34c396f52f4c87de18d0bd5023804afa8ab5cc224deeb6a9900
MD5 39cab2f03e3d127758e6939a6f0af23e
BLAKE2b-256 d1cee493116ff49fd215f7baa25195b8f684c91e65c153e2a57e04dc3f3a466b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 add8850db04b98507a8b62d248a326ecc8561e6d24336d1ca5c605bbfaab4cad
MD5 d027ade7094dab1f904fd1f135f2d139
BLAKE2b-256 5dde5b03fafe3003e32d179588953d38183af6c3747e95c7dcc668c4f9eb886a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef59a53be400c1fad2c914b8d74c9d42384fed5174f9321dd021b7017fd40270
MD5 2abf70c244864cb2ebc2bd1f4ba7686e
BLAKE2b-256 7637012f5ad2f38afa28f8a6ad9da01dc0b64492ffbaf2a3f2f8a0e1fddf9c1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f56eb03bc9e432bb81adc8ecff2486d39feb371abb442964ffb44f6db23b332
MD5 f8af0a81d65f39a7a17b12e04c9fb93c
BLAKE2b-256 7f4b9a132382982f8127bc7ce5212a5585d83c174707c9dd698d0cb6a0d41882

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8efb03ca77bd7725dfacc9254df00d73e6f43013cf39bd37ef1a8ed0ebb5165
MD5 fa4645e8653edd3349c9c3210adf8004
BLAKE2b-256 61200035a288deaff05397d6cc0145b33f3dd2429b99cdc880de4c5eca41ca72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72e8abbc86fcac83629a030888b45fed3a404d54161118be52cb491cd6975d3e
MD5 33dd09e9645cc6cbdd0abc84aefbd575
BLAKE2b-256 69b389640bd676e26ea2315b5aaf80712a6fbbb4338e4caf872d91448502a19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 637c4d4b81825c1f4d651e56210bd35b5604034b192b02d2d8f17f7ce8c18f42
MD5 7500abdd3e0e4f9e4433940ce2693f21
BLAKE2b-256 807b45ef1da43f54d209ce2ef59b7356cda13f810186c381f38ae23a4d2b1337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dd011fc3c1d88b779645495fdb8189fb318a26981eebcce14109460e062f209b
MD5 f1f1f71460f1075bacbbd299fa26b324
BLAKE2b-256 63a1dee207f357bcd6b106f2ca5129ee916c24993ba08b7dfbf9a37c22442ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 50d8b742d74c449c4dcac570d08ce0f21f6a149d2d9cf7652dbf2ba9a1bc729a
MD5 803e003303d12c892fd6c7f3029e1254
BLAKE2b-256 3924260ad03435ce8ef2436031951134659c7161776ec3a78094b35b9375ceea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 06662392e4913dc8846d6a71a6d5de86db5fba244831abe1dd741d62a4136764
MD5 04dd4b5f0f1ea40921baae6471bfc34b
BLAKE2b-256 3206a35e2e1d8850aff1cf1320d4887bd5f97921c8964a1e260983d38d5d6c17

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0bc5544e3128891bf613b9f71813ee2ec9c11574806f74dd8bb84e5e95bf64a2
MD5 2527623516b4b8caed46fa0bfa647213
BLAKE2b-256 395f26b0a036592e45a2cb4be2f53d8827257e169bd5c84744a1aac89b0ff56f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e557712fc79f251673aeb3fad3501d7d4da3a27eff0857af2e1d1afbbcf6685
MD5 4b6373c87f51d76f841a2b067c15d3b5
BLAKE2b-256 a331ef13eda5b5a0d8d9555b70151ee2956f63b845e1fac4ff904339dfb4dd89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 101a3c8392028cd704a93c7cba8926594e775ca3c91e0bee82144e34190903f1
MD5 17e22b47b759ff8d11dca1807dbd9fd5
BLAKE2b-256 fd89690880e1639b421a919d36fadf1fc364a38c3bc4f208dc11627426cdbe98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd7230d061e755d60a4d5445bae854afe33444cdb182f3815cff26ac9fb29a15
MD5 b4bcfa36855b83e2f0ec2efd98b96180
BLAKE2b-256 4d87c310daf5e2f10306de3720f075f8ed74cbe83396879b8c55e832393233a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 619756f1dd634b5bdf57d9a3914300526c3b348188a765e45b8b08eabef0c94e
MD5 2c14390716a0b3c6dccc20181e0ce484
BLAKE2b-256 599af5b786fe611395564d3e84f58f668242a7a2e674b4fac71b4e6b21d6d2b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2b737a5fefedb8333fa50b8db3dcc9b1d18fd6c598f89fa7debff8b46bf4e511
MD5 73d9412b0b31f011187b39df1d5cbc01
BLAKE2b-256 1c7314306559157a6faedb4ecae28ad907b64b5359be5c9ec79233546acb96a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f455672f4738b0f47183c5896e3606cd65c9ddee3805a4d18e8c96aa3f47c84
MD5 a5cd05e28e616bb68d1423c30d77659b
BLAKE2b-256 d5536ed299b9201ea914bb6a178a7e65413ed1969981533f50bfbe8a215be98f

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eed8cd98a7b24861da9d3d937f5fbfb6657350c547528a117297fe49e3960667
MD5 7900532a77c51fbf642c58fcd5c9ee31
BLAKE2b-256 08158b4e1a8c7729b37797d0eab1381f517f928bd323d17efa7f4414c3565e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb47ee773ce67476a960e2db4a0a906680c54f662521550828c0cc57d0099426
MD5 017f979c4385b529691242753db09447
BLAKE2b-256 5b1a7994abb33e53ec972dd5e6dbb337b9070d3ad96017c4cff9d5dc83678ad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32a3ada8f3ea41db35e6d37b86dade03760f804628ec22e4fe775b703d567426
MD5 099b3ac3a5943c28b87c4083e55b06d2
BLAKE2b-256 56a8dbe799f3620a08337ff5f3be27df7b5ba5beb1ee06acaf75f3cb46f8d650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0d2b00ecbcd1a3c5ea1abc8bb99a26508f758c1759fd01c3be482a3655a176f
MD5 4bbe2a953fde86ea33cd71c013dc64f4
BLAKE2b-256 0140ff5cae1b4ff35c7822456ad7d098371d697479d418194064b8aff8142d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b5587feda2b65a79da985ae6d116daf6428bf7489992badc29fc96d16cd27b05
MD5 4193a89be2d548e43130edcaad8e1c27
BLAKE2b-256 9a3de7f1caf7fa8c004c30e2c0595a22646a178344a7f53924c11c3d263a8623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bcde83a553a96dc7533736c547bddaa35414a2566ab0ecf7d3964fc4bdb84c11
MD5 f98767205f4ca99f7012658eca48e048
BLAKE2b-256 6c77b811aeea91070a3c2e399b0de18a141bc6fa8488ff036d8f482204434ffc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 56134bbafe458a7b21f6fddbf889d36bec6d903718f4430768e3af822f8e27c2
MD5 4c19d7da51acdeecfd680c1494f5697f
BLAKE2b-256 24278ecd1e9f8649f5b82743ef895245182a3df0342cf7c870ee4e4951223d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e062767ac165df9a46963f5735aa4eee0089ec1e48b3f2ec46182754b96f55e
MD5 8ee7cc42dd516c6656e32ca33c9fbd18
BLAKE2b-256 8fb0541709f6891e6c60cdbb77cb25ba6f568d960e219723a8f3b5caeb8b5323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d0d5a63f1768fed7e78cf55712dee81f5a345e34d34224f3507ebf71df2b754d
MD5 0f819d1ce78778c835c1a7bca72838ef
BLAKE2b-256 062573d515708d8ae04ecaf67451b7d55ae7391ef2b18789387c10219c66eec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1a1452ad5723ff129b081e3c8aa4ba56b8734fee4223355ed7b815a7ece69bc
MD5 3057f3ff6eaf3906bdfa02dfe082c13e
BLAKE2b-256 7bf7bef9bc035f2e7eabc01469286238e99fd762010c714d3079925253d29f99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49549e3d81ab4a58424405aa545602674d8c35c20e986b42bb8668e782a94bac
MD5 28e2a3ca85c1a9da88c82151961c5e84
BLAKE2b-256 958bd2a4b8b7d38bef824cc770ab0aa6276dc5976f3a5d5c57099cd403be36ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c0104b4b7d2c75ccedbf1d9d5a3bd2daa75e51053935a44ba012e2fd4c43752
MD5 1004ea94018d45b79ed9b28162651082
BLAKE2b-256 a0ec22e3c7407c5a199131a11cafc167076768e3578602a1b94fe5a145957998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1773cabfba66a6337b547e45dafbd471b09487370bcab75bd28f626520410d29
MD5 b2bf3c3c2b1e5b5df4efcba2ec52c042
BLAKE2b-256 4a7f051ed1210ddfed68babdd4ebe6139205804ad9a80ecda977ce14656a59c4

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dc5c1a85ff388e98ea877042daec3d157b6db0d85bac6ba5498034689793e7e
MD5 256bdfe25f9b192501361b8ceb7bcc8f
BLAKE2b-256 96ef4384c2f76d44022ab59fe63406df3aa720ba4610aa6942f548fe406890ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1c49eeb94b8f09dc8a5843c156a22b8bde6aa1ddc65ca8ddc62dddcc001e6a2d
MD5 a077006ecbf33c61902e8de49b181ec9
BLAKE2b-256 e4156c3e0bd846581ac4d8f588fb97f9a436f5d1f35f0aef57d5e19a19f720e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a53a07320c5ff574d8b1a89c937ce33608832f166f39dff0581ac43dc979abd
MD5 747174cf36e3bc5bf79d4dd086f88e34
BLAKE2b-256 a9e98cec3d3efcf284f6f929ba1ad0266cb77e7810ee7dc56046fbdd22b15fbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a0710d1a5e41c4f829caa1572793dd3130c8d65c2b194c24ff29c4c305c26e0
MD5 19947ebb3a1157ba2cbfe9f221737803
BLAKE2b-256 ca26ecac686556c7e3757abe345afcf167773d3317acd09ea0b60a02eb4db65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0733ecd95ae03ae718ec74aad818f5af5f3155d596f7b242acbc1621e765e5fb
MD5 5df93631bdd26e969d14f29145eed037
BLAKE2b-256 d625ccf60909457fff5259ea692023a13faafbc4cacbd022a4647b1117b66c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1bd41f2cb1a2c57656ceff67b12d005cb255c728265e222027ad73193a04005a
MD5 e145abaaad91cdabecd18fcf031e27e7
BLAKE2b-256 83fb1cc06ce2155a218c21e6c98cdc64ae64ee3e88867c0bd8cf3242bbcbfd5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bc164f32dd9691e7082ce5df24b4cf8c6c394bbf9bdeeb5d843127cd07ab8ad2
MD5 4b287d5c58eca5790c38028ed0a68328
BLAKE2b-256 87bf208d7be9c7c1d54058728681c2033b1aaeee37678d21d4e1ddaf85a36b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9198c1f1f8910a3b86b60f4fe2556d9d28d3fefe35bffe6be509a27402e694d
MD5 c6bc460792ad5837afc52dd21b55f9cf
BLAKE2b-256 3d8d7ce43af5b016c747b9e450966c7bba1e38a8126f0e4f5513061c85f0af65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 37105d1d708365b91165e1a6e505bdecc88637091348cf4b6adcdcb4f5a5fb8b
MD5 74dfeceb5aac79c88033a3123b4d0918
BLAKE2b-256 3c6c6a01afd361f0d4c3196324691542f74bdedf284bb12d589007747ea09328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f41bb5370b34f63171e65fdb00e12be1d83675cecb23e627df26f4c88dfc021
MD5 35ab6fee8da1e606804d47223d167acb
BLAKE2b-256 41f7296ee5be01f827e5cfb183c9ac879689f7cad9372014b141938ada77d7ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fea0716c593dabb4392c4996d4e902a83b2428e6da82938cf28a523a11eb277
MD5 8a0bbd0453142e01a84d35ec21636b8b
BLAKE2b-256 93a451c15b9173dd503ac5c06b312513f0011923b270fb28187a2148556bb720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76f8c28fe2d426182405b18ddf3001fce47835a557dc15c3d8bdea01c03361da
MD5 c15e244fb649d985f1fb9fc1da59cdbb
BLAKE2b-256 983fb8159de5cef69d0514afd986083fcd07f7d1295bec63bc0262409799db66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7137e69c6781ecf23afab064be94a277236c9cba31aa48ff1a0ec3995c69171e
MD5 1641baf7cbe7df40e80c1f4398a0d0db
BLAKE2b-256 be09e7c0d626a5cbc8206ed38e9f9dda9d01dfad4880156c879b7173921d340a

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0782cb9bf827f0c488b6aa0f2819f618308a3caf2973cfd792e45d631bec4db
MD5 9149e8eb7d792d9bf2abf535ebb9193d
BLAKE2b-256 3b7588b0a323d87bbd11a00d55b1209c57d92da21b6b46b8d3dc9d8926aeda17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff7bc1bbdaa3e487c9469128bf39408e91f5573901cb852e03af378d3582c52d
MD5 937a220fc37d7abada620d1b3a983fbd
BLAKE2b-256 5e6b1130eaa335c5fc49ef499d2eb9dfa4c394c49930b9458ab62b4010f0903a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d36608557b4dcd7a62c29ad4cd7c5a1720bbf7dc942eff9dc42d2c542a5f042d
MD5 8a99f0c14342e25dbdebcbc8784f01bc
BLAKE2b-256 d574e98d82abc423c96b39ad88f2a80e76e87287773c0cd0301a22f937dd664e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d1b8b4d6379fe55f471914345fe6171d81a18649dacf3248abfc9c349b4442eb
MD5 73abfb69e265214889ba21771b95f153
BLAKE2b-256 be8e906e3f71c552973a2ef5acf9fea14f8975c37740322aad432de5f86ce3f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 74.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.9

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7355c7203353c36d46c4e7b6055293b3d2be097bbc5e2874a2b8a7259f0325dd
MD5 94d9c4531b8aeb3c105358f8ad4afa90
BLAKE2b-256 1c8911819a7dbff0db02705fa2b25ca3d7040aedfa9fa673455ce9d44198a0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7923878b7a0142d39763ec2dbecff3053c1bedd3653585a8474666e420fe83f5
MD5 5d65340d293254ef88fa8d437b3e57c1
BLAKE2b-256 7f812cd31a59693c3252c14f909b1ca008b59372a84f9684b576fbe0119cb220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d73efb03c5b39249c82488a994f0998f9e4399e3d085209d2120503305ba77a8
MD5 b08be04a02be45e7dbb7798e741bf3ec
BLAKE2b-256 3bb4bec769f35da373fbeae0e0048e53e751eb14163c7417429a5e46edc2659b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23833ee7e791ec968b744dfee2a2d39df7152050051096caf4296506d75608d8
MD5 7826097cf13612f016f98bc2c593f9e7
BLAKE2b-256 21a50730d01f69f57fa6a7958877c26daad9dd2d0814250e72f19c25e681d89a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a32859d45d7b85fb803bb68f6bee14526991a1190269116c33399fa0daf9bbf
MD5 b8b6975db09cd201ae43541666c7941f
BLAKE2b-256 06bb655139fc5c1e76e6d24627497da1bd6618ccf37cbb7b5d19a65eb77adb27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6890ff9cf0bd2e1d487e2a8869ebd620a44684c0a9667fa5ee751d099d5d84c8
MD5 5f2d5f6bd2e58b0ebed871ba3acfcb99
BLAKE2b-256 0d6fdcc1c54c0f7c399b28f7d7d3eb94fc74364417fd5c9bd9b43fbb73ec672c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d43c2d7504eda566c50203cdc9dc043aff6f55f1b7dae0dcd79dfefef9159d1c
MD5 407a41bd732e68529bb4a1a63c53ee87
BLAKE2b-256 73c560b55188f79ecf19a7cfb3f6331c6b37998704449651b881b462910efda6

See more details on using hashes here.

File details

Details for the file simplejson-3.19.3-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.19.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb324bb903330cbb35d87cce367a12631cd5720afa06e5b9c906483970946da6
MD5 b12a5c14b49c5031758819f4adaadbde
BLAKE2b-256 2b4a12dcf1d36e82c335c09a9d6d058eb06c5602136d30ee4d04a193a229a2c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1069143a8fb3905e1bc0696c62be7e3adf812e9f1976ac9ae15b05112ff57cc9
MD5 b63893916fd38228a194adf1f595e6ad
BLAKE2b-256 37c3c088983464567b1fe5b2d42498661a02787e9080ca247bab96439cb9698c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 89b35433186e977fa86ff1fd179c1fadff39cfa3afa1648dab0b6ca53153acd9
MD5 d848df7e7ca84d6abcf8cbaf5af47b3b
BLAKE2b-256 29e71fffd9e273cfc564dad8943709d5c77e450f7c81fd1f5f4512a0bc683c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0766ca6222b410e08e0053a0dda3606cafb3973d5d00538307f631bb59743396
MD5 86a00ac5a7b450a65d16022270816fee
BLAKE2b-256 4d1e7bd01305b12c5e4902f35e21e996d7e6bea5ed02be856030df680aabf472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2876027ebdd599d730d36464debe84619b0368e9a642ca6e7c601be55aed439e
MD5 8b305cb2153349dcd53b7762f6e00177
BLAKE2b-256 4c69be1d05450dac8912e9dee7e554319e7cdc0378279a2ca71582e19f93843f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6d43e24b88c80f997081503f693be832fc90854f278df277dd54f8a4c847ab61
MD5 dbbec3269937c4eec0a4c7221229b77f
BLAKE2b-256 996829053410592e670d0ba7a3cd948e41f1d29b03e491f9ea0d2d458e85d76c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 93be280fc69a952c76e261036312c20b910e7fa9e234f1d89bdfe3fa34f8a023
MD5 1bbd78f1924068d5c78451431245386e
BLAKE2b-256 06f64de7794600d251965e77b33d1b8dd0037d6d5476d8ed1e7f40755d348341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ad0e0b1ce9bd3edb5cf64b5b5b76eacbfdac8c5367153aeeec8a8b1407f68342
MD5 b7da34707032bddc506e0c5d0496e13b
BLAKE2b-256 814ec849cf97249dbd201fb00d45ad1a44d90dca991eed177fcc834aad860568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0b5ddd2c7d1d3f4d23224bc8a04bbf1430ae9a8149c05b90f8fc610f7f857a23
MD5 3e62165dd303fe83fbe58fe9f72dca45
BLAKE2b-256 dcfdb86b88413dd02156297708bde2f89f3e1b575d8cff2a647d766a0da16b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 83c87706265ae3028e8460d08b05f30254c569772e859e5ba61fe8af2c883468
MD5 ac3a072937d9bc565847ff252e446599
BLAKE2b-256 bd9fb3ffb8223975f9774e08051ce321c3a0270ed62fdbdc0efdeca15af9f6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.3-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f39caec26007a2d0efab6b8b1d74873ede9351962707afab622cc2285dd26ed0
MD5 e97c242e71939419943b04b7ef19e508
BLAKE2b-256 000408f4cc711fabf1d9f7f159433c54d3d1c4e03650f3733285ffaa1b93418e

See more details on using hashes here.

Supported by

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