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.1.5 (2025-01-19)

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.1.5.tar.gz (3.2 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.1.5-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

cython-3.1.5-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

cython-3.1.5-cp314-cp314-win32.whl (2.5 MB view details)

Uploaded CPython 3.14Windows x86

cython-3.1.5-cp314-cp314-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cython-3.1.5-cp314-cp314-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

cython-3.1.5-cp314-cp314-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cython-3.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

cython-3.1.5-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.1.5-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.4 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

cython-3.1.5-cp314-cp314-macosx_10_15_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cython-3.1.5-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

cython-3.1.5-cp313-cp313-win32.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86

cython-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cython-3.1.5-cp313-cp313-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cython-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cython-3.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

cython-3.1.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.1.5-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.4 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

cython-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cython-3.1.5-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

cython-3.1.5-cp312-cp312-win32.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86

cython-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cython-3.1.5-cp312-cp312-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cython-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cython-3.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

cython-3.1.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.1.5-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.4 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

cython-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cython-3.1.5-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

cython-3.1.5-cp311-cp311-win32.whl (2.5 MB view details)

Uploaded CPython 3.11Windows x86

cython-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cython-3.1.5-cp311-cp311-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cython-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cython-3.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

cython-3.1.5-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.1.5-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.4 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

cython-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cython-3.1.5-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

cython-3.1.5-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10Windows x86

cython-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cython-3.1.5-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cython-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cython-3.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.1.5-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.1.5-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.5 MB view details)

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

cython-3.1.5-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cython-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cython-3.1.5-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

cython-3.1.5-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9Windows x86

cython-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cython-3.1.5-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cython-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cython-3.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.1.5-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.1.5-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.5 MB view details)

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

cython-3.1.5-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cython-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cython-3.1.5-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

cython-3.1.5-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8Windows x86

cython-3.1.5-cp38-cp38-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cython-3.1.5-cp38-cp38-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cython-3.1.5-cp38-cp38-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cython-3.1.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

cython-3.1.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

cython-3.1.5-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (3.5 MB view details)

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

cython-3.1.5-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5.tar.gz
Algorithm Hash digest
SHA256 7e73c7e6da755a8dffb9e0e5c4398e364e37671778624188444f1ff0d9458112
MD5 44f2a3367e0f0cac33c63cfbf9a0ee8f
BLAKE2b-256 4dab4e980fbfbc894f95854aabff68a029dd6044a9550c480a1049a65263c72b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1bef4a168f4f650d17d67b43792ed045829b570f1e4108c6c37a56fe268aa728
MD5 f799d65651d34505ae5af17e378d6f1f
BLAKE2b-256 1b338af1a1d424176a5f8710b687b84dd2f403e41b87b0e0acf569d39723f257

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8ac9324feb0694a941794222444600536f9c44b120b5745e1aa7042504281aa1
MD5 7d9ed151358da89d7861781f2ee91943
BLAKE2b-256 19750cd7a00833496aa4c5eb76e6fa118fc51faf92947e090af799fa6ff30c16

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 51a7ef5688d3d37d762ee6df83a567b0a67bde7528a467e9dc82df9d9fc23c46
MD5 17f99f097962dc908aa4411e630e436e
BLAKE2b-256 13ff0f4dc479c6d4fec80a48613141c8ce8de98d75dc549d01cc87364057c4de

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6d13320e01e719cf9668daa88ccd9f84bae74f26ac1a3779b4ec32bc40feaeb
MD5 8a8935290f3d2d8440bb890b372a9f4f
BLAKE2b-256 25309e28256ceb70511636f5e5340dfa36a4310a41bc0e190734b62b75a7993b

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9daa08ff24ef526ae2aa5560430a3121f1584b406945a17d7e0bbf9c18bf161a
MD5 0abb91faee4acaa5cf37e1c9b1dc1fea
BLAKE2b-256 fd14ebe6d9172d0ed6bca68bb21c384694922d7a8eef6dcf8d4c843be7128f0a

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a82183bbbc8591de7ca902f2a22e2ffc82e31fd1a66f1180931f522050db5eb2
MD5 35b6874f851805c79374016fa2d93c2e
BLAKE2b-256 c0e35b57fa9a72b24b80ba23225d53886d07b714920e6bb19fc83a09977799b6

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 99943633ea61dfb53093e16827cc66c376b1513fb37f5ce8e052e49f4852ae85
MD5 92cf39537318d4059e5dc061d42fda42
BLAKE2b-256 31fdde9461718977b59560630bd0ad07dcb77209df7f4e7774ef0ec8f787433d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5503aa6eec0faeba03428058a4911994cdf1f668baf84c87fad8c862415c5f3d
MD5 ee8b0b6c4ce61cf3b07bcb55ccf92292
BLAKE2b-256 08641a058f052c71390b4440c8e1dc93bc09cdf04ec4d49e9fde0524b38e0678

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 e4d7f37e4217e1e93c944a175865deffbf16c9901eaba48fc35473afbfb658d4
MD5 1fb8c4c1807c98ded36a3de8750c2ca4
BLAKE2b-256 74eea5aba9d36dacbda936335186a6ee3195bf780fd8a8a98e1a6e17351ca9a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85ffc5aa27d2e175bab4c649299aa4ae2b4c559040a5bf50b0ad141e76e17032
MD5 767038673dd902b6c88bd6a4d8780ced
BLAKE2b-256 d2a8fb84d9b6cc933b65f4e3cedc4e69a1baa7987f6dfb5165f89298521c2073

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 888bf3f12aadfb2dc2c41e83932f40fc2ac519933c809aae16e901c4413d6966
MD5 8a175616cb2d99e0118d3840853cbb64
BLAKE2b-256 7c52a44f5b3e7988ef3a55ea297cd5b56204ff5d0caaf7df048bcb78efe595ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fcebc7112872828f8815eb73e0c1572975f982af8febc56cfa369aa996e24142
MD5 4abf3ac5ff3d751b1fcb539b3df7beb1
BLAKE2b-256 7198bd2cd37ee7f2420e73d21082e137ba949186e293044f24c0954a9595d018

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 18e6049138f4ad45fa3947437fe74126c5d932a36cdb93cb3a70715712021c2d
MD5 01e0e19e680d9e66812eba361356eccb
BLAKE2b-256 8fe3620258785bd382c19283f37c65bcaa5d6b2437247b4bb4b40128ca96638a

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 834378e535e524168f9e54ae6bb4bbd3e414bbc7e4532945b715bd867a2be0ce
MD5 31b45e741df34ace578fc0304ade8154
BLAKE2b-256 950f34aa595446a485333b09398de8a769a9f80e58c2b07918b6268cba5ebe71

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a3b6e75c8ffa5a06824be6e3858990ed1e88d432dcfc4ec865d419c44eaa29d
MD5 4ed6b0da38f6b5991166a13b6ab8271c
BLAKE2b-256 47afc6e585912d19360bf02408368322a6c458dc1c0e867f75baa8b4f0f6bcdc

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ada0c4eb7a98948a2a45444062a07995c8d3fa6fc5bc5a14a0e57ef793d0d8b7
MD5 8ab1520b80a5b785f04f54a876abbc79
BLAKE2b-256 32c5c761968122169696648a5a8a4c228a34e6de2a62b98d27c18c57235f8303

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b92ed80e3be2b35f594587389d9f7399860c8f17d9e4f23b7046f022f254b10b
MD5 28417e311c4972b01c3a425877a9993b
BLAKE2b-256 8e53a8018e50b64207847ac1de0aa007ca1a3a775ca388f265e85f5d70bcb754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f7994fd7486020cb3a4022121534489d984a42aac773a2eeada1b2e1f057cf9
MD5 ab6ce70a308503c6e2b8946bad8dfdc4
BLAKE2b-256 b4b18b02f05928e5e5beadafbf6d8c34117f3fb9d5532fd266a9ad80749b50ef

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a89cba730a2fd93eb057f0d1f0e0f1d5377f263333ae34038e31df561f77a923
MD5 6717fb0868c4b69a66567e53e3771c22
BLAKE2b-256 f70cc5eb8d2a2f1bbf7b23656609fb4cfc34a0812fca969614c5fbf011bcf122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08e998a4d5049ea75932674701fa283397477330d1583bc9f63b693a380a38c6
MD5 1b7186011f6a54b6ab5e3c6a6ccfa49a
BLAKE2b-256 a44d4f5d2ab95ed507f8c510bf8044d9d07b44ad1e0a684b3b8796c9003e39ef

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3c9b6d424f8b4f621b2d08ee5c344970311df0dac5c259667786b21b77657460
MD5 601cb409216ae448cfbfc333d1c1bab5
BLAKE2b-256 897e9b4e099076e6a56939ef7def0ebf7f31f204fc2383be57f31fd0d8c91659

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b230b4ef06752c186ebd071989aac6ea60c79078a5430d3d33712cec0dc19ffd
MD5 989a0fcf2398ebc90cdeb35854bc7e5e
BLAKE2b-256 2a89195d56054f8936b38c046fab904aaec4d7e221db2a45b4016d11e909cf2e

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 920e2579858b3b47aa9026667d7adbd22a6cccf1e8da1bf3ea01a1c451a4ef0f
MD5 0b41a25fa7df8d6842700f60b65e4783
BLAKE2b-256 ac53ea4aaf1a80c537b53c8cad6f99980ea7cf80e1be2a3c7db790c58af34b42

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 531e431e23bbd3e658b41a1240d641131a11d5b5689062e9b811a6b4eab4ecf7
MD5 daa2bf6dd10aae096d280e4cdb442703
BLAKE2b-256 f778ac690c772d2942ae16498d7cc182f056d3cf42788153685334b78904b087

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a0905a967bc4eaf6186837efbd023061bc25b5f80599203bad5db858527d9da
MD5 f14430970ba6d8009b704ad135d0251e
BLAKE2b-256 10c865650a07facc6e7aeec9e94358715a1a0f18960f8c5a30f60291c5e911b5

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7002d9ae1c8863f089195b539c72c927e0f41cc4787e8e369db6e8f22e12b7b8
MD5 12b0c0cb74bc2462bba76c0ac1cdc337
BLAKE2b-256 93054935c5aff6bc95155168b59990ce364877ae3d97b7cc58b20e93be9c0803

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 326633ca2aa0233098e75198f955b5836c2dc12b19e1b1aa10877e96b9aee37d
MD5 02a819fd9f96e29a158dc21bc0c9fce8
BLAKE2b-256 d2d252bf6d5b18d6faa9c3655c2c2854dd4cc3630e0af7ff89e415fbba713c37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51e8f773a90a61179ebf5eb2f0f711607a39d7c87ba254d9a7693b8dc62b5c8c
MD5 801408c60e62464f402c5abf57fcc4be
BLAKE2b-256 860337274f84d775e19234c8ba3b7b9ffee55d038d39312446e1123f9f9e8167

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 dde94e825ed23d0189a43c7714143de6ab35c7d6ca6dca4b2b2fcd2db418400d
MD5 6b5b0c3fecea13211ec65affd5169883
BLAKE2b-256 5c2751854d64c058265ea216cf04239d5818ffb72e200875273acae77e96821f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61c42f881320a2b34a88806ddee6b424b3caa6fa193b008123704a2896b5bc37
MD5 95eb9bf1e448c873ff526fb24890f18d
BLAKE2b-256 3b881e0df92588704503a863230fed61d95fc6e38c0db2537eaf6e5c140e5055

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 38bf7bbe29e8508645d2c3d6313f7fb6872c22f54980f68819422d0812c95f69
MD5 88e3ad7780e4b5c300e95eb073001fb9
BLAKE2b-256 543cbeb8bd4b94ae08cc9b90aac152e917e2fcab1d3189fb5143bc5f1622dc59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d31861678d88a7c6e69e022e37ed2a7d378fdd6b7843d63f3a2e97fc3fc88d63
MD5 17f6407d9576cb63f79234ea0d0bb800
BLAKE2b-256 2c6771d858413f1753399b303bec74b4322001e1af8215edf7cc34e6e6d7e3ff

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f7991ef8da0132962c4a79636e01792cc96e0ede333d8b5d772be8bf218f6549
MD5 8f0a1484ab46be389243b591c16746bd
BLAKE2b-256 834b5e01ab06d625496e0d0c5cd34d8b1793833fafb4ebde439595fb289bf77e

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5e7a836c18638d7c383e438306c36acd7ea3f5feb78d32796efab506626567a
MD5 24950ecf29646d05e94a327b4bb9521a
BLAKE2b-256 228cdb66aeba98f0374cc18f6311679d1fa984852e0c737815b35df37ffd5be6

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 44ae7765f5d1082efd7a6cc9beedc7499a70e3cac528faad6cfca9d68b879253
MD5 6e0ab8d5016121dd41db99990e92435a
BLAKE2b-256 d7e48edaf492b365720a553a83d5a1289f4f3198ae2ffd7333142f1b175b3012

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61b19977f4af6632413cf89e9126fc9935b33d3d42699ee4370e74ac0ad38fc8
MD5 c7b2a0819703789814eb6f3fdb3701e0
BLAKE2b-256 bb400858cb88f7cd8b7d1627cefff67fcc0d50c3bd9303a3687f4dbc5d2790cf

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3f86927811923958af0a4c68c6b978438cec0070b56dd68f968b2a070e4dc4d
MD5 ba219a42d17d04310e1e5f046e7ad0f7
BLAKE2b-256 63fb66e72c2e4b88f7f221d6226ab7ada1c572924bd73c3c66f899313c4e33d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b185ac9ff4170a584decffb6616457208f5a4148c78613f3118f70603b3759c
MD5 55e4eb6f8588e2da21a5ec2642b192c5
BLAKE2b-256 ab3f8913ffad4f025446a3fa1662675277e340aef3ddb583704b5569698c28dc

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 dce715a5b4279b82354855609d96e49a1bdc8a23499fb03d707df3865df3c565
MD5 7d754a7c433b9eee11ea97d150c34420
BLAKE2b-256 a140002d72dc5914a8043dc9fed9b05b10fb4d365c5182733af3e0768a388cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ef1df5201bf6eef6224e04584b0032874bd1e10e9f4e5701bfa502fca2f301bb
MD5 8f2c71742adee2bf82753ab1120fec23
BLAKE2b-256 3d1981fa80bdeca5cee456ac52728c993e62eaf58407d19232db55536cf66c4b

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1aad56376c6ff10deee50f3a9ff5a1fddbe24c6debad7041b86cc618f127836a
MD5 8bcf1d887b13e0953b52c4034b2ce03e
BLAKE2b-256 4bf3fcd5a3c43db19884dfafe7794b463728c70147aa1876223f431916d44984

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7af877689440cda31e455003d6f615e0ffca658c7f7dcbf17573bfb469848cdf
MD5 50c87d05270c08191984bed74854ad91
BLAKE2b-256 f9f3147d524a623f9a1c3269ece074c5a6b9ded38994fddbe57cb4f77d8d3be3

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed0dfaad3a5ca8bf6f3546d40a55f3b879d1f835ca19382d8ca582318de09d49
MD5 0a07070957a42ddd264bc9c0c26d9dd0
BLAKE2b-256 27659c74b2bd719b563732a0fc5b0162db2d4eac5289bc3452e15b2534dda5d4

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e069c5af8f646faaacca1a693f74fb27254f7d8ddec2045301d39a8df552c777
MD5 b6ca3681506a8c40fafac763b880e149
BLAKE2b-256 a92fe8158f27b34b121975f87db2a7ea7d0e8091a30be5602a5a36f28b7c1944

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8396663f6c38fa392de2fb5ea7efd7749334d5bb6b95cd58f9d1bd566924a593
MD5 f8a6a347dc12d4ad00e5dfdc553b9863
BLAKE2b-256 e5d1c4b151f8ac86a7444a9a73693f51e36956fb106b55358f809870e49f66e0

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9744f8c701365bc8081946c68de2f106c5aa70b08c3b989f482d469b9d6fd77
MD5 8f54b47a231e9e9b332f1ee0fae852e7
BLAKE2b-256 1a24b00761f82f323a4c0a2fc0877c5a4ceeb0f9dbc1626b3aed124593edc7c9

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4d6054f65626d4bb1846da686370394ee83e66a8a752fad7ca362ed8de1cf8c
MD5 96b3b79d0324d30e735ef83650a8eb10
BLAKE2b-256 13d08fe7ad4115f5b4f9b2643a2efd22bfb301e81b6be618fdbc7d560a5edb7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51798e2a76559dff79faee263c971006ce5ae2ee6ecd2fbf108fce3cc0acbac7
MD5 85d0cdd9b6f6a63241564fffec5a3ec8
BLAKE2b-256 0c15a44cc4b6e2482e5453b2eaac00a52b79d2dd71a5fe8c2000dfc7f06c4d32

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8e9e35cad5ae781abef944ce8a8395e098d6e042e5269cc4bcbc1fc177b1e3e3
MD5 bc2ea6eb093b9b4ce33b740ad0595c8f
BLAKE2b-256 787ef3a5979b16efa916a3494986bb234b2ae66ba81ab2e4e358a0b991eaa288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68cf7d059fd673adf3486e34950612069ec0c235e3ae8455424dfb6fdf85cffd
MD5 eb8b0756ff8f5161a996a5ef87334fb9
BLAKE2b-256 40286fa54e679b33eb8640f1fe0a222096c5f8080d25035a923f444d56ea3046

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d27f08ea53099f0101a0c582f1000fcae51cae177bbd4f6f95adfd8adb7a5271
MD5 cd8b3ca6b9bea1fa32136ac200d0069b
BLAKE2b-256 b59f677707b1734285632a71a3b644b36e77801ce36a7a34af2e64f516b451f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bd73d5b5199435811c0c2595340184652d2737c1138c29fc5148d7d67bea3834
MD5 126f0c6383effeee1e4c7d3979025a0d
BLAKE2b-256 d1ab942292e1f5fd917ec76e66dd99d94d088a64ee92dfc3aaa1103cd894d3d3

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0c4a7f9a7062471e500f571c0a9655b42021b20b758a83f4deebbbaace4773c7
MD5 15d10fc0ae5d9a8c59bf52d50c0c0fb0
BLAKE2b-256 00d466e31c8e33e0aea43d981d526f614fbd53a62810607fb29158312f028130

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04267d87b089383d8e175db659b19e883a7d6b69f26af25a0376a9ff1193bf36
MD5 107aea7be51b7df0185de9fdcb274044
BLAKE2b-256 f7a973c7f688271f48ec08cfc657dbba243960654900291f01e9bfb4cc1744fc

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25bda0ae129c72b56d5e88e1da00e58f72b53a7d940950fe81f4cd80bfc8783b
MD5 58c6c930ee2e6e9ebe8992aad1c868d5
BLAKE2b-256 769d53e49cd575e0bc2b2941a595a66694631ead893bb109243a37f99bf782cf

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7c13d9722191181d0f0da0f30417c31656fe1d3a59b1c08ab607f1ebd98d8b0
MD5 0ffd834f3916ac2aaffca6ad0cb971e1
BLAKE2b-256 03017dff21478dc68ae31c43ed469f608c02bc7bac82d446f2be5c6574c9f480

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 784804ed360370faf1f58dbfe8eac1e193adea875b37b734f6615c23da5f6f37
MD5 389a7bab561b1676d739914375a58254
BLAKE2b-256 139086c867fc1b22c72c91ac203c114dff50926948ae2650718bd59daa9b792c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef95455f7a7525557d714dfdea822c06aa4df505b32893ea662f20607bf40493
MD5 ef38e9c23f762d43296167c3dbc6ad3a
BLAKE2b-256 edd7e043dc62ef457d1a0f0a7a275e8efa42207520e6a396b8cd4d8ded66629d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 9a2c369f302ca771db35f30aa0ce4caf4f4c43285fe48a3456b337bcda1d77d9
MD5 18541f7a46761f8dd7b3d0fbbd50ceee
BLAKE2b-256 26c418c0a0e83103a601879ed3449a5f7e3140b9ef6832b00bf61e4841360e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 329acc8412e7cdfecbc071df29ea37f41ed621af042c7119ed6a4648549446a7
MD5 e833386837884cd9634f6cd0068fc5c2
BLAKE2b-256 3d559c1329f6b3b274753cac8f082db8d03f652b63b8a80fc4532fee254e8add

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4d63e5e275d876a4813a418a556ef5bb5a35d4d4c201763fc155a871e76af52
MD5 0245e128fbb55e522982236c75fbbafc
BLAKE2b-256 c675c67e07f59ee098a8232bbd432af1876a8766caca95a9c1f1a10bf73540d3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e53ccd48d5c735a093b22693e046dbd5165e5c43e0ca3593b69039bfd61ccde2
MD5 a965b84055b53cd774e38a1b053ef057
BLAKE2b-256 2d613c9ac9e4c5124828a6267ff69e3c2a0aef440becb89d4e25e12da299e98d

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: cython-3.1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 56b7a82faaab9ebacc032b1a96d3cadc7684beab13cc453909e958b2987f6cca
MD5 8deea3cd6e293a8bf2021225a89f3e18
BLAKE2b-256 c4af0b00d048746b957905f5466a2659d7a74917431533a4322dc6b72735b549

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edece6a72f9ec561fed2eee5034d2c57b0dc4826efdfdfb52806d3a0f7fc59c1
MD5 2d814a1ee70a5d005b6067fdadbfc2ef
BLAKE2b-256 344f24b7a77c1058ff7167cdd537768d518e4b6c0615ee1da46ec56bba7cb820

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 84f288f550df26ccc294277ac16efe01520ea8671184937ccd69d1c44b7f2236
MD5 de3057e5e84b06408fb01e8137ed7411
BLAKE2b-256 4b71f824ea4a260fcddfd5a5ec5e2d958e38a007ecdf909034d3419b11b4a3ba

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be20aab56dcf38fb6493ed92f0243c6daa01abfb8c0dec4f40da65f87aabef6b
MD5 75c08859840dda6a9c4dda7d15e055c8
BLAKE2b-256 e7425181c3117a52fc99f6696c7936b18e47d1756e948517412f09482c5e025d

See more details on using hashes here.

File details

Details for the file cython-3.1.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.1.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46122679a9371f534b59c2d95c7a32e30b046e4294c807a63ab8c16ea46a326a
MD5 0f41d74aadc32b77b72d7a9a572e7665
BLAKE2b-256 e5e1ec14d97c028a68d55541309ecc339463027340423e63258cf0357d3ca31c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3406d02cb36682eea0f70ea86b7d4320ea554cd9acd9174318599f383c63908e
MD5 fa5a25911a822253a329db3567bd0705
BLAKE2b-256 403204b3e95503b2954e48305168ee5d6fc9bd6f56902769e849526e1fbe6166

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2c72e39976e3943a2fe1f2a51eb892e3a9d6c87aeab23f7d9caa3e09a8b04e7a
MD5 4e626699e24a4b4bce05a6c711945431
BLAKE2b-256 7da47b12dc87b872b6ed90be94f15ac640e1f9fb502e00054e0a399ec7b8993e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af7b0e59e4b33f6dcd4e14bf0568e16276bf85b4538b0a0ec3af43db8b58f805
MD5 6ce3d5bc8460c74514c6abff3f5bef97
BLAKE2b-256 bb113cece90bdfcf33cf8bdab951805c5699414aa90b38ab749a086d9c0511bf

See more details on using hashes here.

File details

Details for the file cython-3.1.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c330c341af47990b29671d4319ffcb3de0126f503b679f31dc5291744486758e
MD5 8530d47dbee9281041b1d8822cf40d35
BLAKE2b-256 d6fcb26bedd24a000cf3067165f7ead7ed94366fc691ecca20c82e133024f88a

See more details on using hashes here.

Release history Release notifications | RSS feed

3.3.0

39 files

3.2.9

39 files

3.2.8

39 files

3.2.6

39 files

3.2.5

39 files

3.2.4

39 files

3.2.3

39 files

3.2.2

39 files

3.2.1

39 files

3.2.0

39 files

3.1.8

72 files

3.1.7

72 files

3.1.6

72 files

This release

3.1.5 This release

72 files

3.1.4

72 files

3.1.3

70 files

3.1.2

62 files

3.1.1

62 files

3.1.0

62 files

3.0.12

64 files

3.0.11

66 files

3.0.10

58 files

3.0.9

58 files

3.0.8

58 files

3.0.7

51 files

3.0.6

58 files

3.0.5

58 files

3.0.4

58 files

3.0.3

58 files

3.0.2

58 files

3.0.1

58 files

3.0.0

58 files

0.29.37

42 files

0.29.36

41 files

0.29.35

41 files

0.29.34

40 files

0.29.33

40 files

0.29.32

40 files

0.29.31

40 files

0.29.30

40 files

0.29.29

40 files

0.29.28

36 files

0.29.27

36 files

0.29.26

46 files

0.29.25

36 files

0.29.24

39 files

0.29.23

40 files

0.29.22

31 files

0.29.21

35 files

0.29.20

33 files

0.29.19

25 files

0.29.18

33 files

0.29.17

33 files

0.29.16

32 files

0.29.15

32 files

0.29.14

32 files

0.29.13

28 files

0.29.12

28 files

0.29.11

28 files

0.29.10

28 files

0.29.9

28 files

0.29.8

28 files

0.29.7

28 files

0.29.6

28 files

0.29.5

28 files

0.29.4

28 files

0.29.3

28 files

0.29.2

28 files

0.29.1

28 files

0.29

28 files

0.28.6

18 files

0.28.5

28 files

0.28.4

28 files

0.28.3

34 files

0.28.2

30 files

0.28.1

30 files

0.28

30 files

0.27.3

30 files

0.27.2

30 files

0.27.1

30 files

0.27

32 files

0.26.1

34 files

0.26

28 files

0.25.2

28 files

0.25.1

23 files

0.25

23 files

0.24.1

23 files

0.24

22 files

0.23.5

18 files

0.23.4

23 files

0.23.3

13 files

0.23.2

13 files

0.23.1

12 files

0.23

12 files

0.22.1

11 files

0.22

11 files

0.21.2

12 files

0.21.1

12 files

0.21

8 files

0.20.2

10 files

0.20.1

7 files

0.20

7 files

0.19.2

8 files

0.19.1

8 files

0.19

8 files

0.18

8 files

0.17.4

8 files

0.17.3

7 files

0.17.2

8 files

0.17.1

7 files

0.17

7 files

0.16

1 file

0.15.1

1 file

0.15

1 file

0.14.1

1 file

0.14

1 file

0.13

1 file

0.12.1

1 file

0.12

1 file

0.11.3

1 file

0.11.2

1 file

0.11.1

1 file

0.11

1 file

0.10.3

1 file

0.10.2

1 file

0.10.1

1 file

0.10

1 file

0.9.8.1.1

1 file

0.9.8.1

1 file

0.9.8

1 file

0.9.6.14

1 file

0.9.6.13.1

1 file

0.9.6.13

1 file

0.9.6.12

1 file

0.9.6.11

1 file

0.9.6.10.1

1 file

0.9.6.10

1 file

0.9.6.8

1 file

0.9.6.7

1 file

0.9.6.6

1 file

0.9.6.5

1 file

0.9.6

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page