Skip to main content

The Cython compiler for writing C extensions in the Python language.

Project description

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.1 (2025-11-12)

Features added

Bugs fixed

  • Relative imports could fail if the shared utility module is used. This bug was introduces in Cython 3.2.0. (Github issue https://github.com/cython/cython/issues/7290)

  • Under lock congestion, acquiring the GIL could crash in Python 3.11. This bug was introduces in Cython 3.2.0. (Github issue https://github.com/cython/cython/issues/7312)

  • Using the shared utility module left an unused C function in user modules with memoryviews. To make debugging this kind of issue easier, Cython now leaves “used by …” markers in the generated C files that indicate why a specific piece of utility code was included. This bug was introduces in Cython 3.2.0. (Github issue https://github.com/cython/cython/issues/7293)

  • Code using the pre-import scope failed with an undefined name. This bug was introduces in Cython 3.2.0. (Github issue https://github.com/cython/cython/issues/7304)

  • Includes all fixes as of Cython 3.1.7.

3.1.7 (2025-11-12):

3.1.6 (2025-10-23):

  • Unicode characters formatted from C integers with f"{value:c}" could result in invalid Python string objects since Cython 3.1.0. (Github issue https://github.com/cython/cython/issues/7240)

  • cythonize (program and function) now uses concurrent.futures.ProcessPoolExecutor instead of multiprocessing.Pool to fix a hang on build failures in parallel builds. A possible work-around is to disable parallel builds. Patch by Sviatoslav Sydorenko. (Github issue https://github.com/cython/cython/issues/7183)

3.1.5 (2025-10-20):

Release history Release notifications | RSS feed

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.1.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.1-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

cython-3.2.1-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.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

cython-3.2.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

cython-3.2.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

cython-3.2.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

cython-3.2.1-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

cython-3.2.1-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.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

cython-3.2.1-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.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

cython-3.2.1-cp39-abi3-win_arm64.whl (2.4 MB view details)

Uploaded CPython 3.9+Windows ARM64

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

Uploaded CPython 3.9+Windows x86

cython-3.2.1-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.1-cp39-abi3-musllinux_1_2_i686.whl (3.2 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

cython-3.2.1-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.1-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.1-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.1-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

cython-3.2.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: cython-3.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 2be1e4d0cbdf7f4cd4d9b8284a034e1989b59fd060f6bd4d24bf3729394d2ed8
MD5 9967470d0b33063657a6f4f0fe595cfe
BLAKE2b-256 8336cce2972e13e83ffe58bc73bfd9d37340b5e5113e8243841a57511c7ae1c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd72c46e7bffe8250c52d400e72c8d5d3086437b6aeec5b0eca99ccd337f5834
MD5 b489e9c70a2eadcf3d43a7c2b72e85e6
BLAKE2b-256 aa30373775b8d933d781d055c1dd0f110f275a101f320dab724c8c63a7c1b945

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4960e26cd34c1385f21646339f2e0361fcdd2ed3c01cdb50fe734add577ec56a
MD5 268c53abf1d1fa955bf1ccbbc216564b
BLAKE2b-256 86dcd72dbb2f8e7ca95d2d18fd86f32b2e385996576230e7ecddd7d250786825

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 986aea38fdf231e78d73745f83271c5654852c822dc5141a1d3fba64429a6aa6
MD5 c2ed25e30139a3dba5526654b0b2633b
BLAKE2b-256 7bbaf3d35d3803c9a424fa8812893847114deb9e2440c1bc67a31ab9ec4b9355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3ea7cd085b62acb67c0fbde5cd17a7d9e47992c965e81ec977cf9ea7c59cd65
MD5 eec9412042fcb60dcf3d56a8feecc2cb
BLAKE2b-256 ffdc3488d3ade0635408a2ebb05561a3009e2f54616bfefd1f107088dfeb2c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7af6ad01c0fe1965d1d3badaeb6df53c1f37383ebae1ccb405b73f628f87713
MD5 4ad099b3d4fdd0a1d17dce8e1a50da79
BLAKE2b-256 f032c1aa03ccadda89487ff31b90d8651c3706ce2744bf4f2c2ae213147e89bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b81e56584727a328e00d91c164f8f0f2c59b02bf6857c3f000cd830fa571453
MD5 de064f5beea26a7080c2bcc977315b4f
BLAKE2b-256 e4294408c3486ff380a2d6ae0d4b71da5195efcef3c4360017113ee7d1cb7335

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5a54a757d01ca6a260b02ce5baf17d9db1c2253566ab5844ee4966ff2a69c19
MD5 e2aac30475860e92987cc6ee269073c8
BLAKE2b-256 f9335d9ca6abba0e77e1851b843dd1b3c4095fbc6373166935e83c4414f80e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d20ca4afe993f7dccad3aeddbf4c3536cb0fd3ad6dc7a225935a666a5655af2
MD5 07c9c7f540fcfb4ee0405bc5de0e1d1f
BLAKE2b-256 c8c8b0b9ba64f81f2875c42aab5c0979d6454cd1ac6b3c1e2373ad552701565d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4e850fc7a2f72d19679dd083fe4d20bf66860fceabb4f3207112f240249d708
MD5 5c329d904bb4e26f768d85851766e65e
BLAKE2b-256 4028c6e36c214baeb27ae45b518552e74457536c7c964b1a55b5900b047fa467

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5ba14907d5826d8010e82306ce279a0d3650f5b50a4813c80836a17b2213c520
MD5 e6440da9a00a6f6b76a1889800d168a5
BLAKE2b-256 2a92b06ba6721299293bc41e89732070132c453bdbaaeabb8f8cc76851b75345

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18c64a0f69a1b8164de70ec7efc72250c589fec21519170de21582300f6aaed9
MD5 6cad9b2f8fc0c2e1c6c19236c2855f2f
BLAKE2b-256 79207d4807fe4ebcef9f20f2e5f93312d0f5d02f9f76524fd4e37706d04e83f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4bf12de0475bb6a21e2336a4a04dc4a2b4dd0507a2a3c703e045f3484266605
MD5 d4d0c6dadf7f9ea88c5690a2527f0406
BLAKE2b-256 84b8bcc36d9d2464348106984956608a52a42a01ab44ea64031207dffdebc078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea5097d97afd2ab14e98637b7033eba5146de29a5dedf89f5e946076396ab891
MD5 1c61e71459f3d8014d29b13e45f88ced
BLAKE2b-256 ee0e19d5041b87f98ed19c94c388607cd27c1f7458078c3bad5de2dead55b2e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 60c62e734421365135cc2842013d883136054a26c617c001be494235edfc447a
MD5 d6819866dbd44447d645d5385720f6eb
BLAKE2b-256 f8f28c754298eefa40e21af0ae3592837c6e71254900d5aea1c8859e96b11de5

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0959d9a36d4f004ce63acc1474b3c606745af98b65e8ae709efd0c10988e9d6b
MD5 2d031d6a01b2cc5ba298967a5646fd30
BLAKE2b-256 e6fc1040460889129551649ec35be45e05169871fbcf71bd8e13c533e86f9468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a2b306813d7f28aa0a2c3e4e63ada1427a8109917532df942cd5429db228252
MD5 f8ab6a60c6cd625cc4d75167a5f20faf
BLAKE2b-256 ad47c42417f424c0b928361f48d7dd0ae72716ee21f647b73ceb16f66b98663e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3cb32c650e7f4476941d1f735cae75a2067d5e3279576273bb8802e8ea907222
MD5 fd024bb5ae9baa1427c4d9fb50dacbe4
BLAKE2b-256 48d4ba7b9f341ec168de78bd659600e04bb7de3b2d069bf98b2178a135e88ea4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 14f1ed135347587cfddcd3c3219667cac4f0ea0b66aa1c4c0187d50a1b92c222
MD5 b8f7d7a429101fd0b1c1e50a537a85e7
BLAKE2b-256 6879bc46e714ecb010f80a8aa7f7eaf412c53cbabbe7489590d6aba5f4478ba5

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9fc6abd0532007827d8c6143b2bfedf80c7cb89a3c1c12f058336663489ed2e
MD5 5f39dd6f96ddf22945644c69b2d37e86
BLAKE2b-256 5d3ed967acfafef00056c3ba832692b9bb358ede2919f641e4a2d24828adacc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92b814b6066d178a5057b557d372e2a03854e947e41cb9dec21db732fbd14c3c
MD5 87f9d4e41d6e2553adf78708fc0819bd
BLAKE2b-256 6547f9dd519117f520aaf4d723c88fd9e9139262a0379edc01e71a1e9825e082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1d10b3731171a33563ba81fdcba39c229e45087269dfbe07a1c00e7dcb2537f
MD5 8fea69fae1630f840e99375e87442d64
BLAKE2b-256 8774f9fe9e7034f24aef407e7816880c012d8e863bedaa6b42b9ff33e79ea139

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c0ced1c077412b38594c1e3b97ef8db5432e51bf35046678cfe5828e00252c96
MD5 422520382b4b2e80a65e6f1425b3de69
BLAKE2b-256 464222b0c49a66c59f204cddbeb017698e7b803dcfc41c9b21566ae3c854e55d

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7ccb0e16071fac3f115c083b2c5c25fa6c519c20c662b6c20f2c26fe6d98877
MD5 1fb701116eab19bab9811337f53f56ba
BLAKE2b-256 f38bca36f689c4ab959625b0ffa4c01e0a977bca11d5a355eebd85de256f7638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e2d11f770259884b337481df78547727e92d042afbbe29e0f21f7246f1f9252
MD5 9bccacf71cc888adeb8bf0eb10ea58bd
BLAKE2b-256 6a9af918933f1a62a3b9effa8d5bc2d269edcadc23d7d888e1f69ba957ea8248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb3c59a137aead5aecdda87922aa96ff5541147b5dc84850955717b539753014
MD5 6a3f7fc25c9ab5c0df0fce9a98cdf684
BLAKE2b-256 eb60883eee29296a8b91e150fc4f18bb3c89ed94857bb0226bf2218cfdef223a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-cp39-abi3-win_arm64.whl
  • Upload date:
  • Size: 2.4 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.1-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e87c131d59480aee1ebac622b64f287c0e1d665ad1a1b7d498ac48accdb36c6b
MD5 1365936fe790e6a448bab40820a2813c
BLAKE2b-256 7a54bb9b0c9db2a92a5e93747ca3027cfc645741411f8f1c6af2fb2a7b82df5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 06071f85bd5ce040464d43b2f9f287742a79f905e81b709fe904567230f1ed51
MD5 ab6f1a605619e8ded8add65385f965c5
BLAKE2b-256 565b148c1a7ea5aebe460a70cad716a77e5fd0205be2de9fc5250491eb13ad8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99fdd4ffc2dcb513f4be9ce71c6fedd895b96b1f814655b6bbab196df497b090
MD5 687e85cdeeac2d9ffbfbf81d9de9cd2f
BLAKE2b-256 0b569ba58629a03cbffb5965a3c65ccd91fa683d95d588c21a875da72fdc249b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a2022bc48ad0c2c0e0485bf0b54902913a3d81086b7d435f4437620c667799f6
MD5 91b67f79ae07b5a5036be7eb0e31d64d
BLAKE2b-256 f188b2ab22a3a3feac78c62354a823c5c0c33659909e9918f53aa05904532b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bbb3bc152bc0de82b031c8d355418fa4890a92424209d59366c2c0bc9e6cf53c
MD5 c3c6ef22a16a57ab106c68b93d054977
BLAKE2b-256 392c3ea175b6b1fdfb429f9e9c395240d894155b3c0615caced05fef43264cba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fc5e7687ac8f8e2b2fb95648f43e9e074ebaa72fd5cb3d8e20e5f1e8b8e02d9
MD5 01164eba4d434d37be52e6e6cc2ede6b
BLAKE2b-256 fcaf1e5c73fe52423f40776130b0be914fd9f9f8dc26c4f6ea4c2ed04772d558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 db3f53b2d9afb206075a2605f1150aa019f0733c7795a38eccc6119c2e9c3f7b
MD5 14b5d6ac8cf7fbcf3b44c5ff4deefc89
BLAKE2b-256 3757f209f64c609d3d8fac60a572e56da2f621dc1789e399c58db61d5645a31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 3095df6cd470064742f428c937bed7200c5123b9e19ee04aa09ec61281e565a3
MD5 ad9951cf68fbc13aa968d994467dca54
BLAKE2b-256 6b1a393ca8ffec7ad3f02b8e4bffaba3dba4fb62c4a1c4c0b6dbf3b80e709fe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp39-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e9167316bf6ecfea33dcca62f074605648fb93cc053ef46b5deb3e5d12fc0d3
MD5 b546f5bc1562648f3629151f9625688d
BLAKE2b-256 5a7e1194f4ba98b981bbdca945a292e4f49e87ea09d69516b24445409e7cf611

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 19124aeb9f86a4d293a6e79e7a971c4fb5b7bd16757432729e580c2f505e2efd
MD5 b433609a97cd0db5ae892d08dabfaefb
BLAKE2b-256 399fdae42f7e5f442d5e9325add374e0d826a5584175f951a188a83c1390efb5

See more details on using hashes here.

File details

Details for the file cython-3.2.1-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.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c58a496e8365a6094f2c4981938d08a8937f7a18e3a38b75f0a2652058b3669
MD5 5b186507d5c3b24a8fcf948b82b07f55
BLAKE2b-256 98b97ddd2f7fb0dce2f859f0cfcc3e1ab821b695078f89f9f3dc3697a73c213f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b48dd7f76809bde103ae9029d52b036af1f81a41b6997cec028864df9eae5ab3
MD5 fb962ed4dd01d8471ecdbb71d0e70728
BLAKE2b-256 adb3863100ed3155f46cd0fa9b843f7e495eae0faad26613b4d2288e8a9f3ded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fa3f625f775f68998c387dd2a9f39314b14dfb728ade11af2b61dfe3121eafc
MD5 f622de4f8c16660df2dc03340a569613
BLAKE2b-256 3350bd8c0e7f6aa250681c754136c44d79d0851e029af217fe790f77d0bb7475

See more details on using hashes here.

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