Skip to main content

JSON5 rough serializer and parser for Python 3 written in Cython.

Project description

This package is the same as pyjson5, but this library does some crude decoding.

  • interprets True and False as booleans.

  • strive to properly handle unclosed brackets.

For more information, see the source repository. https://github.com/Kijewski/pyjson5

A JSON5 serializer and parser library for Python 3 written in Cython.

Serializer

The serializer returns ASCII data that can safely be used in an HTML template. Apostrophes, ampersands, greater-than, and less-then signs are encoded as unicode escaped sequences. E.g. this snippet is safe for any and all input:

"<a onclick='alert(" + encode(data) + ")'>show message</a>"

Unless the input contains infinite or NaN values, the result will be valid JSON data.

Parser

All valid JSON5 1.0.0 and JSON data can be read, unless the nesting level is absurdly high.

Functions

You can find the full documentation online at https://pyjson5.readthedocs.io/en/latest/. Or simply call help(pyjson5x). :-)

The library supplies load(s) and dump(s) functions, so you can use it as a drop-in replacement for Python’s builtin json module, but you should use the functions encode_*() and decode_*() instead.

Compatibility

At least CPython 3.5 or a recent Pypy3 version is needed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjson5x-1.6.2.1.tar.gz (96.9 kB view details)

Uploaded Source

Built Distributions

pyjson5x-1.6.2.1-pp39-pypy39_pp73-win_amd64.whl (113.7 kB view details)

Uploaded PyPy Windows x86-64

pyjson5x-1.6.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (270.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

pyjson5x-1.6.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (142.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyjson5x-1.6.2.1-pp38-pypy38_pp73-win_amd64.whl (114.4 kB view details)

Uploaded PyPy Windows x86-64

pyjson5x-1.6.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (240.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

pyjson5x-1.6.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (142.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyjson5x-1.6.2.1-pp37-pypy37_pp73-win_amd64.whl (114.5 kB view details)

Uploaded PyPy Windows x86-64

pyjson5x-1.6.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (240.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

pyjson5x-1.6.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (142.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp311-cp311-win_amd64.whl (119.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyjson5x-1.6.2.1-cp311-cp311-win32.whl (107.8 kB view details)

Uploaded CPython 3.11 Windows x86

pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (859.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_i686.whl (923.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (310.4 kB view details)

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

pyjson5x-1.6.2.1-cp311-cp311-macosx_10_9_x86_64.whl (160.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp310-cp310-win_amd64.whl (122.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyjson5x-1.6.2.1-cp310-cp310-win32.whl (109.6 kB view details)

Uploaded CPython 3.10 Windows x86

pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (867.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_i686.whl (933.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (329.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

pyjson5x-1.6.2.1-cp310-cp310-macosx_10_9_x86_64.whl (170.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp39-cp39-win_amd64.whl (124.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyjson5x-1.6.2.1-cp39-cp39-win32.whl (110.8 kB view details)

Uploaded CPython 3.9 Windows x86

pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (871.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_i686.whl (937.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (335.5 kB view details)

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

pyjson5x-1.6.2.1-cp39-cp39-macosx_10_9_x86_64.whl (174.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp38-cp38-win_amd64.whl (124.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyjson5x-1.6.2.1-cp38-cp38-win32.whl (111.3 kB view details)

Uploaded CPython 3.8 Windows x86

pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (870.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_i686.whl (934.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (334.6 kB view details)

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

pyjson5x-1.6.2.1-cp38-cp38-macosx_10_9_x86_64.whl (171.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp37-cp37m-win_amd64.whl (121.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyjson5x-1.6.2.1-cp37-cp37m-win32.whl (110.5 kB view details)

Uploaded CPython 3.7m Windows x86

pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (823.5 kB view details)

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

pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_i686.whl (891.0 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (282.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.28+ x86-64

pyjson5x-1.6.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (166.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyjson5x-1.6.2.1-cp36-cp36m-win_amd64.whl (131.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyjson5x-1.6.2.1-cp36-cp36m-win32.whl (117.7 kB view details)

Uploaded CPython 3.6m Windows x86

pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl (823.7 kB view details)

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

pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_i686.whl (891.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyjson5x-1.6.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (281.2 kB view details)

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

pyjson5x-1.6.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (163.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pyjson5x-1.6.2.1.tar.gz.

File metadata

  • Download URL: pyjson5x-1.6.2.1.tar.gz
  • Upload date:
  • Size: 96.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1.tar.gz
Algorithm Hash digest
SHA256 300da4c8924e993905703c7f2bc73c1397b7a2b2739c3e0a10a9cb06a0a25822
MD5 a4445e75fc27c6fb17a7e5b5017a1d01
BLAKE2b-256 3afe79710ae04a5e5725887e75bcb703a61adc9acaa98a9e7495d65fd2c7b847

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8fcecc8f1e3a436920492b773a9b170bfde2f0fe8c895712ca58dddabd1870e9
MD5 579029223aea82fd93e2ab4d60b07bcc
BLAKE2b-256 a1cdb91c75e1e27caab7f9467df07e6c643183689aff67889a841510844bdc51

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a70cce867442d322477f043db5063c18dae7fe8afdc9571f24af3e264b3fce24
MD5 7ce73f6c635fb14c73bc8bec545b1ad0
BLAKE2b-256 54c0fe3c3eee60836d1a6298a3bc87eed134626fda955ee746eaff464b302dff

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50f95b86eb54ab371024588047c0e9e046566c8b049fe80d7280640a24cc6c13
MD5 390170fe4268dd90936468925c5482a3
BLAKE2b-256 019cfc70a17b5836451311721777962e682ada393eef49f10b6dde33a0cfdaaf

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 64b76cd1d969cf8ba1d5d6d92d6c6f2f1de17c767c0680ee4fb9128703fb046f
MD5 bf1603ccba223917e4947a7285416e99
BLAKE2b-256 6ced0abed36e141277e127d6fd90d6a9cbb34fb6b20718424b74a6a344b46873

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 117b970c13bf263ae359163522825ee0e18ea0c74d7e1250ff5d49bcab5cc0c6
MD5 8ef2c37fe3c2e4012599a0fbd7e1a637
BLAKE2b-256 1ae5294a529dc228beb91c969a70519d920516ff119de184b3be5a0e41f009ae

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdb676d6014afe4af55ce8b2f9fae54bb78992e8faaae9d0f42dce7531eb5745
MD5 f031481ab076f64ce96d0f7f9ade02d9
BLAKE2b-256 35f84e2df40f9f9f0b041fd7b8b0a566e02cc849b557fe169b51a95c6960536e

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cdac275836c8687a5e94258fe1fe8c20bbf82ae532a77e99918388ef37c59295
MD5 6931cd2dbf1960a68bcb23616e04dad8
BLAKE2b-256 97bb4f0b6f706663ca48c0e7eb049e4211bb6f75caa5c26571c0f6f0639ffe48

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e8214f4db9815bf52653dbc0c1284b3a3ea6384cc78709232a7d19d7396f144
MD5 6c04da8887949df67c73a658641c4c14
BLAKE2b-256 93f23b1acca39194865372b794f1dfea31cd7d3ee01590ce212747e5abc95e43

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96e847c197b255d810fb93ce1e02c5f363edab9300e31ea462f75febd1eec681
MD5 4daa4a0a2af9d8921d2c77b118cbe5a6
BLAKE2b-256 37c64731a352120d09b30f2dc5f9795ef24c81f41dad30e3df747f5293f07b85

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 518c8b5aabdeb143e165445fade9ec82a3a0775ee871788c431c8c57555ac5f0
MD5 f097ec5e8c48a0df02dafd5056e4b53c
BLAKE2b-256 84f79ea5763061a9aa27e3d92657a048f7568a37742c865c9d3395438700bcb8

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 107.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d14e17e0b673884e793e3f5d95827752e349d4de5b19c2b6b963bb3b2a74b28b
MD5 1826acc4b07cb1553f7b990712d82c10
BLAKE2b-256 7443641760d16d619a07997d30447a84303d69b864176c680d6bde4f1adda255

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ce1576652609e65271d66ac66798d52297040f2d76048f9d27d1c044583fc14e
MD5 5c25f9ae583695a544c2291ba3746743
BLAKE2b-256 27b01c00883488d85e5f44dee5b8303a4f86040522daa654e260c7d736201804

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 90e8a4519cd0d32d516f4b8f292532b69295faf90c009eae41941c989d7a8021
MD5 5ad0e96811f42929aeffe0a9e47c6b57
BLAKE2b-256 307b052558f86de727dd2deeebf6b8c1af4b2ea5ac5ac259275b4833a5dc7e50

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 906b51e11e79437790a0141c3c714fd3a01f2899581b4dd8401db7c3f63d9fe0
MD5 b92ff0fa67c8ec66412097079829920b
BLAKE2b-256 75c723819c7866953b86d1fb5c9c60e7ad69e212599001ea4ee2062eb3cbbec0

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35bfa412760992e5ad2f2c53ffd0403535f53dee2ae1fd370bfbb92caf092040
MD5 1342f089c284edb6f169ea8c3e4c0676
BLAKE2b-256 c9e3c6406ebe9e18d54ba1b89d2e63747319ddc905b6fd93b2dbc364a81b2320

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ba9342052af6036e8b5d86015ec855d9b74c0e4c34897c68302f8def6a248539
MD5 06177229fd0eba63dbbfdeaae039db49
BLAKE2b-256 001a17b12f4892d0f326b311809ebbdfd283af55e5304fb7d8fc028f36eae678

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 109.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 51fef30f6e0f7921bd9061012c3831c9cef8328f469f4d404c8ce4ca62bef360
MD5 297e41a678838ba94961647192bf4f2d
BLAKE2b-256 ee5f8081fba4a6978c46e10e38a2b19ca515b0bc4072336103cea4d6a6babda0

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b63bcf6c6400b9ed39921d28b4ad65346ac869b6ccec069eec17cea5e58ccd5a
MD5 bd2f1409020fd872b917b09405376a0e
BLAKE2b-256 96dde18de65cde25ced1414da3d6a0f201aac5a17e470f7a0e5eccf56283a687

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 538a422d9746eea85a96aa91b4ee612a6fd8149895df53edcf1077c7f8f1821c
MD5 f899477189ee96b0301fa2240b3c6d7b
BLAKE2b-256 ce470c73ec5f1a5cb3d86fd6730df548d69131779ca5cd19a161173e10ad079e

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ac7a25084906e31a62b74f219cd35f7e44914d7b3d4c28f0bb47e98f6008045
MD5 9e8b3f5cfb3df1d24bbf2ed0ae7a6b54
BLAKE2b-256 e48cfef80e4f51c7073a3e8b7d0fecc885251a32f4d3a83161c0a19f68c85a13

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de708c37efeab7b58fd21962ed687e395c325d55d39e7252d6eb41bed6c68593
MD5 c0ca5b35c982e3772ab46494a69699c8
BLAKE2b-256 51e09758c99c5067bc118fc73e938264599f313ac3bd918b38f6f09e95d9ea48

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce7047ef7534e1c864c2732ef3f8536684a440d38e2514b5629d5c0b49e930f4
MD5 620282100f4731e384458f564f1f9d4e
BLAKE2b-256 c11a6914857866f6d99f812edeabe51799110fb6a868b8c25ab9201773ecfd8c

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 110.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1eafa35eea4e363a1f55f5cbb39aa22765d57727883d8b076f51a0a9f4770e8d
MD5 1e87077540b0eda6b90ebe90cbdd2b59
BLAKE2b-256 4c6ab740896ad45381059957d4cb19ad2c759cbb65742f967138d2ecc248af80

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 74281c5b7472155f5691bdd7c24b4847665ba53c5eb6ea756bf28e0173d2754d
MD5 a6216fd46b98867a29dd1363100a9591
BLAKE2b-256 72fabea060a31d94804aa59c05990d40dd8d52897f310ec34f0101722422389b

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6316b792215623e6a399aa63e8d8c8d1baadd0810705bb071d06ec963ec4a053
MD5 60b5fc93fab9317dbac58d1e4a75b38d
BLAKE2b-256 3301a4b59e642aa066a97fa386b76a3580247ef87371b0a4e8f99863ce6bda38

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad3b3a8820c8cb0a7971e48d8e90713bef344456ee9d1b10a85d3b2e5f89627c
MD5 5f2ecb85e5c94b4977cd578c69d935ff
BLAKE2b-256 3aa6d22730cd23e99293f08f98d748a759ded4e7196b2d0dc96239377c330d2c

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cec484af24240cb25d84845fbfdb6bba314af5ec52825ab35f5ba69d6e3e687
MD5 3d13aecabe66e3471739d9751cbe6a3a
BLAKE2b-256 028f6907d6eda4821a2d50ff61a6ca4b37c1025a58c5ff6e6b36c233e9928dcd

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 394f1386341a0ad1d57883933e54045d5eed4702f212ef7f377375106d89c19b
MD5 93bf1e3080a201df08fa9d3acfb8600a
BLAKE2b-256 4f48f8e53a4eca337fca7cf502ea7dc10801b15e75b7a6aa991041bf1b6d8230

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d5bcf4982aac36b6691cb93233d084e4c012c52585398691d1632a796e4236b6
MD5 a80536c553ce6b371a8526697d907dcb
BLAKE2b-256 b092c61325a8635a6910ca50b77e0b2d46f5e63794b7084667fd86123b5eada2

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28dc9d74cc055399a9c0673b592341cbaf206c4e908cd6c0e3f61d405a1e419f
MD5 0450329b9c82206a019d37e9d2994b9e
BLAKE2b-256 dee1d273f51102defcc67fb1f432fdd084871e9d18f08a65cf76ea43509dabfe

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9f25e0b8bf682ad82ad65e283a6788f271142de3ed994179fb202093c33b8c47
MD5 2e2b042619d22971463cc9c45285f1a1
BLAKE2b-256 258c7aa108a81c18bbb6127a1b4f7f0bbc63d4b81242021ef407fa12ef157374

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 230d12e8175f3bb210dbc0f0574651f31e5aae3405c1f33dab6d148bb830bdf1
MD5 97c99a41d17db44cf2e1746d75bae95e
BLAKE2b-256 7f9629846da760b77bb5236557d7673d0924cbabae85c8852023b5cb1a2f41f8

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4d5222f0bfe8221ed9f43b903d297ac709d8caa7ced5293268e064fdfccad27
MD5 e2a19a0e7e219264f02f4bddd1e6fc6e
BLAKE2b-256 a43ba2a5d851c7e5db1f8e1fe96d379f13b26020da57cef6a145d3f4529c228b

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 efd351ea75d01a6460fd418e5eb0201673c99a3db0b85e94adcc273e8e72a20d
MD5 240abc10aa4f6e89d5aa0fed0cbe08d5
BLAKE2b-256 a7f6c938e102df1b15a508eecdce2553349b4e5764416bf42cd15c0ebda04cc2

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 110.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5570d0744c62c8c5d2092d9c382095a6b1e2e585775f7e09500cf22378d58c43
MD5 6610984b0517237a04c66885834741ec
BLAKE2b-256 75c1b7317b2f36b00e1b8e9340d87f65792f1926da015689c769c92fc21ac754

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01b47f200ea6911275c98a4ecfa942dbbe6f56137a75ef49860a3311e1c599e3
MD5 2d6ab8cb5a32bf53a804132348921bc1
BLAKE2b-256 564f034148f90fdd3f0a354f01a0547b9c7c8de5a56fcbf84bdef88392143908

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 edebb099349d44491a29d77359ad4a893b282ed2629be4420987325cdf4be68a
MD5 002b127a009b50ac876bedcc7540f9ea
BLAKE2b-256 44a8c937dcb7e3d21c890d346bbbee2f4b643458ee90a25b1313db606f4e347f

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df248e4b2d3cbb0a7800a7e26e4e2bc1b7c67b72571d9250142f3d4e725bc1e5
MD5 2f84b0ea7d095c27de90a31ae64c4da0
BLAKE2b-256 bd3e9a1447f040fa9a6b436ebccfb297c2f2923aa818933850e8d99007fa9bf4

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da00f6a909086e73d96ea8d4cb2a0a0c51d791c63a215e93b496a56f24adafdf
MD5 bb3b7b399195d3936c697bf5d5c17a5d
BLAKE2b-256 f77cb1cec3204ed0b3522d7a0c79f09eadc0a6347b0c114060bf06bf36e744c7

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 92e6d112318879fd0fa5a962371d051861e41b97e9b76b3e13f8b7796460b463
MD5 a13668edcbdfa8f413a7a1316c1a28b8
BLAKE2b-256 cbaed3eaebc27fa7a47532e58d075945b22e17d7c2b73c81a599b90bd03607c6

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pyjson5x-1.6.2.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 117.7 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1271971899b79f436cb0e02ae08b7541d7fc133af25d22402a9faf965a5afd6d
MD5 a46f6ead8c65e25c7d960fb73ee44231
BLAKE2b-256 20f9db089d9f7d67aa7aed4d9f17f071117021a7fa2132c5e5bd19eac69e736c

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49067a76e47987bb3a23953b3c742ca7f702501ad179220569f512c73746d71c
MD5 1e29a0d0937ae1e9170a30a967721bc2
BLAKE2b-256 114c3c450f5574836a730a670f1dd05b10d09afcb1a904f7a505123304420674

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e9d5fff801eb8eb763a06beb3fe3b8027ac5097fbe21f4c5c23653a91a912f01
MD5 3077bbda9eabba25a8b4c0b68f34e900
BLAKE2b-256 cb5bc92e8e75261d2f4196ec083d89c617226c6eb4345824328f5c48aa885590

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18ef8137a45ddcba2c7a3642ee1c51eb5e95da87f2e17c589ecdee8d9d72c8de
MD5 0acb84ba1c51abf2545586139fd75747
BLAKE2b-256 ea55a18e4ea5268e3ab90baf5b3238461efd1d9f9f1bc98ece764319054a57d5

See more details on using hashes here.

File details

Details for the file pyjson5x-1.6.2.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyjson5x-1.6.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e457634f08f41fdd6cc34416ed803c2c5eec81862011061fdb03f7ec4f147be
MD5 1eccbecae89494f2bfe0133368e7f7b1
BLAKE2b-256 42855d66bab3b64e6a18c0ad8a805e931b39f738eb35e4e926563409559bb689

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