Skip to main content

Amazon Ion

Project description

Amazon Ion Python

An implementation of Amazon Ion for Python.

Build Status Documentation Status

This package is designed to work with Python 3.8+. Newer language features will be used as deemed valuable. Support may be dropped for versions more than six months past EOL.

Getting Started

Install using pip with the following command.

python3 -m pip install amazon.ion

Start with the simpleion module, which provides four APIs (dump, dumps, load, loads) that will be familiar to users of Python's built-in JSON parsing module. Simpleion module's performance is improved by an optional C extension.

For example:

>>> import amazon.ion.simpleion as ion
>>> obj = ion.loads('{abc: 123}')
>>> obj['abc']
123
>>> ion.dumps(obj, binary=False)
'$ion_1_0 {abc:123}'

For additional examples, consult the cookbook.

Git Setup

This repository contains two git submodules. ion-tests holds test data used by ion-python's unit tests and ion-c speeds up ion-python's simpleion module.

The easiest way to clone the ion-python repository and initialize its ion-tests submodule is to run the following command.

$ git clone --recursive https://github.com/amazon-ion/ion-python.git ion-python

Alternatively, the submodule may be initialized independently from the clone by running the following commands.

$ git submodule init
$ git submodule update

Development

It is recommended to use venv to create a clean environment to build/test Ion Python.

$ python3 -m venv ./venv
...
$ . venv/bin/activate
$ python -m pip install build
$ python -m pip install '.[test]'

You can run the tests through py.test directly:

$ py.test --ignore tests/test_benchmark_cli.py --ignore tests/test_benchmark_spec.py

This recipe skips the benchmark tests because they require additional dependencies:

When in doubt, look at .github/workflows/main.yml to see CI setup and learn how to build/test the project. See also ion-python#379 for a writeup of our adoption of pyproject.toml.

Tox Setup

In order to verify that all platforms we support work with Ion Python, we use a combination of tox with pyenv.

We recommend that you use tox within a virtual environment to isolate from whatever is in the system installed Python.

Install relevant versions of Python:

$ for V in 3.8.10 3.9.5 do pyenv install $V; done

Once you have these installations, add them as a local pyenv configuration

$ pyenv local 3.8.10 3.9.5

Assuming you have pyenv properly set up (making sure pyenv init is evaluated into your shell), you can now run tox:

# Run tox for all versions of python which executes py.test.
$ tox

# Run tox for just Python 3.8 and 3.9.
$ tox -e py38,py39

# Run tox for a specific version and run py.test with high verbosity
$ tox -e py39 -- py.test -vv

# Run tox for a specific version and just the virtual env REPL.
$ tox -e py39 -- python

TODO

The following build, deployment, or release tasks are required:

  • Add support for code coverage reporting.
  • Consider using something like PyPy.js to build an interactive shell for playing with Ion python and provide a client-side Ion playground.

Known Issues

tests/test_vectors.py defines skipList variables referencing test vectors that are not expected to work at this time.

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

amazon_ion-0.14.6.tar.gz (1.3 MB view details)

Uploaded Source

Built Distributions

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

amazon_ion-0.14.6-cp313-cp313-win_amd64.whl (611.6 kB view details)

Uploaded CPython 3.13Windows x86-64

amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_x86_64.whl (581.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_aarch64.whl (599.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

amazon_ion-0.14.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.7 kB view details)

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

amazon_ion-0.14.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

amazon_ion-0.14.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (623.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

amazon_ion-0.14.6-cp313-cp313-macosx_11_0_arm64.whl (499.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

amazon_ion-0.14.6-cp313-cp313-macosx_10_13_x86_64.whl (519.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

amazon_ion-0.14.6-cp312-cp312-win_amd64.whl (611.6 kB view details)

Uploaded CPython 3.12Windows x86-64

amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_x86_64.whl (581.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_aarch64.whl (599.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

amazon_ion-0.14.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.7 kB view details)

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

amazon_ion-0.14.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

amazon_ion-0.14.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (623.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

amazon_ion-0.14.6-cp312-cp312-macosx_11_0_arm64.whl (499.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

amazon_ion-0.14.6-cp312-cp312-macosx_10_13_x86_64.whl (519.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

amazon_ion-0.14.6-cp311-cp311-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.11Windows x86-64

amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_x86_64.whl (581.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_aarch64.whl (599.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

amazon_ion-0.14.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.4 kB view details)

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

amazon_ion-0.14.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

amazon_ion-0.14.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (623.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

amazon_ion-0.14.6-cp311-cp311-macosx_11_0_arm64.whl (499.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

amazon_ion-0.14.6-cp311-cp311-macosx_10_9_x86_64.whl (518.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

amazon_ion-0.14.6-cp310-cp310-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.10Windows x86-64

amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_x86_64.whl (581.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_aarch64.whl (599.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

amazon_ion-0.14.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.4 kB view details)

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

amazon_ion-0.14.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

amazon_ion-0.14.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (623.0 kB view details)

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

amazon_ion-0.14.6-cp310-cp310-macosx_11_0_arm64.whl (499.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

amazon_ion-0.14.6-cp310-cp310-macosx_10_9_x86_64.whl (518.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

amazon_ion-0.14.6-cp39-cp39-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.9Windows x86-64

amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_x86_64.whl (581.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_aarch64.whl (599.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

amazon_ion-0.14.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.4 kB view details)

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

amazon_ion-0.14.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

amazon_ion-0.14.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (623.0 kB view details)

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

amazon_ion-0.14.6-cp39-cp39-macosx_11_0_arm64.whl (499.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

amazon_ion-0.14.6-cp39-cp39-macosx_10_9_x86_64.whl (518.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file amazon_ion-0.14.6.tar.gz.

File metadata

  • Download URL: amazon_ion-0.14.6.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6.tar.gz
Algorithm Hash digest
SHA256 1d6cb79d20d17c70645419d7e72a2ea0ccd60a97f2ea3023cd2a4fb2ce2a265c
MD5 e015204e215f3c3f46f5928ec2231984
BLAKE2b-256 9a8434d51ba0d35615da590202f43e00811e72ccdd3de085c06fca4d0c1db437

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6.tar.gz:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 611.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 258fca5e3d8be087cbe0677cd9a3676099c466ff67d70ff3416e058a8a1aa7b6
MD5 7acb3ff90a548d1450feb88495bbfe28
BLAKE2b-256 cf6696e2606d541cfc3a164c9e6d549a51bfd0479f732c80569d5b8b8a4b1d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-win_amd64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 882eda32866c877871786195c547ec47dcb27f6e119ffb1069abed95de58cda9
MD5 188f5bc3279214249f168fcccc4092a6
BLAKE2b-256 9ee63ac0cfc9ff11472080b17defa0a4ee9a9f82f7f3530bab48ed68d6f7ffa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04af0f1bd74b55d4426d46e36656364c0372760de7567065dc3815f48cf35c05
MD5 d265a03e4e587453e285173fcfac7722
BLAKE2b-256 411cb71409948d49c4e032ed59fc93f0d953dfb993aa7ad45ed93db6e1ef75f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e47b6872978618e15942c6a82d93dc350c7de072b8a91e7020fa88df7fc16f67
MD5 cfcc1d6243d3da4e95da6336f1922d66
BLAKE2b-256 f1f51c60db07d5acd5a036c25a372f6d9bfbeb5a99fe0b08f0b245b4899f6959

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bee1f0765864d3170d57221403ee30714e849466cd923fb84672d4d301b7b85
MD5 309f2c24d8cfe56062c429b435318fc9
BLAKE2b-256 93d35fe90effa566c54b6a2958eae584f870d70dd0eae59a542e64dd506199f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f11afeaa9d9cfe62356c72a5cb2062fbf11fdf0bc273e8391942079277c4b8e
MD5 3a7667a2b6d7b37b43125267281a1488
BLAKE2b-256 daeb6fd2e308682c853b008e48fbe099810f7f93b7a44042354a79d3dcc80603

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 42bc970e5594fed8ad9f5ecd53f606b23c829945b3746fa321d1106bcd7d45b4
MD5 eea93a66c577e76d4f86c81f04bd0156
BLAKE2b-256 a0761497e119e8a8ce4a35c9a9ea0551254555699f594728bf176d946de4ad10

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ae03d2caef513cd12abf75c6311dd3d7b5685d43bbf57ed2cc0d8f9417e093b
MD5 1509217f28e90c4fa44c9f6a63e32395
BLAKE2b-256 35120ed295aed28821e7f22cbec77ee45e64ecdffc0964396401e4ebac119fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 83bad8820df42e12013eb3603aa67a485e0b2ecd5d483838aebdeda72603f28d
MD5 dfb83c5608ba1a3ea7e741632ae822c5
BLAKE2b-256 a5a80da722aa4adb9a5f0d069737636de44dc72d1cbee9e1af01f69813991c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 611.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9e4dbedf3ad68d11c24ea89df2c6f31fa732bca1a93e34999a10c6f3634d1681
MD5 ae68a66e1cac49a157313cae015db28c
BLAKE2b-256 5eceacff24b7e674194ef2fa1ae4bbd0b3b95dc9a906c4e987bdcf52e48aee2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-win_amd64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f38a1b9dbd9a95ad5f22e10591c201f8471747da5c48a1a87332baefd51f264
MD5 6a52e663edaa7c8b680f778e67892fdd
BLAKE2b-256 27acc302b872ba4768caba52c0020a75d24c52399d94dbb7007f5d8ff2ec4862

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a0fb779b6338cc78d6ed1997e90b46071a58ddf468aec5631cf3a2643a47265e
MD5 c136735cdb373122bd8da096fb15620a
BLAKE2b-256 3a638146803887dd48c585ff40cadfba1fb3c9b3eb21970df4f6792cd785994a

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b2cf486448e968d8acba5240a06bef4554118fd2a756ec3c1464df5502d29c4b
MD5 57600a223a3e829c10a922c2576ceed9
BLAKE2b-256 538711bb34610049ae597ea05430ea720d172d487c307e43af86b3a9af7ce6b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8094abee6a3d7ee5d75316a83fde6475e20294cc06ba599b74c19777da8dc9c
MD5 bd47db764690914e517cea6c2313f47b
BLAKE2b-256 c3452925198c55aba24d6e9afa67fc2dbf2c7edd6b0fe55d73bbe272d8a4a2e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9b7fd320d56bf2b8b07ad3ce76a876397aafdad03d7526dc2a026575142c800
MD5 a1c720e0a0cdbc2e0335c458eb8dcbf4
BLAKE2b-256 d88eb30629869eb7a5de595c67d96112ab98c0a61062406ef06af2d16666d887

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e49881f83f6c4203849fa96ccd601f29b3f2829a6bf5f2d5c3a302bf588478ec
MD5 03eb3fbf258951ee33c22405adb90b33
BLAKE2b-256 eb5657872daa886c1b1aa0734130e12ba40e78cf05378bc0fb20886d505c9598

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9353fb304c46181857415bf3bc2e75ff6e76afa20edd7381ca4a517f7e97f905
MD5 c56e20e3898637407c7c9b97d2f0760e
BLAKE2b-256 37fcef510c90d9b106775bc65ec9557cff3ab8eeb2181b1f64edc3f1e96cbfa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 35f934765c8aa99af9e2fa8a8b7b8ef87f0df1097389b61401c52053e79952a6
MD5 08914ca4088c73ef685b911ca0b95c10
BLAKE2b-256 5c9502e05e9f5e5d08167d7279784810e308be8cc32c41dd7049d410ddd44b14

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 611.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 63b52277b5e60edfa831185154d3953b6ffdf580371514cea31aeffb9fe0df2a
MD5 aca3d7070906ecb99f4174880fb427f9
BLAKE2b-256 895a07088242abc43c34f9c4fee776160f30b31dba2f5fb2a28006b8b1eb8700

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-win_amd64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 381a104328014aed1951c6b5218db7c49bb7e433d917e18f8fff6955a7674cca
MD5 2a5c2376fae354a841a20258cb4c0b3f
BLAKE2b-256 f8c41aa95c37880ccaad70cf169fd594dbeb3cd271d9ffee0e63b41d48498e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4f7cfd77c8fa663c2cadb6dfe6dac3ddc4a43ee47c0ad419c0f3ad0c43083fb
MD5 392c8426d9daac74f13425919201b7b3
BLAKE2b-256 1be4820540c65c2af2c315d35275ebead65e1b2077bc5234564c9818e7b392b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdcf9baceffce1ca6a2188c8e5956397e0c3fc4a3549ec33a705ac2ef3a0e08a
MD5 b05ceeb7eb13ee5cdbfb666123af41ab
BLAKE2b-256 2c3d7ca4b1b860bcd46b3a27aaee3b9a2e08257864920d75e9c3f919a6dd0c16

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf923b9444d4193b7449cf91210603d1a9138deb2b845235fed2369381630bbc
MD5 5354cf84ba6212afda0c3e741ec03109
BLAKE2b-256 7a7fa0f7b921989f3affd717a6cbb5d6f30924c4b43c711957c20daea3edd104

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 899d39ad01c9f2a5ed32122be13be9f9ec0b8be4196080483e0b0d54547a8788
MD5 dac3bd7343ddb2d1f6cf80ca0867bb2d
BLAKE2b-256 095b3ecdca13c41c144779342547b74cfda1ae27adf0268d4edaaf43d316a522

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4c0d986abd0d0dfa35cc50c63e03f61a6b25ac7128c40ebb93f12d62ebb6c212
MD5 bb78749b86e2d0a90ffc6032d6e5d6fe
BLAKE2b-256 2a503790c43f2984657fab4a4c84e4876429b2953dd17fe3aed37702d7cd55a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca3b818a8cefd848b5ac290ad67d298ab50a4a59e96022b0d56aa3ee46691f0a
MD5 a2025e26ac19fd028319d43584daa368
BLAKE2b-256 f587278732b7d9530b46d7b2e5285fee06894f901f23e1cb7babcced353dd8a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 92b640e3f036fc3d6613855f05cb8633ce92ca94d17a99ca018a37f66254144c
MD5 abecaf36a77fd3668b2d62541d7d5fd2
BLAKE2b-256 58ac68de977f2b5f442c6c9022f8e9508887ea4c2cdd8a67f711d2a7a927a3a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 611.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7a55da3d78aa666f8cca2dcd01f5488ea4202ef2002d32b4a54b5ef2b5174d1c
MD5 19b9d34996cf75a1c62659833cd25aa3
BLAKE2b-256 b1f0e4e615ad049d2d31f7f0143f1364c5c663e99d6a186075e804d41d0b082d

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-win_amd64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a2c1c3697f2bf5cbf72fa2bcd3e2ef3986bb3f3330aec5ab4997b7bbd6b72bd
MD5 e476839ac3db4c62a3684c83261faaf6
BLAKE2b-256 0916d43752704ed4308e16363bb503b44adabad606020a717fa44157a5abfa37

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05a9453c639657a4c54e3be76bb816d0e19a4cc9df519b33c838acfece9af7a8
MD5 50d4afac6f6fb6bf8d3c138a398ea9a7
BLAKE2b-256 75de45e4826d8ea3d4332ce3350c6085097125e866bf98bbf3e3f7ffd8b23606

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0874582fc8a67c2e56b02de7422eef267255fdb369af767895201ff73a87463
MD5 476cacb441dce4f07374efca4009b7f9
BLAKE2b-256 f764ec2b807d0a93ab95ee8b4d4d52dbde27d07aa06b7b76b5cdc30094f2516f

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b02b9e521443e6d47703e50f11f23e0dd02f247a981a3e682856ee67d3df132
MD5 76cc4f480918d97cd19efd83d394556e
BLAKE2b-256 5141ba866922d534d8b542df7b006060a776c869ee8838d02638e3e08fd1a1fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df8d34c57fa77e9a18d21b66854df57078223085e91a949b9305f2d4e11768f5
MD5 c59163205637c220ff19c65705dc2190
BLAKE2b-256 7c1684a1355c55793d537f46aad82d467c295518806b403926aa9ea45517470b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 c7db72e8d4f040e585d2b3a5021ea9e24b57a41e568b1de8bfab73190eacc026
MD5 05324b9f4bd63dd3eae317a329eea34c
BLAKE2b-256 a410fad187ac082189a01d2d9f5d99de918039b068979a128d83632426d7bcc2

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aebfedd05c76e5ab516e0b001caf06b15336bf0710fc675c10f00be40864569
MD5 9dd94c9ff5008efd30093b7c5b818e3c
BLAKE2b-256 d37e7a927780f6d72a030a446d7054ecc39e41173cd3adcf72560186fc113ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac78bc6a5cc82f41146c2e7ad3636a26dd6b1488a4c6b8b436aa4dbe76ff440c
MD5 4a918c79a180062daccba87ccf368ee1
BLAKE2b-256 ae7b491e62c9e96aac495d0ad7e22321a4824376b2e79db6a1fccd239c154b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 611.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 43108885799fb7c1bc2a9c0b40a61eed65e44340ede4d22302aba41b6af6c788
MD5 90cc481da853e5b5d88e665dc8ef7458
BLAKE2b-256 f820d92791e2cc50d2ff33493442bc64d62607b94f3ce6402bef9e52d0a558f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-win_amd64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 574ca680ee5d5053f1a6a92420df9f8bf89b6ef50c784e66766c1c372fbbb840
MD5 d1b158bd36cfd68cd5c5724d4f35b4c8
BLAKE2b-256 c6b76b45401d86d836224bca10d89c51f4caff3a4b140126977efb651ba04b05

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bdbbf4da07b72ed5b100e422f00c18c1a5f7d08dc19f080757e1bf83a09a33a7
MD5 fd6d1aee76e781883723f56ab1b370f8
BLAKE2b-256 9f9b1e81c68014c9b7726081d3c4f74ef622591201602e08eeae6989d1f09b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e193c626312d3a329e06ce02c6d4529930f6e309d75465a31e5635244f5149b6
MD5 767f99dcc6ca7a05e998e93c06dbab3f
BLAKE2b-256 591999a7cfc6ed21dd8cce088c69c5f1d2c1505d5b2a37b4b63ddb1e7cb580d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21d7dac368a1e8bd419a6adf4c83dbe1dd609754a7aa1981fb958d21ec11ab65
MD5 6aedf8b344bc6166c618cece76b896ec
BLAKE2b-256 a2efb2077e98532d04276f80230e9954d84624eda3382c779fb81978566037bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65d9fe7186f100fcc56f7079d966d7c1b6dfff4f7bfb9abf2c2641d760d1e37b
MD5 ad8b9402a41948330d10efdea0b571de
BLAKE2b-256 20db5fbe7fe313f9133a9102fa07557587ad75b084c50eef34667bbe7279643c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d2e3799351338b2b5a2d1b45114d4d63ef4231e36084f58b349f46c738670704
MD5 595007bc23e408c933af73ee823f4927
BLAKE2b-256 3fe0ab9529ae94db4d5a71da9b8a96ae2545946ee68753ec5f26cd08b608d175

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1d8dfddb617c93beb4d3f5fc672d6098356a90bf397d056ed4e7dd882691b2b
MD5 bb8c49720a8a7733e2d4b67ad539833f
BLAKE2b-256 7fe438f3d213be6da055e98cf9a27fc26d597b6481a83f4eb8009c299b3ec5fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on amazon-ion/ion-python

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

File details

Details for the file amazon_ion-0.14.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a458b1e62f13a0b0e163fabab20871f5d880d0a85805120640393533f91d9e35
MD5 77186f9e5cbb26ab7a1789b0c73fe17d
BLAKE2b-256 f3c5259bc6e6cf1d8e534a13ea8c2def0462e02871fbb3f61ca7c644832b1049

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.6-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on amazon-ion/ion-python

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