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.8 (2026-06-30)

Bugs fixed

  • Assigning a Python 3.14+ .__annotate__ function to a Cython compiled function no longer evaluates annotations eagerly. Fixes a regression with @functools.wraps() in Cython 3.2.6. Patch by Jelle Zijlstra. (Github issue https://github.com/cython/cython/issues/7767)

  • In freethreading Python, the necessary object keep-alive while executing user code in .__dealloc__() uses a safer scheme. Patch by Yaxing Cai. (Github issue https://github.com/cython/cython/issues/7769)

  • The local function state used by sys.monitoring read from uninitialised memory. (Github issue https://github.com/cython/cython/issues/7774)

  • The .ag_running flag attribute of async generators was always false on big-endian systems.

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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

cython-3.2.8-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.8-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.8-cp314-cp314-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

cython-3.2.8-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.8-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.8-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

cython-3.2.8-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.8-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.8-cp310-cp310-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

cython-3.2.8-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.8-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.8-cp39-cp39-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9+Windows ARM64

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

Uploaded CPython 3.9+Windows x86

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

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8Windows x86-64

cython-3.2.8-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.8-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.8-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.8.tar.gz.

File metadata

  • Download URL: cython-3.2.8.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.8.tar.gz
Algorithm Hash digest
SHA256 f4f23a56b25221a06f91817fe8f3114ab8b48a4fac73187dbb64bc2c4a87961f
MD5 9d6074f31773df31ca4c21b9c504f39c
BLAKE2b-256 b66b80101e02ebacaf9232ecf32bf6a788d36b27d820ee02434746252569ef98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f635e113677666de13a2ec2979e9b1d5b90617cdfd1a691d3559be81e2dd6cb9
MD5 b627e4fc535f42e0321dc89b8a23b26d
BLAKE2b-256 c41931aa63ab719b2e1eea5f200a8a54e2591dc1966a6b75e3de30ef8be9bc2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 89b0fdc2ca0b502afedc4dd4ddbc4f9cb5a135245afacf9483e556e8ad3ada3b
MD5 005e792b872f7323156b8fef7e338c9f
BLAKE2b-256 27f74edbf4ca4832e2c5ba5f8a09ab91f347a591d9b00dbf8eec3edce95c7c3f

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c3a33c2ff250d0277d0ee8b080ba0a0391a00e48af4a96fb09dbebbd1ac4b0e
MD5 a5508f07c7836205f5f65fd063823eba
BLAKE2b-256 a63ce8675aeb18bf9029d861473fe49f9d612bd738faa3942928c8cba7a40239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f788a2fec204bdd9291d5d542a4856db101dba59f8d83789d3f1eb2895971a0
MD5 9b23f2c1bfb0a53a7b0887abf23818e5
BLAKE2b-256 60c7c98115431c92007606efed4220a69ff02ae5a3cbbfc82605ffb6eb85a56b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c7f4143d0f9fb7b26444e00ebf7c8845f585d56f37b73bd3fb3dac269af8732
MD5 9961878ffc5e708efb6ca56c32205e82
BLAKE2b-256 ab46b491e2eebf00864421fe7b4c2c7d3c2fdd12d16ef8b76c42abd4e571d86b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0961ba91f59492d1bef974cc6b45993c743162776188bcb79e029b442d5d4fcc
MD5 17c059e29b2d1417fa0207f2118e7df9
BLAKE2b-256 9ca52510e88149abb9966f35b0e775c2549a0a71b39550457f9de6f1b239869e

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2221be06b6aa92486d7c3644c18cb3643b3e794600f0d6c8555a523e959a069
MD5 f41e7e757e19531536706c822eb76e1b
BLAKE2b-256 ff3fce32b14ee64c5f5923fcd207a82b86c2531fae1dc3a964a32cfd7bc72ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 474d9c5378032c0237b70c7af4d2122eb00719fec2cab296ddc9cf2907d55d58
MD5 8a74341c79d4eaf2496aef4388453ddd
BLAKE2b-256 68684305333cd2a27fcf4769c79941772f067007671e90caeb5e7af33db45387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d78205f525287de94effa2f2fab6b9edafdab44ef8c58ecf52fcb1013225d68
MD5 928cceff0f6ff37c0f13b847e399cb4a
BLAKE2b-256 dc319487462239ccd47feb70fc023b2f416cee6cf30fe79d15f6a1eda59ea107

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8297efe129e6421c34ddbeb09ed5627ef6c0fc4868bf7f9bdf6c147f595ccaed
MD5 2fc27737e54372cb7a63327003b2bb62
BLAKE2b-256 45f1f071c5e7050a7924ffad9822558c74d489afe4764f7486cb68555a509219

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3bce1f079734753649f8a3d3a95832297207feb120d0ef4fd5db4c813cc6c04
MD5 dbd572132b0eec27991aaeab804b04fe
BLAKE2b-256 8938a70e879ea52debac11d2810e066a5a2cb16e71229edae303f024506bc142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab1fe11ebd61e497a848622cdd157a4324ac06e7935b1219715408844e15dd13
MD5 a9b9fcaabc0bc20f7ce15b1d7a12d98b
BLAKE2b-256 4af4bc5830abeb57a7c7498cd9a0f2df953fd9fc7f33e3f5352c9824802b83bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2547a31fbd3b1610a8859a16edee2a141f7781691cb98a2c6fd54870c5f7541
MD5 b1400a45afa19fee86e6a536bed44d72
BLAKE2b-256 edc447e0bcfc15b36b1c5cbde5235c60bf88df552ab216ddb836d7f816386ae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c9bf89ac1d43a9e1c3bfee61e7b4dd8d1ef7a610001aa7779f0cb824bad8ae7
MD5 77080b85251304a4f509a9bbd20ed760
BLAKE2b-256 72ce1c18ba78abb311d2042a5510b0ac5d47f1a196a2af0cd184d0b1a8907a8a

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a134a19bba6ce7b1dd21dedc5cb2d4ea39a4177e42e535e333786eb9d0ba61a7
MD5 43c6071c2a3843e2a7a5e3e323accf45
BLAKE2b-256 1df203c283e0baf610a29b148ac3e9e85a8d15c31703cb492f9f41b634604096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84def174fbf8886fb026e04716908276c074d8c231e66db803abd04afcdcb998
MD5 2bcf7d15688468a1e669c59475c20a4b
BLAKE2b-256 b69e957e489fd7da81771407907502a78efa5989473fbc5ca25ec099adac8754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7761e1a97081b707a9ea4fb7c8ecdeddcc6b5ae00dda0f0b7bbf933c1b599f9
MD5 95bf1bc71c621406db7ae55b5aee7f3b
BLAKE2b-256 2544379c4f16d6b9e920ca8d00dc3bb96ea3f4fb8b73ed8b99c136a7667e2605

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ad9a80e5dda71cf30b9c9577902f0c080aa14a215d7c178d669cda21cf5ab801
MD5 26fbd1fa5d0b03dd6f18bb48f53a3dce
BLAKE2b-256 e5c5e57dc4188cc89b1914b456bc7c41488d9a2c5c787c2e32e2ba9d62cf362e

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb25b2afedc6a3585c5ae50db79ba0c3d6277ee8e1d6ce0223528db2c4981d9b
MD5 88ae92fff16d9eb4d93cf4c4c3e12359
BLAKE2b-256 ab4bce156ca3790a10cdf05380ad1b2a55eb1961745b403dafd959f4ba3488cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f1bbec7a7bd2c3836314e84f68e3f9a4c20e11cd164a01990a9ca34f595d5dd
MD5 8e1b148099184f0fce3a2b85dc290dd7
BLAKE2b-256 a4c5278be136629062d7ca4fe84309b6078aee1b74c3d3eee1fc73f94d1e217b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51a1d2df1545c480f377f1bb2aea514e28956c87908f351bedc3772b3737c598
MD5 ba5768c3c552ce0bf20d3b812c37d3ce
BLAKE2b-256 a34936c8c805aa9c039292102d5e56e92d23cd600e241f4e49976b89fe79f9ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7cae933e6b82c198b42e934472a41d2a14c5e115da6ea794c33039c2694ce4e5
MD5 381eda1dc5cad334f1026041902bb159
BLAKE2b-256 ac74a6868dc11f8fd49caa7a8ae686edd6e6590d163510d36265fccf40f625e1

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c85c2ceb6bc6d3bc442241038c4e8bdd9883a3afd655a9b47e1222e10fe9edf1
MD5 cb561ef8e15c484a0cb52d7d60fdf04a
BLAKE2b-256 516c4d6c4e538b5f9582415697b1e9088402012674b915e0132a230b56fe3a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70db7a0c5fe5aebf272a56ddfc177bf608d6355571fd714b38f5ce14cba3b17c
MD5 5324c414a64176e5f585b8f040995ff2
BLAKE2b-256 82f1857be6160c8ed13b44355f90f2518fa539356562c97645f93b985c5103de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d6858eb212b9272c5daed9d76e1c82b857e4963b2b892acf7ece4f8bb22aee6
MD5 2a1c14b1cc0752449601030d2a1572e5
BLAKE2b-256 2214f8e32ffc7ad729d3de1a06c16f6887c9540e3cee92eb91f477b1a9de6fae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 4e9447d9b652396a285cdfbd4f9f0721842c63c6df281720e87dcc4b9ea65af5
MD5 c0ef3ba49c307627a9ba4cc0660222bc
BLAKE2b-256 184f911b2b2a0a02be15829ccbf0c906029a318efbf53d9f8e021e438261c206

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 3fd6464433d925cba66ae31bf5780c8a469a06da1d109180cffb39ee3c88ae20
MD5 441d160d2639b8ab6626077dca6105f0
BLAKE2b-256 dbde511c4364808b3b4036d051a0301b0b142a3ddf8a319bfdbbd474fcfdc879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8896ff6b133f346ebcf22aa23706c4031e8d9d5ae184433dfc67dc1053318b69
MD5 c26f4e77b903a99b8d92f3b339104f86
BLAKE2b-256 360bd88bc50e66fd1f1160dd2677d9af18273a2fb2f102c086d21f64a5a9c78b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1034facc082cb882e1e5beb61e136ae8e282df2eafa11e9771e9b0a15c860801
MD5 8acc52a76edfbc1e0cedf9ce33c19548
BLAKE2b-256 5d0cda68b9d3056e90b2060970b50d575cd7fcd1c778e8f23cc467f346e1d471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6335c6e8737a39734e20d25f89f425bf3274c104fc7efc05aacc7ed1a4858c9d
MD5 57d1551760e95503cbf1b292ed3a34a3
BLAKE2b-256 21de71cc5b4be5ee4d34c3302b6e7272189106a4072e9890d284d05239d2b645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41c118fd91d320cd72af26e29232ff3f1a0a170c47d477c9a176d766067a4718
MD5 fd4c71c6066d5ec90c67ee106f9c7484
BLAKE2b-256 719adaa259b638c5eabb8a8c36f203b85b01b5362101ff8fc4ec6ad592d34bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 3142407b9d63f233c766e17000e2aac782411bf0409b9adc97cb7c320aecd199
MD5 15c3bfaca7e47c7057d63bb56666b296
BLAKE2b-256 7c96d04a3621045e9fe9c7c5e406a688ee3d6e04a65f545ea7c622ead4b4afd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e480ae9f195cd29e5ce334e3d434c83dbac0783c0cc88f2407e31ba997724192
MD5 b6054cda4ac231755d5db571d0e9bc6b
BLAKE2b-256 a408b5488aef44662e48ac09b42d4cb398207f591c770797036fb1d6fbeb7a52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp39-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 127bc4039be48c6eebe7f1d68c33d23eb3a0c5ae95e1d730bdd048837751438b
MD5 ca2bbab7d39cc5409f6e23d2f7361249
BLAKE2b-256 92a20f2eaa5076bcaef52567471a54ce02ffd70007bf8688cd054f7aab9bc3b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.8-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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d497b1048c61a94cff61baaa1db1c441254935671311f9fb0f84c8912e532d60
MD5 0735428a666643583c6511ef5edb3178
BLAKE2b-256 30dd511fa42fa6780cd5a12b58afd4727ce17bc2c6def4db52c158f3ae91921f

See more details on using hashes here.

File details

Details for the file cython-3.2.8-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.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75770f79cf67f89f7d0b08590ffc114c7a1b47352ef0ee5a3494d5fc098299f0
MD5 f959308903a354ed463ce2282cdb2c59
BLAKE2b-256 6a07ff0260cb7a9ed3de91b76e304aafff22e8600709a3e28d6a46fa36bf831d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d63a43813fef3f3e8fb14502b8526d9bb9ad2eabd0c899b22f6409c4a97d265f
MD5 72d20c2bada3bf35ab69aceb4762292f
BLAKE2b-256 28d939c7ac5dc12103fbda5745bda391d7acdef3892506daa9ea62955d1ed121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61767412d252558104f14c006bc89eefe00496d4f57dd951dd13666bda2ff43b
MD5 0098c38c1154b2e1695552eb3876c6f9
BLAKE2b-256 ac59764e51a60ad3722f444c4b3d89684595b1fae9906a306415afa525183a04

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 Sentry Error logging StatusPage Status page