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

Uploaded Source

Built Distributions

simplejson-3.17.5-cp310-cp310-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

simplejson-3.17.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (130.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

simplejson-3.17.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (136.6 kB view details)

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

simplejson-3.17.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (134.8 kB view details)

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

simplejson-3.17.5-cp310-cp310-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

simplejson-3.17.5-cp310-cp310-macosx_10_9_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

simplejson-3.17.5-cp310-cp310-macosx_10_9_universal2.whl (91.6 kB view details)

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

simplejson-3.17.5-cp39-cp39-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

simplejson-3.17.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (129.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

simplejson-3.17.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (136.2 kB view details)

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

simplejson-3.17.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (134.4 kB view details)

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

simplejson-3.17.5-cp39-cp39-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

simplejson-3.17.5-cp39-cp39-macosx_10_9_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

simplejson-3.17.5-cp39-cp39-macosx_10_9_universal2.whl (91.6 kB view details)

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

simplejson-3.17.5-cp38-cp38-win_amd64.whl (75.9 kB view details)

Uploaded CPython 3.8Windows x86-64

simplejson-3.17.5-cp38-cp38-win32.whl (74.0 kB view details)

Uploaded CPython 3.8Windows x86

simplejson-3.17.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (133.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

simplejson-3.17.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (139.0 kB view details)

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

simplejson-3.17.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (137.6 kB view details)

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

simplejson-3.17.5-cp38-cp38-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

simplejson-3.17.5-cp38-cp38-macosx_10_9_x86_64.whl (74.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

simplejson-3.17.5-cp38-cp38-macosx_10_9_universal2.whl (92.2 kB view details)

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

simplejson-3.17.5-cp37-cp37m-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

simplejson-3.17.5-cp37-cp37m-win32.whl (73.6 kB view details)

Uploaded CPython 3.7mWindows x86

simplejson-3.17.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (125.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

simplejson-3.17.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (129.9 kB view details)

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

simplejson-3.17.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (128.6 kB view details)

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

simplejson-3.17.5-cp37-cp37m-macosx_10_9_x86_64.whl (74.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

simplejson-3.17.5-cp36-cp36m-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

simplejson-3.17.5-cp36-cp36m-win32.whl (73.6 kB view details)

Uploaded CPython 3.6mWindows x86

simplejson-3.17.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (124.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

simplejson-3.17.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (129.0 kB view details)

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

simplejson-3.17.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (127.7 kB view details)

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

simplejson-3.17.5-cp36-cp36m-macosx_10_9_x86_64.whl (74.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

simplejson-3.17.5-cp27-cp27mu-manylinux2010_x86_64.whl (132.6 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

simplejson-3.17.5-cp27-cp27mu-manylinux2010_i686.whl (131.3 kB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ i686

simplejson-3.17.5-cp27-cp27mu-manylinux1_x86_64.whl (132.6 kB view details)

Uploaded CPython 2.7mu

simplejson-3.17.5-cp27-cp27mu-manylinux1_i686.whl (131.3 kB view details)

Uploaded CPython 2.7mu

simplejson-3.17.5-cp27-cp27m-manylinux2010_x86_64.whl (130.8 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

simplejson-3.17.5-cp27-cp27m-manylinux2010_i686.whl (129.7 kB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ i686

simplejson-3.17.5-cp27-cp27m-manylinux1_x86_64.whl (130.8 kB view details)

Uploaded CPython 2.7m

simplejson-3.17.5-cp27-cp27m-manylinux1_i686.whl (129.7 kB view details)

Uploaded CPython 2.7m

simplejson-3.17.5-cp27-cp27m-macosx_10_9_x86_64.whl (75.0 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: simplejson-3.17.5.tar.gz
  • Upload date:
  • Size: 83.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5.tar.gz
Algorithm Hash digest
SHA256 91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50
MD5 1756427859454004e90e028d263cf23e
BLAKE2b-256 015241c71718f941c9a5abebfaa24e3c14e3c0229327b7ebd21348989845ed8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 75.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cb0afc3bad49eb89a579103616574a54b523856d20fc539a4f7a513a0a8ba4b2
MD5 fb827b1257f5b564d707e57526ab84b2
BLAKE2b-256 bfd7e7104d48efb7bd1413fcb6e57d7b812ca57d6c36ae131ed20630175ab662

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8e595de17178dd3bbeb2c5b8ea97536341c63b7278639cb8ee2681a84c0ef037
MD5 9ce5f61c5de250a9a319e0fe39cb56d7
BLAKE2b-256 a6c59a301547823643aa9522850207f2e255dd3bfc13c5f8af93c8dec2544e98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa86cfdeb118795875855589934013e32895715ec2d9e8eb7a59be3e7e07a7e1
MD5 f6b1ec3050de88329aaa38a750cf45d1
BLAKE2b-256 72074b509d0861eff32013819acf9d096b33516feb50f888df9807b9b81be674

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-cp310-cp310-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.5-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 352c11582aa1e49a2f0f7f7d8fd5ec5311da890d1354287e83c63ab6af857cf5
MD5 113ff742de4629e19ac71c60f8941486
BLAKE2b-256 2c8d317a7ac49b7dd1c1c3d8a9cb4f91aebd7e73d5d5153def32190d8f3cce34

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ce66f730031b9b3683b2fc6ad4160a18db86557c004c3d490a29bf8d450d7ab9
MD5 8393408d285d176f287d0bdfaa564445
BLAKE2b-256 eaea7d402a8f92ffc314eab47e1fe1f97ed6d9734bfe98851a25c4d021de0504

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10defa88dd10a0a4763f16c1b5504e96ae6dc68953cfe5fc572b4a8fcaf9409b
MD5 2d13dab4f350afa989440f914efca55c
BLAKE2b-256 93c636d71656c750d71e99b555a7ddc64352ed6e1a5c4259caacc18786165321

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 40ece8fa730d1a947bff792bcc7824bd02d3ce6105432798e9a04a360c8c07b0
MD5 32917e4df565f02a623e8dbd26e66b54
BLAKE2b-256 b8c16469287dcd63558ddcd3bd8d9a2d0a007ac29b94e0e1f07a762009c6eec4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 91.6 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5f7f53b1edd4b23fb112b89208377480c0bcee45d43a03ffacf30f3290e0ed85
MD5 717e9cddac175989dbee7eaa6e78d96e
BLAKE2b-256 2e0aa0e219f1156818405cb260ed91ae3ccc29a23c8a5213079bfb38883a321d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 75.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 71a54815ec0212b0cba23adc1b2a731bdd2df7b9e4432718b2ed20e8aaf7f01a
MD5 497a34176b49294041b3acbffd059acc
BLAKE2b-256 51f9e41354bc0c561040093a5eb7e0d12eae5833584c02f5cbcab5a78b27dfb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2df15814529a4625ea6f7b354a083609b3944c269b954ece0d0e7455872e1b2a
MD5 5d9026a14a9e81aec2cb0dbd75ce57c1
BLAKE2b-256 fdb0ebe6bfa4375861c5525178270067e2ee0b534b6391f22882c25fd711b1d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e90d2e219c3dce1500dda95f5b893c293c4d53c4e330c968afbd4e7a90ff4a5b
MD5 612436f54c7f76d6fa3d0420105c8c35
BLAKE2b-256 6659dcea8e992638a7c6447aa20d8d9134a7a11e612c7f2551afb6327bcf5929

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-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.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 07707ba69324eaf58f0c6f59d289acc3e0ed9ec528dae5b0d4219c0d6da27dc5
MD5 bc5e25718d28edd400f4110ac709da24
BLAKE2b-256 cabd90414daecccf065702af5721a47f1455de3e7c4c49268d40f18b695b22e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 917f01db71d5e720b731effa3ff4a2c702a1b6dacad9bcdc580d86a018dfc3ca
MD5 65f4e87a6cb5bc3f2220cd25798838d8
BLAKE2b-256 fc31e819aeba575486ced94ad1d9052e9e06ca87e516cd06b3f68d68136c8804

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e2cc4b68e59319e3de778325e34fbff487bfdb2225530e89995402989898d681
MD5 60684a84523e81040ec96ae42ee49890
BLAKE2b-256 4f15d8fe1dffc4ecc273ec8d7739f82347e8478cdeafb4c22dc3dcc8069c9c69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa843ee0d34c7193f5a816e79df8142faff851549cab31e84b526f04878ac778
MD5 a95bac7fa110317ae8cb1cfa4d50ee94
BLAKE2b-256 f8275075bb74fc63e78b75e29c9f9874d2a4c25ec4237791dc13b0137e4d7ad4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 91.6 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 457d9cfe7ece1571770381edccdad7fc255b12cd7b5b813219441146d4f47595
MD5 85915157068d0f21fdce1fbd38b346b2
BLAKE2b-256 e5f2c794b9feb1df2b3ab3119b1352d165dc2d3ac7eb46cf1538943534857dec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 75.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 188f2c78a8ac1eb7a70a4b2b7b9ad11f52181044957bf981fb3e399c719e30ee
MD5 505b531e9c68fc1533d7f037c3caccdb
BLAKE2b-256 0e8117d0356ae8292678f91feb395da366e076759617cb59ee11d6789df860d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5f5051a13e7d53430a990604b532c9124253c5f348857e2d5106d45fc8533860
MD5 cc00f053b11098b36c211001244e6bc9
BLAKE2b-256 ba3331798b27c25d907aa8992290a8ca869d5f7cc2b4345c6c693ed5053767cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 140eb58809f24d843736edb8080b220417e22c82ac07a3dfa473f57e78216b5f
MD5 7632491554d2af6efd6ce652293d3418
BLAKE2b-256 3813507ae3c85b411b5186e53b7fa2cda532dd00129d24b4941037eb873e3a8e

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-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.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 24e413bd845bd17d4d72063d64e053898543fb7abc81afeae13e5c43cef9c171
MD5 6b0d45afdb48050caf544a5f379c3aa7
BLAKE2b-256 24391464d5db8793be65c96bb025b22f94cd0a9179e4773444a19c7df7f10d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c9b30a2524ae6983b708f12741a31fbc2fb8d6fecd0b6c8584a62fd59f59e09
MD5 141382cee7bbbd85c3bb1395f69ab1a7
BLAKE2b-256 51cbaf393824b96d47b0b4a6571ee73061871b3ec1005419aac544e347a62650

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 73.9 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe1c33f78d2060719d52ea9459d97d7ae3a5b707ec02548575c4fbed1d1d345b
MD5 a96ff22e3efa17080a97c308d0ea8b45
BLAKE2b-256 08e7c144dbea4e98655fc7b13a5464e258b516468f98af7eace4b47f387fc6dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36b08b886027eac67e7a0e822e3a5bf419429efad7612e69501669d6252a21f2
MD5 e6451358bf348bfa3f20a06926c0acb0
BLAKE2b-256 ae86712b7de0697ae1790630ce80d70ae10c276635affefead770565e9e26d52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 92.2 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 78c6f0ed72b440ebe1892d273c1e5f91e55e6861bea611d3b904e673152a7a4c
MD5 674dc85fddb98a73115cbecb0b47e272
BLAKE2b-256 dfa6190d7e91eaa45aaf0cb82f02a939092179c210dfdaa4f15eb8076584baf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 75.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 86fcffc06f1125cb443e2bed812805739d64ceb78597ac3c1b2d439471a09717
MD5 e5785fcbc3617097eb0139cd37b5d86b
BLAKE2b-256 4d94bcb3af7bccd5c14c48e4458872b43d79344b246a26f147c30bfc316dc262

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 065230b9659ac38c8021fa512802562d122afb0cf8d4b89e257014dcddb5730a
MD5 0524099572b243d0c21253f71574d700
BLAKE2b-256 75a5342a164a5029d79d053214998696435bdc3cc5baa8bcbba2118a4794bd7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4a6943816e10028eeed512ea03be52b54ea83108b408d1049b999f58a760089b
MD5 7bfbc94f342e52ab6142c495d9c85ac9
BLAKE2b-256 147cca581db5d4785736539fac165cc0089735715ee0de23dc1c5399e4520b5f

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-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.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b94df70bd34a3b946c0eb272022fb0f8a9eb27cad76e7f313fedbee2ebe4317
MD5 513f19c29cb844b8de32cb94ce7b8746
BLAKE2b-256 5146a37c6ac51b4eb3c9e965fc5d3120ccbd04344d4ad07a8aa1a5cfb2c8e8f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3d72aa9e73134dacd049a2d6f9bd219f7be9c004d03d52395831611d66cedb71
MD5 40e29c946a33b54b30e1b06b25f41a63
BLAKE2b-256 ff04d363e14f688bfa7e93b7db7def21cebba7fb88231dc0ff9c3f68f5c5e984

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f13c48cc4363829bdfecc0c181b6ddf28008931de54908a492dc8ccd0066cd60
MD5 2b173a3e01fbaf6e93ef786e5bc6a9c7
BLAKE2b-256 b222fdde0c86995cc49480e60c62d3344be3a7c0af0c4d4b0d203a39ee4490a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 75.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1c2688365743b0f190392e674af5e313ebe9d621813d15f9332e874b7c1f2d04
MD5 c9ac799280a85d405ba12ee92df84b18
BLAKE2b-256 3188790961cd4d6a235aa5f624d51a99520ba4f3064f5a7bb212c13c474543c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 73.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f550730d18edec4ff9d4252784b62adfe885d4542946b6d5a54c8a6521b56afd
MD5 704a8a0b50915ef45c3e22eb1383f3fb
BLAKE2b-256 c961c9778a8da86b40f2ad603ce538960d8b929286e4f70fa1a996532d4edc49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87572213965fd8a4fb7a97f837221e01d8fddcfb558363c671b8aa93477fb6a2
MD5 65382149f5c23c13926108621f2c0606
BLAKE2b-256 c3c90fa6f8a812bef3885701d626ca11b84d3b6d111e44fd1ac2971e649507cf

See more details on using hashes here.

File details

Details for the file simplejson-3.17.5-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.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e29b9cea4216ec130df85d8c36efb9985fda1c9039e4706fb30e0fb6a67602ff
MD5 7c7fa8b5999f15ed4f4f2f1b71c47187
BLAKE2b-256 6184646d5238bddd2e436a9a6bacd260ef85626825ebe359ef807adf259c9233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for simplejson-3.17.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2b59acd09b02da97728d0bae8ff48876d7efcbbb08e569c55e2d0c2e018324f5
MD5 b6c69323753d6eb63ceb4c7e764a04af
BLAKE2b-256 d58ce0d7a9b169a1bf0465dbf2b89e22ddf9ef24abe874db10175d555c403ad9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 74.2 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ade09aa3c284d11f39640aebdcbb748e1996f0c60504f8c4a0c5a9fec821e67a
MD5 53ebef53579bea6a1300e089582c791a
BLAKE2b-256 f5a5892c1505eb5d56c08df4adf306afef1ff4f48b709206826317f91b89c75f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 132.6 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b92fbc2bc549c5045c8233d954f3260ccf99e0f3ec9edfd2372b74b350917752
MD5 6ce5f6cf58814b3388f6ffb238833227
BLAKE2b-256 26a404763ad3095adefb2161ae9d1de747714f116664525525e2793333f33cf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 131.3 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5fe8c6dcb9e6f7066bdc07d3c410a2fca78c0d0b4e0e72510ffd20a60a20eb8e
MD5 9a50d6a8e45bd0628b065536e7d2a22c
BLAKE2b-256 9d98303e6beecbc82a7e2b5160b91650002ff26d309ff9541358ebfc6930633b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 132.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 42b7c7264229860fe879be961877f7466d9f7173bd6427b3ba98144a031d49fb
MD5 268868ae63628656c798d05bbb88e68f
BLAKE2b-256 07bd694493858960987ced8f52cf5945acdde41aa299fb5656c0b65ab7fcc7f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 131.3 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 417b7e119d66085dc45bdd563dcb2c575ee10a3b1c492dd3502a029448d4be1c
MD5 cb34086c6d82e21aad021ba1a5f95ffa
BLAKE2b-256 e51ae02d7026685d8078828f1a502206529454b65c008c07d2dc7eaf9c96fe0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 130.8 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c2d5334d935af711f6d6dfeec2d34e071cdf73ec0df8e8bd35ac435b26d8da97
MD5 2e74712e521656f261494c2a93eb27fa
BLAKE2b-256 babbf1b741d5d59df25b4e0448908c5d545aac7cadddc14df6f0862e5bc86971

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 129.7 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7332f7b06d42153255f7bfeb10266141c08d48cc1a022a35473c95238ff2aebc
MD5 fde5926ed285775c09af050a2fba3947
BLAKE2b-256 e437f577b58f5b2af7a9ca5ee394901cc26aae98a109c0a61db6bba9b6ade03a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 130.8 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3ba82f8b421886f4a2311c43fb98faaf36c581976192349fef2a89ed0fcdbdef
MD5 72819540f932be6615b40264b8a9fa33
BLAKE2b-256 36642388103af590476d61c3c4b0c31c0c4335d4ed256c6b92608a04cb0d30db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 129.7 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b2a5688606dffbe95e1347a05b77eb90489fe337edde888e23bbb7fd81b0d93b
MD5 c36424ccade2a034234e2fe7ad639b51
BLAKE2b-256 ae5a3746d326c52ddd1098682480a967e1cded34bc78796bdb16153dfe4e6bec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simplejson-3.17.5-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.0 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for simplejson-3.17.5-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 376023f51edaf7290332dacfb055bc00ce864cb013c0338d0dea48731f37e42f
MD5 b0024384f522560ecb6f1bbfcc60684e
BLAKE2b-256 e8648f619136a810107595b996a5a1dca831ac7f70adcccb6c4a6dea469e9404

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