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.0.tar.gz (523.7 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.0-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp314-cp314t-macosx_11_0_arm64.whl (864.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apytypes-0.5.0-cp314-cp314t-macosx_10_14_x86_64.whl (969.3 kB view details)

Uploaded CPython 3.14tmacOS 10.14+ x86-64

apytypes-0.5.0-cp314-cp314-win_amd64.whl (777.4 kB view details)

Uploaded CPython 3.14Windows x86-64

apytypes-0.5.0-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.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (833.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

apytypes-0.5.0-cp314-cp314-macosx_10_14_x86_64.whl (953.8 kB view details)

Uploaded CPython 3.14macOS 10.14+ x86-64

apytypes-0.5.0-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp313-cp313t-macosx_11_0_arm64.whl (863.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

apytypes-0.5.0-cp313-cp313t-macosx_10_14_x86_64.whl (968.4 kB view details)

Uploaded CPython 3.13tmacOS 10.14+ x86-64

apytypes-0.5.0-cp313-cp313-win_amd64.whl (755.9 kB view details)

Uploaded CPython 3.13Windows x86-64

apytypes-0.5.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (830.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

apytypes-0.5.0-cp313-cp313-macosx_10_14_x86_64.whl (951.6 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

apytypes-0.5.0-cp312-cp312-win_amd64.whl (756.3 kB view details)

Uploaded CPython 3.12Windows x86-64

apytypes-0.5.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (830.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

apytypes-0.5.0-cp312-cp312-macosx_10_14_x86_64.whl (951.7 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

apytypes-0.5.0-cp311-cp311-win_amd64.whl (754.6 kB view details)

Uploaded CPython 3.11Windows x86-64

apytypes-0.5.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (828.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apytypes-0.5.0-cp311-cp311-macosx_10_14_x86_64.whl (947.0 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

apytypes-0.5.0-cp310-cp310-win_amd64.whl (754.7 kB view details)

Uploaded CPython 3.10Windows x86-64

apytypes-0.5.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

apytypes-0.5.0-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.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (827.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apytypes-0.5.0-cp310-cp310-macosx_10_14_x86_64.whl (946.5 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

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

File metadata

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

File hashes

Hashes for apytypes-0.5.0.tar.gz
Algorithm Hash digest
SHA256 f5c6431468c11349913bbb91281a90ee7c316239a37feaa2b5a795c3a1329774
MD5 bd004b5a60af95b2bf768e2c045b6ea4
BLAKE2b-256 8ee0bb19aac4ad834210f915d6db8ac988421f0eac6757070c41f35f0b54b600

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7d97aa75417588c560358f714cf923c9fcdf3868f66daf7956aa3aeaf7ae6e4
MD5 ccd1e253f85f3352bae2a9f032e177fd
BLAKE2b-256 96c5077345df2cebb458622ad48691a76b9864bb603ed09996faf5ac2f73312c

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a814bdc63fc4356f274d1641f1150a2dcdd0215f6b47bfc4247309e188576445
MD5 a35d384e1176bfc4ff6ef2f49b3bfecf
BLAKE2b-256 c7a4c66e58343c7e754afdd682605359107af831ec6eab5d07b3fff7dbe88f05

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5988dbf3d8e11b2f70ec40581d102d9fa11142507cb65971cf418ec99eece5db
MD5 670465bd3e2338d61e5d664fa01e5087
BLAKE2b-256 93fb245d48b715444b4932a0d56f939e5b21decabcd579eb3f6b9eabdf4bdef0

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bff431cd998cb10d402ff3128bb53725d10f712e328450a8046a4eb2a8ae5e8
MD5 b694dbc399c68e6e29aff03b6bb538e9
BLAKE2b-256 6683b29ae65ae173c5956c69b3d54a21657d373b010d893e14e41e8753ee8c0e

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b957932dcec8ff3222eb2bac0274b6708a473523c589cef701edbb95cfe4a49c
MD5 f218bdab1a1b5f510d684928756b5505
BLAKE2b-256 d115dede7afb10edda8334b38230fb7ac9f9a6113d69a9e9955369633275a76c

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314t-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314t-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 29cc8c05cfb5c1a0408c5f2f771cda8450ec997c54f0216e12c7596ed1efc643
MD5 da0e504c9d194cddc31f8bc64d2abf94
BLAKE2b-256 e9266a6213254a667102ee4a10e51c9bb59ae9461bbcc8ec55f4b3a6f72db7bf

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-win_amd64.whl.

File metadata

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

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7ba920556489abd98c6c9724e1566eaf7bf0b6dff673e1e00adcb1e2cd43f4ba
MD5 ed6db948be313f9f62d0e47f69d0fd8e
BLAKE2b-256 b824de8bd1220c59e4e75ddd682a57f1dc826577962995dde33001f5f6e170a3

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26cbbba1dd99b52d67669fe01656f850442bde9c1b03f37ac90abf91747733ef
MD5 f7eb263f0217efafcde60be7f19652bf
BLAKE2b-256 9ff6eaecb5dc9bf162e2f0efd4c3870403b95b96d2de55df67e68c99b3bef589

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1dde6ada903ac05ec78fbd9a0115fccd43e1797667bae35f2f0f60ef8017acde
MD5 882012d87b5190b0f03408be219c517b
BLAKE2b-256 03e779577dd07892f0f934b32c0d62245c5df6b2cb447d002030bce974568e16

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f0d79aa970777b6993f57e8055688552af15321e1c366e838735aecaeff3d46
MD5 f70024bb9c1be4e72b6b320f9daf9a6a
BLAKE2b-256 cb434b3335368cdd051dbc77cb8681e263c07946399f7b0071194123232c7d6e

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8502b3d3e30a735a8413e8f0d04496c0d84ff8bf8170b660fa4b29509841f6cd
MD5 87c547e04a9dbc7471a5af21541b60ff
BLAKE2b-256 23feb042f4b9498a23c70f442d8efc1b9963c87546f772af7b49b4d8ab9a65a5

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d13feceb96c4aad22785c99b8c4598728d282cdabac6d461aeca7e7aa72bcde5
MD5 0ddb19eab82a16fc31f4b008ad2a756a
BLAKE2b-256 d8f0318c751e907d844bbb0cd479799eb00d8cf360649852b22fdd0cc9ada049

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp314-cp314-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp314-cp314-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 dedcfe9665b800520d1eb17049e8a45214f5e79f2714021c40c481f9699317bd
MD5 adb0b4294bec97e45c7c16979d82419f
BLAKE2b-256 a4cd566b81ca6d3430afdefbbae5ac8d90a89b8e5ad20c455ae02e68a4fd8a05

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c931c3be5eb46408f81ece91faa5e2b7176c1c547e4a5553c257696a2043d4c
MD5 12b3a76dc932f0eae911860361225589
BLAKE2b-256 fe54f14601ed9046b5b98e5d1cf4ef717526b1dd4eea39b3f8844150cf428860

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 444fa85a6279c93cac39ac0833aa4ff3255d23139a263b3823de3bcc152cd404
MD5 61c9ce5c8af2d45780cb3e8519c8b2fa
BLAKE2b-256 a3a76947f74fbb8df02852cc325df65257a6c64c9e6b4b8f43284f7580a316b7

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea6f1cd9b28d248c87b8785eca1bc36a1c8844508c9d7fddf5d94827a388a77a
MD5 68d4fc00bdfc935b21bfbc680f15c0fe
BLAKE2b-256 dd644673c761dc23efa38f9fc8c20e1c51fb83f609b2e52d5171f51d302f4153

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b0bdb858120e9267766ad2c88b67fa5fb09a79e0e8130daeffc102751c7b2b7
MD5 795076bbaea12b41fdbaeee209dd3f4c
BLAKE2b-256 9717750b94c8d164dda44dd4201c83f0d3200d0a581714ab7bc74cd788a97405

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a95df113a61f0521992550a0e1460d4d2d40ea17bd0cc9aed3d56eae53a5c36a
MD5 28ecefee1a5b61e88d7ed13b5e5f0ec5
BLAKE2b-256 1deb896268df918aa1b4c4f548c1bf4c5bb467669a38afda956f0d4c3d40994e

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313t-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313t-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3c78e3a99f37717e6480f48823b98472139eeb77bfc0ca775f3cca2c614f9851
MD5 e94abb745c9b1c1e62614b2feb45a55e
BLAKE2b-256 44949678415b06fef396401895feea04c9f5bd470b3b321eea494ec9b4b68da3

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 755.9 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 apytypes-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d3b8d23606e42fac37c68b54803b3b000d1c5651367308ac5911d93e3b92edd4
MD5 f0438bc977c9af50c5ed40f4638fc431
BLAKE2b-256 d576a6438fda25f68f0e988f66ae1a445561b16aabbfe1b16e5b919697c7c8ee

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51ed76e0e2bff4f20a11307117487e58705d783647f97c53957fd45ba9e09788
MD5 96c53b02142b9547f0d4944e0885036b
BLAKE2b-256 662f1e54232ae738fafcf9dacfe36a87a70ca06cb8486c7d142954758d860f84

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88237086025e75e5cd0924890e3726b7c313804e7ea8f8506d4c5d45bf4f50cf
MD5 731330d7de47ed757ca4bd554b971e57
BLAKE2b-256 29c1f8aebd813b8656dab9d17df3f0640c5ac9d153f39967d97234398f64c6c0

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6d070d4da895ba846d70b09160f685346252ef0de0472bb9d1f33b4a77a91e8
MD5 e7ca24d7898c36aa97ee671f99e15b87
BLAKE2b-256 2fdafa70597c1eb51d8bd6d49976ecd052e0820bffee2f8b8ac12c02da8118cf

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d8cdbb7b9ddef2ff55522faf38ff9cce76e0301ae43e3c07030f8f48059f199
MD5 1c28ed98af523fb676a4fc0c4712c104
BLAKE2b-256 3ea21d9f47edd16a76f8f6f84dee4503abdce120105abca4aa82291511d0e6bf

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5434d59a8d7ea16398c4ad6d2b12249ba24695d9c6dcf0034137a80a7123d61
MD5 1a98d4377c149bd1300f27b13197a628
BLAKE2b-256 d9be3b3852d03665a5da74cfc9400eb5c8ece1371efbac216a391632e8cfec5a

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 77c96732b8c781df84dec8253729d5c5d7f264e1834107a7dc5e44559ad4c002
MD5 f4cc96d476b344a1dce0b57c43c11de5
BLAKE2b-256 834437030ab1ce0ca544b245e4870e896094e17791197e254c140d163c45a61e

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 756.3 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 apytypes-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fd92cff006137761022313b0f4f92482fe44ca45c81db0a9bc494ccb84d6fbe8
MD5 43df1b9eb94362cc9b6d04e21b56263c
BLAKE2b-256 5ec8ebcd660081b685a72f220e3ca9cf29d80ca00055540cedce18b4cea41978

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60b076c514263186219e474b7ead04aa47bba2632fed706aef111aafa9e147e4
MD5 df2eea89a37bb664804f4c2e66e67d7a
BLAKE2b-256 e9351e13362b1ee1f2454ffda200c5dae8aa334301c40d7e0690f8d2423d0339

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f12580155583c74fd0f47c2dab4354d37365fc42b889005dac5beb465bbab9b
MD5 2808cc494000879d0dc893ff03a1038e
BLAKE2b-256 994b891e69cd7ab42a9832cd8f9e2c2d9df83a665b528e97152369f9a66c203c

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 209f3a71f98a5e0bd1fbed3410b0200143f1b41dc227aefe2325dea9e31b7b27
MD5 2fcc2e4cde18f2f89c1ded99f6913594
BLAKE2b-256 4b4a9d0c4efff41ea6a2ed802e41f90987d2a20734a754aeb14338c9963b2535

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3f4b71693ff7a493e75ec6066e04e291c438488583c485ca6f0a1ef4b2f8bc9
MD5 cbb9a3f59ea5b01d6cb3ceaaf87381d5
BLAKE2b-256 ce6954c5dbb4947385e1a86e7bdee3921dd6aa05e57ec589f40a66be3afd95f6

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2471639fc865adf2bca281802dceee6e5cc69a2e2aadaceb6462b4900a29f96a
MD5 5719d3dd565bec028b5c368e2ad29390
BLAKE2b-256 356c7d44e3c6f91ef1a86b58193287b66a686371f71e7296c48421b4f5c745d6

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 87111002ca07c3edaf58e6b237709a3f9d48529020f179b6c0af0ae646a5d6ba
MD5 2bc23261b63640f2765ec3a2baf16fef
BLAKE2b-256 3f26c8a63ec9177af8c4146e295d6a717ede0b77f886fc728d4c4a99dc2bf02d

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 754.6 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 apytypes-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fdfca830512cb85742c0a5dc88ce693d7582795899d2b22258706694def4a674
MD5 1e5427a5f9293ebe6fe8fa50ef1f0fef
BLAKE2b-256 0f869496fdfe5b38f36e8281a83adaead08fa55c5991e391cafb96b59aa38fa1

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd9ad9d41c7c2e70cad05cfbe764515e67add60cdbbf447d862d47c150db4a75
MD5 1ea14c2985b06909ab2634a1ef637dea
BLAKE2b-256 4a69a6d65feb061203486d819490c11f15842a9b23cd11a0e912ff84b4b23e6f

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c19c4e7ca655136a3ac692d1f9e5983221d1480f9639264972dfe171516e8a78
MD5 17a735e9197fd0e0ce72c7e1ce1369ec
BLAKE2b-256 afa9ca9ac5c36d0f5b0dd6fd6dc914653c7e48e6911a51a733dc6af3a61de4f7

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61e460e1aa8ac813ea5990760e9360ad81625af4379012cd9d6b799f4fb7187a
MD5 e3f03bfb58b705a84dc884f51d2fe7d4
BLAKE2b-256 5c2333db34b92ed4ad5086dc214bf80949103528fbf7057983ffcf2c479c9c58

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e40eae91396c456b5f597a9596bcba659d0f38ccf6c7f16c352086a85b58f0f
MD5 452fba623a7a1736f40a1ee599cfa84d
BLAKE2b-256 b7db3b1a4534e41390da6318a810421befb2cba72476489a219ff38bc0b54ad6

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2f66eab29e81ecc9c66a248a6528b6c544b486928218fda5e1b2210fa9101c9
MD5 7416799be06c16fa38fd95fcf649a495
BLAKE2b-256 9cf17480c0aab200afb4482f4a2a3246491b42ce35b0d50aa989376920e2be59

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 487b637bb33016fc969e7126a88df34090e8bbbc58096ab2c4187068300607ea
MD5 69d81c2915164f4ebb83a25fbf7abcc4
BLAKE2b-256 ae44456730ac1f64d79325a7715f8719a5e8267f3d63d7a8379e43dfa4e71c63

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: apytypes-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 754.7 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 apytypes-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9f8d7741cfaf619e5895e709da7c98552c17a8364ff8396eaacb54c245be7996
MD5 6dae7c544520329526f338fdadbeb657
BLAKE2b-256 87f1ccc516234d5b74d60f2c3ec4818ebe7ed6060c6ba7d30c38afe7dfe20e49

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfe69cd395ab72d91c3def1cacd6cea7cd685ce66dc5a5b57fb9e1a3ddc9eb29
MD5 f3f77b979f7c42441d84ccda1aff35a5
BLAKE2b-256 a8dbaa893ec4dc918faf3f9947bd4aa6a2ec8bbfb4a2819ff84e7dfaed11f26c

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abef7243899171d6c56c8bdd917debdc2b15ff40a9da743ad82ebdfb60bb7be4
MD5 bd8f0e7e344ca29c89ca66cda6b8333d
BLAKE2b-256 f3d13917d707a3de5bf3f663d9e0d8a278603c09f3b78eb9c7709db9f3eb4b80

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f6912cb0c9fc4534401fe9cede3782ca9c102a62b0bac6b65ce70becae2df6f
MD5 661e43d99094214e104ac5fd80e08b54
BLAKE2b-256 d62dcfc22a354fa3db98312057c9018d7ada130c797da288a056c7e1ebcc9d9d

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15d5868b5f043a065ff7f8dceba0f84a0848a0c8e0d6ba1d08b36db18689aa1a
MD5 8eac0cdd87cec399f913791d2e886248
BLAKE2b-256 54cab2e5bca544659d66b60a690149408ecd25bf574d47bf20c5127badfdba49

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e01445116442c6b7cd988995ca946310bd09433a8631614a29abe4f5b23635b5
MD5 db67594e71d394839f98362e0e5376f9
BLAKE2b-256 be9767eca468e8526e15ce48d97175b608cf6a4d61b73e4cca9190fec04ac87e

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for apytypes-0.5.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 34b9680f650158c8ed07fa1b95c1566d9d5ce7ae6946949effb97419a2be3a57
MD5 a1c925bd11eb797002ca6173755a9774
BLAKE2b-256 c0897e57efeaf2bc60f7faeec6b7770a56377821c440c16dd66d75b74faa9f05

See more details on using hashes here.

Provenance

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

Publisher: publish-test-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