Skip to main content

Python bindings for canonical_json

Project description

Python package leveraging our Canonical JSON implementation in Rust.

In order to validate content signatures of our data, Canonical JSON gives us a predictable JSON serialization. And Rust allows us to reuse the same implementation between our server in Python (this package) and our diverse clients (Rust, Android/iOS, JavaScript).

Usage

pip install canonicaljson-rs
>>> import canonicaljson
>>>
>>> canonicaljson.dumps({"héo": 42})
'{"h\\u00e9o":42}'
  • canonicaljson.dumps(obj: Any) -> str

  • canonicaljson.dump(obj: Any, stream: IO) -> str

Development

We rely on a specific Python builder that automates everything around Rust bindings.

pip install maturin

In order to install the package in the current environment:

maturin develop

Run tests:

pytest

Release

  1. Create a release on Github on https://github.com/mozilla-services/python-canonicaljson-rs/releases/new

  2. Create a new tag vX.Y.Z (This tag will be created from the target when you publish this release.)

  3. Generate release notes

  4. Publish release

See Also

Other specs:

License

  • Mozilla Public License 2.0

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

canonicaljson_rs-0.7.1.tar.gz (14.1 kB view details)

Uploaded Source

Built Distributions

canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (904.5 kB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (868.6 kB view details)

Uploaded PyPy musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (745.1 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (704.2 kB view details)

Uploaded PyPy manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (664.1 kB view details)

Uploaded PyPy macOS 10.12+ x86-64

canonicaljson_rs-0.7.1-cp313-cp313-win_amd64.whl (513.6 kB view details)

Uploaded CPython 3.13 Windows x86-64

canonicaljson_rs-0.7.1-cp313-cp313-win32.whl (465.5 kB view details)

Uploaded CPython 3.13 Windows x86

canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_x86_64.whl (901.0 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_aarch64.whl (865.2 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl (742.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_s390x.whl (826.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ s390x

canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_ppc64le.whl (795.7 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ppc64le

canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_armv7l.whl (686.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARMv7l

canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl (700.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-cp313-cp313-macosx_11_0_arm64.whl (618.1 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

canonicaljson_rs-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl (660.7 kB view details)

Uploaded CPython 3.13 macOS 10.12+ x86-64

canonicaljson_rs-0.7.1-cp312-cp312-win_amd64.whl (513.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

canonicaljson_rs-0.7.1-cp312-cp312-win32.whl (465.9 kB view details)

Uploaded CPython 3.12 Windows x86

canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl (901.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_aarch64.whl (865.8 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl (742.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_s390x.whl (827.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ s390x

canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_ppc64le.whl (796.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ppc64le

canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_armv7l.whl (687.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARMv7l

canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl (701.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (618.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

canonicaljson_rs-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl (661.5 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

canonicaljson_rs-0.7.1-cp311-cp311-win_amd64.whl (513.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

canonicaljson_rs-0.7.1-cp311-cp311-win32.whl (465.4 kB view details)

Uploaded CPython 3.11 Windows x86

canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl (901.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_aarch64.whl (865.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl (742.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_s390x.whl (830.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ s390x

canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_ppc64le.whl (795.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ppc64le

canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_armv7l.whl (686.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARMv7l

canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl (701.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (618.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

canonicaljson_rs-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl (661.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

canonicaljson_rs-0.7.1-cp310-cp310-win_amd64.whl (513.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

canonicaljson_rs-0.7.1-cp310-cp310-win32.whl (465.3 kB view details)

Uploaded CPython 3.10 Windows x86

canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl (901.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_aarch64.whl (865.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl (742.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_s390x.whl (830.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ s390x

canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_ppc64le.whl (796.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ppc64le

canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_armv7l.whl (686.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARMv7l

canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl (701.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-cp310-cp310-macosx_11_0_arm64.whl (618.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

canonicaljson_rs-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl (661.6 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

canonicaljson_rs-0.7.1-cp39-cp39-win_amd64.whl (513.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

canonicaljson_rs-0.7.1-cp39-cp39-win32.whl (465.3 kB view details)

Uploaded CPython 3.9 Windows x86

canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl (902.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_aarch64.whl (866.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_x86_64.whl (742.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_s390x.whl (831.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ s390x

canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_ppc64le.whl (796.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ppc64le

canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_armv7l.whl (686.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARMv7l

canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl (701.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

canonicaljson_rs-0.7.1-cp39-cp39-macosx_11_0_arm64.whl (619.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

canonicaljson_rs-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl (662.0 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

File details

Details for the file canonicaljson_rs-0.7.1.tar.gz.

File metadata

  • Download URL: canonicaljson_rs-0.7.1.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for canonicaljson_rs-0.7.1.tar.gz
Algorithm Hash digest
SHA256 f1ce00633f1386597e7a2987e6c20ff38ebfe817b00efbab69ee2a259f1e0905
MD5 390fa2c39c5383fb21a369f39f576d96
BLAKE2b-256 ce7c46b5bad1de60ea9124fd6984e26e81a38b154b7d820ecb33d91852482ee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1.tar.gz:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91e1edb54ff4dd0b65868cba38c07f15f01fc24275e72afe0a7639e6c3ffab2f
MD5 d57bd1c14db9d12971d7ee3a2d303b8f
BLAKE2b-256 904841779574f35a528c8cf8855650a606a5caa9b15f81c4d63ad100b08c6c55

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 808df732caff292bb8136b7d735dfda3876652efdfe65eacdfc105f6a4e0becb
MD5 d707dd86b93590ffcb8ddc9faa74a4ad
BLAKE2b-256 bad71b44474f7648ef8e133251067e0eb31a8bcec86cc7725fe70d0f9530fed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 215b178c6364381f13f09adc6fb907c99339836b4bf7e34118fd77080f804fba
MD5 e63bf59af4916f62dc42f7f482ff4382
BLAKE2b-256 8778d4fa4529d762cd3dd8b438fdd179f6fb6c1d77d9b528be97083689c72751

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b9272241f80154663393cbbdd63a3fca6efee7b4490c4f8b130b3a9ef97f890
MD5 ed4c71641cfc365c98426add1c1b2a5e
BLAKE2b-256 473adef3edaf8d82a6acb6572078af5af803803103bccf1ab0c405e81171b5c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fc8291e27f508d509c9dc07cdaba16482f7d25ccfeb98e93c6831152a3154daa
MD5 277859cf7f529892709464851537a125
BLAKE2b-256 74fb1865adf372d82fb884f39e6c62ba0301d92c124503d93725ec4953c6d6d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 987b5d90540ac99ae3525d02fdeb1b808087047396cbcca74e76b7bb238563bb
MD5 2f824d56053ee624eb9c87e8046d275c
BLAKE2b-256 8135b8142856541782a59d710ce39664a291db00d9df32bf12c7fa6b88a81dde

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 58cfbb50d79694325f23e8799363f20a027bd6de3458123fc52739d39320d52f
MD5 676d2ba2ea839b36a7ad61faeebdba0c
BLAKE2b-256 b9f53aafbd6e9393377d9febd979ce8cc4a4b3187daa187a246273f96535f2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-win32.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 34b6261a1842a5d02d06ea45e0d02b1829b18ff1110afdd20cf4488beb23d995
MD5 0f502651da0766f6ff9da8e2597a6378
BLAKE2b-256 1ae8f36f162e995e7ac167d94410db4f256d21eb460cae3bc3c91df4d766b593

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f9781c857983006fdbbcb464a30c0b28d10030d895367dd2272c9448172cffcb
MD5 b923356fb1d0abeb0a70107cb98ec75e
BLAKE2b-256 05e713c93ec60f98fc6fdb05b5b14471b1504061d8893dbb3bfd7c5d1115b759

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1fe16128cc7dbc136d90a361059633084a49f5a2f6a716be341ba61b6daad904
MD5 1a18daddc2eb197b30827e7dacb3ab0a
BLAKE2b-256 8c7e81a6193244f7370b2df86700192e54a3ebc58915d0489f24da833fe0dc1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 6e8231d1ddd3f09b4c29eb7d2af81d4d7c47d2dfb9f3d93cb5f8113728676c1f
MD5 39c57338888d7ddc0e84ad0c5d6686a3
BLAKE2b-256 2ffd8fe5d3cb4b8f4c40d0e2b850bedf4bcadeca818b130beebcdc9ac233f219

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_s390x.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 dada4fef8b8e802844981ac2363dce09ac7cd61723cee13bda8e4e7a4fd9856e
MD5 ebc22aea3510d84c1089417c101b4f32
BLAKE2b-256 03c93b1d0d0da70363185ffa1e3312993ddd3b2c6f404254d41f9db169539dd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_ppc64le.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 91865da359f219e13b20f56103a5f3cd6b96c28e2971f3add2ab2bb0c4e5239e
MD5 915c8def0387e7fde4a428fbbeeac679
BLAKE2b-256 ae5e93de8006efba993facae3d3b5948b6282f212b993891a1e6970a6cc11837

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_armv7l.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccf3a05e0143caa8a094803d16eea01f5959e8cd7db3dfdb6ba2c2fa2c445413
MD5 14d106c6b1cab5712f8b08740aa090b7
BLAKE2b-256 4696ed10266bd2dc920282931468a918e7eeab947fa99f8d07b69ccf88aadb76

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40f6a1ec44781c4e6814d6ffe6099cdb2d6f7101a397eeeeae2f97b133f25f07
MD5 9d62150ab1ed124b236cdca5f02c3fc5
BLAKE2b-256 8355ef0844a93d9a07282e2331f60ed3670f943ebc030565eb44d8029bff0d30

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 00bbcbe3d2a51cebd594f621ec4c5b5cb32c5ca78ef294f4a990989b6ee2dcc5
MD5 fa0286d086b18f9c288463583cf42218
BLAKE2b-256 0ed0918d6e5e6bf0f44132579399a25e5611f4454da9fbc4dccfc31666753daf

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bc5bea02fa2166307147084fc61c938829e7f896beb1198022be94078f6955bc
MD5 73ddf048b2c767ecc15b454e0d6e1652
BLAKE2b-256 b18497455bdd49d613b14ae93b135e43edfc069dd1c98486c78c64ef2b455526

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e738165d0d9d1d8f5d061ffd1b300ff52d9db29a03d847fa5bbec8c8b3989824
MD5 df6ee3ba13a1a4824ca9c03a04db0d08
BLAKE2b-256 a057ddf3e5c514d6af497ce7c9e1b2cbf0e8e0650364354693e198543e5e621b

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-win32.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 601bc75d24af6f532caf47e25074d0c827ca0fd7615b2a71e8dacbefd9711800
MD5 1ab1a114175d9cfe2873d0a5ad27d328
BLAKE2b-256 4a90c118652754b4772b70c5082d6d07b0fc0773de279d850b13b7c29225c00e

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9700dd48073d90f349e27f104ed499c95a47feea2f79cb0a8adf6224e48631f7
MD5 c3d0fe53b3fd3130039fbb0e40f8ae85
BLAKE2b-256 0d33ae91fc29d4b10e93796bcbe0e6d3b8748e2bf49998c47ec7c8cf7fbea4a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0e5c7a1829f034a089db4ff1b2690d1c891eed0d28931b90f1bed3c60660f86
MD5 3e1e98b99b5ceec4f1f0e62724027161
BLAKE2b-256 572e2bb70700b8480b6e28920bdb6d3b38e93700a179bdba5c78f536915a672a

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 33bd06e0d891e122cea30317a74bd4837843500dff2d5d2988d0668c192abab1
MD5 423113c7cbe7fbe848b040639780d6f5
BLAKE2b-256 14b05fad343fe7c8d50f5da816bd3743cd7d4cae07ebddeca9bdb29907a74706

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_s390x.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 366892079af2f6766c55cfd653bb1ba020a215c5fbef2fe9b3152eb1457485bb
MD5 72dd9d815bf9eaa2f5360b22133f9350
BLAKE2b-256 3f9567d1bb32f9de429ce1314f4ea8975748678cdba44af5092b649578781948

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_ppc64le.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 a315dc1cd69a0a99b6ddc946f2a9d453979fcb0c7b2fc8284104665354cb9b96
MD5 0c55d928a409852803014d4d2337520e
BLAKE2b-256 97ace606369e4a9cfe1d3c2485bd34f1b50f041ed52458ed4e07e14f33b8f683

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_armv7l.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04422f203f3865c8e5a5f8877f8c7a5efa4d191b67b93d8e693cf3e9a73be255
MD5 b02836d4d7b777af31c987232a03a6ba
BLAKE2b-256 a2dfca5f7fd98a97d9456fdb31304e7e7e2e85ea51dab5fd97947c47c3f30d55

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ff11d8be13625563a4ba5910cb34a630a42a08b8056c055aa77a855977283c6
MD5 87f0fa53291f719dc7435cca3cae8927
BLAKE2b-256 50a7a7634741a370642dfae579e9ccc54726e0f225e19104e0c1087b9cca313f

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b1e498517fa9a4d1773a887dbee9443433d9269aa722ca693876c78bc1ccbc4c
MD5 f5415bcc88074902e8931cb1e963d1bc
BLAKE2b-256 e29dcf0d0f832ff5816a8e4919b5a03458b8b6ff169740aaafddfe52e1b3c547

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04a4c13d2a52d3626d8229864bc02c85f05686627872670f0ff0a1b37d74c4fc
MD5 1bd560186681e7ad29fa21d7f8aec5d1
BLAKE2b-256 f40f1c74dd78f9bb882a41f0f4abd237d51cbcb561b0790b740b249a7678d2ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a26fd8d52d890b15daed4a855e53fced4f287d899aefad74e53931331b149270
MD5 443cc96884f5b3db9a9a6435a3491600
BLAKE2b-256 9edc51de1617a4119420293ea3ff2f583d33c36d47e25d5d161107fbc81c13c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-win32.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4ec4f75b358232b7b8fdf476992c645138524677e726857bde101ce90db23041
MD5 d99b0598ee65c3a9ff834afeff1709ba
BLAKE2b-256 b37a8fb4adb2b87492be7cf31787c55b4d9fb2320ee708cb648f24828b6d1ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e69284c6579bc51df7660f2f1c03c59b19d890c75e6f13a591abbecafec5bce6
MD5 40208da93fc26d42fa3d52a05c851a2e
BLAKE2b-256 038eb13d99225466985d4c14cee8242feee85cb319178d53311f24e0b477e429

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 502fab7e77165514b2ee7d4a8f620b08428b46dd82d70d9bd2a5a4d8ad19e7fd
MD5 5e3be1f1089f61f4832c1d3f145bff6b
BLAKE2b-256 91c1b3706140cb0fbf645fe63ce35567d5a4fa87872ba643202974ea9a9c98a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 94b7053cb90df9c07a501daa3b3dc6c4dec7643b120d42e93c5277faca0378df
MD5 083bbad6a7fd3a1226773ef3f76fe75a
BLAKE2b-256 3b207afa2f7924208ad1efd0349c90cbd636e931144ef5b9a921bba1d761013d

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_s390x.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 734d3575324e4bdf737707226cfe160e50308e48a7f28b48e1eb47e8b483823b
MD5 753df2533c4452cdcb667d09fd0a57de
BLAKE2b-256 e647cdf039950eed332fb621ac47de3cbc44916d4780b3be369c3a824489fbd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_ppc64le.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 4e9f711715326a9aa9a8f749599223e67de5b42457be74d294150dcc21beb688
MD5 665369897a7b7ce3e8ab2a21c4ca9457
BLAKE2b-256 0f0c2a3df68661af93a6854943e9ec698622138666fe0dc3af0fc57c1d624f98

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_armv7l.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a3ca9876c0f643935bc27807e66acd04800764358f47c5fca1bc9fa8f18ba80
MD5 6acf11160cba1b0e72a02440627fc450
BLAKE2b-256 37485688cc246b80cb9880637d7dfbcf48cec056eed59ae569f7501930468203

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1b283a3711bc6fb22a325c42f8350cc65f2445cc0cef401d1545e5c700cec5f
MD5 2f991b8552ef55fd0318584198abbde8
BLAKE2b-256 c31fa0d624bbf16015a1412f55e4fa6134dcb92eddacbf5980772cbaa4e23331

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a777fa7817a8d9b6383beb8e89933a6671dcd5ac98505cf1866b87f79b2b9a9
MD5 6cdc510d640510f2ef97bcb1ee9a289a
BLAKE2b-256 f48799f461b6597b8fb1fc323593eb36cb976151c0896d28de5d3f2ad3861bf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fbe2945e566120fa21a27c62cf1642a2ad9e564fa52c840f95bcd83d64c242c6
MD5 b368a4b6ce1de7de1b2577ac18044b48
BLAKE2b-256 ce2f1b8bd12251d759bf156be70dfc735c699f524a36d0a6ebe9abc7c7ee0ab5

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0a374b5f27b1f6376468bbfebc1b63077ad34812e25d150f36d7edb17ff7d7e6
MD5 c1c39b123bc134ff3bf78287d42eee27
BLAKE2b-256 bfe79de181c00f18eca6494766474e6b3bc5ffafd06b88d2dc0a9f26a7d93322

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-win32.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc4734cd26407ba35c9ff185c202f11545f11e50ca1aca0a9658e2b444b5bd1a
MD5 f6ecbc46e63574943d92a2643f37f542
BLAKE2b-256 c156d3e43a2a728ead40067e32b0182a459f9acc0f44460406da50a1ec002a5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 20ba9da09625acb9ba2d9ecf48e822d7538711c5c1010f4229b9727ae9531ca5
MD5 dde011a181aa1cde54c7b7a76699f9f2
BLAKE2b-256 cda96b49c3c7e9b5506eb15c6ce26226ee15527d9b7c80f23355378306ff0c06

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 945945afad65168706a8f6fae7cc00c32b4c0ef6c7e5579d15893e01af0f7098
MD5 c46961751722d6714a24a4f721993be3
BLAKE2b-256 76f4bb5ce3225d6b5ec6e1a0d0e4115eb171f4d02810d04cb935fc63bda0ae98

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3c1a1cc6a8d577ea6af2e21d0ab68cb86c33e37bc76d43288405d34de0da467e
MD5 52a9455414c476497f373eb30ec097d6
BLAKE2b-256 1d0eb1ba9fdb41c5da5d399dc007974f8d7cb99b1cc648325cbf15ca8d5604fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_s390x.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 74c2b3360f1254ff013202b21a8e4fa93a5705986dffe4fbd19b6bf70ed65274
MD5 722ac2880f83fc6785f9f3df52db1ea8
BLAKE2b-256 fb908e8a0531a53a0ba0267db97e5d8ef1864f7a1fb4765b5385e8c93c4c8719

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_ppc64le.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 aa63bf873aea2484d4c65ac0dba8ec99ab72e9f82637d4b0923c67613ec051a5
MD5 a415f0be24f0ef880894e9c7fdebfe4c
BLAKE2b-256 a018c2d0abc657f7ff60ab68ab218a24151e2ead9a757a7a5a288776476a2f00

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_armv7l.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec9cfe85421debc4e9bb1f8ad67284b17ff9e92b5c86bdc34006889aa4230a73
MD5 04fe5c24f57f7e2337374877c0aadcac
BLAKE2b-256 d2d56a6f543afffe144bbe6d099e4ecac518940faadd1032ffe57bf81d86dcca

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0828f4be95c8c171f4ec4ae44f253893df2337511ca6aaa5744b983b71494cb
MD5 e2fca1b01fe169929ffcd94b83e4b6ff
BLAKE2b-256 e7a4d4becc37916f4e60864c3409cd891cb05b5c335af1817533c8442a774418

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c8c643b4822f6b0add769f11f1eee721b3db6992db2236c9e64af5393f57580e
MD5 f0c0abcceec936dd10805877f0d08c94
BLAKE2b-256 e28ba249ef1aeb4c3897a510cb6009285177b17daaa9d88a2b50194621d15eb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a8bad83c501a73e4843076ce9aa2eaadb201f9ece03e7cc744d386c69a61ecd
MD5 f5c5261ae6d84148798dde323fd3c6f6
BLAKE2b-256 46bfbdfe6c4cbdc9d86881b78076ec8eaa7d2ecb85e082878f1b983c79407503

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 946ad4aa13889a077a8b6e4c144f3b216370fc55cb473b0646677730025844bc
MD5 ffdb8cf19ceedb22ec82b1a927e50100
BLAKE2b-256 aadd57d3b768a058963b786d7780e149f43c752f3eae592c1c23a6b21f6e4184

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-win32.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 58abaae4f76c2876ebbe431da71024477353ce40d0b984eba0f1ca3ce29bd424
MD5 6d8796b88c49cee1b5c8f43c5c1107b4
BLAKE2b-256 10d1e0cb3fb77ec248d6d68864434c7ef202b1439288d457b25b0d0f6061cf72

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fb9d0521b688563a72502c5a60b2bb3a1afc5c0dbe793d0d90f1aec129e9affb
MD5 d13720d7238275a2c90a9ff6303623f7
BLAKE2b-256 73f41aee8c259a48b9e78ecc30c6fb04e828e74f9abe16b95000f58ed6cd7aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3723de3fde112fe24de1e53c0b45b832a1953e121ca316e6154c2c243b4f9818
MD5 3eb7d2aa522e100ff86ebad93b88592c
BLAKE2b-256 ee6cde281a7045087ece3c52da816d2ddd5885b51a5abd63412e863d90f26113

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1455c29876a5a81bc05fd2e06da2ccb10a8f1ca41bd486d9a749791aef0c3b67
MD5 1e5b1f7e12ffd8b2302a5f0bcd721ad1
BLAKE2b-256 91675a0c0273ad770bb5c2236e2edd6e12264bbe4bd4969ea6e167228172f0ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_s390x.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7e3b45777c8c04ee0f0734bd26ecc1dc32aabd9572a2441c597dcdbcc88bd559
MD5 d5522e945e86153a3f07ae926e7bc381
BLAKE2b-256 6bf0a8a3673e8e1edb64a335a92d6e910f024fa64a7a5c49f9c126513743bb7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_ppc64le.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_armv7l.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_armv7l.whl
Algorithm Hash digest
SHA256 e671d41616b802ac27ed9c2a40e89c7576e9751e3ce268820509decead74e52f
MD5 6216d51f57a77ce624b29d45d5c3f6db
BLAKE2b-256 dfc8e1a59e9a4ed4f874415b067557baa7d14321ad04e3554917d56a3c3b3fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_armv7l.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bd00beee9ea055d59080203df6a42a39de053ecc76470e0edf7992f756d4d90
MD5 a0e64df26542f18d6d014452c3746d17
BLAKE2b-256 4624115360dea7caad65c5c2bffdb1c33f34a9f8e971bdee2ae162db1eba6bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49c282a3ed1b0125a12fb8e181101d7e3445b03090e282a8c5a594a33df8b90e
MD5 0f07fd0d58c020f97a2024de9ef6b373
BLAKE2b-256 418477d53d98f9fcabb60c16b431bf8cfbb1a8ec85e84f4a8cd10d28c78bc6fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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

File details

Details for the file canonicaljson_rs-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for canonicaljson_rs-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aa2ab8ffc27174b4677826c7e94b17f6c867d2c06b7115f180030d0955fb54f9
MD5 2d8217d51b772ee65dd3031afca9e342
BLAKE2b-256 ae1c09ff5cbaa25311bb2a7500594a727994e1f47fdc2a11cb98738930d39c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for canonicaljson_rs-0.7.1-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: publish.yml on mozilla-services/python-canonicaljson-rs

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page