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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

simplejson-3.18.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143.1 kB view details)

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

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

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

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.9 Windows x86-64

simplejson-3.18.1-cp39-cp39-win32.whl (73.3 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

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

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

simplejson-3.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (132.2 kB view details)

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

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

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

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

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

simplejson-3.18.1-cp37-cp37m-musllinux_1_1_x86_64.whl (129.7 kB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

simplejson-3.18.1-cp37-cp37m-musllinux_1_1_aarch64.whl (128.9 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

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

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

simplejson-3.18.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125.1 kB view details)

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

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

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

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

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

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: simplejson-3.18.1.tar.gz
  • Upload date:
  • Size: 83.6 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.1.tar.gz
Algorithm Hash digest
SHA256 746086e3ef6d74b53599df31b491d88a355abf2e31c837137dd90f8c4561cafa
MD5 ecd07fca7a7fa0bcc9acdf9d82e41eb1
BLAKE2b-256 0fa079d2bec499cb53678bc20d41f9706ca02777f0876efa9b29a69fb3d55dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8061f5f4c1fbd1a6cb2174eb3ecd63e287a21ef59c4a1465f84315d541eaecc1
MD5 5aa0ac2be6ecc37893a45fd38202ae18
BLAKE2b-256 020856a04a9d69c3945d923f26449e5e5fee1e700560a27dfe4c0d6472a9bc1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3d2fbcd446bcdf7792dc53bde5b68091b69f1b94856db1fc35d904907b8fba96
MD5 523b9b54fcfce20cf9033e2163329441
BLAKE2b-256 6485dc63659e1e13fb648603c5b19f21b5864c18f7e214255ab345cc110816f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee8a49e42fed15e53ea4bf584ade744de1be251f26e9d8d25af856ab7b6d50b7
MD5 5b15bdce392056cfc1e9dbf7dcd8b83d
BLAKE2b-256 a17f2bf2ce8ad1eca37d576cc81bfa5c111ce44d8d4a9afd60ab4ea645937c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fdf064e57bcaadf7df7402bce22101103b9c7ff4f9615c8fa5e9027828abaa1d
MD5 6b3f890612ebb3a139d10b9b4ddbef48
BLAKE2b-256 85d8d1ae49b9d8bfbecebf40e5ea07a16619b2500cb8617a3a8f205386e152a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ba6ff90fc11a23236dd4ac3745dd58fa9673470ec1ac79df218ae0946acf702a
MD5 9891722f431c96d304e813ea1432fb0b
BLAKE2b-256 437c930d4603c2a87338581c78529b690ef44774897b1fccd380ca9f26be8dff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9bac4575a64bfc97890d10b6953800c397cda1d8c241eff9b4dbcb382a337532
MD5 fc965c58c642bff9a87fc0bdb17f136e
BLAKE2b-256 3747aff62ec9c552d00d6797057179da088db13786c30d451768dbeb719c2d53

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e50ddacae67d9423309cc3eb04bda8161b2c5c49432b4a32c83575f603e78cc
MD5 e9d5154522fe547df4dcd05059fb29bb
BLAKE2b-256 45e1fdad2ad49d198a93fed80a011cd9691246a37c2e92c786330103d76fcd29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 081a1e525bef7954d7e22b981aaed7af25866c6cd2213109319d007f8653ac18
MD5 8e3c6b41d63e106d423d2766af18699f
BLAKE2b-256 fd3da30f25b38ac2e08d14896eebde20bdf00ba1ce218663b137bf08fbed9091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e8da2f4f87cc71f61e35ee7c1b8a7a6c8ff3ecdeac2e00abe4e49bf8a5a9cae
MD5 192078bf1e75d7599ae9f7886ca13670
BLAKE2b-256 bbc30d23947b369b3a0a07268c27d9feffe19f83d7478fd3e0d3b64244a7766d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2dec2152af65fffc469b49bab6b27898a8e0669b49fd1ade23fcaa2f98e0d4f8
MD5 67c30c754704e92e54b27f92a80dff23
BLAKE2b-256 dd04daa32889574e3b057f0ec71d79f5a7ca30409360f8df3ad7b35e247be44c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 86e8cdb5136ac816a7237cba5e738ff28b6976fa0a0e0fef93ae31a097c1bf8b
MD5 9898b4812356c3fab7b68b309eb4e345
BLAKE2b-256 baf1aea8b20a5f7e3f90f1563e7deecb38299f429b85d344d8599c1a964074b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 128b931ff9ef86ac252e7c2503fbdd951d2985874fcf7b69ed267ddaa5a17b58
MD5 cfaa6bb155b113258ef3537678a3e5ed
BLAKE2b-256 d098a94d4af229fd185871afe303eb74b8fde9269dc70074c39a96818f791363

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 affb755fda33d2db93c05674ef5a50ee0395fa0ae2d9d0156820cf57273a5f48
MD5 2495d4f8f5519ece1e167ee418d5287a
BLAKE2b-256 be1feaff4126ad928c61b0d8a940df8077c55ce6a7adb70eb27467cfb97f04fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0f9b98010145cab76d1d61ccd753e7f558128375cd63926d0d28718847f13fd
MD5 154f1086d0166aee0dc5b09f166c3590
BLAKE2b-256 4e6d4d704c43f2c8f55c65b927942a1c0654bbdfb0faa5f4cafaac42b14f85cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aaa8d8e799eb1fd1b985d7b13954908ecc861b26b11b9e047320caad0adb4476
MD5 3216c80034127175618a85938d5abf72
BLAKE2b-256 b688b10f1f0b0b6d5beb83eebcb1cb4d730cca1b0738c714dad461f00dc8089b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cd7b2e53f2fd34048b73f49e81c540f0735d7bd34518b36b47ecc770eb28eda5
MD5 5626fef85be644ae6763e145394a2720
BLAKE2b-256 fe7065c8ca1d998b719371a4e1894ae598c12f64f1457b6ae24a008ad092b212

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f2bca68f02c2ca66cb97860307dd5abad405417a6f100f167d37b126a6bae93
MD5 fbd485ea229a019e07e0d88cfc284f02
BLAKE2b-256 e8da4dd10640745547d2b5162e73cf56285eeaf80b2bc0e81d2f1a341ac17711

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 766314378ba1eda1d5c2779ca7a79b16e7f438e266cdfff5e748e585d322643f
MD5 efbb85a7ba667abcbf874564beeb3b8a
BLAKE2b-256 f93e0037557ebd3b320322014fdbcb2194e5f0e255a1ae0fe2ef3d45b7c25b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ec3e189915167ac4c0f49f7916dde3387ad8dba74680342232c88baf68aa37fc
MD5 4ca6962d82c4fdb00ab19b69e687ffbf
BLAKE2b-256 8876ab3da0d59e485a811f534c2895fc4a23afe4a7184c3c255623e483a763d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2b0ea9020454c6b9725289282ff8df0e38ef7d9e44613cb62c044cfde518b7f
MD5 4a4793c3cdf9c1c744714e46f0a0519c
BLAKE2b-256 979635835d3ca0f411009e0298710546c5413e1cb2c3788eff4bfc50fa156fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c390830b16aecb53b1afb0c863aa4084e965731c2b08419c9e4e79667627b35
MD5 90e3c504e48c6da971fa257144da2304
BLAKE2b-256 c397a2a2a0b4c401615af5d03a8695046131624b4f40b1e5328b6e3316ff5888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 44fb979ea0790c2818e36c739b401734930aeeb4df51d5b04a02ce4c18103326
MD5 ea0216d616cc221c64213e059f434d96
BLAKE2b-256 242aa8575baa074a511a047a5c4a6e174d22bc9d262c3f602ddac0020c863a81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 28908114288372941a8bf9cd98795bd9db527bcb4f6a782e73e18c410909f3d0
MD5 14c6e05ec81cccbd9cca09f400a4d9e1
BLAKE2b-256 02db966c20ad7d1e8a7e47330d4105e9563049ecac1a5fa005e8aee11d479aec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.3 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1ba2f1e29b4c3bb1fb6a120df971e65380695149882c7edf90cfaf099998c9d9
MD5 391d281858bde1a73d2ee2b0333d43c0
BLAKE2b-256 0b5f8d315d228e33a3aea428fa0475e727fa224083c65d29ab447c9425a0763f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 514bd993830a2f975d2841607a1dae755c0417374fe9716f2d468a9fa98272ab
MD5 ec6678697c4bfc3abc59c7f857e3f3b8
BLAKE2b-256 1a51d33fd42d297010487f9f9a002785d18547682eeb3253e49a20338c635679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 32252907f6638f5781b182bda1326f63f53bfe549307eeba70c2ba5fafa9e5dd
MD5 214fb53c98bd8261ed86e5c32d081772
BLAKE2b-256 b086bace6c31dbd9bcd4f0b24f86244040fd30ebefe2281f8b3aea4b476cbaf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 876b8a1ac493342ac88ebcd6fbdf7442d4c8209d0fe01a8637840ae1e0e7ef32
MD5 e4c33f8539a77dd547072bb64522e85f
BLAKE2b-256 f0593f7cff62629f0f43351c9ca7189720fd611ddd22efe70b7a5c88f0a4d03f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4d899d2080cb91c9319a086852ec8d7bd0e4fb87fa9055f6200009fb247213b
MD5 63b7e3053a740ab3ac7177f21e2d56d6
BLAKE2b-256 3d9e4f3425147bfba57f732a4f04340b8bb100fa772190d1f1b964472e8d0e34

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fa6b86bb10bec92b4ac566ef403d2bf31cccf89687556200086b6d3028a1b4f
MD5 5cfbf0a07e480e91f3a9183d68efd8c7
BLAKE2b-256 e28f31b8eef9d262380034f7e5e82a7cfcfbba956c9aceb620c0996ad1a8cca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9cb5c93c967189909723ee73e01df78cda868af868f824e4620483db52d2c028
MD5 d7ad972a0f2daf46d7a6e233c1e5d932
BLAKE2b-256 0d8fa011627a61987ed4384d7714380bf5cd11e3aeebad1a56a45612525b2c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b06af5e5932f01922137e196708658284aa9333c753ac81d4dbe394bf15879c
MD5 803e00b73e5be29c9f8eb5e0165b7ba1
BLAKE2b-256 8d68ffb366469d5653cdce070880ae95b60ae6e02a1fbd78ee1f531428714dbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04dddf0661b5e90110010d949421b2a34e2ee3aebb507c9a6a9847b8b0123223
MD5 ad018ba964071c7e7ee169c75229f4b9
BLAKE2b-256 bfce42721528e2a0823694ff7c2a747d7006d6a52d087c741b73c82403c56155

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 487462150adf9fdbd2212b8cf04ad573a927e32a7a777b920a66cc5b2667bfce
MD5 bbe47cd6a0be170df98a02f783e08cb8
BLAKE2b-256 15163429cc516d1b3b84c405c01dbd4b0db2476607d1eb5d54a096cb271c04ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0bc11f3957035b74b8c02cdcd8501bb04e0c03600d6407089171195e3f8ab311
MD5 7da35aed2dc65560664c4a46cb01783c
BLAKE2b-256 0fc4afd0b77c904d2853c2216b9ee63bee760d1973e0dcea866d136e43927adf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5627dd758ac5e3a2260b4d63f0ae1276c215e968dc73a77ff8cb99b814f04741
MD5 f4f18b84abd141089269b9d350cce2db
BLAKE2b-256 b7df009274fa69c4bc5b58e573d4ad44fb34d6bf5c77ae618983ba8244aaa2b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fd04f41446062c5b2f73d7fb95f26622329d7e4c676ed9b26133149ac110435
MD5 f3f897340d3808684c9186cef45bec7f
BLAKE2b-256 2af7b9f7ce0df922ac2f02b36735f7cb7ff173ef82753b3d7b5fbf8e61e7fe3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a63816ddad1fd3788cfdb31dacd4ee187205d9501a3c093560e2d50952ff5367
MD5 6fedb7db1cdcf0d31909e73ca0098638
BLAKE2b-256 8f2153ab5bc6913ec9b26f7b4519e52018b7b45968f710e0fb0e69c7fa6f9c74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 57b6ccc4f6676977901f65e6fb576e3d24e534e2066799669d528591b49ad405
MD5 0bc1de803c8bb4344ff9445d1f0601c4
BLAKE2b-256 4e082392ab91868822bb416b5b8435a77270698e1ab01a601ffedb316bd4ab79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a6479f76f10546faa2af5cba80855345822eaa2b294a48851086f4be2189bdb
MD5 d433f4a31cf820b5d4063f6c270a024f
BLAKE2b-256 db314c620fc8ce6b8d7c96e4f0aeb8d0b0c24b9d0199dd34cf2b188cde7b2157

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc534f8ca83b672774bca72850022fa8ae9e34e2f6fe401a655be823873fd14c
MD5 e4cf105e07d24b679a9d62441dc816dd
BLAKE2b-256 ecf4e3885b301f8871a53f00ed0d5326901f1d810e1dc17230bc09b4f3d4adaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78f4feb838b35035a01ece5e473797db0dd7df5fbc14ee7dd00f76b98160fb14
MD5 12a5edaea58e62d4f33b1c61631cb68c
BLAKE2b-256 3615d1e0df3c5f01a660884a8783520b605efc3b8f349f3cc4260d345480aa26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6adb7667764d583f7c76eec446f07d337bbfd37edc9e79b702bd45f2a9b7d42d
MD5 fa6471a4259b3dadb45a63f0901386ac
BLAKE2b-256 8435b9332cd5172b64ffc6497393326f1e0cc7899489b0371dbba5b311081ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 884c1aa219cc0c7de2e82566f429eb8550b40c09a7de008acdc6fc2b99913eab
MD5 3d4cf4d48d77cad57b266ad3b54586e3
BLAKE2b-256 c086a8f3a55c9d515ade1557a433023da255a0edd1ee025fcac1560aef184121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 77742d20075fc5cb492c807616be100e725fc791c0ce116a3fe439e17035efed
MD5 3e67ae627122563d6a549c212b9e774d
BLAKE2b-256 8469090f38995187e3980fa74b59eae200d55ef8d978717efa68213e464539ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0c1773f2eee5e8a4d74475caed96cb6364fbebeeafb5a915af7d93d9c0ac28af
MD5 70a572e5db849cd4c963b6ed0fa3f5c6
BLAKE2b-256 12d7a64dc64ffecc8a07afe48a05d2bf1c8cce807d31f52bf6749efd513eebf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2b1eae836e388851d3d95260c113df66aeeedb1dd20e60dbc4439aa2b346903c
MD5 09b5615468d9a548a3e1b99f600e0fde
BLAKE2b-256 b4e6e6bd624345bf22afb949b3b222331b8ec03bfa8de1ab94e16606232fd40a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5010b2657e03ea230766f789369708a5dff2aa0a29d54a5c92fdf851f6aae37b
MD5 bfa4910dafd6bc59c5e070e4e4203098
BLAKE2b-256 12a0b38d96776b773afd7412d130de70ecf7d56645a0e0804efbb541be805c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cac4b2af2b52585eb0c1c8fa5baff09856040a3e5575f93b3ce65136ca7840cc
MD5 c90657930b1ddb5af4573a6c91e0799f
BLAKE2b-256 b8857c085c0d4889a19db069256971995755a51b624cff1146e627c9091bd792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9608b83e2c3d0d86b618e1d8c18b12572b0c688f8d08c6cbc7f8639c731e8e0b
MD5 0f390d467e14b4ae16cf9981bf93459f
BLAKE2b-256 0fbb69564f69a65e5d021e3fa7517102c3d29efedfc26305a7f690074d0231f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ae965e2906209a529f519edb1d101aa53c77208845973bc80343ae9cfb92297
MD5 e5a7ad9cec9766e4119631c89f13c5ba
BLAKE2b-256 5f21a69f23f08fdddcf78f5f2b9989a8bbde947c55400f438339e38786612dc9

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66dae3897156b3654214e48cc807f66ed100d884b3fa1ac93fea34ff5998dfc9
MD5 6e8f451d085a50a17775b947eb093cd3
BLAKE2b-256 1f125e0a64b3fc51bcf64f21d53c205f9dcf877e07d507680ea4c4f81292ac33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 652e2c36f6b186e52ff7e59a3e3cfedd9585fd19f133ec57c5b3e93fd2a633c1
MD5 a28eea2ca2a1f13d1f12ce56499370c2
BLAKE2b-256 abe7a6c5c113cb3ed8a00c0151292b91493ea282a2a22a91f6c4a7a71731cc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb7755521d3a6501e6a435430f5594f8c409b80525a5a027fd1e0d388d5170ee
MD5 d8d0fc4a61e95da9dd36dbee62625220
BLAKE2b-256 d2771ae2a75c8116181ac20493b17866e2e541e4205eaaac19f410f8894bdc16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 039b27f5a02b0919bea8af92bef1929ffd84ec98381f4fd72b6d29dd4742f7ee
MD5 c5bba0a3924ca17871fef85b5937713e
BLAKE2b-256 04c616e05df39566f218a14f690f2343687d224056d72c194bf85ff819c784b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.18.1-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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 64a3b477359ab66674e3b56e04c9c370e8df19161ecce260b94f7c8555adb8bf
MD5 8ac072ba16b33a074af0e823a0488e09
BLAKE2b-256 fa84e259e3df299a49097a8cceccb5d257129efa0c91e54b19d934899cac346c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 70b92cd8a476b1ecefa3867669eac06fde3fff354a8cb9f91c45cd3ff706c0ee
MD5 f4d32ede6de4734f33b6906d8995be82
BLAKE2b-256 7b1a2da7cc572be11d064d7708ce203d7438bf52db8a0869615205318481a5d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4d9c6e9404a4508f929feb50fbe6ea50345fc72470a2bb748ebf0319180a4559
MD5 532d89112e51b1b69b38926a06495328
BLAKE2b-256 00fd5ff00d3358cbb9b2c5b1bd8cde9900eed7de227e63efb2cc5207630b3f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 802dfb04449be795f6ba8e082c3f3de14ea63fc10d6b699567632b6e457147d3
MD5 82ed213dac23170b168cc15365936286
BLAKE2b-256 131dd9c56492dd79e3832990d81cd212bf8769fa89e77690d91a64c040f878ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbb77592448dbd1641cedc2de4b374c45ac9db463c9ba467ef9960e8d5cd4c63
MD5 e975428a46774394da68737a2454c152
BLAKE2b-256 e5429057ff14ab3f1c93cd4d0a6c6a58b654fba16ad75e7c05a524060143f6eb

See more details on using hashes here.

File details

Details for the file simplejson-3.18.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.18.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a39ff00d2ba06c05b0130ee7b3a431e8a81356bf3a0008b98c41cf1bef3662ee
MD5 4070e809271fb3946059389d2459580d
BLAKE2b-256 4535922d790a268f56ea2a4a294096b78c17e9ce6c96bc4f79fff14b883e24a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2869ae5d90655fd2f817411a54008107c3aca0a199cf978b60f8eea082ac5ca0
MD5 2b5b4f8c2d59336134ec9ba973bd387d
BLAKE2b-256 92027002d0a86c459bdf99c429cab70d4f03a5cdf35ff3f0c1c656c8b2f59baa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b34081b9b39e27fb7c8189a0b78ef8d9e1bb8a2238d8ab1cf7c5a17d517cad95
MD5 de2ced89e2e6232fc1ea3504b3886810
BLAKE2b-256 bbc35eae949c8da30a6cfbf76aaf4ad8ae81f7d0517facc5725c032a21431e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 91ed1b72edd36c68ec76e94ee4511048b2bd0b066963c1696c42a7a59a585a93
MD5 6e014b46da746e0c5f6e28ba5c1d262e
BLAKE2b-256 b2863f43f6e8e76c611169c1d8988ea10c521c11d9f8061366e9cc46c0ed7842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 05b907cdf2bfd5e8d24696f5b4ec7dcf98303ea0d2ca2e1544beabfdc1a60dcb
MD5 d7355956cd49838c5116eb0dc2e7a6f7
BLAKE2b-256 907bcc23345f9b6d23f91dc0cd036a7611601da079cbf43461f11b09339019ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 188d3e1a20d11507af0606eed14accb72e629c0e28830feb487c6b0e134be625
MD5 bb96b148b92024be24acf3900b98f45d
BLAKE2b-256 a74f8211ebf7e6ee19d55e3333efb8c0be49cba556450f90dd526b3bddde53cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a8f6523a69a0fee56f65749487fd47b11489a98f1a913f35f3be778fefa45ff4
MD5 34d553ed66634b7686e0afee84c6646e
BLAKE2b-256 fe77a8311165b8636a6aea456339870db3c25b7508d28f1754963bc3aad612be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7b76e623fd8553379a37e97219e51f66b0fca6bb9d6ed13da07bdb768f29d966
MD5 08ce48abe1dddd725353623e0847dc8b
BLAKE2b-256 522d5e3b993d6a24d828b26530fe4d42ca5bb7c50d7681a7da3bb44ab5fa0c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c70b314b5ffc3b97239cf491b4b4f65c5882c9653359791914995d78aeb4791d
MD5 8d12f9ec4e4fd57d89ab32cea75066da
BLAKE2b-256 08c67d21dc885ba8ed8f74a1eb5c2a30600a3925e5f55ef5b4a893275057729f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2d4646c075da38dd668177e192cd5a6fd42f06bdf722cc1622b768e26ed97611
MD5 89de158b496ce0ec30815419bb80911c
BLAKE2b-256 22044daa312cf70505f5b6bbe888f5bba4370f24464100e711c3a4cb7dc43f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e913e3a0818b178138658a84969b6d1f057be41a0eabdb0caf49ff4a577e060
MD5 22af903f36b348be1db5f08b73df5228
BLAKE2b-256 e1bc9a1b0c6e0effacee07ee057cf7d7a4b5243e9d5fb42468f4ebacf40d1dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.18.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e153cd584d63aa9c70db25b7c094e15ec2dae804ab78291a1a8709be768dcaa2
MD5 da67abbf7b15eb03d1fb2cd654dadea9
BLAKE2b-256 d65cb2af6f5217c4558c2eda4be416971b18c9e26a4540b8c313fcc15d6b74a8

See more details on using hashes here.

Supported by

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