Skip to main content

The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex, but supports more cutting edge functionality and optimizations.

The Cython language is a superset of the Python language (almost all Python code is also valid Cython code), but Cython additionally supports optional static typing to natively call C functions, operate with C++ classes and declare fast C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external C/C++ libraries, and for fast C modules that speed up the execution of Python code.

The newest Cython release can always be downloaded from https://cython.org/. Unpack the tarball or zip file, enter the directory, and then run:

pip install .

Note that for one-time builds, e.g. for CI/testing, on platforms that are not covered by one of the wheel packages provided on PyPI and the pure Python wheel that we provide is not used, it is substantially faster than a full source build to install an uncompiled (slower) version of Cython with:

NO_CYTHON_COMPILE=true pip install .

3.2.9 (2026-07-23)

Bugs fixed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cython-3.2.9.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

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

cython-3.2.9-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

cython-3.2.9-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

cython-3.2.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.2.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

cython-3.2.9-cp314-cp314-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cython-3.2.9-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

cython-3.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

cython-3.2.9-cp313-cp313-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cython-3.2.9-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

cython-3.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

cython-3.2.9-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cython-3.2.9-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

cython-3.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

cython-3.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

cython-3.2.9-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cython-3.2.9-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

cython-3.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

cython-3.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

cython-3.2.9-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cython-3.2.9-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

cython-3.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

cython-3.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

cython-3.2.9-cp39-cp39-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cython-3.2.9-cp39-abi3-win_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9+Windows ARM64

cython-3.2.9-cp39-abi3-win32.whl (2.4 MB view details)

Uploaded CPython 3.9+Windows x86

cython-3.2.9-cp39-abi3-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

cython-3.2.9-cp39-abi3-musllinux_1_2_i686.whl (3.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

cython-3.2.9-cp39-abi3-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

cython-3.2.9-cp39-abi3-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

cython-3.2.9-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cython-3.2.9-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.2 MB view details)

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

cython-3.2.9-cp39-abi3-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9+macOS 10.9+ x86-64

cython-3.2.9-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

cython-3.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

cython-3.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

cython-3.2.9-cp38-cp38-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file cython-3.2.9.tar.gz.

File metadata

  • Download URL: cython-3.2.9.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9.tar.gz
Algorithm Hash digest
SHA256 d249c9022ab13286b17bd66f30609e800c5f95efeecb06168990c7a66cecde6c
MD5 775ad752cdb021193f3ef323228388d5
BLAKE2b-256 f6dedb48b8870e766cfea809986cc50c1e986c663a9ab7bafd0ac1a2512c4a26

See more details on using hashes here.

File details

Details for the file cython-3.2.9-py3-none-any.whl.

File metadata

  • Download URL: cython-3.2.9-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a2b0e87f6b80790c929308ca0831d686f7a180feab684fe8cd4a4380bd96aaca
MD5 dc00eb53a2870cfbe1f99152f477e8a0
BLAKE2b-256 00ece61deec9bcfbb0e1b36f8b5ba75cb44644419b4bfd0fdd666bffd21d9579

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 56d95c0674c25f281c6ae8f1d17bd425d6c2818bb304ff781831bb5d00d04b0b
MD5 fe43700cb1406549526ddbb578621aac
BLAKE2b-256 1b04b5c4d76723824d84e3761718c51964f7829335ee1c7c16b69f11b111adf0

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d3cba9c4770cf76370fead8d2ae71bc474f3ef67ae4119e455d025726bcdc1c
MD5 8df42bb01b8c60f59d5cfded85b2ef25
BLAKE2b-256 94a41e03a0c115afa9de7b06891721d6489d6a05f78934a6897a0f5a409ee2f5

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f25b402a6f1eed34af2af57603a9aadcf594dacaced1655e925eb317fba3f337
MD5 147854793035bee396f60d09b1116d78
BLAKE2b-256 b4988eaceeec00d4f9cc75e3106397c005952e0d710332c4966215b8a110a522

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a42e131112072f912b66734088abc946c6bc42cb7454461a6dfdd2d09d3bae
MD5 c59362a01d6aff485d3b6be1df562459
BLAKE2b-256 3c69e5969fa87c7b8833f62fe790e1617a1391112fa55fe12079c41a4553119c

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ddb43637b7749b88644df4319e1c36f767e7fb71a92bb9942558c8de2f1cc5f4
MD5 2746d4b669184771af01af5aad76c791
BLAKE2b-256 3fbaa5c25226e29cb4f3a2c97d2b29de10e37c8a6b67b3c2f2a8b16ba713b218

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f815cd3387bd88ca9eeabc357ce4bdf884eef0ab2949db0fbd5e0b69fe5ee422
MD5 70843c0d0c2cfb04684052f3964aea42
BLAKE2b-256 f00da7f094343e5c4925efac60e6dbdcf8602042e7f54c83ae14ccbc8033d2d9

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41637c644d7224d2d3170ee312077c2173693f0d4a0da1c82a0cffa3680a42dc
MD5 f22643d46dc8f13c0222e2d38d66542d
BLAKE2b-256 0469feed68904f389452494d9e0861c24228c0bda656f9fbd32f9e5b525b2ef4

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44b7fc417933d65bf31bce00337ff318efa3ea59daed21d10fe842d41e657c08
MD5 b8a4688e25feddd3eb9c4b96e065a76c
BLAKE2b-256 83fa7ffbaab88558e28411715ad35d913cac7d64ee965344c185325da84c4309

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4b1fd5a9c03f72a18618668a8e90d569442ed742f910e3ad003dcc9348e9598b
MD5 3570fb2049ae1a0fe978c7d346c84412
BLAKE2b-256 0bb54ce33235a25b19fcd51dc639f0f403b783a3b7f9b1934eade0d993fbe029

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23e80bc885c599e72072e18d0746df82d394b73100c1e153cda7359e6e59fe09
MD5 34fc9079e8c13b549058c0a040d290c5
BLAKE2b-256 561bc04520ac7f3157aa12a69b632c16261170dac9fab6c48608cc004b8f1b17

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5cd9c5f138cb052130b40ad3b6976d2180c35348410995812678f4636bd8f94
MD5 a479252ef82a223c56d659fb3e682ca6
BLAKE2b-256 15c0f7c42b161edd585e3ae556fd62a2c72cd80a6ed527a9907f0c5c6fb060de

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 114b2dee0fa1daa48a59574d848da0ff1b6bdb725a755e9b92fad14962e1ff8d
MD5 3f7206114cb70c4ef27c01c3bcb03c6c
BLAKE2b-256 fd37c74d842306c8fe381c415b37460d5e3086a820fac72b8ff5cb48513ccfcd

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 efd54fe07f808e7e82f6a04f370457ca02e770c948f0e2f83345ccc7ec8bb829
MD5 c621b1393f93df72e25b3b9428cef8ee
BLAKE2b-256 9ff6c1ad54ec35fcd5c5a5808d8b5b6319d5ae96acc63f7b5c1f7812f8cc3f71

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c843dd85857cd0d0da055489f448d032866120cfb094ce16205a1ff54d06353
MD5 1e4a796b18394302b0c42ebe9304ce7f
BLAKE2b-256 accd6d7c35a1065f1a07c9fa5ec784ee562f32f36a8fd05748e5f10694887eb7

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cac792b0bde1c86d8f832e513cd061b7e682181cc5a6d843d487e6c8ae9d5fcb
MD5 f917371a865e482751a2aff6767530f0
BLAKE2b-256 0abf0f280f7960c129957d2ce650e7fd7dec8e706c26d61a428e93927f4c9904

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8ec2d5a7b798c84d6779e7ca5318fd928b8fe9dd021106d714dc2e77cdc7555
MD5 1a23db17b31fce45d267dcbcdd0b4f55
BLAKE2b-256 fc972f477d30fc6ca0ff333552233aa6dee0e57323a55913f84f24da9cac26fc

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a3fc783d12202d1b064b6f125772d85f00e36e62eee6b2e415f56d8fd2d2e7b2
MD5 381913af6384ce7fe7473d370ee88702
BLAKE2b-256 f3eb06ba035f8b845d2d7d67f533a58ebd885ceab1e48b8cc442f093ecf59201

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c2974742433be5c36ae1df1e761ce0063753fc2702316d5a3062b0a4e94a1df
MD5 c05e811680044b14ed6d73f8dddacafa
BLAKE2b-256 df9bb4ff8cdff357ba0f41791e044a2a95898d0768b20e9247823decf5eabb5e

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccb0bc6b8437cfcb04459a02bc5ecc58bf161ea11659438945ab5a1392ee39fe
MD5 519691ce503cf8aafaadc161e75f7ad6
BLAKE2b-256 81e8ac8266fa88b3a80009a2fa55b2729be1518c05d182888223f95b8e2a2b8e

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2751b7c0cb13135aadcc1cc8fe223be98d458cd1132611d31675e768a5e4a2e9
MD5 2af605573ac40f090a0facffc916ca4e
BLAKE2b-256 2729bc7e088201af74eacbb5799542d0f09d6e5e139cc55f19fd54c409f58109

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c6d4a92a87d238231564b5cbf27a8d1e46b7e62040c66b5ff33778a16b22295e
MD5 e887358082f3237260b3d0266dd2bc69
BLAKE2b-256 8c365eecf542aebbd8d84b0144706b11c94a90876242e3f9592cf7edee6a870e

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c534d782757710e39f3c9582214d7a28a0d68c86e78ee3df1d729cbc270e133
MD5 a9c1c7f9d6d6a750cd65969f67000391
BLAKE2b-256 64f0c5bb19e524c3271f4dae9f581a113caee15f85f0960507952aacdb959297

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2fe4bc1b8fa4130563b94a3614db9ea17e92a455bed00e6a5d03eaff434b33c
MD5 70d8429748bd2a16e7f34107005fb33c
BLAKE2b-256 e7fa7fd69af1d4e049d7abe7ff63c85e10887a4582d4c8c6295fbeda6c9cd882

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d15c4d4ba8a3ad284124384f769465bfba45512aaa4c81caea8a165f79fc042a
MD5 4c0831fe6e62bbb8a9af8c44517516ff
BLAKE2b-256 730010a03030fc623071be0e724c721db179584c699f167505d6adc3f878cf33

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-win_arm64.whl.

File metadata

  • Download URL: cython-3.2.9-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9+, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 57a6a78d14f7dd7d6062d9bca694e2a8c1c14113b6ceceea076abcd1161fdc5a
MD5 ec61c76c722c57c093ef8e00329212c4
BLAKE2b-256 17efcf0e1bd7542296f1752be63b027f90271448d8c8062eac66d8e44a79b883

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-win32.whl.

File metadata

  • Download URL: cython-3.2.9-cp39-abi3-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 61d4abbf84f77c8d19361d05d9f51d65d8d95e74f736eae55fa1aed8a1430469
MD5 0d729e059aba36bb6d06de6f5a23652d
BLAKE2b-256 e24827c948cbbfe6050994e67a497ae530955dcda7e79084319321c49969e0fd

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d41baea51ea00f9237f75af498577827493bca5e9b45bbd4e351543727e589a
MD5 a651c4b51bc80f4febea40c083136dcb
BLAKE2b-256 4cce6be776814f6cb81751f3da737ed537385738148e1ea99f89fb4637799198

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cython-3.2.9-cp39-abi3-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9+, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2b1756ddc3bc0cd4341a515fc420c3e25e13c249f5537159b3fb0bff8d19e55c
MD5 4326afe362e53da62d70a8a0ff4a4f33
BLAKE2b-256 d62f80850817395985259f135baa510d9186d3a325df81cd1862060bba977029

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e75ec625d8f8781ced690b7a2f5c2d138067711cf24bb8fb68c872c30c2fefe5
MD5 084291a3e534812a7f2adb34f92af979
BLAKE2b-256 f9c0d5bbbd743ab4feddb24a7e823b34c3ec4ebab91ff503d16743a4e7ce106b

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92989da161a7d18a7ad4baebc49289b2b77556d5a94916f90140ba26aecf6892
MD5 e2017b5949e3b64a98a7b7dc76789b7b
BLAKE2b-256 64e4e158793ee3de7e4417ba17e7ff1015d6e2cf557cb485ad270b2446c9d1c7

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e9b6ebc6c74b4318eaa4e51e520dc8b95ebc7b262953c3ecb24131104681f14e
MD5 0391343a541030250d668b8f82f1a68a
BLAKE2b-256 1802057b4f63e2ced8c3cf217c4e9fb544bfe48145f493347c7ca3f51607526c

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 4b871ad97dd7fb1cbf56f6238c54423febd310afc1d9d9bc70c69c89b7ce57fc
MD5 d2a9f5f8aedd809cf2c0c9593721e877
BLAKE2b-256 f062ea919ee426cb4d435ec8155e1ee6bcbb46b20d8f070527191b59769d4e7f

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp39-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp39-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 944dc8747f640b3527649c566a5fc75ee0c15e80642ea2fdae4fe6378e1a9d4a
MD5 e5a0cc77acdc8e41894da3981fca980d
BLAKE2b-256 0a4a342312c5fe021c8e0c386e1915d138e0902c48ae179b0374ab04773a8831

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cython-3.2.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.2.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 681980fcc82b346ac83bc7d59e68ca1eba74ed9576f5d8584761d0c6c68c45d0
MD5 9e58bc69e34d36a15b4eb460b32fe824
BLAKE2b-256 b06b5494ce61ab226b315f5a96b0c9f5a1f10381b94112c1fd4f33cd2fa87c9b

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9c39962f749bd40c6e8c5063d498bd3749947888306ffedb99a0cab3a69f995
MD5 cd6e15d3d89fde260bd0b00eeb49e733
BLAKE2b-256 90d17d3b2f3b6c7d3723b3f2cd70ec35fb6297114602422790b7d31019eb044f

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 522e277c29ebee304e73f3a78307549d09908b0c63098421a12dffc8d779fd74
MD5 996f74c3b08416d90a1d82436ff8ac70
BLAKE2b-256 372f0ad142560f074a692526bc3d68b78af9f31de90043416efee92b31812f4b

See more details on using hashes here.

File details

Details for the file cython-3.2.9-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.2.9-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 788ea800618d20158166d09f60835aab50922ae1cfe3108c93fa72e173b7002d
MD5 a2780307fd0f5888b5b825a516168b0e
BLAKE2b-256 97224f90b2ed33799382490fd73a258874c1264321ddc32331e974fff8534579

See more details on using hashes here.

Release history Release notifications | RSS feed

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