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.

Project details


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

Uploaded Source

Built Distributions

simplejson-3.17.3-cp39-cp39-win_amd64.whl (75.3 kB view details)

Uploaded CPython 3.9Windows x86-64

simplejson-3.17.3-cp39-cp39-win32.whl (73.2 kB view details)

Uploaded CPython 3.9Windows x86

simplejson-3.17.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (134.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

simplejson-3.17.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (135.3 kB view details)

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

simplejson-3.17.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (133.6 kB view details)

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

simplejson-3.17.3-cp39-cp39-macosx_11_0_arm64.whl (73.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

simplejson-3.17.3-cp39-cp39-macosx_10_9_x86_64.whl (73.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

simplejson-3.17.3-cp39-cp39-macosx_10_9_universal2.whl (91.0 kB view details)

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

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

Uploaded CPython 3.8Windows x86-64

simplejson-3.17.3-cp38-cp38-win32.whl (73.4 kB view details)

Uploaded CPython 3.8Windows x86

simplejson-3.17.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (137.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

simplejson-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (138.3 kB view details)

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

simplejson-3.17.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (136.7 kB view details)

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

simplejson-3.17.3-cp38-cp38-macosx_11_0_arm64.whl (73.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

simplejson-3.17.3-cp38-cp38-macosx_10_9_x86_64.whl (74.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

simplejson-3.17.3-cp38-cp38-macosx_10_9_universal2.whl (91.6 kB view details)

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

simplejson-3.17.3-cp37-cp37m-win_amd64.whl (75.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

simplejson-3.17.3-cp37-cp37m-win32.whl (73.0 kB view details)

Uploaded CPython 3.7mWindows x86

simplejson-3.17.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (127.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

simplejson-3.17.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (129.1 kB view details)

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

simplejson-3.17.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (127.7 kB view details)

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

simplejson-3.17.3-cp37-cp37m-macosx_10_9_x86_64.whl (73.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

simplejson-3.17.3-cp36-cp36m-win_amd64.whl (75.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

simplejson-3.17.3-cp36-cp36m-win32.whl (73.0 kB view details)

Uploaded CPython 3.6mWindows x86

simplejson-3.17.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (126.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

simplejson-3.17.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (128.2 kB view details)

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

simplejson-3.17.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (126.8 kB view details)

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

simplejson-3.17.3-cp36-cp36m-macosx_10_9_x86_64.whl (73.6 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

simplejson-3.17.3-cp27-cp27mu-manylinux2010_x86_64.whl (131.9 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

simplejson-3.17.3-cp27-cp27mu-manylinux2010_i686.whl (130.5 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

simplejson-3.17.3-cp27-cp27mu-manylinux1_x86_64.whl (131.9 kB view details)

Uploaded CPython 2.7mu

simplejson-3.17.3-cp27-cp27mu-manylinux1_i686.whl (130.5 kB view details)

Uploaded CPython 2.7mu

simplejson-3.17.3-cp27-cp27m-manylinux2010_x86_64.whl (130.2 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

simplejson-3.17.3-cp27-cp27m-manylinux2010_i686.whl (128.9 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

simplejson-3.17.3-cp27-cp27m-manylinux1_x86_64.whl (130.1 kB view details)

Uploaded CPython 2.7m

simplejson-3.17.3-cp27-cp27m-manylinux1_i686.whl (128.9 kB view details)

Uploaded CPython 2.7m

simplejson-3.17.3-cp27-cp27m-macosx_10_9_x86_64.whl (74.4 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: simplejson-3.17.3.tar.gz
  • Upload date:
  • Size: 82.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3.tar.gz
Algorithm Hash digest
SHA256 da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee
MD5 1dd5baacc5609ecb5a96ade67a6a8027
BLAKE2b-256 2f582bc9d908d3b52bc53876b438055ff129e28cc8b1a83a669ccc87e515c0a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5b080be7de4c647fa84252cf565298a13842658123bd1a322a8c32b6359c8f1e
MD5 b72a75e96c172187a828c37ee9558eae
BLAKE2b-256 99ee5031af2158610d8b4a063f9ab41cff7a89c472dc02b5b1d0a3e1bbe79deb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c69a213ae72b75e8948f06a87d3675855bccb3037671222ffd235095e62f5a61
MD5 228a6329164c68dfee91c0bf810c9d33
BLAKE2b-256 23e54a6b75d345583835575924de4f22b5437a711be7d696407a3093ec93a57e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23169d78f74fd25f891e89c779a63fcb857e66ab210096f4069a5b1c9e2dc732
MD5 ee64974548eb1a7ec8b4e92ce71af360
BLAKE2b-256 cfff3c6c4db1a028b7607804b45071e4152263a0a3e3b314b76bc1e166c60e7f

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3904b528e3dc0facab73a4406ebf17f007f32f0a8d7f4c6aa9ed5cbad3ea0f34
MD5 fbf66b0c427bc28f8fa229b135332597
BLAKE2b-256 36edd9c43def5d3c3f206f1fe1ba685b601e9be231d69b8fcbede5e8ea53f5af

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 56f57c231cdd01b6a1c0532ea9088dff2afe7f4f4bda61c060bcb1a853e6b564
MD5 5cdc2aeaa624ae842cb557cab936fbb4
BLAKE2b-256 390b8c270bbe4d6acf791b0e464bf1193b2ddab87c008a113d7a13fa03c0d6f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 73.0 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79545a6d93bb38f86a00fbc6129cb091a86bb858e7d53b1aaa10d927d3b6732e
MD5 16e09ac118fc93c1932cedc970eabd24
BLAKE2b-256 41f0d12e5462f9da24ddaeceef83ee11c3cd2de8d768663fbe4dab6ca39767a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ebbaa48447b60a68043f58e612021e8893ebcf1662a1b18a2595ca262776d7e
MD5 dbfbffea844c915b50426f1e8a2c1e5f
BLAKE2b-256 9a0ab5e25d58aa49f65487e1bf095b6eae9c25a661e392bed1671d37d94e5e55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 91.0 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3dddd31857d8230aee88c24f485ebca36d1d875404b2ef11ac15fa3c8a01dc34
MD5 e91cdf93cf751861b2d9233425c587b2
BLAKE2b-256 f051f362cedcdb3577a62688dc58ee8274edcd7897c2c90c2715ff3a1b7b7962

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 75.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6285b91cfa37e024f372b9b77d14f279380eebc4f709db70c593c069602e1926
MD5 75d144f97887db74211aed9daffab807
BLAKE2b-256 10194c949f4a729ef2c9128cba3b758895abba6d77ef284f72680d358f29b9a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 73.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f02db159e0afa9cb350f15f4f7b86755eae95267b9012ee90bde329aa643f76c
MD5 4a0aed3d3e36cc9cc107a7bdb932a112
BLAKE2b-256 2f3bddc158e4f03292b5226fe634809ac2d8e002bb9292155228856207323136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1331a54fda3c957b9136402943cf8ebcd29c0c92101ba70fa8c2fc9cdf1b8476
MD5 253655474507e18a19459b9fb9d47fb8
BLAKE2b-256 7d4e29d6712c2c7699e1f0aca4011ddc613563c2666ca8b9e1a37d5f7e4af8d4

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 391a8206e698557a4155354cf6996c002aa447a21c5c50fb94a0d26fd6cca586
MD5 a1f2f299e73d77f84cbaf055a6d0857a
BLAKE2b-256 1aa20fcb5bd2b2d128f49ebde0ca386ed44dc3c70bd7bf0ccd767fad9c54d4a3

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6510e886d9e9006213de2090c55f504b12f915178a2056b94840ed1d89abe68e
MD5 82f8f4cbbf0fb1ed12316aae4036928b
BLAKE2b-256 528285191d5543f29f67fbacdce878e8cd0cc35a133326a8a1be4f34e8633665

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 73.3 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff7fe042169dd6fce8213c173a4c337f2e807ed5178093143c778eb0484c12ec
MD5 d524f2e94cc24bc5eddaba1803ff2f21
BLAKE2b-256 34d6831335ff716f0324d1a0f2cf1688b68cabbf48e6027a95bd5ccdce0364df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fed5e862d9b501c5673c163c8593ebdb2c5422386089c529dfac28d70cd55858
MD5 a216e0e0c5d2fa368eb8d2fce41594d4
BLAKE2b-256 dafd1ae4ea6d4a06239b0a0829ddb78633c3774e170a2fcbf659a2a3d09181a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 91.6 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2104475a0263ff2a3dffca214c9676eb261e90d06d604ac7063347bd289ac84c
MD5 5220dc9c775141c6613fe8b91394a0c8
BLAKE2b-256 995f87c3fafadd590ee42ad5253c5e09061a7efa1495adc2415d1ae137fca326

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 75.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 32edf4e491fe174c54bf6682d794daf398736158d1082dbcae526e4a5af6890b
MD5 050a11824001f26a05d9b9237c338dcb
BLAKE2b-256 2bde3b5507608bd7b101fe86e579339840fb8bdc32e58d42842f9b26e41d1f18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 73.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b60f48f780130f27f8d9751599925c3b78cf045f5d62dd918003effb65b45bda
MD5 02c1f4a68f4cad61311e5effb0f7ff23
BLAKE2b-256 08f493e98b66637bbfa8b097d8ea0a1f7604f8bdfa579bc1b31cf13c3343fd3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f32a703fe10cfc2d1020e296eeeeb650faa039678f6b79d9b820413a4c015ddc
MD5 26121a2fc11269836d7689533d2074c5
BLAKE2b-256 163188fc195894893dfdc6b1ac47ea1344641c027ed54c3efdd73523ce2dab1c

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b25748e71c5df3c67b5bda2cdece373762d319cb5f773f14ae2f90dfb4320314
MD5 d3a5050efa8aab7712e855d718fa4a79
BLAKE2b-256 34f49473611e019962edbdc35b69f60363e605f21750c4b75d148560d1c63db0

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b4ed7b233e812ef1244a29fb0dfd3e149dbc34a2bd13b174a84c92d0cb580277
MD5 035328d460978ab36e0174a4e7baa8e2
BLAKE2b-256 f1e3596bc4301812260003dc2e34d34a2571ab803c546c8488c0649a1c533365

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 05cd392c1c9b284bda91cf9d7b6f3f46631da459e8546fe823622e42cf4794bb
MD5 abbc806ad6aecb9924667861ca6fd82c
BLAKE2b-256 3d2867690f95e703783b7a470541b2d88e228b8ceba4c7406a80eff504aabb35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 75.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 dbcd6cd1a9abb5a13c5df93cdc5687f6877efcfefdc9350c22d4094dc4a7dd86
MD5 5f615c2b361085b3b578a5e17f185da8
BLAKE2b-256 fd79cc96a98156ce4d14f5963a80639ffb76b32b78b3c089ac9248bdbca06027

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 73.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b45b5f6c9962953250534217b18002261c5b9383349b95fb0140899cdac2bf95
MD5 201fdaaae4bb685e6e71f73fc3c7574b
BLAKE2b-256 4c297e1379da2d9996bdbe29b018ed214791e3bc466035aaf61f3ad703aa5eaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e056056718246c9cdd82d1e3d4ad854a7ceb057498bf994b529750a190a6bd98
MD5 8028822b721ba5267727d15713b7be28
BLAKE2b-256 87ce91d5934735d6cc67638f9a888a2a5f4bf9f81ac4f149709352727aa1db10

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e3aa10cce4053f3c1487aaf847a0faa4ae208e11f85a8e6f98de2291713a6616
MD5 1f9fca890569073d435b368fef3ecc5b
BLAKE2b-256 f0c4f739f66db4845b95fcdd50ffac43cd4bad0d32f2fdc9c4ad8ace37fd69e5

See more details on using hashes here.

File details

Details for the file simplejson-3.17.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 02bc0b7b643fa255048862f580bb4b7121b88b456bc64dabf9bf11df116b05d7
MD5 e343c1f5d51799d7b44dd4b20b9f3e06
BLAKE2b-256 486209095efa0b7ef6533019a7942dbfe09276dbe8b7e5410bfe864e3f1fc485

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c91d0f2fc2ee1bd376f5a991c24923f12416d8c31a9b74a82c4b38b942fc2640
MD5 686b0c3126775a923bcb8b64e8001704
BLAKE2b-256 0f27e78a05903c6fbed833d2bc302fcb3f7e60fa842875d1e969186c82907b39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 131.9 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d61fb151be068127a0ce7758341cbe778495819622bc1e15eadf59fdb3a0481e
MD5 be2c2ef97c24fba6cf80d563e10d6ffe
BLAKE2b-256 aeb44bb014bf4d162e95a7c830865728a44477750de697564eb0dfbb7c062eae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 130.5 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 88a69c7e8059a4fd7aa2a31d2b3d89077eaae72eb741f18a32cb57d04018ff4c
MD5 b0e70b9de9be81d843ab8b56d37e9b07
BLAKE2b-256 3d0cd150ed0ab8aa4591a6b595d5d3973f2e40928c07ebb84712bede43c58c1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 131.9 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e7433c604077a17dd71e8b29c96a15e486a70a97f4ed9c7f5e0df6e428af2f0b
MD5 4ca6c7732859b5faf53947ce245177ac
BLAKE2b-256 c6e20533d2d71b35bb1241b845daea573c0c1524c397624fe4fb57dfcbfdc50e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 130.5 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3c80b343503da8b13fa7d48d1a2395be67e97b67a849eb79d88ad3b12783e7da
MD5 0158db2fe83516c69a8d3b2a03c193bc
BLAKE2b-256 a068013347659c5855a1bd68f74fed92cf0a991e592ed9249bdfc5307af597ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 130.2 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a52b80b9d1085db6e216980d1d28a8f090b8f2203a8c71b4ea13441bd7a2e86e
MD5 324c851648029f844e73ab2cdd5e2b79
BLAKE2b-256 00abc9bc0c93c9c326aaf461b266710fc57a3a3ff4b1acfd08844bcac020a4fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 128.9 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 02c04b89b0a456a97d5313357dd9f2259c163a82c5307e39e7d35bb38d7fd085
MD5 c018b680919616f5511339f318715191
BLAKE2b-256 82d91e4c1583e647455ce7acb0f2338038497032e4b944fd913c0d9d5d386d7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 130.1 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ff6710b824947ef5a360a5a5ae9809c32cedc6110df3b64f01080c1bc1a1f08
MD5 003829a5ad7dd2a6fb3bb50c524eb370
BLAKE2b-256 4ad66fc6ad2b9ac7949cd37a1adb34179b181c540fc07580c649056dc9da3417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 128.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8f174567c53413383b8b7ec2fbe88d41e924577bc854051f265d4c210cd72999
MD5 85f876d8a098f8f7f22b4dc60b5a1227
BLAKE2b-256 67bf41f4620add6093ca64adf22461aea3d5eca74dbad6f71516a836bf6e5752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.3-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.4 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.3-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18302970ce341c3626433d4ffbdac19c7cca3d6e2d54b12778bcb8095f695473
MD5 a5ec34489411375628cbb44dd35220f5
BLAKE2b-256 9996c993e6b4bdd53bf64344c63030a517847907e2b1266e3a836885f7014bb1

See more details on using hashes here.

Supported by

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