Skip to main content

Cleans up truncated json files.

Project description

# untruncate_json Python library to repair truncated json. Translated directly from the typescript original version

## Installation

`bash pip install untruncate_json ` ## Usage

In some cases, a partial json document is invalid and there is no way to recover. A common scenario using OpenAI’s chatbot is that the AI created json is truncated at the end of the document. This library will attempt to repair the json by adding the missing closing brackets.

If the context of the json is relatively simple and holds natural language, truncating the text might not degrade the final result much.

`python import untruncate_json assert untruncate_json.complete('{"foo": "bar') == '{"foo": "bar"}' `

## Goals My goal is for the library to be a pure python library that handles as many cases as the other libraries.

## Credits Original Typescript version by dphilipson, MIT license. Code translated by a lazy ChatGPT that didn’t want to translate the long switch blocks. Copilot translated the switch blocks.

## Prior Art

## Benchmarks

  • truncjson: 1.28

  • untruncate_json: 11.39

  • untruncate_json: 1.14 (if you run mypyc untruncate_json

  • jsonfixer: 23.06

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

untruncate_json-1.1.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distributions

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

untruncate_json-1.1.0-cp313-cp313-win_amd64.whl (62.1 kB view details)

Uploaded CPython 3.13Windows x86-64

untruncate_json-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (93.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (69.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

untruncate_json-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (72.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

untruncate_json-1.1.0-cp312-cp312-win_amd64.whl (61.9 kB view details)

Uploaded CPython 3.12Windows x86-64

untruncate_json-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (69.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

untruncate_json-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (72.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

untruncate_json-1.1.0-cp311-cp311-win_amd64.whl (62.0 kB view details)

Uploaded CPython 3.11Windows x86-64

untruncate_json-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (93.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (69.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

untruncate_json-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (72.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

untruncate_json-1.1.0-cp310-cp310-win_amd64.whl (62.3 kB view details)

Uploaded CPython 3.10Windows x86-64

untruncate_json-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (94.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (70.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

untruncate_json-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

untruncate_json-1.1.0-cp39-cp39-win_amd64.whl (62.2 kB view details)

Uploaded CPython 3.9Windows x86-64

untruncate_json-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (94.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (70.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

untruncate_json-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

untruncate_json-1.1.0-cp38-cp38-win_amd64.whl (62.1 kB view details)

Uploaded CPython 3.8Windows x86-64

untruncate_json-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (93.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

untruncate_json-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

untruncate_json-1.1.0-cp38-cp38-macosx_11_0_arm64.whl (69.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

untruncate_json-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (72.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file untruncate_json-1.1.0.tar.gz.

File metadata

  • Download URL: untruncate_json-1.1.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for untruncate_json-1.1.0.tar.gz
Algorithm Hash digest
SHA256 cb574641eb9e65c854d32c370a46f13304a0eaebd70332f3781c885698101ca6
MD5 674f5b4b9aa2a5729b1bbad0612d7aae
BLAKE2b-256 f81c92db489a9b429a374c8bba640467e5b0e2b41aa121817445dfedba7d2f1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0.tar.gz:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f05b1464bffd8d48c196543ef8097d400803c7a0e0234a1639b6437d4450bfc6
MD5 d5c86d9010e91b995206666df00de807
BLAKE2b-256 5aea9a3a265519417283301246a275bc22b1e1c132e530f044835404b2a3c722

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 449d01aaffd72b4b0f32597c9b4cc9c666d8959472bb9de1b0d50df61da6bdcf
MD5 af40746f852ad6c6ac42a58a20855020
BLAKE2b-256 0b1cc680041b896591a5a21500de50ec9ae8ba33f78cb955afe23187142bba07

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fec2acc7a24a079a841fa07d842507a388a9b10ed5de1c085eacacbf4f6a1e23
MD5 ff8639d4ac4c3caa5795c181e6f70aa9
BLAKE2b-256 6ad3825a14624f7926b35047429dd3412f2219ea28bff1ad73edb875e8496dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2f0af6c9034f43a9be0150e39f56fdc5217dacf64fc320ac03d10149fe8cc3e
MD5 ca9920084fd6102234d5b900b865ae87
BLAKE2b-256 4c83a4ba49a8b0daefb893716b3c92c923406d098814d85b9045fd399eac1c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8b67d7c6800ceb1cedd47e9bd5e87b9861f201badc75939247159cf060ab2744
MD5 9810f5c941741d0be83ce348ea31a3a4
BLAKE2b-256 b44a1be1c74ac5e75d8b5e54d296248560ff4492a44a1286de6adceeabbf890d

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9ad04b9710b6af5a5c82ec4d48b4033ec7dbbcc1ff5309125478aa246ce96b3e
MD5 e4e93fb4b9cdacaae0ca0101edb97a60
BLAKE2b-256 8b897a534950ffc8d391289bb30ba6360c2d2495815fa90b775d607e0cdbaecc

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 664a47fcbe1d16091cef55d8fb5e5badf63fdb5319164d4540250fb6e65a2861
MD5 f8f3a74488deb9c8e88da1c8c6f28c2e
BLAKE2b-256 041677adeb32f1732a58a81adf6079d400af708f31bde9a5b18b1ba74a3f5fc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67a1c6586c6ecae18a1017f666095856cf10c76be429daf5a691ca4111221834
MD5 f1642880d7a5d2bbdb942c22582acf15
BLAKE2b-256 e4340e9cc54ee9673d7984cd057caf0c53c8beaf0081b99188d1e36514054d19

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1665be3c9f3bb0fa2bc6521559f19196decca5ad4b4f7a940e4c04c8ad352763
MD5 fe08bc93fdbfafb91ae25c88d5b97d0d
BLAKE2b-256 b9fedb904b641576c1b0209444d839b64e572e5fb33cc0a42aaeaf9c205d5e76

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c9cea7d6d11c99f1b2ca2e5a36b63aa0790a8aa162ac48cd02eb0c7e9e491099
MD5 3ce410db087a7f7299627992b2316049
BLAKE2b-256 2c3c6dea530be1230030ef029a5445aa90d317c8983dedc1904ef1bc1933a9c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a628ae7d546f954a535b7ac4a4f574d2da52c91dad239e587c09db62d5f235a
MD5 2da4a54a1f36fd74241417e07c5340a8
BLAKE2b-256 d7564f817bbaa58ef079f56be9c54ce9a020f9ed2b7c64548caaf11ef93167c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90b8e190a9d89b78a1680c242e44ba17a7412a8f453280c3bd7542f19a1a5b96
MD5 f226a767ecefc1387407f19963bfdbfe
BLAKE2b-256 dfa6d6ee731f0f5290c9b02b6fa2d3f075b9ee33c487787931b4fd32ea1112dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e72e9b34b7ff1a4e32b743abb54e9c1c5d197baf3026bee32864f0f097cd7432
MD5 49217cfbab27dbac870ab06f3df4239f
BLAKE2b-256 0dbeeb3bda81a3d59958a6e6e1ed220907d5ee244ebcb718e483fae5096663fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab48e2d7cf61ceb08590ae0fb091ef118e238cd32fa4f5a7338cbd52317c757c
MD5 627bb3b47e4b5ee1a3c9d0b50cfdf1f4
BLAKE2b-256 396c2200037d1f134beae4e44fb2d1e9e10ea5f603d6b55be04628dcb59f1eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 598ac93a2ce4ec93bb5d544657b9602a00270cba5d8c4bdb4e0d5bec46922b67
MD5 5b1b4ebd155f0ebd820644f7e18f305e
BLAKE2b-256 80b6921e2c332f084347f54583974df62111a92f4af37c6cc5faa9196b1161db

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 174ea0f6401e0fdc22df5d832ba72f5ce96f236c310ed4cac13b6c82ce0131e5
MD5 7a083dd0f2d90cace6f3ca60e60aeae3
BLAKE2b-256 065713f566b41e27c66df29fbd011d8a458723b63c04a3ea1e50eedc34491503

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df78eb842f65cff7332d47e1ee76017d22547c2ba7ffe64a85c5cb7baa300627
MD5 048c5d24d3b7d364df6b2be57a10fb16
BLAKE2b-256 214c43f97d47bf9adc67120b9ea07e385825d0862d8198c7694ef5ea0a43a51f

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 572f52db3fdbc59ed7e088b974ff14c9f272f86f67f06b84c7e146f46c204038
MD5 985cde19118756696c39f39d53986777
BLAKE2b-256 2f1721b9ae02c745bce0ca8a510e9241f0d6cc4a095efe50930629489853e3e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ceb8c7734c585fa360e9d1e069a0f906d3416186d4f1c53ae01772b20e6f82d
MD5 1532dd940365a4bc50195f6abe988f00
BLAKE2b-256 5bb7f558bc8f33d68be4c256986335da86c8f4617fdb41d9323034e07d7a86f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90aabd204020d3b894a53de192c7ce09f182b5bd42bda4d199c9822beaa6fa6e
MD5 283c9873ebb035f1207d22f0d80c3572
BLAKE2b-256 af4bad18f866fbbea4695711428ee7527879d701dde585c8c3f9923ea616683d

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 21a8ede2c818d2059bb84829c886c9d60d596f2019198eff67fb24ea0fc340eb
MD5 2b8e4a144bd362f48ab0533b2c5834c5
BLAKE2b-256 62804a7ab421a64bbacf0fbc36729983511a8b42e3bb9218121339357e35360f

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp39-cp39-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 371b84b8ef205542cee749a1982ba24a25da0faa01e45a1359a457ff55c21698
MD5 1085abe054603ad36bf47d69bb30a07e
BLAKE2b-256 82ae4ab6494ee5831b17d7090f3afb13a3c8bc9e8cfbe13c0bbf69f2339f92a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 372f783bf209cbda1fe9363bb041637272d1bb3a5f65d2941ddaf5c35c86bb9e
MD5 7164b7196a441a747c11afe4a4d1011b
BLAKE2b-256 b3bc93d9534c451b7b553fad0bcd7f714ecb863c83323550ce9682546f08213f

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be549710f447dbd85c123c1c907bfbc2569e8d6859d9bc0e6c0902d8142a257e
MD5 ef5b49caacf47a4d1c937b044d251ba0
BLAKE2b-256 329cfd77530d5193cec52b5b4fb58519534cb51d01e60925d8e648ef8851f445

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d89167fa7eec3f1c5b5d53370a9c6453510dcce006cf9d42276ce6308fdd2a7d
MD5 de5d525d9e00ebb23bb7d41e3280ba21
BLAKE2b-256 db2169186732bd71f2a103e1d013097bbe4e61c70516a1d225a9b43f9efb106e

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bb95257c6f456fc98a0294e97c0549572c175fa867c3f5bc987ed87811d0081f
MD5 af5bb774d0dd9d92c8b9d85a3bca645f
BLAKE2b-256 112840d41d674e6dafff089ff82a1c3589fd598c6ddf37bf96abfb164009d2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp38-cp38-win_amd64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 758ce261756f74d3c9a88d96a8178202180291499fa97cfa34047a11a0badfe1
MD5 7e9339214f3254b11ac33b9b1e12894b
BLAKE2b-256 63a9aed8beaf96b5bcb4c68ef8f757989793ec4c420a9738e2fc48ccf6e5d7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1617801c30fd9695121ed32d2222a9e65141ffc3892f8d52cd81fed3414351e
MD5 9ff7b78e234b8e08d2d723025d16ef5b
BLAKE2b-256 f246f4fb5884c461f6cfac41a1349521606f6b20917dbdb845ccbef23dac93e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80ebb0ff78b85113b1f70a454f17858949cf0db8ba675e4864c9bc90e34b882d
MD5 ba3e78c1fcebf5dbfee3823d0524e74c
BLAKE2b-256 342a7f2b3c8c576715acc9920967550bafcdbb3ac6820629e2d00d00095fae31

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file untruncate_json-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for untruncate_json-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22a29f0c115b87f685bd5a778da548124c1d206d7db7b2e887d6bf90bf92b616
MD5 1d6e095f11999b66c08152b4b28b4015
BLAKE2b-256 d067d7749a98103befd15e3702ac17c7c0b4a6935fcfc46a701ae0dd8fc16026

See more details on using hashes here.

Provenance

The following attestation bundles were made for untruncate_json-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build.yml on matthewdeanmartin/untruncate_json

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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