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

Uploaded Source

Built Distributions

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

Uploaded Python 3

simplejson-3.19.2-cp312-cp312-win_amd64.whl (75.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

simplejson-3.19.2-cp312-cp312-win32.whl (73.7 kB view details)

Uploaded CPython 3.12 Windows x86

simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl (156.9 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl (161.3 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl (153.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl (153.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

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

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

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

simplejson-3.19.2-cp312-cp312-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

simplejson-3.19.2-cp312-cp312-macosx_10_9_x86_64.whl (75.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

simplejson-3.19.2-cp312-cp312-macosx_10_9_universal2.whl (93.6 kB view details)

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

simplejson-3.19.2-cp311-cp311-win_amd64.whl (75.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

simplejson-3.19.2-cp311-cp311-win32.whl (73.6 kB view details)

Uploaded CPython 3.11 Windows x86

simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl (149.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl (156.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl (146.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl (146.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (74.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl (75.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

simplejson-3.19.2-cp311-cp311-macosx_10_9_universal2.whl (93.0 kB view details)

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

simplejson-3.19.2-cp310-cp310-win_amd64.whl (75.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

simplejson-3.19.2-cp310-cp310-win32.whl (73.8 kB view details)

Uploaded CPython 3.10 Windows x86

simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl (143.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl (150.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl (139.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl (143.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (75.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

simplejson-3.19.2-cp310-cp310-macosx_10_9_x86_64.whl (76.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

simplejson-3.19.2-cp310-cp310-macosx_10_9_universal2.whl (94.8 kB view details)

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

simplejson-3.19.2-cp39-cp39-win_amd64.whl (75.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

simplejson-3.19.2-cp39-cp39-win32.whl (73.8 kB view details)

Uploaded CPython 3.9 Windows x86

simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl (142.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl (150.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl (139.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl (142.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (75.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

simplejson-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl (76.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

simplejson-3.19.2-cp39-cp39-macosx_10_9_universal2.whl (94.8 kB view details)

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

simplejson-3.19.2-cp38-cp38-win_amd64.whl (75.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

simplejson-3.19.2-cp38-cp38-win32.whl (73.7 kB view details)

Uploaded CPython 3.8 Windows x86

simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl (141.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl (149.0 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl (138.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl (139.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp38-cp38-macosx_11_0_arm64.whl (74.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

simplejson-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl (75.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

simplejson-3.19.2-cp38-cp38-macosx_10_9_universal2.whl (93.6 kB view details)

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

simplejson-3.19.2-cp37-cp37m-win_amd64.whl (75.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

simplejson-3.19.2-cp37-cp37m-win32.whl (73.4 kB view details)

Uploaded CPython 3.7m Windows x86

simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl (130.7 kB view details)

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

simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl (136.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl (128.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl (129.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

simplejson-3.19.2-cp36-cp36m-win_amd64.whl (76.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

simplejson-3.19.2-cp36-cp36m-win32.whl (74.3 kB view details)

Uploaded CPython 3.6m Windows x86

simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl (129.7 kB view details)

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

simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl (136.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl (127.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl (128.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

simplejson-3.19.2-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.2-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.2-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.2-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.2-cp36-cp36m-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl (75.8 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2.tar.gz
Algorithm Hash digest
SHA256 9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c
MD5 3b334627d870a3c849e1322d18a7bfe7
BLAKE2b-256 79793ccb95bb4154952532f280f7a41979fbfb0fbbaee4d609810ecb01650afa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.2-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.6

File hashes

Hashes for simplejson-3.19.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bcedf4cae0d47839fee7de344f96b5694ca53c786f28b5f773d4f0b265a159eb
MD5 5a1bb05256e0ecf6c9bf1a477bdd2331
BLAKE2b-256 560e456e89ef42b82586a4c3b2bc8374142e1ed7bf37f86048fefd134e90fa68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6779105d2fcb7fcf794a6a2a233787f6bbd4731227333a072d8513b252ed374f
MD5 b464944fc6d76a26cb79e01c5f657277
BLAKE2b-256 e59f9d53645ba325899e374633c818390d67378540ed346750b53c32e7ada34b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7cb98be113911cb0ad09e5523d0e2a926c09a465c9abb0784c9269efe4f95917
MD5 3a416ab683d4aa3dd7434466b31d1726
BLAKE2b-256 849a024fcc6b0aa26d1188dfe6333523648c3010f8758dcb19b7590d0b1ed51b

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c1a4393242e321e344213a90a1e3bf35d2f624aa8b8f6174d43e3c6b0e8f6eb
MD5 b801c73660993550831e76fea7a7c0e9
BLAKE2b-256 2d18d94495c7a4ec2ffd57717390c57270eb31440aef6b31abaeec668c8c89a4

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 9652e59c022e62a5b58a6f9948b104e5bb96d3b06940c6482588176f40f4914b
MD5 854168653e52dfae40f8f4a33df934d7
BLAKE2b-256 03ad5465dc0560ef3f929ab6defd617a61121a3c01ddb912e1a6782a124b29ce

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1c768e7584c45094dca4b334af361e43b0aaa4844c04945ac7d43379eeda9bc2
MD5 dea66062f039430aa066bd02ee093b03
BLAKE2b-256 cbdd1f65345ff1a6ba56e8de5ab62dead48cc50a5a3d01385fd8d56ead1bf163

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de9a2792612ec6def556d1dc621fd6b2073aff015d64fba9f3e53349ad292734
MD5 a934760a7e7689b1bf3939ffb0cf4bc1
BLAKE2b-256 b7c6f605729a159b743ba5b258d7f963ed2b271c91486356b9997f6b96784843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 176a1b524a3bd3314ed47029a86d02d5a95cc0bee15bd3063a1e1ec62b947de6
MD5 b0c91602ed8ecc4e022ace5d12e2f45a
BLAKE2b-256 9ec2f0aef8063535b70c27474538485797db8fec727e721f94cd6ea87ae3f962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2f5a398b5e77bb01b23d92872255e1bcb3c0c719a3be40b8df146570fe7781a
MD5 2d63177725ceb520fa1bedcdaad4138a
BLAKE2b-256 4319d171dde587cc41437720a852ee95c47fe9abc27631c3c8458ad1a5274b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 346820ae96aa90c7d52653539a57766f10f33dd4be609206c001432b59ddf89f
MD5 51951947682e57a9f7b16e88ea0ffba3
BLAKE2b-256 f26bce0090a8026acc8ed027ec9471a551e02dafb7973674773fb218824130f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3c7363a8cb8c5238878ec96c5eb0fc5ca2cb11fc0c7d2379863d342c6ee367a
MD5 43a24f687d09bb947a2c8b40aff33139
BLAKE2b-256 3d53c37abc9b00f75b2ea03f2711382c37afe227b93813356efcd069af9e782a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c594642d6b13d225e10df5c16ee15b3398e21a35ecd6aee824f107a625690374
MD5 e149404787143bcc313312193c506ded
BLAKE2b-256 3021aa7b0f14a3e1c0b5f98fff28384e7ff6adf86c8cd6de0958666e98e25200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4969d974d9db826a2c07671273e6b27bc48e940738d768fa8f33b577f0978378
MD5 0224266d12d4323555f2c49b7fe9f412
BLAKE2b-256 778e8ea7d30d181ef54c0db5815d4759053e7cbafd1c927d8ca56bf813c2b72c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b8d940fd28eb34a7084877747a60873956893e377f15a32ad445fe66c972c3b8
MD5 f00b783d3fa6803595b233992d45d02a
BLAKE2b-256 192c3f5d3c6e22cb9b7b9752bb5cc015b5e4dab07d20153fc10c3d546844b3e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589
MD5 453ce1e8ae9ebb27939cc93d5ae4c429
BLAKE2b-256 b68e3e12d122dfdf549a8d12eaf39954ee39f2027060aa38b63430f8ab3244e7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1dd4f692304854352c3e396e9b5f0a9c9e666868dd0bdc784e2ac4c93092d87b
MD5 f83509d9e431ce21c4a9c8db13c1454e
BLAKE2b-256 dbd47dc3a98fe7bdeb508bcddfd56a3e6fa374fb969e59036d5210860e99e9ed

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e74355cb47e0cd399ead3477e29e2f50e1540952c22fb3504dda0184fc9819f
MD5 06e525533358d3885eb1095954a6fe92
BLAKE2b-256 8e7579d7d95730716bfaf62249a60cf886a38b970178b34ca0f33f574c16f941

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 972a7833d4a1fcf7a711c939e315721a88b988553fc770a5b6a5a64bd6ebeba3
MD5 17557b6af958307b58828bae5971a302
BLAKE2b-256 6d04ab8fdb3b21845cbc533c84ab71512c1b09fac5c49a57a7176051897236e5

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 66e5dc13bfb17cd6ee764fc96ccafd6e405daa846a42baab81f4c60e15650414
MD5 42bc97a657c8d18e8b624168acc81e57
BLAKE2b-256 8cb9e11a9de884f9f044d3121e2ced0aacef40c1452d266ff0e1298c29d41918

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a3cd18e03b0ee54ea4319cdcce48357719ea487b53f92a469ba8ca8e39df285e
MD5 4701862bb2ec2fd7b7f9ba9af6f358cd
BLAKE2b-256 c74c7142f3c926fb8a3db0aaf6d1c465063e356d8fdb11718e62d6b8ea5ee358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a970a2e6d5281d56cacf3dc82081c95c1f4da5a559e52469287457811db6a79b
MD5 59f2c141efa9ed74ccfafc753bd57cf1
BLAKE2b-256 d60332cc6114c9c6928e9fd866c378c7e39297ca77f461ab0cd13cce38bd9d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef7938a78447174e2616be223f496ddccdbf7854f7bf2ce716dbccd958cc7d13
MD5 d0aa76ed8dd01fdee95fd0a634f0be62
BLAKE2b-256 a0d8f9e822563d5ccf9e199719a64db221f942c9a04cce17140c4b4fe51a25fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9
MD5 348a41c55705fed4e561f40564121e46
BLAKE2b-256 70c1816573ae91aebf06a0fefd8ea30ca43127aa58e68684d2ddfe17c8457afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 554313db34d63eac3b3f42986aa9efddd1a481169c12b7be1e7512edebff8eaf
MD5 819e697287e224f585513b6a5db1d3cf
BLAKE2b-256 5246dce3e431d3590f56f9bd2c47a61d54046cec32774b860d3b92761c0ae299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba
MD5 e58c8b1c6f76f3e3dc17f30a870d84f6
BLAKE2b-256 53a04430915cac272de9af75287f566cd1f06dffb69b3e9fa24b3c16b066470b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4
MD5 c367b339f3e3af822a93f880737e89d7
BLAKE2b-256 bceb2bd4a6ec98329158f6855520596e9f2e521e2239e292d43fe1c58cf83a9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ed628c1431100b0b65387419551e822987396bee3c088a15d68446d92f554e0c
MD5 18c45b0c907b340e559b2ffa8250d961
BLAKE2b-256 b792eaa2674296726f458220755f558e0c1cd8ef86287fcfff0d251ca5638fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5675e9d8eeef0aa06093c1ff898413ade042d73dc920a03e8cea2fb68f62445a
MD5 9c1ab75433b0277befe55ad9b67899cd
BLAKE2b-256 7f60b0071b60e9318bb5c3716e5c0d506d61350670b7fba9a8532ebf3959b88a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 39b6d79f5cbfa3eb63a869639cfacf7c41d753c64f7801efc72692c1b2637ac7
MD5 65bbde1dade6e79002ccf1810104c723
BLAKE2b-256 3225daf3ebd201f3005731a38b4d8c18062d42b211dd45c7074c5fa5db0cdee1

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9eb117db8d7ed733a7317c4215c35993b815bf6aeab67523f1f11e108c040672
MD5 e5a6c0ec62a58a0d771be040e7a56337
BLAKE2b-256 793511247b37cc344519847db672c2deb1d237edc44306a879da7882c3d5b7db

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 778331444917108fa8441f59af45886270d33ce8a23bfc4f9b192c0b2ecef1b3
MD5 23a694dff8cfe3829f5c379634e214c8
BLAKE2b-256 ea1879519b59bf5c752c48c60152c6eda0b98a26b80a47eb6002e9f6ba0f9ed9

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b01fda3e95d07a6148702a641e5e293b6da7863f8bc9b967f62db9461330562c
MD5 13628b56f980af646fb45f2e9e125021
BLAKE2b-256 b9b8a1d2fc3fb179d2eb3dd42682c308816991e708dfd4e4dee47291f380e2c5

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 11cc3afd8160d44582543838b7e4f9aa5e97865322844b75d51bf4e0e413bb3e
MD5 6e95eb8f171bcfad180858d28db0cbba
BLAKE2b-256 424feaa30edadca1271a97697a7c1630b9db9471997e56156ee974b45f6d0a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 332c848f02d71a649272b3f1feccacb7e4f7e6de4a2e6dc70a32645326f3d428
MD5 b3aba0168692be10d9cfc8e546500534
BLAKE2b-256 7ef6886fd5cd90fa8d74950a9bfc6763b5481c2063eea2eaaa95d494a0eece12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ad331349b0b9ca6da86064a3599c425c7a21cd41616e175ddba0866da32df48
MD5 3a2395cd3ce42483ea3b5b50b6b12e72
BLAKE2b-256 b775d097167ad63b1b0b2075259e57a384be85853f268bc715d10c14174f5425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18955c1da6fc39d957adfa346f75226246b6569e096ac9e40f67d102278c3bcb
MD5 762006357754f60552b319f216cc313a
BLAKE2b-256 cbb6ed513a0adc3e2c9654864ffb68266dcab5720d5653428d690e7e4fb32a6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25785d038281cd106c0d91a68b9930049b6464288cea59ba95b35ee37c2d23a5
MD5 0611065db37a19a1d005600e9fceb077
BLAKE2b-256 94f92671ed450a2586262ea2cfffd04bc0b93f0a00963c44356667ad5a0ff940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f2398361508c560d0bf1773af19e9fe644e218f2a814a02210ac2c97ad70db0
MD5 e7cbbd47812660990ee00e246e182204
BLAKE2b-256 497d94ba3f8c2b83a7536f9f62f23246e071eae15c83b5e4d9bd8a165b7f70a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d74beca677623481810c7052926365d5f07393c72cbf62d6cce29991b676402
MD5 09e7c6f1a37782c157f8349b1233ef9b
BLAKE2b-256 cac7a530c9aba6a47823df3d46f20ce09be730d04aeb67aaef057a7c515654bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f98d918f7f3aaf4b91f2b08c0c92b1774aea113334f7cde4fe40e777114dbe6
MD5 94178354587fbad12d76d1e04bc57bda
BLAKE2b-256 a2721dc530055a85eae444b2bbbd37b07ed2edebe14cbb889750795e78c4d894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 aad7405c033d32c751d98d3a65801e2797ae77fac284a539f6c3a3e13005edc4
MD5 e9d78b63b6e49f89639c3000afead493
BLAKE2b-256 00c2d65b3afd81e1277812a5843ec6041f32194b87889a9f6e79f136a51ee5ef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4edcd0bf70087b244ba77038db23cd98a1ace2f91b4a3ecef22036314d77ac23
MD5 13da3447aa99e9112bb1b2ec3c7e3ff8
BLAKE2b-256 a3ea7d0350b8736044b6f206439722088c6a211717637e79a4f8d45c0a32d1dc

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 febffa5b1eda6622d44b245b0685aff6fb555ce0ed734e2d7b1c3acd018a2cff
MD5 e3193f75de6ec52e2b84cce092c85e93
BLAKE2b-256 8b9e0a8003e4235d7c1140334738da4ec82f41696eff8c6e0ff05e6fbb560c0c

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 2d022b14d7758bfb98405672953fe5c202ea8a9ccf9f6713c5bd0718eba286fd
MD5 a9620de802736a9776d2b6732b724985
BLAKE2b-256 1e25b7486444b20cc3a4eabfe85090e5662190d49f9dcb17301fec4b99f78d1c

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e8dd53a8706b15bc0e34f00e6150fbefb35d2fd9235d095b4f83b3c5ed4fa11d
MD5 7cee513c686cba1ba280d54eb1282b4f
BLAKE2b-256 774b9634b2e32af8e14dfc453869ff5b30386871bdcac9081ed847bf90af880f

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1018bd0d70ce85f165185d2227c71e3b1e446186f9fa9f971b69eee223e1e3cd
MD5 c2be0f527629862a8281adb6d144f9f3
BLAKE2b-256 95b9e5c85b1cd16acd4faad6afe5424e114c685f8b942db9ad230ea58ed6e794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9453419ea2ab9b21d925d0fd7e3a132a178a191881fab4169b6f96e118cc25bb
MD5 908ea1dcd1ff1985bd9023085fa4054f
BLAKE2b-256 12f74db19c4203e0bc927d19b32f89f3b88a022bc982cde32b61e97d16ded121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 064300a4ea17d1cd9ea1706aa0590dcb3be81112aac30233823ee494f02cb78a
MD5 b300fe1c9d5ade58a413ee1dd99c73a0
BLAKE2b-256 c4dacf5366b140bfda07494fe4de4cfd2dbadc934d31494c4e45c6b7780d2281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16ca9c90da4b1f50f089e14485db8c20cbfff2d55424062791a7392b5a9b3ff9
MD5 3b5ca8cb68dff296915595e80a6b0107
BLAKE2b-256 0d796cbde4f02d6623edc68f697a77315e6f1b45f0480f62d34a406e65145c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e038c615b3906df4c3be8db16b3e24821d26c55177638ea47b3f8f73615111c
MD5 2ba4d2d3c853d00428f392f77265fb3f
BLAKE2b-256 2ab7a993c7e8d7c61c49e949a9d1a7acefa2edc421786b3537121f086d9379a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af9c7e6669c4d0ad7362f79cb2ab6784d71147503e62b57e3d95c4a0f222c01c
MD5 46a4eb12fabf92f4006f69ab6d600056
BLAKE2b-256 108ee9c836c5bae09853caf64ca0d2d173d34daa46554c1a8782a7550f12c19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a8c3cc4f9dfc33220246760358c8265dad6e1104f25f0077bbca692d616d358
MD5 c53b9a07fc3258303aebbe61d2b01c01
BLAKE2b-256 fd8d04fe27f3b61ac4820d27a70a8531de72a813c4d33a6491b9dcc13f04ecbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 445a96543948c011a3a47c8e0f9d61e9785df2544ea5be5ab3bc2be4bd8a2565
MD5 7538290ff8bd5a6758c8fb750ae6143b
BLAKE2b-256 279f76c4a2455ce3bca261e2e0351a3d9b36745a97fd0592680aefd28c3d9290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0405984f3ec1d3f8777c4adc33eac7ab7a3e629f3b1c05fdded63acc7cf01137
MD5 73ba0aef63124c203bc0534b84779c0a
BLAKE2b-256 2962da6706ad2a3588c415890f870b8160da594fae1f5758fa10a63c1b5428b4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3f39bb1f6e620f3e158c8b2eaf1b3e3e54408baca96a02fe891794705e788637
MD5 14cf042c9c6f9a25d1d521a329673eb9
BLAKE2b-256 5c6bde394117c72598fea5e93dfcc9b9230ca7b70d620ad8af61018802af160c

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3848427b65e31bea2c11f521b6fc7a3145d6e501a1038529da2391aff5970f2f
MD5 0a752106f7fd9510dad4fa39e26f8606
BLAKE2b-256 697992c253e6990421cc38d232875231d27a886592922096b79efb53a96feaa3

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ff836cd4041e16003549449cc0a5e372f6b6f871eb89007ab0ee18fb2800fded
MD5 b69575faf659cc3882b54a904e68e281
BLAKE2b-256 01bfafbd25fd0379ba755962131c8fa035f2176c406047ddd61fac2c7427633c

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 49e0e3faf3070abdf71a5c80a97c1afc059b4f45a5aa62de0c2ca0444b51669b
MD5 6c88677aa9100417744386d60a47e52b
BLAKE2b-256 90da54fc4292b320c17030cbddebd0b85cafb7bd0d990e24260979c012a85935

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0436a70d8eb42bea4fe1a1c32d371d9bb3b62c637969cb33970ad624d5a3336a
MD5 c19a11e46d510fb826f325182c2131bf
BLAKE2b-256 8478448093d7e6c5b07073b5af7e72b72fbe5d5e00774a60f20a77f34b7477a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2c1467d939932901a97ba4f979e8f2642415fcf02ea12f53a4e3206c9c03bc17
MD5 80f8a1f26bde69a88f62c56ae82c6f69
BLAKE2b-256 9948dd888ee60e1e690694c5a6c923ccb059a5a879c9b078da3e33d7e80ef100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d2d5119b1d7a1ed286b8af37357116072fc96700bce3bec5bb81b2e7057ab41
MD5 1a695ce6cd16478795d932e50348a0bb
BLAKE2b-256 be9b555fb8a5548b7eb465acf2c83fea55fdf72aa445db124e8911f95c702e09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60848ab779195b72382841fc3fa4f71698a98d9589b0a081a9399904487b5832
MD5 2460af984e957535446bd1f1c38b5c4b
BLAKE2b-256 335fb9506e323ea89737b34c97a6eda9d22ad6b771190df93f6eb72657a3b996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49aaf4546f6023c44d7e7136be84a03a4237f0b2b5fb2b17c3e3770a758fc1a0
MD5 ee8a52c8c45c1c972519726156a66472
BLAKE2b-256 c19ce96d1b7bd748a9b39af75d899c7d8ac07e15bb2cef1b4c68ded1da4157ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0521e0f07cb56415fdb3aae0bbd8701eb31a9dfef47bb57206075a0584ab2a2
MD5 161d455e4e0f5e55bd411f0e5a571bef
BLAKE2b-256 bc9e5fa8d18275201220f0989d58a2b9567f5f91e8f6c3fdcb900a067d396e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a48679310e1dd5c9f03481799311a65d343748fe86850b7fb41df4e2c00c087
MD5 29fa4bad4659b6ac85475559fa53553c
BLAKE2b-256 42b533169643f5cd76fd26a2ba5a034f934cdd20ad4884fbd719dabf82a0aef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9e4c166f743bb42c5fcc60760fb1c3623e8fda94f6619534217b083e08644b46
MD5 d2f0f60758e98cd670524167316c932f
BLAKE2b-256 8c8d97ffae81325d29176b718b1a15ba1581069652c707a457f29bc05a44a946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c87c22bd6a987aca976e3d3e23806d17f65426191db36d40da4ae16a6a494cbc
MD5 6b82c32153c3241d96997fe4c54f0c29
BLAKE2b-256 8eb32f3c60dff9a9a3696279aa017e4bd5edd51dc9036ec04ff2bfaa3d9d0f83

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 49f9da0d6cd17b600a178439d7d2d57c5ef01f816b1e0e875e8e8b3b42db2693
MD5 293b4ecbd28e19b62a2bc32fc180e527
BLAKE2b-256 593e762c50e335c3a43d22fa37ef56a37b987196086d16dfa4dc95671681e2f6

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b0a3eb6dd39cce23801a50c01a0976971498da49bc8a0590ce311492b82c44b
MD5 b8c238e529a4cb60344086491aaa2e51
BLAKE2b-256 32dea02fcd69ce0c1ad9f51786904a6ab2125cbf3223d0156e5fa99e6d3d3ad3

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 2fc697be37585eded0c8581c4788fcfac0e3f84ca635b73a5bf360e28c8ea1a2
MD5 362ef813ca4cd6ea412e5e5bfcaf8e33
BLAKE2b-256 d7d4877834a42e827d4199689970bbf24079e5923dbcef4ea9d4ee0a62a2597a

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fbbcc6b0639aa09b9649f36f1bcb347b19403fe44109948392fbb5ea69e48c3e
MD5 c4bd56f1186c6cec6f7f921830b79c64
BLAKE2b-256 0313bec829bb45167550193ca2e6db7ec73390f21bc0710f00d7d3489262e446

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d0f402e787e6e7ee7876c8b05e2fe6464820d9f35ba3f172e95b5f8b699f6c7f
MD5 a8bd6b6ac52152dfbe7182d01c9810ec
BLAKE2b-256 8ad9f16cccdc1dc6facdf157eee3d57210328226b0009bc65af6071d86446bb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 40847f617287a38623507d08cbcb75d51cf9d4f9551dd6321df40215128325a3
MD5 aa2ef850c83a370a9b27916fbde06727
BLAKE2b-256 c28b86c875a5c8694860a32ec4e0b018ba5d56e7719e7d1a589e5f954c67952b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73a8a4653f2e809049999d63530180d7b5a344b23a793502413ad1ecea9a0290
MD5 01a54197cbac852591b790a333b172f5
BLAKE2b-256 c62b4d1cb99a2d1364c57d7c09dd365b9c3a3f820c73ab8c897f5a30a109b6dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9eb3cff1b7d71aa50c89a0536f469cb8d6dcdd585d8f14fb8500d822f3bdee4
MD5 961535ac3320cfeb43ecfe45a1404efb
BLAKE2b-256 18b5563875078379663dc3f808ddbecf0403da72637f1bc2b51438e3dd587344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be893258d5b68dd3a8cba8deb35dc6411db844a9d35268a8d3793b9d9a256f80
MD5 b239ff53d845726afef9085f6cea929b
BLAKE2b-256 ae51277164e4d5c22ec2783e1a39e8d57fcf250d52e793d17b465a1882c5100e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d551dc931638e2102b8549836a1632e6e7cf620af3d093a7456aa642bff601d
MD5 15d905917fb608cd17fd221d87dcdea1
BLAKE2b-256 48396fa803826419ef6979de77e330c1fc1acdcf0bd4b6b4b1da5c15519466ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 92c4a4a2b1f4846cd4364855cbac83efc48ff5a7d7c06ba014c792dd96483f6f
MD5 28a0041e03a8da69da0c29cc0347bb13
BLAKE2b-256 7f2414885a14bd3c2ac8dfffa16ae77de7a69be3205bd00b53a68f7e531e231d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c9ac1c2678abf9270e7228133e5b77c6c3c930ad33a3c1dfbdd76ff2c33b7b50
MD5 7e106a5fd663fe3d182ff37421c3fa4a
BLAKE2b-256 9314c7e88ea3cbf2ba665448eb44551b381d936ac277c1e17823a0eced67c3dc

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8434dcdd347459f9fd9c526117c01fe7ca7b016b6008dddc3c13471098f4f0dc
MD5 77b47b3503044525a20a28761e0f4b84
BLAKE2b-256 4f089845e3bf3a342ffee6aa85300db556aba179e7503340dd680bfe26531f3b

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d222a9ed082cd9f38b58923775152003765016342a12f08f8c123bf893461f28
MD5 e530920dfd1ff288e8a5cd357403067a
BLAKE2b-256 195d7999805598a26613e50966763f85761a94f0e80a7d7ec9fc3249c101af39

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d0e5ffc763678d48ecc8da836f2ae2dd1b6eb2d27a48671066f91694e575173c
MD5 4c2021b0f3c34fdd43841a9fbd55ad20
BLAKE2b-256 1cd4aa5d1622b9f9e1bdf57fc3a441fdd786961c778fb478700e75ff06a3ed0f

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d94245caa3c61f760c4ce4953cfa76e7739b6f2cbfc94cc46fff6c050c2390c5
MD5 bfcaf8a22a23f1147da1a689e2b6258c
BLAKE2b-256 b362639ac446d81ed2ffb71cb40fd445f8ddec3a7de9d668003cdff892a2561d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 11c39fbc4280d7420684494373b7c5904fa72a2b48ef543a56c2d412999c9e5d
MD5 cd578e9bbfeaf306bdd0a7cd8117b98f
BLAKE2b-256 6e1f353dd50022883094ef6a0737a5c64f4840a65275249f14900b7f0187e9bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4280e460e51f86ad76dc456acdbfa9513bdf329556ffc8c49e0200878ca57816
MD5 ec485e2d49223a0072ea771258919284
BLAKE2b-256 65b9a36b619c81e592c301a8dd0c736271ec84dafc58fd6b20e72cbe3d223d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bb5b50dc6dd671eb46a605a3e2eb98deb4a9af787a08fcdddabe5d824bb9664
MD5 8b0d55a352ba7ff8c8439173886c2302
BLAKE2b-256 c99163acdbe247a9b80d11656cf15a6057348750e2a1b2f26ee3d2d3dd2f9014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bccb3e88ec26ffa90f72229f983d3a5d1155e41a1171190fa723d4135523585b
MD5 75d6943cc9d980ff6f5f6877365f478c
BLAKE2b-256 9003866f4e34d812a7f67c23b7ee2fda6bdccc0946c6c4e4897957ea351f448b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 061e81ea2d62671fa9dea2c2bfbc1eec2617ae7651e366c7b4a2baf0a8c72cae
MD5 3785efa2285c818ad3508724ee13c1d4
BLAKE2b-256 0ad7561b8bbc5035d141b2f1ad788e2094e5798654d4ad27e8f69a96b02ae7f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6f0a0b41dd05eefab547576bed0cf066595f3b20b083956b1405a6f17d1be6ad
MD5 3f8e0672f876d6aa71cdd7f2cb485a01
BLAKE2b-256 dd31f2ea30be3b47eca45c983082b9689f980f9706df472fd9137be4bdb58981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 287e39ba24e141b046812c880f4619d0ca9e617235d74abc27267194fc0c7835
MD5 9d71dd278cc5de0893ec0a0ff3dde4ca
BLAKE2b-256 1a15406fa26f3d5a87e06df107030063aa5f3bd566ef5a4cb8a054d7d822d5a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f1c70249b15e4ce1a7d5340c97670a95f305ca79f376887759b43bb33288c973
MD5 e0698ba00c10c3a25367e8b9318ef689
BLAKE2b-256 3a898d70ba56c35fad23078f557069be478fed033de274708fe76e5c37501f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c433a412e96afb9a3ce36fa96c8e61a757af53e9c9192c97392f72871e18e69
MD5 200914d152b9432973ccdd7667063f07
BLAKE2b-256 f93d3fee56ea5a362e457f4ba3e1d57558ba97c39ada0bb6815f580596cc6489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8617625369d2d03766413bff9e64310feafc9fc4f0ad2b902136f1a5cd8c6b0
MD5 e68aeab3a72b8298918bacb6b77bcf6a
BLAKE2b-256 cc92365ea5dcdd533f0a10d6ba4b43437a8d2358da686929a83f8da4003cffc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 1537b3dd62d8aae644f3518c407aa8469e3fd0f179cdf86c5992792713ed717a
MD5 e0130e3b20184234a982c03814c4e199
BLAKE2b-256 3efb0e975609c0e623f3bc45d00ef1fb17b89913deb73209fcb9fb193d9186d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8a390e56a7963e3946ff2049ee1eb218380e87c8a0e7608f7f8790ba19390867
MD5 7147bd5f617ceaf0fd1a55f79552d0ee
BLAKE2b-256 deae5202293b5280a8ef16ee02f25bfece1c3f1472816daa5d7175dd035b1dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3194cd0d2c959062b94094c0a9f8780ffd38417a5322450a0db0ca1a23e7fbd2
MD5 f98af6b3a47322d64cf898b53e232efd
BLAKE2b-256 9fd782333e376b9796dfdf435e30ab83276ebf8ba774c4a2872e5a6b0c21310c

See more details on using hashes here.

File details

Details for the file simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3471e95110dcaf901db16063b2e40fb394f8a9e99b3fe9ee3acc6f6ef72183a2
MD5 7b7c8ef85a06103a68e7908bc261659a
BLAKE2b-256 e6e6eecedd4e530236c6a69b4789c6135a9b0b493a2b0f76f7e9f4ec5bc46c4b

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page