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

Uploaded Source

Built Distributions

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

Uploaded Python 3

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

simplejson-3.19.1-cp311-cp311-musllinux_1_1_i686.whl (146.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

simplejson-3.19.1-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.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

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

simplejson-3.19.1-cp311-cp311-macosx_11_0_arm64.whl (74.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

simplejson-3.19.1-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.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

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

simplejson-3.19.1-cp310-cp310-macosx_11_0_arm64.whl (75.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

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

simplejson-3.19.1-cp39-cp39-win_amd64.whl (75.4 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.9musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

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

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

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

simplejson-3.19.1-cp39-cp39-macosx_11_0_arm64.whl (75.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.8musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

simplejson-3.19.1-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.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

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

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

simplejson-3.19.1-cp38-cp38-macosx_11_0_arm64.whl (74.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

simplejson-3.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

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

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

simplejson-3.19.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (123.8 kB view details)

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

simplejson-3.19.1-cp37-cp37m-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

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

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

simplejson-3.19.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

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

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

simplejson-3.19.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (122.8 kB view details)

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

simplejson-3.19.1-cp36-cp36m-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1.tar.gz
Algorithm Hash digest
SHA256 6277f60848a7d8319d27d2be767a7546bc965535b28070e310b3a9af90604a4c
MD5 c1ba771b261839ba2df44ad80c29640a
BLAKE2b-256 c05c61e2afbe62bbe2e328d4d1f426f6e39052b73eddca23b5ba524026561250

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4710806eb75e87919b858af0cba4ffedc01b463edc3982ded7b55143f39e41e1
MD5 d7904e53d79d4c98d750b97ca1ffd30e
BLAKE2b-256 5640c58cd470a57af4affa87da639a9d9d339a0d5898d98faa608ac43f3e191e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b46aaf0332a8a9c965310058cf3487d705bf672641d2c43a835625b326689cf4
MD5 41e6a007a06207c89ab905526fb8bff8
BLAKE2b-256 4768944f8f7db9e1ddfe7460492160a9cde33449a065f823d2c161d10db4d0b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f05d05d99fce5537d8f7a0af6417a9afa9af3a6c4bb1ba7359c53b6257625fcb
MD5 46b74080b53ab28f56c3b07c1b62030d
BLAKE2b-256 c5a6e3eb476232aff84ec996e4995a942ce817daa8ad9ece3443e647f16fc63e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65dafe413b15e8895ad42e49210b74a955c9ae65564952b0243a18fb35b986cc
MD5 6e3113e8c77be37989933ae669dd30a8
BLAKE2b-256 22b44b556185e8faf2e8c4f8ad54a609fe5efa1172354c9f893b1feef361a7ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 c39fa911e4302eb79c804b221ddec775c3da08833c0a9120041dd322789824de
MD5 0f7967e5ea24971dd2476550c3185b13
BLAKE2b-256 139f74941675f776dd05e1cf16fcec1fe74eb2ced58fed71cd5b373d8eec6db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 22b867205cd258050c2625325fdd9a65f917a5aff22a23387e245ecae4098e78
MD5 f55416837cfc46a28e67d6dd17a47bd1
BLAKE2b-256 34a5f0e38b42e27e937e8c59911bccc1ef1215652f19a2a8aa8af0ca4b0d7b0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 66389b6b6ee46a94a493a933a26008a1bae0cfadeca176933e7ff6556c0ce998
MD5 e906e44e72bf5f161cf1365d7559d724
BLAKE2b-256 d0524b04cdad32f6413f30fa42a0ce1208521501bbd2d84dda989ccba4c5ca6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46133bc7dd45c9953e6ee4852e3de3d5a9a4a03b068bd238935a5c72f0a1ce34
MD5 d8460ab6cb532a06a1c8b424f82788f3
BLAKE2b-256 ee7adebe65b419ea25cc23da40126de78f89c8d12f4e55902615d85840b7627f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2541fdb7467ef9bfad1f55b6c52e8ea52b3ce4a0027d37aff094190a955daa9d
MD5 4dd59e3f9469e40a7f0d4928f9cb4535
BLAKE2b-256 687348a2738a26b55e52a19592a01e8966aa4fde5d41478451af401709bfe4d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f14ecca970d825df0d29d5c6736ff27999ee7bdf5510e807f7ad8845f7760ce
MD5 30d709a0fccc23c77c8d85461f197333
BLAKE2b-256 ac73fbcfc6b746496c4f35989dc0a602adfed3dfdc1b90c6780d1739e03c52e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f96def94576f857abf58e031ce881b5a3fc25cbec64b2bc4824824a8a4367af9
MD5 64c7642dbbef9cd29115cfd0e01d0b16
BLAKE2b-256 c101d457a65f1721b5e3e14eff31b6f33243f9d9361045daca4043c5c3efb591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d61482b5d18181e6bb4810b4a6a24c63a490c3a20e9fbd7876639653e2b30a1a
MD5 17245720e16f29c9aa85acf27c72ee47
BLAKE2b-256 08055e479e62d0f2544325b29b2aa8f9c86086c6c3b1805c960832cba5e8c905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 390f4a8ca61d90bcf806c3ad644e05fa5890f5b9a72abdd4ca8430cdc1e386fa
MD5 e69371b58895f3a88e826ee8771666b5
BLAKE2b-256 96cf95fe2113402f6239c4d4e4c28f17f32cd38654296a2088605632a62d005f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 79c748aa61fd8098d0472e776743de20fae2686edb80a24f0f6593a77f74fe86
MD5 f3df72fa6d0bdbb758a8bc446d6f31f2
BLAKE2b-256 769b5982cd853db55f21e5bc0aedb7470a2790795cb0ab3a542c32f20502d88b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5673d27806085d2a413b3be5f85fad6fca4b7ffd31cfe510bbe65eea52fff571
MD5 925e8640860628afc7f4cf037ff9de39
BLAKE2b-256 9df19a8836db92a9a877e726494ba26f63940241064d7c07a000a67798ab7b51

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d9f2c27f18a0b94107d57294aab3d06d6046ea843ed4a45cae8bd45756749f3a
MD5 4315b8ab81b580138329a8f50cf1415d
BLAKE2b-256 0dee567ffee88e897d845bfb64bef2f721866bb7e13afa0b5780d57024057128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b79642a599740603ca86cf9df54f57a2013c47e1dd4dd2ae4769af0a6816900
MD5 dc367d0a12509e623276a82d4128b2b3
BLAKE2b-256 6b93a45e45ce25071de71f8b16fc6c8bbfefd245055d6098cc6d66e653c8ba65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 93f5ac30607157a0b2579af59a065bcfaa7fadeb4875bf927a8f8b6739c8d910
MD5 3959eeea4b739b502a0b2e4ace8e4a51
BLAKE2b-256 884687f80495ed8f1453249f6091ba9b445470d441e4419e9dcd57553ad40f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 48600a6e0032bed17c20319d91775f1797d39953ccfd68c27f83c8d7fc3b32cb
MD5 1ea9a906ced011cdde7bc59e2ca5ab72
BLAKE2b-256 a84682fdfa5599919bd3304e5c6fa0006157cea85d6059ca150f9bbb499818a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 54fca2b26bcd1c403146fd9461d1da76199442297160721b1d63def2a1b17799
MD5 dc0af16cb267cfd4697f1a84442717db
BLAKE2b-256 ace22baedbe4e0259afa8786502892d00cf24ccc77ea7a1b984b0a66b4ca936a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e78d79b10aa92f40f54178ada2b635c960d24fc6141856b926d82f67e56d169
MD5 3c5565d296706372268b0ba8c524ef87
BLAKE2b-256 a3673f896ca9b3a657a632fe1d533cb82b3f0d0a0464198114571f9ddbca1d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17a963e8dd4d81061cc05b627677c1f6a12e81345111fbdc5708c9f088d752c9
MD5 dc677010f4228be962b7d3dc978ec711
BLAKE2b-256 ea84e6ed2da1f7c1e4ff3543aeece454cdacbbf4ea650a7fc50ef69422c307ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e7c70f19405e5f99168077b785fe15fcb5f9b3c0b70b0b5c2757ce294922c8c
MD5 053ebc0210ae726982781c66a0dfbcd4
BLAKE2b-256 b8009720ea26c0da200a39b89e25721970f50f4b80bb2ab6de0199324f93c4ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad071cd84a636195f35fa71de2186d717db775f94f985232775794d09f8d9061
MD5 3226944068f36646e1504d9e94378925
BLAKE2b-256 eed8b514f7b6297829275222b30c8375e6a82776341d91ed6bcf2f2b0aea5140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c16ec6a67a5f66ab004190829eeede01c633936375edcad7cbf06d3241e5865
MD5 8ca6fa32cfcb3360ce76a8985adf87bf
BLAKE2b-256 5ada2f6522a03411d2da96477a01f64982c4278dbe6b41acd93a9756ec869ee8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cd4d50a27b065447c9c399f0bf0a993bd0e6308db8bbbfbc3ea03b41c145775a
MD5 ae7757621945691286e9c833262f5939
BLAKE2b-256 5b328099f8f62d98868f5cd1824224abcb1dceb2220d5524f5d304dde2299411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 66d780047c31ff316ee305c3f7550f352d87257c756413632303fc59fef19eac
MD5 2ae776e29eae1dcfd660396b95667157
BLAKE2b-256 3a90d37e7e026b1f460577f8480581a25494987ae2a31fd61305c30aa62342e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 75.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d396b610e77b0c438846607cd56418bfc194973b9886550a98fd6724e8c6cfec
MD5 9ac7578d0dcddc578d765d946f42cb0b
BLAKE2b-256 57316992d1656ff14c7f70bca3303fd8a0a9d2ed8675d06c4cad8445535ce34c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3e0902c278243d6f7223ba3e6c5738614c971fd9a887fff8feaa8dcf7249c8d4
MD5 c6b48fafb889f2c33fc227e68b9eb342
BLAKE2b-256 e4c45c869fedd7eb9fe43d4bba8ceeaee4c9169239b989319f78681f7b161d49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5ca922c61d87b4c38f37aa706520328ffe22d7ac1553ef1cadc73f053a673553
MD5 203baa9789626355c892a8d56183aa68
BLAKE2b-256 8f2620dbc13b22b88909f4ed4cb1432492e2fce60bee8b685462e016eaed9f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 203412745fed916fc04566ecef3f2b6c872b52f1e7fb3a6a84451b800fb508c1
MD5 37b406c78161be398e5ba4d476804423
BLAKE2b-256 3e8c74d7e7e3575a39681f706925cd70aac05248d10bcd346302d5c493225682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a79b439a6a77649bb8e2f2644e6c9cc0adb720fc55bed63546edea86e1d5c6c8
MD5 10f733172492615d43df53f18f66b39a
BLAKE2b-256 b34a704092f76fbd9f53ec4c2ce275d41aebb48f6f036bbb21d457cfe16da1f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 199a0bcd792811c252d71e3eabb3d4a132b3e85e43ebd93bfd053d5b59a7e78b
MD5 a96ba255e9c95c1a265ef1a32a594234
BLAKE2b-256 af77653b0d3ad4b7e6296a06b30aa1490d414d760714d238e91fc2348439ed5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc2b3f06430cbd4fac0dae5b2974d2bf14f71b415fb6de017f498950da8159b1
MD5 072dcb76d7d70c7ff62a24f4dee9cbc2
BLAKE2b-256 892205f69c4e1216517d17f4a60c150cf9ae965d0e681707bb44cd2400aedfe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44cdb4e544134f305b033ad79ae5c6b9a32e7c58b46d9f55a64e2a883fbbba01
MD5 7461305da2eb97860c5d5bfa541021c5
BLAKE2b-256 5e2e80e01a3a6e0123b7a9a07cbebb308078eba65983bafd13974cb42eb55bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 476c8033abed7b1fd8db62a7600bf18501ce701c1a71179e4ce04ac92c1c5c3c
MD5 d5b391a88111718812351073cfdd9da9
BLAKE2b-256 19b4d40a865d4432aafdbe2bcc440bdb9ba22f8a99d24957c5687fa0c1d9495c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d125e754d26c0298715bdc3f8a03a0658ecbe72330be247f4b328d229d8cf67f
MD5 4368294db2aa257edfb88ac85517cbb8
BLAKE2b-256 6b8cf5d4c5e2f02acb9982cdcd3c76ad2316ab130ae48b40e33f776c49945a5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 889328873c35cb0b2b4c83cbb83ec52efee5a05e75002e2c0c46c4e42790e83c
MD5 00af0dcd2d4ba61bbcf258efdb0d0a1f
BLAKE2b-256 439376643b9097c2d48cf386e91635a4986099871f2c09db19d38c8a3a6efdf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 547ea86ca408a6735335c881a2e6208851027f5bfd678d8f2c92a0f02c7e7330
MD5 03094d36ea14d17f1b40e36aeb15242f
BLAKE2b-256 824604063adcf5c96f511b8ea90f8af96d8ef59b74f3702ca5dc364b8de3c992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6424d8229ba62e5dbbc377908cfee9b2edf25abd63b855c21f12ac596cd18e41
MD5 e9a2f403c4e2ab30b5575517ce4c65e3
BLAKE2b-256 a84f007dca099bc57e2dadff04a004d23bc0c8e90e3650d56886e300f3374084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 75.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca56a6c8c8236d6fe19abb67ef08d76f3c3f46712c49a3b6a5352b6e43e8855f
MD5 177f35586e529fe34680c68bbef023cc
BLAKE2b-256 d88b1fe51f8d31d7dcbf5e3c832a4c86a686799069861908ec72cb636e27a5ba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 08be5a241fdf67a8e05ac7edbd49b07b638ebe4846b560673e196b2a25c94b92
MD5 dc95a2e263ba96cce01096376d0ccac7
BLAKE2b-256 3c5c877ed7bbde57d093c83d843a9300cda8a0d6a42c05f96edd0bc1240d697e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6aa7ca03f25b23b01629b1c7f78e1cd826a66bfb8809f8977a3635be2ec48f1a
MD5 9f1fb57fb4246ab234e5873a60a8c666
BLAKE2b-256 fb3f8d8b8462e5e058ac7fddb981b52b1ec372d77e3c0550a3e6ca0faa78d9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 3b652579c21af73879d99c8072c31476788c8c26b5565687fd9db154070d852a
MD5 d49cdb2118f30eb69142fe87951c5b45
BLAKE2b-256 6d298abfc4ba7b50487b1262c62beb918456ad42f28ef43b38058a23f0b381d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dc935d8322ba9bc7b84f99f40f111809b0473df167bf5b93b89fb719d2c4892b
MD5 ca60319ad58a66bdd5900b251dbb5621
BLAKE2b-256 6333e05d1f0cbf445d7251dd1427ed780c1f342fcc5d3efc97f35303ef18d34f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 87b190e6ceec286219bd6b6f13547ca433f977d4600b4e81739e9ac23b5b9ba9
MD5 b7b94da805cc9b1b76f80c95e0144760
BLAKE2b-256 00d2ad9e828980bacf362b62d800af288d2e7c0b0fa6dfb95256749bacc5aebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 344a5093b71c1b370968d0fbd14d55c9413cb6f0355fdefeb4a322d602d21776
MD5 cc0f1c21dce8829dda1118c14cd3f18f
BLAKE2b-256 81efdd46bd3288d2ec4af067393bf6c531107ff22067f3961cc75fb97a396218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79d46e7e33c3a4ef853a1307b2032cfb7220e1a079d0c65488fbd7118f44935a
MD5 723b92cb260e87d5603db85299d72644
BLAKE2b-256 55cd7bfe30ebf31dbb50d78fb498aec1e1953e8b4131dc93db982e7ccfafa31e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d3025e7e9ddb48813aec2974e1a7e68e63eac911dd5e0a9568775de107ac79a
MD5 19b348e904222a96b20f1059f2727959
BLAKE2b-256 0b2c6b09357f599a364ba32e6fff34edc7fa8045f0be5bba39d0325ea0ee7a5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23fbb7b46d44ed7cbcda689295862851105c7594ae5875dce2a70eeaa498ff86
MD5 80ca8f66c8fa2270a3ea2166af50027d
BLAKE2b-256 be039afec97e4f1f8692273835026c377b278410ff91af879ab85cb85b112775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0e9a5e66969f7a47dc500e3dba8edc3b45d4eb31efb855c8647700a3493dd8a
MD5 288a4269f822b6d6a58c132e7ea6b3b1
BLAKE2b-256 45d27e8329426b912089c08fd2f1b9f54f72c2fd8b62baea73cc1d811bfe708c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 926957b278de22797bfc2f004b15297013843b595b3cd7ecd9e37ccb5fad0b72
MD5 dbfd4ea8f8b687174f9b43444e9be981
BLAKE2b-256 19cb69871315a21ce27f035723666a7a6e640aa5170591a78a9603082b252218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1cb19eacb77adc5a9720244d8d0b5507421d117c7ed4f2f9461424a1829e0ceb
MD5 473bcfafdd10b1677d35e94a4d474c33
BLAKE2b-256 4784d0315e748425a2c684b28524b06e4e600fd6de804908992459c32cef1341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 75.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3844305bc33d52c4975da07f75b480e17af3558c0d13085eaa6cc2f32882ccf7
MD5 5b6be72a762fdf91d53ccc55f595e3cf
BLAKE2b-256 96fe023bcbd1edd0416cba70a8a0bd9e9e322257e267106cb097e88283a8ac41

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f41915a4e1f059dfad614b187bc06021fefb5fc5255bfe63abf8247d2f7a646a
MD5 c0429ee96f50a05186d88555a0918c6a
BLAKE2b-256 81699ff647e2c0ee031f9c7e178eee137b338bcd8b58335d7fc7cef7d412c774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cb502cde018e93e75dc8fc7bb2d93477ce4f3ac10369f48866c61b5e031db1fd
MD5 80d5d94f105f5e062a14ca69bb28b4cb
BLAKE2b-256 2becd5153057a267cb4bc2b585b5ac37e2c3cb69a590d9ec40457bc59f381314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 3a4480e348000d89cf501b5606415f4d328484bbb431146c2971123d49fd8430
MD5 15e985d0ca7d6403ed3541695ace1647
BLAKE2b-256 5e5aa0419e1a96288e88fbdd00a470f8e354f39a1efb1dd390eb04b3938a7915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e333c5b62e93949f5ac27e6758ba53ef6ee4f93e36cc977fe2e3df85c02f6dc4
MD5 6055e1efe6428b34ec2d176bb331613a
BLAKE2b-256 ad460305f7d5216bec367108e6850df00effba26be23eb3858417fdf96569c48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 919bc5aa4d8094cf8f1371ea9119e5d952f741dc4162810ab714aec948a23fe5
MD5 3163264d006de0807844d399434165bc
BLAKE2b-256 5803d608a0883619fa76880979201bd17d68296e4d9e1cd7db7dcbdffc133e7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8090e75653ea7db75bc21fa5f7bcf5f7bdf64ea258cbbac45c7065f6324f1b50
MD5 b24d8b2e9043aac79d56349a225ed4f4
BLAKE2b-256 93f68d22e40b859377bf49b31f82d20dbf0c4d1619b03dcfb46cee465bc6d024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70128fb92932524c89f373e17221cf9535d7d0c63794955cc3cd5868e19f5d38
MD5 eadd2687cae0b7c9767a02e770bdb045
BLAKE2b-256 10a04b9f66f939a6bf305ded751a24216f3f21c9b550e042c60e0b7d830815f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ccb2c1877bc9b25bc4f4687169caa925ffda605d7569c40e8e95186e9a5e58b
MD5 b727d22d79ee338bdba24fe8fd54d1ff
BLAKE2b-256 11e43b430a93d955e11792a22812c969f6826a571a294a3a99f8fa269b387d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a755f7bfc8adcb94887710dc70cc12a69a454120c6adcc6f251c3f7b46ee6aac
MD5 a891f54e2d8256e41c84a27fbd50aaa2
BLAKE2b-256 c27ddf0f76988ec1bb46b63227028910726810c4c78b588c14ed6a708ce19527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74bf802debe68627227ddb665c067eb8c73aa68b2476369237adf55c1161b728
MD5 9981ee2bcf5a69643e8dbacd4441cc5d
BLAKE2b-256 363957f391d5f958f957acb39b46c9f67e236c3e309cbed611fe8cb5662583ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.19.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 76.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 37724c634f93e5caaca04458f267836eb9505d897ab3947b52f33b191bf344f3
MD5 1d5786a24533e72d97067ccdf884e671
BLAKE2b-256 8036394997509048512ce014b30979ab8934e76d456608bc7a60e18adc21aa0c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d300773b93eed82f6da138fd1d081dc96fbe53d96000a85e41460fe07c8d8b33
MD5 58ccc000ef611ce8dfaa168cf9d1a063
BLAKE2b-256 ee638f26102a058dee4386675dd4c23fd7cba34eddbff383581f69c80b2bf761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eff87c68058374e45225089e4538c26329a13499bc0104b52b77f8428eed36b2
MD5 b909a75f015353a8d242a2b957660f69
BLAKE2b-256 4bd322fb37cb1783df781819f2ef459fbe0e638b900ef039630a7219e0e5c0e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 8f8d179393e6f0cf6c7c950576892ea6acbcea0a320838c61968ac7046f59228
MD5 120dbeed1b9048e178502733abaa06c0
BLAKE2b-256 766b42f9dedd43e4c1e782ac16207d8d6965124bc6c1fb207b0e01d2507aec40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2098811cd241429c08b7fc5c9e41fcc3f59f27c2e8d1da2ccdcf6c8e340ab507
MD5 0bdb9858f5e7931eef558001ed9cf5b8
BLAKE2b-256 bdd82dba4c5ec8c0a8a47df6214edd8679f24db6c8a0ed729d36c9c1e9eb5a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a561320485017ddfc21bd2ed5de2d70184f754f1c9b1947c55f8e2b0163a268
MD5 fcf9123d32c19c1b97c47c7f4ff60e6b
BLAKE2b-256 4dee86103a63afb3bbb6658986fe5d48a2aadd59b5f271b5c51bbc4ce8d15f4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 46e89f58e4bed107626edce1cf098da3664a336d01fc78fddcfb1f397f553d44
MD5 5ed75c7c78e2a7a761d1acd3db862498
BLAKE2b-256 06a965c0176591626c24fc5ef7242da3de59209d1e5e694c10611ea108134c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa9d614a612ad02492f704fbac636f666fa89295a5d22b4facf2d665fc3b5ea9
MD5 c984bdc0e342b8ee50f1bf2bc83f064c
BLAKE2b-256 99bb79ba8778efd7ea6f13a4304dd7d58f21d0712db79e09bcc6190a56e8244e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed18728b90758d171f0c66c475c24a443ede815cf3f1a91e907b0db0ebc6e508
MD5 024e810de968db6f1f430c50c717ec45
BLAKE2b-256 591fd9b85cff7cd7db3fa8256d349905136fd91d5f9d827c9f04c3a08f085bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96ade243fb6f3b57e7bd3b71e90c190cd0f93ec5dce6bf38734a73a2e5fa274f
MD5 3b85e1daa4e98c4a108a7b347ba353f9
BLAKE2b-256 c9bb2d7c3510973a70b4ff1ae53c1dbbc0403dd7d84da98fc9964e396eaa2049

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b438e5eaa474365f4faaeeef1ec3e8d5b4e7030706e3e3d6b5bee6049732e0e6
MD5 e6cb6909cbcdf314476401af1c7d6296
BLAKE2b-256 b4982d3ffc59766442733b01919d78552b6ea0a9ea99ed46aa76c2337cf2a026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 73d0904c2471f317386d4ae5c665b16b5c50ab4f3ee7fd3d3b7651e564ad74b1
MD5 4754369b75eeb7016c4e6f5c7a285612
BLAKE2b-256 e8609caa91acdefed485460ef0f0898aba9753be7d2644ee22de63f660750037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 58ee5e24d6863b22194020eb62673cf8cc69945fcad6b283919490f6e359f7c5
MD5 b777318182b6fc503330cfed0889fffa
BLAKE2b-256 2a5641c23ff57859694c26c2543b4377060694137584fa1f70937e67c37626e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 69a8b10a4f81548bc1e06ded0c4a6c9042c0be0d947c53c1ed89703f7e613950
MD5 b4652de48e8296de3fbd4b05bdd8adc3
BLAKE2b-256 06ecd0db69988ce74c646ef61985bc0e9083ee311f14b03554c8317ac13fe540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5db86bb82034e055257c8e45228ca3dbce85e38d7bfa84fa7b2838e032a3219c
MD5 72e684fa418a7fe2895f8a7aff4234d1
BLAKE2b-256 5b2a337d471c615d0455b660127910700d7af667305f68d998250e061ad86aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f253edf694ce836631b350d758d00a8c4011243d58318fbfbe0dd54a6a839ab4
MD5 6db2511263b5c34ead039cd82eec585f
BLAKE2b-256 5fa471489a4daf3ad2939e3a9f16dee87ac95fca8aef24de31635173f40c05cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 081ea6305b3b5e84ae7417e7f45956db5ea3872ec497a584ec86c3260cda049e
MD5 a7c1519fd2ba3ad6999d8c939f8ab049
BLAKE2b-256 a4adfa811c0fe1fcec27fe8c6d6479a49b20de4deb62508135ba08e3934af9a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3231100edee292da78948fa0a77dee4e5a94a0a60bcba9ed7a9dc77f4d4bb11e
MD5 e8d9ebdeded2b4b1950e568c46da1d87
BLAKE2b-256 9858d346528d771c56ad981a693fd9e8f658f81cdac4aff1d539b127182f1135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e765b1f47293dedf77946f0427e03ee45def2862edacd8868c6cf9ab97c8afbd
MD5 62061ba02ba77a7fe19590c0be4dc6f9
BLAKE2b-256 998f6d5ab5bf81e93e36166252ca33830046526682dc611a9a5970521b337a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.19.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 412e58997a30c5deb8cab5858b8e2e5b40ca007079f7010ee74565cc13d19665
MD5 bd5ff56aa871f510a90beff7407e6537
BLAKE2b-256 a8e35779fa9433cf337f421870bf5f99379d4f961e13a4dbd0f1fbfd7ed2beb6

See more details on using hashes here.

Supported by

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