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

Uploaded Source

Built Distributions

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

simplejson-3.18.4-py3-none-any.whl (56.5 kB view details)

Uploaded Python 3

simplejson-3.18.4-cp311-cp311-win_amd64.whl (74.8 kB view details)

Uploaded CPython 3.11Windows x86-64

simplejson-3.18.4-cp311-cp311-win32.whl (73.1 kB view details)

Uploaded CPython 3.11Windows x86

simplejson-3.18.4-cp311-cp311-musllinux_1_1_x86_64.whl (148.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp311-cp311-musllinux_1_1_ppc64le.whl (155.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp311-cp311-musllinux_1_1_i686.whl (145.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

simplejson-3.18.4-cp311-cp311-musllinux_1_1_aarch64.whl (146.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

simplejson-3.18.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (151.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (141.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

simplejson-3.18.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143.2 kB view details)

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

simplejson-3.18.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (140.2 kB view details)

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

simplejson-3.18.4-cp311-cp311-macosx_11_0_arm64.whl (74.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

simplejson-3.18.4-cp311-cp311-macosx_10_9_universal2.whl (92.5 kB view details)

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

simplejson-3.18.4-cp310-cp310-win_amd64.whl (74.9 kB view details)

Uploaded CPython 3.10Windows x86-64

simplejson-3.18.4-cp310-cp310-win32.whl (73.4 kB view details)

Uploaded CPython 3.10Windows x86

simplejson-3.18.4-cp310-cp310-musllinux_1_1_x86_64.whl (142.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp310-cp310-musllinux_1_1_ppc64le.whl (149.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp310-cp310-musllinux_1_1_i686.whl (138.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

simplejson-3.18.4-cp310-cp310-musllinux_1_1_aarch64.whl (141.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (138.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

simplejson-3.18.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.9 kB view details)

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

simplejson-3.18.4-cp310-cp310-macosx_11_0_arm64.whl (74.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

simplejson-3.18.4-cp310-cp310-macosx_10_9_universal2.whl (94.3 kB view details)

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

simplejson-3.18.4-cp39-cp39-win_amd64.whl (74.9 kB view details)

Uploaded CPython 3.9Windows x86-64

simplejson-3.18.4-cp39-cp39-win32.whl (73.4 kB view details)

Uploaded CPython 3.9Windows x86

simplejson-3.18.4-cp39-cp39-musllinux_1_1_x86_64.whl (141.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp39-cp39-musllinux_1_1_ppc64le.whl (148.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp39-cp39-musllinux_1_1_i686.whl (138.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

simplejson-3.18.4-cp39-cp39-musllinux_1_1_aarch64.whl (141.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (137.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

simplejson-3.18.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (136.8 kB view details)

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

simplejson-3.18.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (133.5 kB view details)

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

simplejson-3.18.4-cp39-cp39-macosx_11_0_arm64.whl (74.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

simplejson-3.18.4-cp39-cp39-macosx_10_9_universal2.whl (94.3 kB view details)

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

simplejson-3.18.4-cp38-cp38-win_amd64.whl (74.9 kB view details)

Uploaded CPython 3.8Windows x86-64

simplejson-3.18.4-cp38-cp38-win32.whl (73.2 kB view details)

Uploaded CPython 3.8Windows x86

simplejson-3.18.4-cp38-cp38-musllinux_1_1_x86_64.whl (140.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp38-cp38-musllinux_1_1_ppc64le.whl (147.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp38-cp38-musllinux_1_1_i686.whl (137.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

simplejson-3.18.4-cp38-cp38-musllinux_1_1_aarch64.whl (139.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

simplejson-3.18.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (144.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (135.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

simplejson-3.18.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (135.5 kB view details)

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

simplejson-3.18.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (132.3 kB view details)

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

simplejson-3.18.4-cp38-cp38-macosx_11_0_arm64.whl (74.4 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

simplejson-3.18.4-cp38-cp38-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

simplejson-3.18.4-cp38-cp38-macosx_10_9_universal2.whl (93.1 kB view details)

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

simplejson-3.18.4-cp37-cp37m-win_amd64.whl (74.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

simplejson-3.18.4-cp37-cp37m-win32.whl (72.9 kB view details)

Uploaded CPython 3.7mWindows x86

simplejson-3.18.4-cp37-cp37m-musllinux_1_1_x86_64.whl (129.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp37-cp37m-musllinux_1_1_ppc64le.whl (135.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp37-cp37m-musllinux_1_1_i686.whl (127.1 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

simplejson-3.18.4-cp37-cp37m-musllinux_1_1_aarch64.whl (129.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

simplejson-3.18.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (134.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

simplejson-3.18.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.2 kB view details)

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

simplejson-3.18.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (123.2 kB view details)

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

simplejson-3.18.4-cp37-cp37m-macosx_10_9_x86_64.whl (74.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

simplejson-3.18.4-cp36-cp36m-win_amd64.whl (76.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

simplejson-3.18.4-cp36-cp36m-win32.whl (73.8 kB view details)

Uploaded CPython 3.6mWindows x86

simplejson-3.18.4-cp36-cp36m-musllinux_1_1_x86_64.whl (128.8 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

simplejson-3.18.4-cp36-cp36m-musllinux_1_1_ppc64le.whl (134.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ppc64le

simplejson-3.18.4-cp36-cp36m-musllinux_1_1_i686.whl (126.2 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ i686

simplejson-3.18.4-cp36-cp36m-musllinux_1_1_aarch64.whl (128.0 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

simplejson-3.18.4-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (133.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

simplejson-3.18.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (124.2 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

simplejson-3.18.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.2 kB view details)

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

simplejson-3.18.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (122.2 kB view details)

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

simplejson-3.18.4-cp36-cp36m-macosx_10_9_x86_64.whl (74.7 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

simplejson-3.18.4-cp27-cp27mu-manylinux2010_x86_64.whl (133.1 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

simplejson-3.18.4-cp27-cp27mu-manylinux2010_i686.whl (132.0 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

simplejson-3.18.4-cp27-cp27mu-manylinux1_x86_64.whl (133.1 kB view details)

Uploaded CPython 2.7mu

simplejson-3.18.4-cp27-cp27mu-manylinux1_i686.whl (132.0 kB view details)

Uploaded CPython 2.7mu

simplejson-3.18.4-cp27-cp27m-manylinux2010_x86_64.whl (131.4 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

simplejson-3.18.4-cp27-cp27m-manylinux2010_i686.whl (130.4 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

simplejson-3.18.4-cp27-cp27m-manylinux1_x86_64.whl (131.4 kB view details)

Uploaded CPython 2.7m

simplejson-3.18.4-cp27-cp27m-manylinux1_i686.whl (130.4 kB view details)

Uploaded CPython 2.7m

simplejson-3.18.4-cp27-cp27m-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for simplejson-3.18.4.tar.gz
Algorithm Hash digest
SHA256 6197cfebe659ac802a686b5408494115a7062b45cdf37679c4d6a9d4f39649b7
MD5 cf9d47d04d93ac034f20eedd17a46aaf
BLAKE2b-256 00cd62392cee6e24da6768a578651907c8e08ae316fc931d09ba98e5114d561d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-py3-none-any.whl
  • Upload date:
  • Size: 56.5 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.18.4-py3-none-any.whl
Algorithm Hash digest
SHA256 03de1ec4ad734f28ca49b0a758b997d752be0d089ed30360157c4e8811999c8f
MD5 022e4d55804d46e6996af41b136be739
BLAKE2b-256 06fb346f9fa91d02f342e91e8781a85a72f1c23b73beb0cb08361fd4acdc2816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c37b092d29741096c4723f48924a80b1d3de62ca1de254ce88178fa083dd520c
MD5 22c62c79fe95b326b7e97705a76141f4
BLAKE2b-256 56defd6876d332e013a6b429f33932a3b1e6d8642fed947868aec52bbc00e2eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 73.1 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.18.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 32de1672f91a789cc9e1c36c406b2d75457a242d64e9e73a70b9b814ef00095e
MD5 7a5481dd83da6dd685d2b7c74fb724ed
BLAKE2b-256 958601e09d29beac4128852866829729a3830fcffc38cc79712246ce5f702b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d65ea4582b47d77e9094c22eb0aeded0ebd96c1df86e988870b40c6514c6e21
MD5 1cc200c3eddc470eea77351657225dbf
BLAKE2b-256 d58b0f86d456c4e66e773bd34b96d3870aaf4b19095ed716e7b36fa330395f55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 2d1b47f768e1f4c1c8a9457effabed735939401e85c0ddcdf68444c88a9242e6
MD5 275496a35d84dae3c169b401b49f3b97
BLAKE2b-256 e5cbeb80c90f9abe783167c74fab8885d675fc9ba7910181ae0aa0f877b47281

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fb0f8b35c11fd8e4b924f974d331b20fa54555282451db7f2a3b24bd2d33cc11
MD5 ad364d913a3ee9e05a4a45b0b5092e07
BLAKE2b-256 9743f55668d8ae0a186c154ff2bbdf4cbdc1c222ed7b51d44300d9722c0fc792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f31e126204ec38f92dee119af87cf881044ef7dea6f7477ef774ed3d84199c24
MD5 a1d49f2ceabed0b32614a7667cb9c9bf
BLAKE2b-256 4899c79707c164a31f1fc800f4a5dbba18281d557fd360ab6ab4a7d4e347bc3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0dcc54e7cfbd9674ec4ca181e26eaa5b038446601faeaa6c83d146ddef2f2652
MD5 5d9c8217d8850d99094acf060e0a65b6
BLAKE2b-256 374605be43dbb3c9b4f87fca6fb7a583093117cd1bd23bc7e4daf16470369192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d45ed9452a42064805143480397b586ea2ea322f4b8b69034c51181e7f38342
MD5 d8f94bb6527c05e2c2e3c1ba7f9360d6
BLAKE2b-256 be816d89cdb754e4105f373522ddc9fe3efb725790bca38f0a2284c13281e12e

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da6dc0cb00ef1e1a8daf285074ca8b2bb89591170c42ceab0c37bcdb9adc802c
MD5 c6257a7a180e58f868f77e5d5cda84e9
BLAKE2b-256 4c786262a83fccd18def57f96b1a30a0c0ee22c2c029b81f65622abb4b38dba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05a668d4a93816fb8a644e90e7987aa3beeb9d2112ca50a474d41e6acb5bb88a
MD5 fde45e6f6b53747ff48e7ce134d7a2f0
BLAKE2b-256 d891e0872563371f7b75d2fc7d770112625b086a1646985755ef6a8ac3cca53c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30e381471158290ccb79bd31e7bbda4c8f2cf7e1a5f6b557c1b97d6036ccd05b
MD5 cc367fb753d8d6183d3620ab1f42c0fd
BLAKE2b-256 6f521da13b1896da330a2b03b17c223b1a0619af0583bd6af83e4d125193be55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2362c66d2c633925d90f2f177f05e0570d320d986130d34dff9ad6edbf7be8ac
MD5 3e608942301ac5ff9620c38c45f69200
BLAKE2b-256 6e756fdbd465966373fb8c3f6f7bb841765306d490cbfe1a3036b21e6902559e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ad37f25fd8dfbed80815c3281b82a165be2a74e663856b9a50099d18789987bc
MD5 8f202df59f0b7502ce53ab82d860cc8f
BLAKE2b-256 e0a7b5e5f4cc292f0f7781deb322d43579a03699eb7e6b73933b23e16086cd55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bd694c465cc61fa8e599355e535b6eb561279834d9883aeef08d0e86c44c300c
MD5 88005e2f8681fa1094edd47fb2d6a872
BLAKE2b-256 5614440efce32f1ac11fa1fdcf7b82730c2a0d44407e66d2e2e7ce2f68b637d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 73.4 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.18.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d549efc7e8f9a180c59462b124991b690ff25c235d5cf495c3246c66a7679cd
MD5 70b014615b1ef96a90d31d719657b927
BLAKE2b-256 35721c9f7708d756e7dfc56d8b219c7c792cd0a76d107d63b8430677df58a53d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a56005332d70b8d02d476d4a85818b27b01e51dac1a21d5c1a1d8a5df2efb4a6
MD5 a87a910cb398a056791918d675bbf632
BLAKE2b-256 fe8fd41a0b590d0fc3a3852b0b284ad939c8ebd0b60d9f389a5797b2b8e74977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 097e48686e49026836ef384c7c10ca670acc023cb16a976a689c2eb6c1852df4
MD5 df3a20193b732c338341a64c68a70b18
BLAKE2b-256 1e1816a78ead56435da6ae13c16623318b0e6185fca10f7af67cdaa87c700853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 695da62e494e4689ab78fae173a78390a175b6a5ccc4292277ce0f8dba3945d5
MD5 f9773c396cd2b1ce9dfb5329cac78f5a
BLAKE2b-256 34646bb85d000c876a9faa6c3fd61d694d4aa537761bb101c988967b628eebfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f15f56b3119fb71fa57eb4613bcd87eb7df6c2f3547de7d341853d3e50cef97e
MD5 b5776ea79a966d23b3150d2881ee09ca
BLAKE2b-256 2615c8d4a6a7563896e4f4030214a7aa26f472e8939220cd7cbfdb77e27fd591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a255d30cda6334ba780eb40a56e8134efd3453948b995d3966e45212e34bf018
MD5 f589af5d144b1cb19953df3182c7cf7c
BLAKE2b-256 edcd511d063cfc5b276d7631ea2591fd8fd2c7ae9eb6cc638c62fa86c463ee05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b17026f3f349a6e87818cd3531e3bbb5cc78a6f4b2b6718f574a8e0512d71e08
MD5 206834b42e03c07629bd5b5125b450d8
BLAKE2b-256 741860e76eb8fd2578d5be592e29ad1eabda406a34b44889fc5445b8e132db6b

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1085cadec0f7e76377951d7a87744628c90ac6cc634fc97eecce0c4d41ec563
MD5 9e18b4cfac4e0c86efd3d09b29236ebb
BLAKE2b-256 083ebd02a72fa11aae93af2333dbfd44d27ff1e91062ef1855d12ed124726725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9f0dfde448611f4f818da05f9b544a78f29355dc39151b0dad8e7c65c513e4f
MD5 ce7e773f32132850fb933ad6f17e1808
BLAKE2b-256 2feca6fca7f19396f8342b460fbe5b750b75b7c7439a607625c93f61ec886ba6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2fa1ee5ca34ab2ecfbe3f7a7e952a1ecaebb5b4818f002b5b146324912ac3d5
MD5 46486b789f640b7926d314838e3d93ac
BLAKE2b-256 37507bce5b6239a3210f08f1e414f4ae35454307d2f3eb127db5609a4c3fadb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29a86bc9c8a913a4e0ffab85c563a7505cdf4bd13fba05342f8314facc0b7586
MD5 5de2f69b336ab9637df9df7008e3b17d
BLAKE2b-256 201b904f6a67dfe9b21e735c843d99849fe8861aaeb672bba0d6dc383e8d33e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c0444423129df448788edc66a129bc7560ad7d6a661d74f0900959c0b44349a1
MD5 1f28bfa9ec2890ec17883d5d6b8b4f41
BLAKE2b-256 524124cb1bd89a184df18b036232d413d1e5e251a6dad72574297b0259ea609b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 74.9 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.18.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 34d95ad8e27754f0d91917600d6ea273e05c82a71021f168c45be48637d9502f
MD5 ae9ebff1e8b743d39ede99529935745d
BLAKE2b-256 e7618690850d5d05a26841ccf2379e0a1e6d3aa44db496c010306b4170627978

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.4 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.18.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2a6e5c0e0817fb20dbb880c83caebbd4ef39f1901f6f8e53b73a3c74de4e5172
MD5 173dace02b048e9d380f0203e374d83f
BLAKE2b-256 c90d3b92d253ac1bc6cd962aed3d667f4469b6cec4dacaed9e7a6b1f43086a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1844d7782652f859d9648531778582d4842d80cfff8d334eb23bb8da0d22a1b0
MD5 02a8090825479ae350dca5b90e33a92d
BLAKE2b-256 a3fa2cc5de368bd622f0e841aea8021cdb89064f1719e1ec986d6e69f5656c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 d0d3b9f7cee233368d92c89746dde74313abafaa3ec1f0c06a3f4f164dc27bcc
MD5 b6059728acaad0342af3776b7201a414
BLAKE2b-256 fb21c869fb88740f655642105f977d37ff0eb33e3268330ac72f9fba80807f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e042ae053e05fe193514d51d6b0f0243729961901e9a75f8b596bfaf69522c52
MD5 dc2f2d6521032fd26ebda4af3ebe97f1
BLAKE2b-256 d1b41373c9f3afe70576e5778dcad3e9831bfd39afbc271fce34c0793a61d0c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0cc9a47bf8cde85c99db5f4a919bb756e62427ade0f2e875a6ec89ae8492d486
MD5 312d2c35ba62110667b8f2a7e2d3c0cb
BLAKE2b-256 9a98a43f8240f937335c6d7a2d9ac555907afef26738f76f707f36f7f0548457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9a50a9da1cf93e35f26c4ddee162abf3184a340339ec2d4001c34607b87e71b4
MD5 6ee7b4c11d3f2aeb00b4d1762ad1468c
BLAKE2b-256 e4b8cecd841874066c705c61b4b1a7976bf4c50f30e9bc13dca88bb6c34a8250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa6fe8fa94a831886ee164ac03514f361e1387a62a1b9da32fde5c0c1f27fa8d
MD5 cf7e8fffe863e3274a3243f10060180e
BLAKE2b-256 9db137f9002daa7caafe742aa7ab650d4a4882312b65b2f44bf50a392601b321

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b217201efc007166e24e9a282007cc208a2d059350a7c5bd0b0303460ad3019
MD5 08bc132b090058daf5720362c262add1
BLAKE2b-256 8f23345991ea9b919fcaa36d66ca15f14f94e9a14d47f3ec1cb4f09e7b4d55c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2285609b4edbf9957440642493788ebef6583042b3fb96217c2e71f29bc6d80
MD5 a6ee4730fac91bf60e16dbdcfa4727fb
BLAKE2b-256 44974374aebba0f544c40ee0f925d68408c79d82b9c0a111c8dcdde5993e0dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65de5876e34780b43f92d9d2539de16ecc56d16f56e56e59b34adfa1cebe064f
MD5 e33c354ef830d8f2c4b808137a04e0e3
BLAKE2b-256 70d530495008f4f8e081863e18ac4c7d829ca208869f4647e860e7f475f94fcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46b8cc86204b51eddcf157cbaf3c44a20f24393030442af0909eeb961186cb67
MD5 ce8fabf4ab4d98ec333627027cc9fb12
BLAKE2b-256 9d93d80b1935bdde133253f12a9cae522b7d9a1bee10ef1236a8ca26388f313b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 01f426ee9e3a2d205aa4c22c3da996b51f2de75c4199ef703258a28b304dea8c
MD5 d3a4ed84a47b55a3ae08489bdb60e70f
BLAKE2b-256 9f4e111806d89a9782a0fffb56eba3a0f8608d1490076e45b59338332e81ce05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 74.9 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.18.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8ccc982197982cdda19e3e5ba4ef7f6ad6bed3eb39bb423bfbf7fa2cd29488ab
MD5 0266208c4ea86ae5c7f566299d6ac303
BLAKE2b-256 2665b6eae8046756a24d94c0be3b3375153ca15a7fc0708ae859d852e9e53d84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 73.2 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.18.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a1163bfe5d043c20adeb5c4c8e89dd1dd39b375c8ca6f1c1e35ec537ad7a12e7
MD5 0a481dc9425d3867fd13069ecd798954
BLAKE2b-256 a756909275c3c65b56aeb42b32623e2374040dbd0499bbb15da41046ede788f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab5941e1fd509fc151258477ef4b663fe14c94f8faf3581827bf4b02080fd4ba
MD5 d4d7b05a3fc425f02cc5d7c490364d66
BLAKE2b-256 96fbadfd19736ba058d2985c923d2e46a8492cc01e5de71681746ece299b9364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 b43d3c2e204d709af955bdb904ae127fe137363ace87fbf7dc8fe6017f7f8449
MD5 67b5f5c0581dec3d6011dab1f815d2ca
BLAKE2b-256 2bf7db37baaa84199c62942c5912ef20e49663e5a6c0c554302f7ebda823ef82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e7d3f7cd57ce0c6a5bb8133f8ed5c3d1be0473a88b7d91a300626298f12d0999
MD5 dc3a718ded715e5bbb5bb2c441b3fed4
BLAKE2b-256 cc3ae05810fb58a934437aaead11a4b4b95ff5038ea8411ef890a4148b59c195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 16fbebfc38ad4285c256d2430797fd669b0437d090e985c6d443521d4303b133
MD5 2fed8e46c0af24d3b93257d3d45c7c13
BLAKE2b-256 97da429126015bf7387ebde115845221a5f6f020a83075bd2e39bc121a4001d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 deb71e6166e4f1264174d78b5b88abd52b14c6649e6eabaf9cf93cb1c7362850
MD5 161c8240222893ba608407bf06e65fa1
BLAKE2b-256 f762be32e0ca97bb049e3a7a9ecb8dca1211756cd88373987a7ff0773297fe9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1b425a857ce52e651739314e4118fc68bd702ef983148b8fd5cb6f68bb6a020
MD5 db3fdb7d98f155d265f5087c3fdc9668
BLAKE2b-256 32eefc40c82dc430a731194a9daecb807f811c2049ff02110cc7cd85e5db5bae

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc74a9ef4d61e18ee6f1886b6ef1fe285b1f432885288afacfb7402f7d469448
MD5 8547c6675a8710ff27fe22d446ed80ed
BLAKE2b-256 c57359eddc71ceefd5fc50e81cf5f2cd20758d76aba9da5240b5e1498be5f17a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 827ddc3b3603f7d0421b054388da6face7871d800c4b3bbedeedc8778e4085ea
MD5 9e3e041789c74e2056ae4f1945620a64
BLAKE2b-256 b1da45d08e0def8f39af46f473512c3ac7ff1a882e9dbe4352be32f17cab681d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47509775a5c41ec2a6cd17c9c00fc14965cad8e6670059663872ba5e39332f57
MD5 21f7575a895eea262390cd64e256df36
BLAKE2b-256 1284952cf3559b7caa74571d80950f379923f0d2a79fdaadf3ef8fd0cf47a66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 041dd69026284d10f035cefb4a75026d2cfcef31f31e62585eeb2b7776e7e047
MD5 9d0a8ce408a911abf691502d1d9a9ba5
BLAKE2b-256 536e971dad95ee1454bb0746b0981777894530a5e951b8582c41f155870bccdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c4f59dd358c3a99efa46d62dc1583be3a1c37171f5240c4cbdc2d5838870902
MD5 2e7b56fdbeee38e78e2e7cc61fa9df4d
BLAKE2b-256 945196fe3c72ea81fc821356403543139aeb4b5f45f95416eefd3b18d4082780

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 74.6 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.18.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f5e0a03e533313eee9437ccc6c4eab47369f17bc919b57df4a20ccd8bc85d8fd
MD5 bd47412fea81fb187f5ecf707b3c2ccb
BLAKE2b-256 e2bf187677305f00c5d71184436c6bde3995666bc223669d308c97d7119ec30a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 72.9 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.18.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 313dfd911723dc3022fed7050a7b315d5d0681cd56eee08e44e2cbd39fd9ad81
MD5 36065f9fdb73dbb9c1838f666489b3b8
BLAKE2b-256 513e8863ba74c9b2478ee3db5d97c99c2e00c7815e6177240864e097da216336

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b482d1fdd8f860e743c7de8cd6dfe54fb9fe8cd6ccba29e2966912ac89e17b2f
MD5 9a71535e8fd816c9de97e0dc692ac1a0
BLAKE2b-256 d6a1307bf6afd3ee40266fb8f58a3f066f78fb27129d4306ecba8568c4497f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 56d36f47bc7c7684504f0f18feb161a0b1162546b3622e45aa6155f8285180ac
MD5 f68d5ac1294c7fdffdfb56fa4031ddce
BLAKE2b-256 f2434c570e97211107b31a50516967318b3a7654e42c9f96eded63e9cfb3a8a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 544e5607142d66a469ecf78a3154ec0f915834dc3b8cfdb2677a78ca58319ad6
MD5 e8d382588e4a9a7f09fa56c8c2c10a02
BLAKE2b-256 0acce44b55bfad937a643fb8dc40a51ba8672da528721a1fbca078c73ae22163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7339bd6203351555c1e728acd601ba95ebce0f6041ebdb386e025f00af3f1769
MD5 bac7622472a329e85f5f11303a4ded72
BLAKE2b-256 c7ef15fb9e9e2d0b705b42f136b4ba01c96ba0e74a21303ec68a7c87910ab254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8ac155e3fd3b54a63040df024e57e62c130b15a2fc66eff3c2a946f42beed52
MD5 1a2103b21ad406c9085b501e65109961
BLAKE2b-256 15905635a50ca2831dc88c0bf3ad6d3af79f0ede694cd92f40cb4b84e01513b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5f67bffa6fc68e391b2250e1feb43d534ded64a7b918eb89cf7e3e679759d94
MD5 00b7228e26cc707a5d64aee18fc1c3c6
BLAKE2b-256 e7766d2abafcb226be9a5c7027534be626361d6ac4d4c5dd0783d4197d126ba7

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dbfaa79b1c0efdb768392a19110f1aff793f3e8d43f57e292f46734b8affb45
MD5 9b667c5659e9b9650f4c08cae7b42fbb
BLAKE2b-256 4589983d203dd5729cd40093dfc50f3769903025c3596ea5766c34fff198188d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 682b202f56d9d9e1bb22eaca3e37321002223fd5ddef7189b9233e3c14079917
MD5 0f0bf20ca7667a877e58c64e6b836ed1
BLAKE2b-256 4fb2f01e914eec868330dc747a83f1e5118044ff66504114de2061d026b4d63b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3bba99178f1b25878752a8bc6da2f93fbae754ebd4914d2ac4b869b9fb24102
MD5 ca4d65498f33ceb35e78dac1db0edd9f
BLAKE2b-256 9c9e5bb167020a665f3934dc86eae8826dd0ac727340834a6639d75e68bfa1c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 76.0 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.18.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f85d87986ca375b8305b5c4f166783b8db383a6469e8b99b8dba22878388f234
MD5 2bda6990a07186757eaa2954230f74d0
BLAKE2b-256 846e362b465d7eb9f0bf351275d56061696ca2b1973af7068287d36df6dff6ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 73.8 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.18.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 44058bea97429cfa0d6fb1d8eb0736a77022f34a326d5bc64fd6fed8d9304571
MD5 255ec33103b7be4159127fdbd836323b
BLAKE2b-256 6bbdec3428229dc5707de9d60db08312034ab1883ffcbbcda6ebe43462bd647b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a89d7fe994b115f0a792e6673f387af3db812a1760d594abad51e0ea11d3e470
MD5 b260af9baaa194bf139510705aceb0ea
BLAKE2b-256 c64c90232d5e5e3a7460f9453f94053ed901fb3a9bf0dcce2e3684d759436bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 efae49d0148ec68b6e012f1b9e19bd530f4dced378ba919e3e906ae2b829cc31
MD5 614fa56bba6826ff59f9312fb4d88653
BLAKE2b-256 72835fc3fab2aca5bc6e72b3d53180a3ef9ba9894c5db30ace9c122f948c8776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b9893852c559998f667e6434d2c2474518d4cdfd1b9cec8e57b3c9d577ba55c1
MD5 c1f33fc19e31bee80e143b6276e61b12
BLAKE2b-256 e122c483a14ae63bb3fbf4e960bb462134342c9d35fc41817c69f2f6bc8c2a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 340b7d085b4a5063aacb8664b1250e4a7426c16e1cc80705c548a229153af147
MD5 3747737dbec7ed05082cf939ef9577f6
BLAKE2b-256 7475b4aee95666e641367fca570550816b906c0761236059ae74734e7884939a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f27a079cb009ba569983061a50a9270b7e1d35f81e4eeaf0e26f8924027e550
MD5 bca68487cc5c7c0f039a98ef2a795c71
BLAKE2b-256 d9fff190f20ed812b5af8734422b9d9ca34f2b6468f5894b3ef9cfef312f9cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab64f087c5863ac621b42e227e5a43bd9b28de581afe7be12ad96562b9be8203
MD5 42353a3561d6b7412ad2055206e3f4fc
BLAKE2b-256 24c142207c4fc7500e9137b45d8bd3872ab07c4c9b28b0de1cf473aa51319c74

See more details on using hashes here.

File details

Details for the file simplejson-3.18.4-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.18.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cdb5069870f7d26a34e5adc30672d0a7b26e652720530a023bb3a8d8a42e37f
MD5 c73977f6c45ca2e61bca8b977d599d80
BLAKE2b-256 8d729d2ec69170c3ee7956bad0e7790f6cd9177e8493cb5c071c9a03bd7bf892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 93ba80fbf959b5852554f23201a5f4b30885930c303546ffa883859a435ea3cf
MD5 28d9a88237a2662e4542f07877aae859
BLAKE2b-256 0edd4f2b06b11bd0207899e03847b8b1d43d01d4f1383ae766cfb80876d7f52d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 706a7fc81ceeb321a1040d008b134056012188f95a5c31ad94fb03153b35cc84
MD5 2cc51f1b632e70a2cb779f3f91fa18fb
BLAKE2b-256 2fb6f495558e67bf3617c540312a78b80a01c83e63896569575191e4325ed160

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e2f87a483c4ab0bb2a9adc9ca09173e7f7cf3696e4fa67bd45a6b33181e57921
MD5 d08806139c3b77d738d9bb3e97358be7
BLAKE2b-256 d314c072e37407c3681bf7cc6b308f258ccbe1c58982d5c0d3f1f8fa5d9f7e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7701a289d45fdfeb37f1d15cf638801cea439df667a613379443772a86e82936
MD5 59e85b8482daf95439e270b6807d98fe
BLAKE2b-256 972fe7427256ae9b0b6d5755b88b93774f6a617f7325f7656d02862733008061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ced906b172bfad62736a27cfafcb6e24bc9938533b0529ff8150f7926fe35b54
MD5 bae641f0cb2c74e6b770b848030ec633
BLAKE2b-256 e45764443f22aae330b1a34528e206a6c2165146e23cab04410ee9482ff13ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b6c6cfc492710d8f0303705fa1ff7bb3d6a145f523384e45a6f3b13ada37021f
MD5 9f9077a80ce354e8f53c32d08bd47d5f
BLAKE2b-256 7d235cdb83247c69fe763f2db1d8594d8139c90caa1ac3930619ae6aa12f08a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 edb334cab35dcd90eb563fdacb085f10e5dd0b1acb57fa43f8933308b42a8f88
MD5 382650bcbb3ab521c152ad91bc2f7020
BLAKE2b-256 0e7e3aae833fae527831fc8daaefcbaa458c7971549977a69d1acea6270b2f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4b5df4ee48403885046c6f4fd8adc84c4ac0adec69482f22a17bd4ba52876341
MD5 aff00912fe1fcf868bf69e5eaf662139
BLAKE2b-256 6f34651528851714af22ceea05a261a68452748ff34b90197c820bc4f7e8cc16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 676e8c182f8079851f12ae1cee2fcebe04def2da2a5703a9d747ab125af47732
MD5 9fccd2a85f3311e027260cc4ecee44bf
BLAKE2b-256 9a58ad95efce1cb48f27e594aaeddca88e13d4cf7a58f8291d7a47d37469de00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 094275b1b8f003afce1167c8a674cd1ee2fd48c566632dac5d149901d5012ff8
MD5 781d911bc3dfabe59ceef303d9717849
BLAKE2b-256 935ff81c7627e103bd1b5d4a719f1b547b77610f95adfcc3cc91b88768f1d4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.4-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f381747c2edebe3c750a571e55103bfcc33b2707a9b91ae033ab9ba718d976a
MD5 41ac7c4695caeaae202e6269c4a804fe
BLAKE2b-256 10b21f0eee9e1c10bad7fa2496aaf11a71dcac01d394bce2c5b2cce128e27e16

See more details on using hashes here.

Supported by

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