Skip to main content

Python package for custom fixed-point and floating-point formats

Project description

APyTypes

PyPI pre-commit.ci status License Workflow Status codecov DOI

APyTypes is a Python library providing algorithmic scalar and array data types, both fixed- and floating-point in Python. The main purpose is to simplify finite word length design and simulation. Written in C++, the focus is on performance and flexibility.

Documentation

https://apytypes.org/

Installation

APyTypes is available in the Python Package Index and can be installed with the pip package installer:

pip install apytypes

Running

The package can now be used as:

$ python
>>> import apytypes as apy
>>> fx_a = apy.fx(3.5, int_bits=4, frac_bits=4)
>>> print(fx_a)
3.5
>>> fx_a
APyFixed(56, bits=8, int_bits=4)
>>> fx_b = apy.fx(1.25, int_bits=3, frac_bits=6)
>>> fx_a + fx_b
APyFixed(304, bits=11, int_bits=5)
>>> print(fx_a + fx_b)
4.75

Tests

Test dependencies can be installed by running pip install [.test] and then executed by pytest.

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

apytypes-0.5.1.tar.gz (526.1 kB view details)

Uploaded Source

Built Distributions

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

apytypes-0.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

apytypes-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

apytypes-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl (866.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apytypes-0.5.1-cp314-cp314t-macosx_10_14_x86_64.whl (973.3 kB view details)

Uploaded CPython 3.14tmacOS 10.14+ x86-64

apytypes-0.5.1-cp314-cp314-win_amd64.whl (788.8 kB view details)

Uploaded CPython 3.14Windows x86-64

apytypes-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

apytypes-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

apytypes-0.5.1-cp314-cp314-macosx_11_0_arm64.whl (835.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

apytypes-0.5.1-cp314-cp314-macosx_10_14_x86_64.whl (959.0 kB view details)

Uploaded CPython 3.14macOS 10.14+ x86-64

apytypes-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

apytypes-0.5.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

apytypes-0.5.1-cp313-cp313t-macosx_11_0_arm64.whl (865.2 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

apytypes-0.5.1-cp313-cp313t-macosx_10_14_x86_64.whl (972.4 kB view details)

Uploaded CPython 3.13tmacOS 10.14+ x86-64

apytypes-0.5.1-cp313-cp313-win_amd64.whl (767.5 kB view details)

Uploaded CPython 3.13Windows x86-64

apytypes-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

apytypes-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

apytypes-0.5.1-cp313-cp313-macosx_11_0_arm64.whl (832.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

apytypes-0.5.1-cp313-cp313-macosx_10_14_x86_64.whl (955.8 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

apytypes-0.5.1-cp312-cp312-win_amd64.whl (767.7 kB view details)

Uploaded CPython 3.12Windows x86-64

apytypes-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

apytypes-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

apytypes-0.5.1-cp312-cp312-macosx_11_0_arm64.whl (832.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

apytypes-0.5.1-cp312-cp312-macosx_10_14_x86_64.whl (955.7 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

apytypes-0.5.1-cp311-cp311-win_amd64.whl (762.8 kB view details)

Uploaded CPython 3.11Windows x86-64

apytypes-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

apytypes-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

apytypes-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (830.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apytypes-0.5.1-cp311-cp311-macosx_10_14_x86_64.whl (950.7 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

apytypes-0.5.1-cp310-cp310-win_amd64.whl (762.6 kB view details)

Uploaded CPython 3.10Windows x86-64

apytypes-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

apytypes-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

apytypes-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

apytypes-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

apytypes-0.5.1-cp310-cp310-macosx_11_0_arm64.whl (829.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apytypes-0.5.1-cp310-cp310-macosx_10_14_x86_64.whl (950.4 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

Details for the file apytypes-0.5.1.tar.gz.

File metadata

  • Download URL: apytypes-0.5.1.tar.gz
  • Upload date:
  • Size: 526.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1.tar.gz
Algorithm Hash digest
SHA256 172ec1e79eceae29f32da3b8b3ac57bd14610c70742623a5222da756d6b3fcb9
MD5 72f2f68532d3709af8083fe012824569
BLAKE2b-256 8259521186a9b9d4274c1ff56c68bbcfb7b78e49fe27c04a529a6f12704e4f32

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1.tar.gz:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40f201c9c7cee33fa7c99cd93510d407a79314c2f12af346a8a927829a768578
MD5 76574e433e3896e8f18a5cbd1001da20
BLAKE2b-256 590be508704c158abfde49aa5d1ac84293eaa932aeb9c22e91f8a985c9273bfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3158f094c9db539cda81093ebaf3f638a8961e39b73242c9ab69470f7f264ad
MD5 38f7195c318214b5d2bee956fccabb3a
BLAKE2b-256 204510d13823f3cce3df3e4b5f8de56134675e7701a07fe1015b5ccb9bc9017e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13e81290e66c482af5a6b523a1f751c33a29992fcb4e0ce2a2caf7c360ee0754
MD5 2a55755c14024d98f27bf629eda5f3d9
BLAKE2b-256 afd7f349996e570c2d85b6a076c14ecc2b5d536f908db3b5ebe1cd5ac1aa6c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b429b68c62d05f04361d0de4f515ecd5cf3f521397462d2a9c6327d6a3771d3
MD5 99df25e1f3cafa21ad8da330a7aba0e5
BLAKE2b-256 64be99ae6900f979e3a272f46f1dc9495a326642d80db6e67b8b6ae3a440dd30

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cabfb3818a71c1b044d4689e4a46bdabe5fd93a7397187830d490862b7c7387
MD5 b7080479b64929db6cc4cbd7208ec007
BLAKE2b-256 a1a0114287cfb0edb1aa13aeec4cbad8e3dc62f120ba07d34cca3fab7ac3791b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314t-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314t-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6f35634887b6fbd8caab14af9ebed279dbe232055d767e460f14bbfb358c1660
MD5 a83b3f3b0ceb8e59ac23ea670aa737db
BLAKE2b-256 670bd8dfec5b0e21aff348b38de5149163afe15f34d62373dbf7ebcbc8227658

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314t-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 788.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0e1255db4ab5521d6e2a81ea446b8cf57ee3436e1e98c12aae6211accd08630c
MD5 a25e2100a39e13eb51bd8b7c66ae18b6
BLAKE2b-256 a7d0c084b7ac2d2ebe1797304dce47384100c2b17bcbc7d6de411db09d231a4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-win_amd64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7e783c86a18d4fbc0b2c94486d16cd5b18a2629444a6f45357955163a689293
MD5 1fedb59db28c4c20f49f21a89a5b26d4
BLAKE2b-256 289adc217c2adb5f7bac6a1aa3a72d257b26cd18d8d835d5c42df10afb58e4f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e16eb4c2b40981ff31fa92fc7a49bba0caf28976cf264092b36cb636f5dc5ed
MD5 a94d2ec179cb327a1335a5ac894efe15
BLAKE2b-256 91fec232dc8479c4d9e32e3f64ac78089a8f3caf3822d1e957e4155b38229819

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22a23b7f58c43365f7e47e306939694ee4431aa18fa05d602ed3d3485ef7908f
MD5 9af58b74d5292a3eed9b1fe4ef5e67f8
BLAKE2b-256 ef8e75500373eff9a4448fbc98698b8c51cd75a1e4a99d48d54da68ecd610594

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9babf6471613ee49cca28cbea14b7309a7ec51e74f347849ada4556fa7b50cc1
MD5 5c6dbdaee565387158c1415bb3fab153
BLAKE2b-256 37652cbc7247ba4d994ebc69c20d059121a7f800720ce6bf149a7286a0c44eee

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2057f0bcb3524a47e111818351671c7c1c139d2750ddd149a0b6b8ab049edb2a
MD5 c19435e126af3ee692f733c6bc67c8ee
BLAKE2b-256 afb1b186e7bb2bfb8151a332350ca37a776cffd721735929afd3c97fa159ef19

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp314-cp314-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp314-cp314-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b537c4c5329153b1126da1bc60f602e4e853f9957fc83df8077934c97a2fe629
MD5 4531b5aa07b1b3451eda4b5fe07bab29
BLAKE2b-256 52832ee1aca6085e94a7b6e117d3007b6fd8a1399d7b7399a3e70a7276089f73

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp314-cp314-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60e789446dfa56df88d175ef572cb3e102118715bab8b4b0cb2342e862cd3207
MD5 2f9286fdded257fc0a67fbfaa68cbc92
BLAKE2b-256 79aed9cc226ec6fb95712378e9b02fcd9ddf92394f1e5475a55a1ad3a803a3d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ace5e6f910b371b3fe7bb85c0db98f57fb6d226a729e69b486165d5359e6b77e
MD5 d15977bb2cc8ccc9a7fa4bdb8c5d98cd
BLAKE2b-256 23d13ff291d94112699c2a4fbd45ec11da8e09690aaeb81bc9a70a18445a0010

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c11c5fcebfdd0709fa1743c7251f1e870460766161a0152e781e356bfdd9fba8
MD5 d0991459b658a0659ed1e8ca425db0f0
BLAKE2b-256 f7dd0d71749fcab9abfef175432304def18fdd9d66e8c95d48e4212c337a3cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72fca09878616e3174c3e813fde87f0348ddd3b2a1267efba361f78a327189b0
MD5 2daad70acaeddeb294e2a5e21857b562
BLAKE2b-256 89476a8f7ac5cbae024f9e9eedc3f8218315b7d94726f3debdb60ee44c634a8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 869e7f03714cd1b6e478948664cd2789cc7bf09927d5fb517b56514a322d3c4b
MD5 d37eb7a5f1c8fd6e800030ea4926be2b
BLAKE2b-256 e538bcc4d7ae3a6426ab7991f91ed9c0c5040a37c928b19c1e5b291df9d9ee45

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313t-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313t-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e345ce6237bdd5ec9d7bf53268ee7da161b4fd8d12218f7e49d899ff4bc83919
MD5 11bfd1f6047f82602a879131356688b9
BLAKE2b-256 422ad6b36a4caabb94b9dea93a0eda01f0f37ffedda33667bfc339711a17db0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313t-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 767.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 124144eb7b6ce96c34ac40e8bb29d98b6ad37ecebdf375de92dcc047310d4511
MD5 09b75d1aa04435fda0a87ac7e6fa17c4
BLAKE2b-256 a62a5b5fccce60e96ad9026f9527c8e13fb0db8d8f18f8447fc55b6303e84fbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-win_amd64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c01ed89844c822654f32abffe84f049cdb39fe7c86fc4a0b8e3dc020a677233f
MD5 6c5148f82d45debfa7aadc74c4a51881
BLAKE2b-256 bfba532289e52ab965396d70ea29e623197c9199c59f9de6260f7a714a6f0ae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7e1df9caf9326f3c3e9df2730e6f43255a8ad20187f51ca4a79a69efdfd846a
MD5 098760a59b8b3f5061ac8f619c78064c
BLAKE2b-256 a5b385f5fd4a7fd14ca0eea1eb488876840c721817b8e9d32b7324e8f21f125a

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8df3d191f664f2434bf2ab85c0f232997483166e6fc7abb00b9c49cdc9676bac
MD5 f19a50cf6897a2f5b842c8b5fb541d19
BLAKE2b-256 edf27242b5e76ee8909ccc1edeeb390e262f7a77223b1511abcdc6ea42cc12f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 660b418674481c8fad97e4190f67ccac0217c6c3ab87e1de4a77529f14cd2f4f
MD5 ceb89b7cd4594e370cf7dbec65be2c59
BLAKE2b-256 8fc3846d6b690d80e1951d10f3408e2e85b5bca39e25b2cd5829fdb3651dda3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d3c3ebbfc0e97f69de881252047bc3d41891e3c8f903bcb8059a47476a7de6c
MD5 389e64585c623adcfc7518f106d7ed9d
BLAKE2b-256 53169e13e7991e9aeb46854b96de688bde496551ac3606c2a986ce478f21eb91

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4e01c3ec9db14d60183f97544a9840377bf6099e2a2293540f38832aefe2757c
MD5 52b7dc391527805583d2be149cb61a99
BLAKE2b-256 9da82812ee618c123982dfab69e459536b4a444d853a0a5eaae5add847ec910e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 767.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05615f92aa8c092a3746d7070dff28508d554dfb0b42e565fcfa17fdc135861c
MD5 b6e37182a36dba5baa97ef170f1c999c
BLAKE2b-256 c389d761a7b4a2bd16fb0dc1c1d98675389ff688a4c032432d8c91a85e2cec95

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-win_amd64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0138f57f8c188d2d3a43436f8cf2a1e22f0c89c6d680ecfaacfcbc54a7c2230b
MD5 36e498537d9b089faf0547532c43a112
BLAKE2b-256 17fc66a7d08e3e2743014a4ff8dc21fbc869ad81504c0ae884de3865f5e2610a

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 704aa242a5766c6ac922e6d1491ef60126c79f18cdada06bb68d3346451745b6
MD5 c53f06c460f870b6dbbed87271a0f60d
BLAKE2b-256 4b8b6de580ad7e8807ffc5a5c7b6306e73f1ac431f1ba5f6ad4fe5c737b00f3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 abedd15c20604fb87db550719d9e5840e9e364d748496f072d86e4488a6a1155
MD5 96c08e2d7ee69e6787ecf2e1efd6b4e1
BLAKE2b-256 1247f5c63ee22a9e25366777a2ee0ba15f2c1ac4b2dfbbef710ce2216790a8c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e7227983c26207c4a7406bd5ca2ff68f018fb5574fc0f108d8d8868159b9d0c
MD5 06e1a18b598b86fb1613b9f48843307a
BLAKE2b-256 720dbf7c902eafc34d194ea939a12fdb0ad1351ca56fe680971952dceeaee851

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8f24422ac21de436f914c9f3927b4db1542ec009e75ad2fb27a0601e05106c6
MD5 d6504994e96ea9044439446cff5c08d4
BLAKE2b-256 0cfa9d0854eeb4e93d0b18e500f8dde9458613f2ea42fdebea2007a370efd765

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6fe923fe0a0f65d013d79a1164f414f3a572c15e379a47b4afedb2556c51dbae
MD5 fadad5394917d6683578e770d9f39b91
BLAKE2b-256 5a665755db22ab8b7f82597ce76b1f735016628836c015ae273fcca1259df99e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 762.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea61e22ba4ec5b8d5774321ecb32e3c3bb11e4be2400de9b269cf621481d9aac
MD5 2ed253a959305595da61ca0fc5526e32
BLAKE2b-256 d52500d2eb08cf6df2fc0cca706a5352c42e88d8ec7a06652862e4e55fb40910

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-win_amd64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7468199491a8b235cec816c5582e90859b1167578a2ba39e2a030ab20e4b5296
MD5 22eea31a53f9c1eddf79b23653f772b2
BLAKE2b-256 ac46412e7c8b7c9b76f7878cd30bd11c8a86d8635dae2e5db3e02e7b472dc701

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d52174ec88a319e392663c6ab62b967e8571fa5bc51de4d4da522be48215c75
MD5 75593f11ed3e8313c25d08556ade053c
BLAKE2b-256 c9b24c3f8a97c2fd80dd80aecb81ca0fec41dae5b871d32640094b30ca1423c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 698457f386d05b2e75b8bd4a30d4c039f40a1496b0abe82abebf0e2d40789af5
MD5 0a272cec522c4272091bf7efa9736964
BLAKE2b-256 46f93f91d772f40fb82400170aa5c7fa67567873320bd83d2a1b5b6b3b8456b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2e77f9d34aa15ba256c18646231dde3968d62381d19c2a8a05c2f490c656e09
MD5 317c925797bf0795e996e9d09a956e86
BLAKE2b-256 d8decab1ddf08ec410f0a0b94f52818a4fda3080daa4537ceaaf8ae5186d9e76

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d327a62472afddc4408962fc3a075c273d7da4952fc57333d2748e6ed8c57a9f
MD5 3c8088eb4be0cbd43bfe5101187be05a
BLAKE2b-256 37432f65cfeb72443a00f55bec3ed87d983fa2c2e4a287fd2bc2de0124c20dcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 69740cd7b834487bd7c1084e639fb86c85663848ea434ccf9859e9f6656efea8
MD5 d0406eac3691335bf98af0e7f2e22751
BLAKE2b-256 66ccc1d86a2a4c54e514f9d07c21debaae0ff1c832f76f63848ccf08ea827b83

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 762.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 907874751dd125ee4e12f93d02d1c5cfbc95ed84c700d9203e86b030f6318b5b
MD5 9f6e08cf84db93dbcba718998391bbf0
BLAKE2b-256 6ac274a8632bf49033f10171d982ae6cde83e9bbdef2ae4f25b5ae2688ec81ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-win_amd64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94f44756eff19cad25121075f2f0a5ce01e8c2c92554805e53eee0ec2356bdb5
MD5 b923c04a63ca2f04c3f4664c65dc8670
BLAKE2b-256 b7ff08de128a905c33734d3f6ce73053b15d68adc79316087ff9253c802135a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46ec869ad3449111322acdc08eb88eca057ebb7798e4ddb8a4b268c1a81b39bd
MD5 61cdf820705aa01321a33aaf723598e7
BLAKE2b-256 535d441de64cf5ae22a5e807d24336191e8ca9e44fb20e3e757cef60d4993390

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 342739805c7318d80dbbb9eae96c1b180be3ce2d4c9f0afb08ecd8a2598436a5
MD5 abaf71c3d10d773c9444ec5cb5ad3e82
BLAKE2b-256 4f65bcdcac356528575d7df70a948014dfe27adab1bf322f73f58f8298922d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f6a7de442421b03526d8bf9bfafa1e921afed0d7386794b771d1a7c96ceea54
MD5 c4fd982bdb623ffd02e05c16512c4a23
BLAKE2b-256 2ff762136dd0f4171b7556e9e2b9de79b06023e178472b495589d35cc6b60323

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0be73e624f618aab47901203106b911280eb988615035517be114c26a3d52a5
MD5 0ed7e7fc52655d5db02a2d07813f4474
BLAKE2b-256 5bf3b7d5b6039240408a8ebe28c3f9d90435c5c6ec03faf0f3c8015762ae4e03

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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

File details

Details for the file apytypes-0.5.1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d5a3d0c05102a86ed540df4e590077e8dedd22a34422b71231d600836be11e45
MD5 4f4391f20e64ef6d55c93cbfae0eb274
BLAKE2b-256 a11eca52e3eff7bf2560f9aeef1ee3b53f763cf2e00d0e3a63d816de458ea534

See more details on using hashes here.

Provenance

The following attestation bundles were made for apytypes-0.5.1-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: release-publish-to-pypi.yml on apytypes/apytypes

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