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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

amazon_ion-0.14.4-cp313-cp313-win_amd64.whl (611.7 kB view details)

Uploaded CPython 3.13Windows x86-64

amazon_ion-0.14.4-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.4-cp313-cp313-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

amazon_ion-0.14.4-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.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (498.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

amazon_ion-0.14.4-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.4-cp312-cp312-win_amd64.whl (611.7 kB view details)

Uploaded CPython 3.12Windows x86-64

amazon_ion-0.14.4-cp312-cp312-musllinux_1_2_x86_64.whl (581.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

amazon_ion-0.14.4-cp312-cp312-musllinux_1_2_i686.whl (634.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

amazon_ion-0.14.4-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.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (575.8 kB view details)

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

amazon_ion-0.14.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (498.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

amazon_ion-0.14.4-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.4-cp311-cp311-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.11Windows x86-64

amazon_ion-0.14.4-cp311-cp311-musllinux_1_2_x86_64.whl (581.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

amazon_ion-0.14.4-cp311-cp311-musllinux_1_2_aarch64.whl (599.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

amazon_ion-0.14.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.5 kB view details)

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

amazon_ion-0.14.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (497.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

amazon_ion-0.14.4-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.4-cp310-cp310-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.10Windows x86-64

amazon_ion-0.14.4-cp310-cp310-musllinux_1_2_x86_64.whl (581.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

amazon_ion-0.14.4-cp310-cp310-musllinux_1_2_aarch64.whl (599.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

amazon_ion-0.14.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.5 kB view details)

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

amazon_ion-0.14.4-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.4-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.4-cp310-cp310-macosx_11_0_arm64.whl (498.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

amazon_ion-0.14.4-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.4-cp39-cp39-win_amd64.whl (611.5 kB view details)

Uploaded CPython 3.9Windows x86-64

amazon_ion-0.14.4-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.4-cp39-cp39-musllinux_1_2_i686.whl (634.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

amazon_ion-0.14.4-cp39-cp39-musllinux_1_2_aarch64.whl (599.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

amazon_ion-0.14.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (573.5 kB view details)

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

amazon_ion-0.14.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (498.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

amazon_ion-0.14.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 611.7 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 07ff963e602b6db4ec14fdd83c469e5a4a389469f26a684548fe87c8d1480e3b
MD5 1503470b562eac52edade9f124acb292
BLAKE2b-256 5cedacb0d87a13e39517cf201361074013a8da90b835135a7f7cea7e9e78dec9

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e053d3f8a1dc7cf1974b58cfc9f5683c58313938ae909ad9d263fb85e3e57fa1
MD5 52a8799fcc117d948af4b0fb78aa1bc7
BLAKE2b-256 93f7dfbc61a32ae456adb9f32bd19377dbc4554ef727cc8908f33e9116177df7

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15dc421a9139e5fe5cb365212f9c6800b1f5710f969e79e8029322f5447aa663
MD5 2b3c9c9bfbc773a56e2832d116fd02cb
BLAKE2b-256 e33a668b3111f2926e0f7a01308652aaf384e372273050d7e119ef0a98a62784

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 755a9a14e83bd8f4fe46cb15de04da6a8dd23b53a534d38a3b2c7572a91cdbc7
MD5 abd2f02e08b5b6e254d344f46f3a638e
BLAKE2b-256 a1ea00cc9a97e69ec4a5236c3dcae26ebd0d763f3ae49298c9dacbaa20742842

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-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.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b243f9fc251d0412cff88f74399b4bb679f1c70a5dc8f66aaada11371b97fbc
MD5 d0cc3c25e8d6dd2935db831cab783cc5
BLAKE2b-256 7b70f7f5a7916abe94d9a1813dd69c2ccfa3f8412f3990344b9e0f3ce78e028b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee2f87ee35f251eafc2e4f225b63dfeb0b6eab5013c42a546e34c70c2596d68c
MD5 beba42baa077593f8788d464627b037d
BLAKE2b-256 947c89731d6bc544d8cc633ecec1393f96d6f62c5ccf4d24a11d9976cb74836d

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a05afe8232a1f9099b22ee818c92d43be9b30e6490d9adc21dc44bf207c76b9a
MD5 1be247f9ad216be0f0e49642c023b2bb
BLAKE2b-256 68dcaedde9dcd88d67de3a6bf982fe0bd37f2db7c1f7d5b45e75bef5827c1fcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f22849086ff141f124c60b833c8c06b4318876ed761228bd5ec3ef9d8310e27c
MD5 2b96653128612963c2929c2452f79df7
BLAKE2b-256 c55d87848c595822a406fbbc32175e7cb43080cf45767602173d3f12b296f588

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5b0fe41a547ec363b702d4d55349e6be15f1289a2d9bff7874393c73f97cc62e
MD5 1f17b09b2fadf5476391510fdad40fdd
BLAKE2b-256 d6c5ee71812f91a5b26225e93a092e4568d449ff3e1e7f0ebe4b19779f16a060

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 611.7 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f22a10e72bba56dfd83739ce92d0ae7d8d1ad2db7640157e52209242b569b401
MD5 3b9e751b4fb378e642ad21a237cdbdef
BLAKE2b-256 70bfde42b3814a551fe52a0495559ffcce1aea9820c68e383611707db95704e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64ba943ebfbb82c70c4a0b947fcdce9e1e246256c1fe08726116c53b11597b75
MD5 0df00bc5be3c7a3b287909ab28fb79bb
BLAKE2b-256 043218d510e81bfbac7326b297760f554fc6029266cf6552c68b62804019551b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7cda0fdb8019ca1247874c30d611eec1800fbf3d41a671ed4e3d7dee0913bf90
MD5 d76a984e4a5f6863fb0d2eff5efd6456
BLAKE2b-256 e577dd01c55c9d2cc1652df0c848831c7eddf73f01f55bd3f366b6b2794ce329

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d79ab394ef0b67b2ed70fc4de7af6962d933cc9d2523ae857595a164e3f3e99
MD5 321ae53ebbce96c87cb6ed63c19c5263
BLAKE2b-256 a78834dd945dce8cb935e835fc71a4e577c29fd7a10b060b87525338e4e6f535

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-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.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 476f94a2212e5f8fb57cbb92d0d7563cffe0e7379a14f70a3f7611086e6e78ba
MD5 4559b57c74c9635a9255fd8c7edc2d8a
BLAKE2b-256 a42ee484258f8b9263b62242fa1d3221e85179af3147f1d80fd4914759623c76

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c45758ceda3324b644cd38aba38c8764660330ec22b622e4154a8dc57850843
MD5 f85ad81763cd6a9cf99a6f443d5594f5
BLAKE2b-256 a94627c32c4c0b98f5ee2bba892dc58ead3a32cac00d6d12eb3198fccd3d93ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4326d4497ed5aa92612ee320bfbda61b3ac0ad9fd440840930d6dfb4ce4fb900
MD5 3ba7d493fbe5153ba1284e50cb3c21d7
BLAKE2b-256 4bfd59e283c3b063964eff96a1116135c16cfae22a5c61a62648a8b97365cacf

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b493c4ba09272c32241193e926ddec0e1e1d81e0438d5f3a9e6a0cdf6a384fe
MD5 f89c3dc83944806ffd5e2a50ff07a262
BLAKE2b-256 353abb87cf01569c85370700cc10aba575b69146a081065c1085eb71f8253919

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 42aeb5bd84f5e826a0375ec3288fd8dc06b1354a54f1521eb92cc2787fdeb301
MD5 b6a6ed4d1e9008ecf8f2732cf5088d68
BLAKE2b-256 134c4b5b44fde19600bd1b80c308f75392201f1104ebacb5d54a180e0dabed0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 395f326249b12d883d6e9a0272e87350b1c68e49d8621a938205350eceade72a
MD5 66ffe7c5d928a5e82acd9f2849b8c60b
BLAKE2b-256 44e4f63d261131f9cf55b2e6a67f75ee13c2d7ba0eab5c88053da1da3b60ef20

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed7473cb985676d610bdfb5bc56a55a0b0adc2ae086ffc6edd8deccffcf3e8c4
MD5 d45dbdf05b3982ed9e7106031825d769
BLAKE2b-256 0214c3a62d0faf739790121756fe0f21630d588004b1d6729569aaa7402ac79c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2055d5fac2085faab153aedf1fc5a53150cba5887db5b9849dd01fe49733b591
MD5 ff421213594a833aeebb331b150c6b7a
BLAKE2b-256 5519c5fc2129c9c9c9a2ea84ddc4e85c05b64351f305382678c75121fcc29b92

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3008331fe296ceddfd3f5c1577a6f0b93e5187c8032d20dff4d7df916b5757b5
MD5 36f971cdae7d5c73cf860b5923c27433
BLAKE2b-256 b514ac171b09a506bf5e03521a951054c10ee1138e970cece22cf97ad2110d9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-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.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7deb0df3368ec0db523cfe5d15d744eccc9644e76eb349adc7805e1cdf911327
MD5 920fedb68f153c24836bebc11c063a4e
BLAKE2b-256 ce433e70204b52f689448234ea79e5244b24141aa68eb3f6c3daa47bc9c036b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee0a691bf89150e5da8fa64357f5b584e39facf3dd171858da20617da0ed113b
MD5 e8df4b809596b2d87841838c6cdf679b
BLAKE2b-256 3054dab56a077b2f2159fe380db24d5137ff623143268306f2c9cd8fad613106

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 973244dc3898e1b0ba0c259cd68999cb44c7c2fb00617f57a55c04bf0420d4b6
MD5 bd3a74b8f1dbef2fad61f0b43d8c7a4c
BLAKE2b-256 660f083cd2c10f92b2814dbf50e824d5a2b57cba3cb063eb1d58b9da2d1c9cd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be5f055bb3e7eb33ed32a6a35ce2cc65b51e6b2535e3f22d49057825842de887
MD5 ac1df1fbc03e7b5262c9bd05c4f794c6
BLAKE2b-256 e945a4d56fe33df3af7a479740a21485e367712e3a76598eaed7f11881b9bf07

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfc8cff596caca9a93cbe2a5b1c5cdcc9bc1be35c3fe18c59f6dd7a4ccbf9075
MD5 2becdafae47676e67a72c7f84d7d63df
BLAKE2b-256 46a71f846b69defd3b88b7e9311fb1baaac2994817426ac8cdf641facb3a357e

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 69423ba82fd44dc589e779e6ce0b5d3b68e9c96d5f33fdb7f79b07da6e88eace
MD5 2388a6822b91b18bb5bbe5893315b2a1
BLAKE2b-256 274d10054d822f24526f3a4cf39073eae622a92b6161739e236684de79d69ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4aab384c9b6f151f26bf04b296ed7429699d16b42a63a33707a2137db480d06c
MD5 514a0574737664bb946dd334ab85c046
BLAKE2b-256 bc8013b7e4bc053bc719bb54ea4b941598ac7a166c190db55db4adc5eb6efad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ecd34fff8f979474865dda25c0ba5d59aad66b36150177dd831acaeed0d36bd
MD5 a31d0da97dd8060eddcbad7b33b48846
BLAKE2b-256 db5d9915382d69f8a59fb9042ecc3892075a3b03bc339cd84e2f39b91c80a789

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63dc4b111ea6d04d33f3b918081749e21642da43b9c9ab1432d6e7f81974f967
MD5 239f7a2eec2fc95092814cfe3af008a3
BLAKE2b-256 e7e3d21c1861de25cd54ace2750c61c5b610cf4ce7aa10636865086fad73de0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-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.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dfa5a13fc8e3930c47ee44e2cd15dd02877d33cfd0d3f003145eba7a1e0f0973
MD5 355a3bc102bd00a8eb775d41dd3eed23
BLAKE2b-256 073d90c554d8b63883622bff265724f733a0afe323957427f4dba51aad9cff1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac16a214c0780d71a08bb8693c3097a172819cc3535ad17f6f1f8c69a3045411
MD5 bef5662da86f8fb23a7bf77ed5da8148
BLAKE2b-256 2d464ba6cceecc4124a3824098fa4c295e65e0b3062bbddbc19b8e264474aedb

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 de2af0161de2c0f4f9cbeb01090a08d8ee2f63c730ea29eb6c44f6aa6ef0bfc2
MD5 02c12f93605176bec98d6bcf956a3daf
BLAKE2b-256 45f76256a6c9dab7c89c4bf1362704fc50ce62a29a181851e4bc071f15eb7385

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 25985d7df329d6532682b0162276a79385c89beced8557dd7225a2400cdbbfa0
MD5 790167f54eb6d5ceedb0467b70601e54
BLAKE2b-256 512159aaf42d17bcc0cafdc733e45c39de3451d5aa5046a8c68f68e644094e2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59ba66f2fff052eb6ea8346bf225712e0261a462aee90a984271ae992d89501f
MD5 2a73a4a148a265869b2ecee15f9eec18
BLAKE2b-256 9d1293f4dc22f195049c56ebadf111be7d0f642054a6fe3dd32d0effc77e0c11

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: amazon_ion-0.14.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d8361477da7cbfa6aa099011552f625e8f7db57a8188c6f92fd1aace976018d8
MD5 05f3b783f7dd78b1841686cf4047bd8c
BLAKE2b-256 d6b06653c724db6244aea03c1388b49b3d4cff35b1608b6fc997d9b14eab85f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a29497ee899d3b8bde3a007f2c0f2ba1eecdaa4bc7ef15e581ef8afd4766257
MD5 de946b2ec60736141a981c391513f2bc
BLAKE2b-256 6441c64eb0d878944a66037698e45aa37d203281d6584f3a9ca58540dea2bf3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3a3e58981696e114ff2b50bf2cc8ee6f75da80bbc9ab7fe45c63707f2111d652
MD5 1a18dd1d615cf9c0c10d70c14deac401
BLAKE2b-256 ee0c8ca1a854b61bb7a852ad977e5031294becae7c8801aaa34acf2c2cf44895

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97d71e7e335cd9f940b35ed147f5cc8b65bbd8d843a5b522dbf038aa5cb4a875
MD5 47296d4a5de865d060c02375c68324f5
BLAKE2b-256 50a39d8bced578932a78e2cf8c3042c726fb0f12b0c28d2b344c36434331055b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-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.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebe852816c1c50280ba44cd1619cf78d9ef9b7346b29a1a58a18e6f172d66eb5
MD5 c634c1a18652bbb81707fe7880212c11
BLAKE2b-256 30db3ac28c84e007cfbc577a1c5529724014af7e323b1bf9305ffbdf7bdc56b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc82b88771486d1cc055432055c5f7fe5e46a82dde04c69c1d26e8fd6834d051
MD5 59ec51458201def36d82c1a6d457423a
BLAKE2b-256 c6bc1248dd60db1c9a900ceff8aa78e1eca5029943f65666c420afc24ac7b2ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a208366e226e4084408a8fcfbe017334edf7d5501550df180909efa2d89a1492
MD5 a63bdbbfa1c2da527b38ce913f988a3c
BLAKE2b-256 34f5de18bd6f5ae08f2a2c89a36f85cc40979fdcd8ab7989b379c6a20662f563

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7354fbb683d2125f165013a0226f9a2a5031272c109c87624607439f0fb85028
MD5 3a78607e3132d98e473d07a28747f7dc
BLAKE2b-256 c0a1d69ee407b33bb691f08f7d7eb173d80747ce93986425a6d922aef98b11d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for amazon_ion-0.14.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7976965fdce615c8d247ab755bf44aac01cb2ab56547f85215f542446bc54d7
MD5 acfc8315a91b79c250b3de35ded3b6e2
BLAKE2b-256 0438b84992337dcd15112849ad7ee6d96e25ec07857bf63c04a2156135c5177b

See more details on using hashes here.

Provenance

The following attestation bundles were made for amazon_ion-0.14.4-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