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.5 (2026-05-23)

Bugs fixed

Other changes

  • The known builtin types were updated for Py3.15.

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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

cython-3.2.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

cython-3.2.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9+Windows ARM64

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

Uploaded CPython 3.9+Windows x86

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

Uploaded CPython 3.9+musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9+musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8Windows x86-64

cython-3.2.5-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.5-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.5-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.5.tar.gz.

File metadata

  • Download URL: cython-3.2.5.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.5.tar.gz
Algorithm Hash digest
SHA256 3dd42e4cf36ad15f265bdfec2337cc00c688c8eb6d374ffd13bb19437c27bba1
MD5 1329cfee4ab6b3ec44ee7cd15418d499
BLAKE2b-256 3f3bebd94c8b85f8e41b5015a9ed94ee3df866024d480d05cd08b774684fb81d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dc1c8cebb7df5bce37f5f8dc1e5bf04313272a5973d50a55c0ec76c83812911b
MD5 ab96357a8de0b6f4440768645b266acd
BLAKE2b-256 d45c9cd909e6a8bb178e4e0f9a2a9227c8201a2be38abe45ada4a4c3e9154277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 605c447188aecf2941709f53a2ce44862be256e54601c01b38ab710d83db8047
MD5 064300dd77d0874c0e92e3e93e9eb99b
BLAKE2b-256 69226d93cc72ec6a840b185dc0c21a0465a79ce0e992d3863168d43170c96276

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3864da4ca2ebe4660d8f672f2143b02840bf3045655222f6090486171c84298f
MD5 74edeecf071be3f7b403183f593b671f
BLAKE2b-256 dd574b3e78cbacff3800468632c08e2c48b0b58f0d72f20595ddc1d0c8c3442c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69cd71b90d4e0f142fd15b2353982c3f9171fc5e613001f16bcb366ffb29004b
MD5 14d8e0d5f54e54889d0974ba72dc3a15
BLAKE2b-256 a3263b0adcbab1ab97db0fbcfd6ba30e375bf2ae1ee0389279dadcc277a061a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a636c8b7824f3cb587eb2fdde59d8f4a14d433565508081cc290198e37567910
MD5 119a38acac169333412e0eee0211b22e
BLAKE2b-256 8278668ef887621f68255feddd482dbcdcf5788b6c91227dd35bd17f128f827b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3795237ab49753647e329181b140c424e8aa97543074f171f8d2c45e5014a06e
MD5 5ab912e5fdf42ab0cd3394583837bdd8
BLAKE2b-256 bb0fb3ce218dd833313e9d90c38bdc285f592e50e8e9bb981b49126cd2082141

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a81220817ff954eddf4512a5b82089094a2f523eb1dc4ad555efd6f07b009b4
MD5 859cb67f66d07011ab4a00633c21086a
BLAKE2b-256 b729ac650cf7eb449619b16d13bc452cac254f3a1843ca0d66dc462993bd4b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9b564f67b01bffa2521f475794b49f2787709cec1f91d5935a38eba37f2b359
MD5 8c3bf0c5ed3b0fb0505cd13ee2120eff
BLAKE2b-256 4f1b95f07b5c0f1996e8e23b30d7aaadf5ecb9fb14d730c48af0963a359fdc25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e5d7a60835345a8bd29d3aa57070880cc3ce017ea0ade7b9f771ce4bf539b1f
MD5 d42bc276e3db969979008ce80c72a4eb
BLAKE2b-256 7e30f648409de61fd74ae63090071061145059664cc9b9ff8578197601a3beb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 29243859d6824e2d33bae92fc83d591c3671b6d9ac1b757fa264b894ae906c2b
MD5 c1b7f301b17eb68c713ff1b821eeb9dc
BLAKE2b-256 573067a1b6192c828456f096d4bf4d840b9a749904b9030d9f857549fc1f9b53

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d00e2c976ee96da4deff50506c7882ccebb4a932fc178ef27eb42bfde959839
MD5 195e1aca832624b98725711a45aa2a53
BLAKE2b-256 a1aa8a1d02eabe8bc1e5066fde920010a4a4a4c5f0bac3625d8e7c946f72ef98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c80e1e5cba5b4b9890364e9360939fc298c474f25754bb4bb861270d24bda6d6
MD5 d6d27ccecbfa9ffa14ca9f70335e78fd
BLAKE2b-256 84b7951206add609c11f3bb9e82329a653c39a8bc9039c13bce57362caf84bb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb38b89e5a8eb2508a1a0832063826b0703dfb02be84e4aa34b8818ce0ca50fe
MD5 96d34f1853d0937076e546e1f25a9892
BLAKE2b-256 20a6efc97000fdb2f34e2431eb09a6ab4de9fbd3bcdb73a8f9d224afa4a9abd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8bc1325cf3e4394cc08a3c1ea7fa24f02f405eef0e8c156d5055f6f9a7a1565
MD5 b2268ccb7166dc7fe411bb09a1f07af4
BLAKE2b-256 f0a2073335aea9343605c66144f9768217cf502be1cecb60ceadd3902e57d065

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75f5295dc1b32d084fec598f9507e6f264311d78c07da640bc9a05dc47f7ac2c
MD5 4361c7bdc6502f39755264a3d0f4f227
BLAKE2b-256 2042edf5d623ab3714605bbfc70064d81cb5746c7e5b7c084478853f13f6c7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56c97c5e43782ec9d9e66c465e253d2ccde0c578c364c46445efe484965524f0
MD5 d4b8bd77a6df7cc44f87a38bc2bb82c2
BLAKE2b-256 affaf8dfa096cd792569fffc923bee371756426ffe5c7409db0a2f768d4b2ffc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5887c24ebd19604b7a76d8ea57446cb562a590f7f2557e5954a69aae38b3195e
MD5 018a8b18570b9ab096e8e67f637349e0
BLAKE2b-256 29d6f300e5ff4569f706f174ca0eeaadff33c81f4191fe9829c54f261abeb405

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45baf00cb8b222a2ca7e9c48add5dac3ceb6e65be4f591150a6b6767ce1f86b0
MD5 da2aa4f643ecd7b90c422f8f5ff8f1f4
BLAKE2b-256 3d977a64e0210407eb906ad383fc6ea1679149855d595d5489de5eb0ca0beb81

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4bfb00baef07106a1e5e7252ace18de91225322f7fa29970995aea7c380fa21
MD5 138524503f7f550939f9c2e9365ac561
BLAKE2b-256 69fdfaa8e71fe78c117717e7629f5d5672aa7b9a645e0a4a9ea16f379908786f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4e722ceab6d795b4682d693656218671c873d4aa74119c54a2b62de0e7c48ce
MD5 16ecda9046f92f3dd78829489961b9c5
BLAKE2b-256 ea0b019df1557777df6b4e80d136a81a004468e97ecf445e1517b35a1bf61c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 220e8b160b2a4ddc362ad8a8c2ab885aa7156099702cdc48f6518a5de921b553
MD5 07be7c1a084685da26dabd0a569fbc15
BLAKE2b-256 aeb10240e3b04fb3c8744bc22dac830284fac1821a44d1afa7da6dceba307e87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3e5e519bad217a0b96fc281666720ed7d339da618acaa012bea712980b8fe6c9
MD5 b7002c29fe3e7cf3d6106dfaf9d8965a
BLAKE2b-256 9a28d620a6827a47b52ef9bf2032ca3b0c53e19b7ff5c38c32fc1c4ef92550c2

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05c22cd606ac8d14a9cf17e48668bb37734c803978bf4d793c7f11ef54c4451f
MD5 978c36b199cc4514697ef913f6721183
BLAKE2b-256 042b6d58bb4c6b020801048ac16db1ebfafef2431d92476f2f8e545f311760bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 268aecadcabcdad9f773b8a5694746e0b9ee7894b56b84e2e3a2ccb6c929ea79
MD5 ef7cc5635338d52cf4993334eff03c2a
BLAKE2b-256 c0146620d8ab62602a1b5165537fe64b32f16dbb20b736035b1bcd4125105509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91cb5b9ff599612737b3fd0dddcd401acdf904b78c2caf8cd1049501d0a53f2d
MD5 8482516b82552c900a190a81359fb11b
BLAKE2b-256 15f38cc0c4c3ff125893d270afab441a406c94443c37cbc7cb0eba9e3e96e713

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 85b2944c3eddfc230f9082720195a2e9f869908e5a8b3185be1be832755ee7fc
MD5 b3c3272bda9ca526a66c750284747988
BLAKE2b-256 504d81c91d3279d156ee2c9ead7ed9eaa862e498066d759e92fb83d0d842c5a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 0bc29c7f870b09efdb1f583fbec9592b33af81a7ce273b89c8f5163d7572d5c1
MD5 f3efa7899d766ebc20a006f315258e0e
BLAKE2b-256 82718b528247e42ee63cbe1c1d53805d30b28663fa782c88da4a9b69a1a412dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 382122de8d6b6024fc374fabc3a2b14ba5860ed981c25055ed14fe44278b9dc7
MD5 c4fcbe3a99efdc5826617ff8b3ee58bb
BLAKE2b-256 56319c0024f2c772fc303f8cae2a204bcad2fedfaf921ba71cf13a878639432d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp39-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 39acb30eba78ba6d995d5cf3d97d57d450663d93aac6f8b93753d2b89d768c60
MD5 61bc4951569e4fa64fd465e9d1665232
BLAKE2b-256 2d15229cc5c2ed92bb8b43c73a3d31c2b4eaf498409300c34a06d93147f7a42b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c4c79e697db55f082a2d3ba97702e71881d5bb1f56f0a80fa338e69101e4c59b
MD5 d725847c8882c37f509a95f9191b4521
BLAKE2b-256 682cc9238db1eba208e226d363c00c8b74bf531a6b40c75df2334baa85e142bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34d21aeb08477c9173e8be7a566b19e880a7c8109ec6bb47a4b20cb680141114
MD5 667766fea3e7715529f6c36535ce6799
BLAKE2b-256 ff3d6b2f316d97bdb02283d79934e50da5cedfec65a536cdd3d69cc3a93486f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8d7b81e6a52a84a02993f01aa5873786ba1dd593c892d93d5fe9866da0bad297
MD5 74c6af4da51b8032c174ef1c33f08516
BLAKE2b-256 07b82523398ec96bb0c9bf69ada625a2256a581940b09fe11fcd0029f26ef4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 992a50e90d01813333752f374a4405863113059ec67102ab8d6a431a171ee328
MD5 31f8844f2524e2b5909891a6893bc9f2
BLAKE2b-256 3cd10a6a8caa35c4c57a1f1866b1141c2d00c6af67f73edbe34b2baec6919ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp39-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 224149d18d980e6ea5001b70fc7ce096c1891d59035dfa9cc5ede50f55804913
MD5 22278268381d67bad07d5edfd066c6b3
BLAKE2b-256 a3dee3e0cf5704fe569d54b8cd5dc316c9fbf08b1b74728732f86e90168b7a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.2.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 677bb60fd8f5949e26c0a7898983967dbbb65f7628481d8480956b85ca766554
MD5 75d2dc4c6e66ed50dbc7053c614a2437
BLAKE2b-256 7d65982016ad94839ef84a59535543a5888654e2fb04be7f0a3f0ab5f7a3f89a

See more details on using hashes here.

File details

Details for the file cython-3.2.5-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.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 561613ddd1ee83088eb126e80a5a7d73ee6eb82e0b1aea09afbe170287e5e27f
MD5 2c6a037e521340f1259a47fe8d38a6ee
BLAKE2b-256 cf9a6c9cdc92eb8e64a55654536a7e2d60ac171c6257805fe17901e8f9861169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cce98a9011ac6a2560b3587db22912bd0138267669ec567b0d57eddd2d741b8b
MD5 50e236f21e28896dd3aa4590b6c4cae4
BLAKE2b-256 bd0f65f02f0ae189b149dc795acc4ec92499a4ba8102b064e73685f1b6aac611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.2.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3a423468ee77c3c5b26494f57d9c52e9318991fb7142f4c49fb01b99373e8d6
MD5 ab1095584631bea6e7f48ebbecbd7d97
BLAKE2b-256 8fe5569d81e7272c2c4c37f1a7470874f587729c63ba7d9e5356e62f4150615b

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