Skip to main content

Cython bindings for OpenAL

Project description

Cyal - Cython Wrapper for OpenAL

PyPI version Build

Cyal is a Python wrapper for OpenAL, a cross platform, 3D audio API built by Creative Labs. This project aims to be compatible with any conforming OpenAL 1.1 implementation, but receives the most testing on OpenAL Soft. It is written in Cython.

Installation

Install with pip, just as you would any Python package.

pip install cyal

Binary distributions are available for Windows, macOS and Linux, and include a bundled version of OpenAL Soft.

Building from source

When building from source, CMake will try to detect an existing OpenAL implementation on your system, and will use that if it finds one. If an OpenAL implementation isn't found, OpenAL Soft will be downloaded, compiled, and bundled with Cyal.

Manual installation:

# Clone the repository
git clone https://github.com/lower-elements/cyal
cd cyal
# Install a simple wheel build tool
pip install build
# Build both the sdist and bdist (see the options to build if you only want to build one)
python -m build .
# Install the .whl file in the dist directory

Contributing

This project is hosted on Github. Feel free to submit an issue if you find a bug, open a pull request to contribute, or join our Matrix room, [#cyal:lowerelements.club][matrix-room for Cyal discussion and support.

License

Cyal is licensed under the MIT License.

MIT License

Copyright (c) 2023 Michael Connor Buchan <mikey@blindcomputing.org>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

cyal-0.4.3.tar.gz (7.8 MB view details)

Uploaded Source

Built Distributions

cyal-0.4.3-cp312-cp312-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows ARM64

cyal-0.4.3-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

cyal-0.4.3-cp312-cp312-win32.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86

cyal-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cyal-0.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

cyal-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cyal-0.4.3-cp312-cp312-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl (2.6 MB view details)

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

cyal-0.4.3-cp312-cp312-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

cyal-0.4.3-cp312-cp312-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

cyal-0.4.3-cp312-cp312-macosx_10_9_universal2.whl (4.4 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

cyal-0.4.3-cp311-cp311-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows ARM64

cyal-0.4.3-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

cyal-0.4.3-cp311-cp311-win32.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86

cyal-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cyal-0.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

cyal-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cyal-0.4.3-cp311-cp311-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl (2.7 MB view details)

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

cyal-0.4.3-cp311-cp311-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

cyal-0.4.3-cp311-cp311-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

cyal-0.4.3-cp311-cp311-macosx_10_9_universal2.whl (4.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

cyal-0.4.3-cp310-cp310-win_arm64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows ARM64

cyal-0.4.3-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

cyal-0.4.3-cp310-cp310-win32.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86

cyal-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cyal-0.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl (4.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

cyal-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cyal-0.4.3-cp310-cp310-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl (2.7 MB view details)

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

cyal-0.4.3-cp310-cp310-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ppc64le manylinux: glibc 2.28+ ppc64le

cyal-0.4.3-cp310-cp310-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.27+ ARM64 manylinux: glibc 2.28+ ARM64

cyal-0.4.3-cp310-cp310-macosx_10_9_universal2.whl (4.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file cyal-0.4.3.tar.gz.

File metadata

  • Download URL: cyal-0.4.3.tar.gz
  • Upload date:
  • Size: 7.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3.tar.gz
Algorithm Hash digest
SHA256 42903a65564e5a39e6e6941c2f85710f6ff0812ae75bcd4d23cc2d7703f1038f
MD5 0d51794f0065dcbcfde36fbfed394389
BLAKE2b-256 b5c7ed6574142e6bc0a2a2fbd64dcc4d5d28508c50d30aa1aa390d3d6dd25b3b

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 1b9b665c5b93c6d09f31dac321676ed135b9249688f507d18dd6e991c84357bf
MD5 52a111524780045deb20c1a79bfe7a04
BLAKE2b-256 81bb8bddaef909d86ff34a9667504d3d0ed260958ef821abf2c1684334b42262

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4462fecd7748c1ac9b39310527b89488f20cd8b4a78e4b15fc6a1d1d3889a5d
MD5 f751016a8b14119558e9b493bc1969a4
BLAKE2b-256 12abf772791fcede684ea8959fdb24773b26876af283e4278124f7cfc0cace9c

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: cyal-0.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b8f546fe51d9cb2309b5b1cdaf6be11e3772598c3e282a66e2b763fa561ade54
MD5 d199c9d71fe250f8b64910d9e5487ac2
BLAKE2b-256 69b769832c5d71b86cfee3d054d1d1776d22494afe94df768d5528228102ac81

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c683ea7947f931789d490c6101c6508d223d1ee9cac0c0d0b1d3e03f1cc46fdb
MD5 2aa4e5415fffeb9dce4ec9de699c8864
BLAKE2b-256 5ad1468b0510c557fa281c9451ae503531fd074d93e3082d17635bd28df27556

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 deff80d1580877e010f42d56d9665f31f89b60bb79c6e382f83c4d57535dc9c8
MD5 6ebaccaba06afd79e08cbce6e9069fc8
BLAKE2b-256 05b1004defa18775c9b8329a70c1bef7ed113609edf8d6381554f8bde5cae462

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4519d0fab88ee02e3140b54d929abf5d2e30dd56b2ed3bfcdf3af1b9abec1aba
MD5 f7526137f35c925b064c5baa16c7d644
BLAKE2b-256 ed214a124bd3fbca2d06f8effad93796007ae41dc6650ec3258b0ca7c2af4572

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 8442bd06a5e64e8d059f11dff0fe123b6de165babdfb492bf2201d300b9acbaa
MD5 8a33e31b2888fb1365b09ff2f60ceabb
BLAKE2b-256 7951bfb186d50043b4dca8fb3eda51ea838c253bd66cf6e1d6f672a80009b5a4

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl
Algorithm Hash digest
SHA256 2a3754e75f1ee226da31433f57d67c084a34c67e3c88e119cd1e5c5e52646118
MD5 8c843c86cb753db910a6e358993d6001
BLAKE2b-256 5456e062a9a3e4d9c5fc109c6d8e435cee7dd00f49add6c191a9ece2f5f8b876

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 452a29f4b873a4239dab8fcc4520749b856118b704ae6c85024a09c5a3cac980
MD5 43df17d5376893d0afde9a4cce9e7d2c
BLAKE2b-256 75a8f673183962bc4d4f8a8b718fd1671054e16e1465572c8faf70d6551b85e2

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1d43078eef90e3d1e05120669a1c390e8077bf6d22e31704067a3d1546589095
MD5 cd7edabd807481a79c797c126e20e2a4
BLAKE2b-256 a2a70351819d8504c268db17c7643f98f375d5a92fbb3a9dd58cdd67a1837155

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 89de69c7d0a6ed15d77bf52d811bddd33c2415a42c6aae08fe4c92951ce99cfb
MD5 c2a1748da544765a9d1e867da60a4004
BLAKE2b-256 5ffb4236e6a9f5de34ad6871de31f9a2edeeb4f3f278d682c527adb5352aaf93

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be3ff74a42b9fcb40da6c5eb163bb571b62b862fc984ed58a0166e7daa7d48d3
MD5 2e867ae5f1d0691acdef606fb7400656
BLAKE2b-256 f23d3ae8d7478d07ad3708a791fd1d9248760b4d11d319b244f6b62f18cb77cc

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: cyal-0.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1a0f36f431dcbdd95eb38362e52a27d78c3adec9bc24616990962b8c6602e66b
MD5 f9462fca4eb5f434504cc1de7eef2d64
BLAKE2b-256 508b8dfac0d36ac2447ef80bfc2e4149e23a694e68902c0a3647cfc2ea314dea

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 883c969d4eabdbc43f07bbeb40710c1f123957971419a8079c8edd7b9d2d7438
MD5 bb2f86888da76c3fb2549e615a52a86c
BLAKE2b-256 676484c20c48fea3ddfebd01d883f6c83872b50a9e99d3e2bf071c502713ba5c

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 48ea1b180cf5bb145bd535eca3dc94106372e7bb0722216258b39142fd572a6b
MD5 ca5bdcb79528c58faf3016d7de7249e1
BLAKE2b-256 57a6931f2b54eadfa60c32d01d771fec9dfe197c1c391977356241305909b4f9

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d9cc802d41c1da4d4ff15ba9356052a8533614d3f6196cf648177d17e6fb2e3
MD5 fa131ba4866d1d348b2b5e3318b62f90
BLAKE2b-256 34620856a4a8fd4c01004307592fc07cf175e2ef726ee9323c8c4f2be07c989e

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 65376f579e050b6b79a93a21d2f605e0fb8991c2d5009faedef183be7a5ffe8a
MD5 96b9d3bb66389b7fb6c7cfbcee46d137
BLAKE2b-256 d81a1056900e14b19af49db0e7fa850036a769dc4c1c5b46bdd390b16e145695

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl
Algorithm Hash digest
SHA256 d9e503b047bcc9e7985e872a039771ead35e43f0f33c33421baeeeb0cd9e0ceb
MD5 a457036665a54076500376a0bf487b93
BLAKE2b-256 64fc8d7c346c89983a602eb237f22387d507e6351bb60eb5c2aa8303805f43ed

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 7f9be987354304dea74e2920e3572cf98bd382f7f55fa7e01d3a612aa755dfbb
MD5 a35887799e83802ff3065c10b75205cb
BLAKE2b-256 54fd681c0f552a1a96dab5d2a02f766e04501a87cf7a5a7ab9fed199e5b9963a

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fae1fd78609596ce4d2b91b8b6f60d63e6c10da371bc70d3d624feee4ef40f25
MD5 37f9c736232d460c40543f6050ff8114
BLAKE2b-256 3136d152e5f6f0381be29b03f3a830dee3998a4b93c56a12bf888749c00bd71f

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f8e8c8dbb38c0591966d82ce9561b85c351510311ac89143422e4a7dd262ce3c
MD5 53a2f295cb6dbe90c35ef80be2cc5376
BLAKE2b-256 921b32e7c5e22be0f15d84b6ce1af9e7d311c153e5fa539fdf45dc1519477db1

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cyal-0.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4367f36704a99ec31d09930c2d4d04367cec51338b78598c19cb908afe25fedf
MD5 807b08a3b2f9016c3a2c8d661e36944d
BLAKE2b-256 fc9ff0edf828f221fb45a07bb44b536261eff66c2d21bec2bea37f4c41a1325b

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: cyal-0.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for cyal-0.4.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1dc0819b269b2d2351e57118fef3f3fce692d7375da2f276fbc70f590e817df4
MD5 ad6c5acacd4569d2aac40f65242f5c4e
BLAKE2b-256 09632497825c6fc71610f28026dd7a7584d6ca907cb5479880b34f31fa7f3b3b

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc530782e5a1995fbcc21287ab67dcd3e175a1bd07544fd4db078594cdeb59ae
MD5 aa491fc71add215c0d2d4a6fe7122909
BLAKE2b-256 3b06d53fc716b17a2c91b6ffa5eebdfbd02795b4f639a774f456fdfdabdde1e7

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0eb37504f59b46a140f7779475592477e90ff67527a6cf80d2431bc0c4aa7399
MD5 57cb09ddff60e13e14a68264c628e7e4
BLAKE2b-256 ca22fcc0376ed163c64640be88a0b54d9550cc9cc9589456a345a579d1cd690b

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed817869efbb0fe61e87928ddd797d6669eca52f0964e755febc5e05acc351e2
MD5 7a12167fcd3b4950e544cd8b7f2fcdb3
BLAKE2b-256 d07f4e14a32adee01c679d35408199abcc4cc0063cdbee5410ec3c1d119a9426

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-manylinux_2_28_x86_64.manylinux_2_27_x86_64.whl
Algorithm Hash digest
SHA256 0cd1bcde0b6f17a55958004c357fc1700cc73954cc25a2adc47175a24ca08848
MD5 1d0ec756341baf693a5e8e868c905118
BLAKE2b-256 639e2ccd9d8f6803daf58663845d3cd30ddb85c8e1804478db05fa93d925e1fb

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-manylinux_2_28_ppc64le.manylinux_2_27_ppc64le.whl
Algorithm Hash digest
SHA256 7c3f4b8a260f17be4bf2c549f417db7330a586407d8288fce9020cc76636376b
MD5 f18363c359062c89267e8f17d676a9cf
BLAKE2b-256 9c7fc98dfacfd4503371cfb746543986547b545e30a9fb7a208876f2cde5288e

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-manylinux_2_28_aarch64.manylinux_2_27_aarch64.whl
Algorithm Hash digest
SHA256 a286b2792192f9d5b7b5861dbe0d7adf14550692ceeeba37aeb94441713bb9c5
MD5 e6f6f3ef07c1d9e06ad6f3dc01523a98
BLAKE2b-256 d79bcf4ee2ccd52ce70bad2d5bed596aeeb4e6888d03c25c3b478464d4746501

See more details on using hashes here.

File details

Details for the file cyal-0.4.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cyal-0.4.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fdc1f8b6d7aa4c3ec338baf524524998fb5cf82d9d89ee20e542acd51fb5f5dc
MD5 b6a2fcb823170d838e7c3dd71232ac0d
BLAKE2b-256 927267083a465d517951b658ab3efaa3182920cdb78442eefa9a3e0c339d47c8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page