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 .

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.1.0rc2.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

cython-3.1.0rc2-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

cython-3.1.0rc2-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.0rc2-cp313-cp313-musllinux_1_2_i686.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cython-3.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

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

cython-3.1.0rc2-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cython-3.1.0rc2-cp313-cp313-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

cython-3.1.0rc2-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.0rc2-cp312-cp312-musllinux_1_2_i686.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cython-3.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

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

cython-3.1.0rc2-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cython-3.1.0rc2-cp312-cp312-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

cython-3.1.0rc2-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86

cython-3.1.0rc2-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.0rc2-cp311-cp311-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cython-3.1.0rc2-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.0rc2-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cython-3.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython-3.1.0rc2-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

cython-3.1.0rc2-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.0rc2-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cython-3.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython-3.1.0rc2-cp39-cp39-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

cython-3.1.0rc2-cp38-cp38-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cython-3.1.0rc2-cp38-cp38-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cython-3.1.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cython-3.1.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cython-3.1.0rc2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

cython-3.1.0rc2-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cython-3.1.0rc2-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.0rc2.tar.gz.

File metadata

  • Download URL: cython-3.1.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 d5b5341b849b2c5cf25746116e4e40a361c50702e0413bca99f3b7bc2a597867
MD5 6fb1df2d9cc29b5268eb728d05d9fbf9
BLAKE2b-256 51c25d094cf2e852bc6a6de4c0cc5e5b34b682dc32f336b495803a7b32a1b99e

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-py3-none-any.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 a9989440ea5062f2c5da450bdd4efa85ee78da8d70b4844267eaf7d28997daf6
MD5 3a462a716466bd7bd9e9de141b16de05
BLAKE2b-256 260a882adb217a42d6227c9767626b8556edc07766f96ef6cf057192076b0aba

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aa84b4c6fad73af7e637e097999596937600c1e3ba85fbc89a09400bd6f803bb
MD5 7b52eeaf4b7acb6ed8c5dfacb3dad3ef
BLAKE2b-256 343b3d846a7d880436b5ff28900a819809ab6ba0c5b3c186b865a68edc99eacd

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 15f3064acda5998e183b0592b1f04bdb8163113dffdd470d9644197fbbadaf20
MD5 92178f4b6427e8261afc6440ed1bb5b7
BLAKE2b-256 99630c8917d8db20c8e97efa4a4c71a2a8b927cd1eca06087f05e827dd5cde57

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f9804a95c2fe0c432fe513753ac3e10e5b6b13ee810f5435112435674881844a
MD5 c620be19491a7fe5ef6f5f4d60fc11ba
BLAKE2b-256 68064856fcf582fa2296cd143dcfa2f7af27c8186624d2b206687b0b220f891e

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d914ff553204d9fe2ba3e8c20f45125c753131e38caa6f29a287074e3f8c766d
MD5 6aef465657ae8ed05db038f4a7d3eace
BLAKE2b-256 e937d6d6e5dd1ff910b8aa4b35b1d7312f9ea410901206b9f556e9092e261ea7

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a289e32af7df533b431957dc67b9b89d886d02041f8cfd3fb6fc0aa695e21ce
MD5 13fef6022d8895e98b63ca1d59768cd0
BLAKE2b-256 801f57c873882e88ed71fea8e356fc480e17bc7442d761892e9e14bcc5c234d4

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70b85460d2127e30b05e445e82bdb2c39121357dd4d278798d78bf04ebbde81c
MD5 365833c37f6177bdfe57ef3543ea8cc0
BLAKE2b-256 75a5dd2bde528df1da496bacc473307fb126543d8027e8ba76381183488b15f4

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 271824fb599778893d48f49b15dcee8f5a95b39c3dc8fafb4aaae20688cee7ea
MD5 c0d973aa5e933c2e39ee49799635a1d3
BLAKE2b-256 679cac0c4b3502ebb143ccdcd70ed72b5795bfc938ef2306715b7bf8a985e497

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3aac8191a8257f76bcdfc3a4bfd0d8290229fffb3b65ecf6d62359392cad33f9
MD5 3f054ce9c4a589a67bc7b2f5a6e85cd4
BLAKE2b-256 7a5c5be800a92938b8636f94274474f10448afc182f08518d57cdc216a71b8a1

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73bb14ccbe8facd7c28c4bb8dcfc4311b05e9580984af52e759111ec1eee5c9e
MD5 68c85bedd24d2e4b6ac3859011022d49
BLAKE2b-256 3ce5b522038dc7c4acc0a9598562e43b2f244d1fc9ca6da8713704abf30df1d5

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4c72ca0982fc30c03a954752ee457492cd90299d1e900b39932e19b3a218df65
MD5 647fd9b9a103d64c7776b50a3c843776
BLAKE2b-256 62870668c200176522dff9df0a18661f2fb13602d5f729e1f8e07789400382e2

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee6cfc00aaf01d3a4bb101526560d77d4bdf80353e472667f1b5b01f2905f922
MD5 2050d660f6028c992ecb2d60c587f8f4
BLAKE2b-256 ef129a9827cba9ce05e25abd1c3ac9ecc7375b73987043dcd416ecac6973f30b

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b7019621c1df9845931b0d3bae29a00d76368b2b7941669ff2b9d180d5eb016c
MD5 b8237997519affe7ba9da21277e5a35b
BLAKE2b-256 ed9e4cf6e85197c97396b5dd7193588e6375cea5644f555d7c86a69d770c305c

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbfe4291ac0a7a268440ed6f96f83db3b7559503e0c0f4f54401d4792d08a2bc
MD5 ccde3237b3693f032304994f837257d6
BLAKE2b-256 dff5746853ae5506930ece9bfe847fb248e9c08b744d2c79ce92342d8e5e7f3c

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5d258b8e8a1196da1d2faf8c03c3343a808bc69a36a719ece8e0a9b49d12d1c9
MD5 6d01ca4b0a6e73c2fd656bf623460c51
BLAKE2b-256 ca6a1dc4df2c70b36f78970c810ed3037e2d6a2e0e148250974f18147aa4f916

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 330f10f80b65bc4d7be42f9ad338fc00bee591a7ba5b2f855d64be638b42cb70
MD5 32d73971959da2533ff1905743eabe3b
BLAKE2b-256 a14342d91f9da7a74dff4a3b16fce4b84d4ae7731c940975759bc6eb04749a2a

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7018244a213ba6954be6aa47e363ffa43994d27a9e17d13729957c099304160e
MD5 d6b325ab56d2f4665b1f20a8fc8ab113
BLAKE2b-256 d2566f41718dfbceebf9961f032a6e520f18a67efb966d71d9470caa7e605758

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13cf575318738cb97cc7915c7d9c62d18306c33c9255529588afd1518c835241
MD5 5dee81cb0859a72fc61ec1571a6d41fa
BLAKE2b-256 4a08683951748c70db6004fd41143736666d352fbdcca87ba36e783efd054667

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5ab9683bee3ba8536b7605efc3f101b4e85681d00e9bc449ae7b633f9a4fb0d
MD5 bdd9f37de659114b59b3ed56a4881ecb
BLAKE2b-256 93dc96143a99689f96c3b4fbce1b69055ca42700eb7f0ab846f02eed94a66198

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b8b92142cc7b352b10e57d5431632cfb6042624a4c9f2423c5ddd0695e2ce5b
MD5 e26aec231c3566cf2443f84192af5b3c
BLAKE2b-256 f24eaf6eb7342a13b862fa462a7c92e6bd8ff5f57ba4b50c88a6be9b710fd7e1

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c432c20e2162a65619acaf0b1b4bbbdac3f5fcf5a5c69d11264cd108ba9e79e4
MD5 59dc00e5a3a47427eec249a76a0efc46
BLAKE2b-256 284fac57e20e6a270510e30eca06dbb239d2fab31ac9369be4a39eed82a83760

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb827cc4256ff1a850bce1f19b1763ce792c955fea46f2bb85d62c0fc4e11932
MD5 9f35b9d3984a1731ffa93ec49d2fc2b6
BLAKE2b-256 63701f1a49439df2eae9477d417f4c664c64b9dc3d413cfb6d264ca6724a8cf4

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 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.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b6e28642370083aefe13b1676952ca281491b747a9279dc93ba413194804b5a5
MD5 489ae74bf2df6f7e28241bba5608d10a
BLAKE2b-256 32b2b206c8acbd02537831d60e62f010131075e055ba732498547cc2f4009744

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c12491605ef58d5c429a1962fae96b18c19cd9b66722b9e9a08c96b3b9742b26
MD5 665e4742e78bf8094754552998bd3bae
BLAKE2b-256 ae6914bcc90e88b61b6d9743ec5096bd4c7cb4142e500f646d97eb3d3482526b

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d522f44bc8129ff4d5c23e47f8f1f5b5f4e1861254bbd4f3e02fc33e428bf71
MD5 9ab16ca58380d52d82fbacae020d2fe4
BLAKE2b-256 9bc02e951f61db629f23892a2bd9efaec4367c39bfb2b7a91ecae579033e11fa

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6901c93e11242e386c1e752b98698ba404ed2fa264b1a5af1ed95af5872fae86
MD5 5ec4e84706d12699b7ab4b63572e571b
BLAKE2b-256 c1614ee4829e11d16eadd415df781815ebf7bde9fa18aa8b05f48c0a1ed8823b

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2919dbd45cb9b766bce5fbbad05b851de3a12d15bb7ce4b21f007084c0810c2
MD5 9a9468172b0929683c1d7dc3d02154ec
BLAKE2b-256 8b5a60684f5cd4965f3c8dbb5841cc8509a25d9686dfbf077eda565e4c592229

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 275559d814e07d2b1ee30278c3abfd0b538978c9306664e5c72f204b56424239
MD5 67a131c892c8fa42c16647d2bb87d730
BLAKE2b-256 9e3c82b9821febe9b829926f2e02b1773cae9621540ac079dcdc253be9b5b312

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de5c7f58dc70f71cb80e46d5b260bd415da68974e14a666d1a65842343565a1c
MD5 e8bcd16db05bebdf4da80ce6b0cd1172
BLAKE2b-256 b6b386f18203772a0cb06fb60474fe188a4fcde176ddf1d742dcb14c99b043e5

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a9d01ad6905efb80e82c3fa9180d203a88984ba58621537f4e33c9b9494e89c
MD5 53570b909f8865441b2501752b087f53
BLAKE2b-256 6d29397d1692b2c629652e5b8bb68111e14ac3f8fd9bb52c73bf75beeefc056d

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36cbb6a67321c614e04ecb8d69c16ae7ce8475cd5d136834eabedb7ccafcf7ec
MD5 e8c3bbac92adcf43308d8ddf03bafab5
BLAKE2b-256 65f179c40eb176ddcba1297396d601b07e50860710d6d4cf45b3c47f0bce00af

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 424c885f979c714861bc43f5d72e68df0cf1e849734ae321d38f6676e8a481e4
MD5 f45b1d1198c9495c57a7a754c6e2d5d0
BLAKE2b-256 32396f6bf5079c7a5e77a3477829e6501361632135f85aca600efe9ad996f376

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f353e86f04bc2d8f0b19fba7520f76ed4942e8b491ecf54ed5af370be2b6c55d
MD5 af9b7c1689b1baa48e72de9fbfcee5d4
BLAKE2b-256 43c78d0fa3a9a79eabbb935ccb25f96b79bfb67e39d831b6c06678cb0d69a7a4

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43b881cdd31ecf199e338e23523b0aab2d8ef779e2c57ccbabed96861184b93f
MD5 b7f74a259fadc0e9de8727969233ac61
BLAKE2b-256 3eaa972eadfbf8eaebfe9f2eadf315f9c2f85eb54b94ca8e4ce5271ea034f867

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 369c756344eaf111c1875d83df0d6b910b6a6d29f336275e95788441f3c3e629
MD5 889ab4b014b81b0e1bbbd3ad81308bdf
BLAKE2b-256 93958f6fb384676c37022d2196f133597a7cd3c43732c10748e06b14c402eeef

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a39cca8a45e93a67400271377eb54699a23c752282f2dcd637cf19c31fbdbfcd
MD5 ad69f6c967d5b7d45ff9237abeab810d
BLAKE2b-256 33ebb6bed30f48aa3001bad3f99d6af703e227f3234ba5e362190399d4b22eb0

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a951c4c9288726fa5afa7f1bdfa743182e9bbcaaa6af836b7a4cc53321f5d531
MD5 cd8709166f0365b4b951f4c077dafb5c
BLAKE2b-256 80d7e9aee558c4533ee72e9fbeb49fc357316b24152ac184b5617e7bf1eb1575

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35475ad7b3c60fa69363298a09ad10f228329a9e16643731a1f197be77044a4f
MD5 1da514c7e75f8339205f66c81a551a15
BLAKE2b-256 61852f42a5f4f4630cf3aac59ec0cd3acaf32090022550f736528529a3f34ee1

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d56ce776e1b4284762e98a29592d27c011ff37ef2584480ddd256451f2934041
MD5 69de0c9865595982e7df02ab03ca12dc
BLAKE2b-256 392c32aee712bba99e74fcd6b22276a42b0912b6e167bbc532aa8452422a0e2e

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6af1556b8f605b56c0d76acf982c85767a24a2b6c2f7c3fdebc9aadd9c0ccef
MD5 dea6de5fe7fa3067c77b15aeb8ba1e4b
BLAKE2b-256 da6de1c5a189045bcbf9d28c240815bb681d39221977e3207cf1eebb8194f05c

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2e347439a4ddfbc59ef388791f274b1b51803f2a6394e0b64c8ebac9da50f180
MD5 e4dad93e2c48a232c8dc245980ef66cb
BLAKE2b-256 81dc377e4e2bc60304a17980a0b591d5e6d89d4b88d85b6fad5d9d2e23df1677

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6fb007046879aa4f471b23f454845597c706c7786b5c45f0c7630c9647040f3f
MD5 dfeb143bb0e9920147a4db4bc2695700
BLAKE2b-256 fb12e54a1ecde3069f96d833645d9f4389a0773311d90fa5ac9fb01661473481

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f1ba6c0560ce91580743b0ab96495bd013d799b7e8233c93ce6610d282dc4e75
MD5 4898b5373e4faa2e335af375bbd58b4d
BLAKE2b-256 d630a03865f75ed5f631a7e334859c76af268b0560fb5aad36a5b2236c2791d1

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c07d191e68fbf458650c8f7f09bb753dbc8764cb729e19d2f84ed15587932a2b
MD5 c1a4f667953bae73d1aa585b1ff3959b
BLAKE2b-256 d1474de6ae626e7c3a6bec153bd661b956f79ac6e3110dd20b8590d37b1b68d8

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1714544d07d19dd26ac702d6b41fca261d10136f35db64d684676c9a9220b6ce
MD5 3bb74fb26a2bd28879970922d0ef7446
BLAKE2b-256 97a99dffc4bf982fde0cd13da841701cf86da315e24f96fec90ddc45ee96fdc6

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0c8f9a31ff1819e3b684a9c7037248110672413e40a007cdf1edae25590392a
MD5 92e998c49206225f84db528f2b615d55
BLAKE2b-256 bd4a554c53a85a454038d6545e52438f84fa9eba29e5e4b289ddc554f435ecea

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ffe9ae8c5468757e315a67743abd388f46e473bfd2549a533093f8b47a62469
MD5 e28a044f033f6fcdffb184feac189ff2
BLAKE2b-256 0f0f9427446318b5edde14c844ad973343b08330f08caf004e914f7d2566cc45

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b1d7c9fde002045fb48099c5040c0406eab276c061225afd651364857bc47f1
MD5 e3beb9b3d6655c820131ab17ad2a8bd6
BLAKE2b-256 ba2cdb011c7249cd083f00cb64089e60fd1ea1e31326e5bc247a8feedfd97b97

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aa30a5697007abaa3edcf6d99ec4776114c02fc4cac30399483e3fd74658c24f
MD5 6b10029e59b1021f4886ef607420acde
BLAKE2b-256 52767cf821948c710dd2accabf797ea2aaf4d7d8455fc7395505c60344cb1269

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4c54731080cbf481d64387435eaf6aad2c094bf7a4f33ddd2b2a4579cf634f5
MD5 37b1c0752bb660f16d7fafff29df74e1
BLAKE2b-256 257d9d3bb25b726d828e2ebee2a1a72acf7ab88837371ed9e6987dc293fc69fa

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 995e240094b371016e91c1cefa2771e72d87aaf544d2a444badd5519b0ae68e6
MD5 0d45117bf8aacd3f2d24022f61f9410a
BLAKE2b-256 b0ccc30e6b201dd1814dcc2a61b8c009392f59888298b2555272de0b3ea1881a

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 308fdfbbc2cc89bba22d48c3bed2a8ad9230d01640e862a8de12bbbe235a9cd8
MD5 1fe5d8fc344653db6308c4709022c29a
BLAKE2b-256 a82d7a0768021f958dd84b2c8ca1b1623f1516173ceb212a57de64f9f819ad74

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-win32.whl.

File metadata

  • Download URL: cython-3.1.0rc2-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.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9204dc37293475a23368d56baeef0c690ba7c162a287305a456ea49665219636
MD5 cd42611bc8d6c2eecc05e37c620babcc
BLAKE2b-256 3055725e0d544a09a9d803ef62cdc82c75bcc42eeac6e4576fb3bc11105a5a34

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3cf8fabefb8afa13f407c46db7afb28bb388e57416806425ec94b2c76c76c08
MD5 7847f6155a3d53ba41f286e8e8606208
BLAKE2b-256 83899f87716ccb2d497620fd606ef7511bfa629421690d7dc938544aec72e02d

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 349f40f26db80960fdc519988db39a47593cb595506ce0c3a833a9b4778ca1ca
MD5 40987d56b44b61643419ef4538d03274
BLAKE2b-256 8b0cd67e663577c69cf8a84c9aa386acbcd372b6928f5e38de9018040eb3ef20

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b9a9be206ed6a2cb082d905fff765f6684f9de7817396d78f2faf1c611e961b
MD5 d71295d55ae2cd867b8ca154da073e54
BLAKE2b-256 904a1bb259323d19771d38d5abc9d4b08c931a4942755538bd382470542165fd

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6383fe369cde717ff97ce799c72c1645f2f03bcacfd7d7195789380323d1b8e6
MD5 003950146a8be73cb40d70c9f499cae4
BLAKE2b-256 708e335e5d7d0abe0f37140b730b05e349c1bfa8c2a9b5ef8e12cc6e8969d35a

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 959bbe0727710db7254a33c801b6902932a864f57428ae912a1ba4b761dd7b0a
MD5 684f1b1066e7c07dcce15a6a7cbc37dd
BLAKE2b-256 53c8e7e7927f4e83c52b59bfebffcdfabb6793bbda13c6fdfb0c89117514d3c8

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22e24ed798d72ce4637e7e81046f0afbfd5313c6ba618d0999afcc9cbe69a354
MD5 63da1856b2901a5f4f9ae63f079f17f8
BLAKE2b-256 cbad452d0bbfe4ecc37847c61c024196976309f2b5bf37340bd49389511b7c33

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc2a1a79ef646fe3d31a092647ecb08ead0fdac1c6b160d55e900ee3190a0f46
MD5 0c41d0e170145a75f08cb287dd2930ea
BLAKE2b-256 dc880aece787e3fc3ddd371e36d5026d01b56299e7c68f54b4a3245680916037

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c34f4d6a2ed71425c50858008de82bb4ffbd1edd4faf7aef1d3e6d7ef4658365
MD5 e3318c85e860f3d98c7d424c0138279c
BLAKE2b-256 28c3b94495a725489e04f6ea622fe70ac9f0187408957af84bb4e141c311103a

See more details on using hashes here.

Supported by

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