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.8 (2026-01-03)

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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

cython-3.1.8-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.8-cp314-cp314-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

cython-3.1.8-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.8-cp313-cp313-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

cython-3.1.8-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.8-cp312-cp312-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.2 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

cython-3.1.8-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.8-cp311-cp311-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cython-3.1.8-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.8-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

cython-3.1.8-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.8-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

cython-3.1.8-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.8-cp38-cp38-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cython-3.1.8-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.8-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.8-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.8-cp38-cp38-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

File metadata

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

File hashes

Hashes for cython-3.1.8.tar.gz
Algorithm Hash digest
SHA256 518475fbe633ba30c1577669f417440f41e1a23ad6b6e2dbb20703cd457f04ef
MD5 46d27370f6154279755260faff0b728a
BLAKE2b-256 b4a4ec55945b52d0b888e2a090450a5524001bfa17c8b68348379a154badb850

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-py3-none-any.whl
  • Upload date:
  • Size: 1.2 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.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f36368c1d7ea4003c52e9e93f3556074a631a6482f8a32e781cb073e211e4df9
MD5 c5fee60ba91fe58a58608da69bb0359a
BLAKE2b-256 5bc7b81516c9bb5da55d327b3cf2f33f39217719e73b524ab49a4028e18b6a66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b008f7802789bafcdd61de66e11697ee6807839154fc1bf72d81705500997551
MD5 43fafde0b937433982090276c104c5d2
BLAKE2b-256 9e47ed61e43ebc48f58d6cf60cd4923bf4eeb6e6bb793e9f12c9c825bc7c70be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 658b8d9f7261a79aa66cf2a5eb0fd7a9b8e196f21671bfc945765a615205d775
MD5 073b15395b74e0a291d43bf1551922d7
BLAKE2b-256 f001097425bbaaedb51029a820ad4dda3abedf15ce2cfe47921cbc9d186c0248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92a8df673744117afe2a4cb979887ca9440f9e59cbb2e9d0753db2194e2a5080
MD5 ed935ff16bce92536e2c2ba3013f5031
BLAKE2b-256 723671f163e74a3c88a750e87f12be2f1429312e12ad734a37ac008e98e0387b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc4fdb56b64f035025bf6958cbd22a61fce1668a2b19ec47aa418df5e9b6b61d
MD5 dfbdcafcc45d9c85c320307b937ef717
BLAKE2b-256 551b6d9158b46dd38d461b60256531b5ad1ee88d05addcec9bb69b2d7e22426c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e153a5aa8f96b79f6e4b9a3d221d4f38b0f7f00a1462dec01478ab99075abd4a
MD5 f44120c6f5cea68b267062e3f278b115
BLAKE2b-256 ad8ddb0c311b2542a1be7b001b537fd70904d6fea86a2ba444c33686bdc622f5

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bc71b05497608c1f8dc99340055c0456f712ce8a1cf35391c9134bbd037f7c6
MD5 5ab7dad14d31c08da193e57449f6c93c
BLAKE2b-256 06db591da6a36b2a3c4df7719389bcb5216552f7e8890a907aeaa5d3a9b9093e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53e5bbf18c274d99dec3e75e1ef19c0add393c8fa14e3c5f1f7ed7fb88e9621d
MD5 631ed46a537dcb0d15873c9ff40600cc
BLAKE2b-256 3d78b83bf3b38251934dec41326ccff74d9e260f8a1d2906197f68f3972f81bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 58e21933b3b568817a2896767577ff8a31a246f5c6a5589c73469d83f2bcbfd5
MD5 856687dbb83c09e80d94ac9bb42a0d73
BLAKE2b-256 a8a6020a35ece4deeee3cc0e7f4c5df3a5cd8cd0720a329b1712ea693acbe528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d7df7d45733460167d96d9c093fe0abf5d4898aca8f05b7e4cd397e9c8f1d2e
MD5 3906403010271cf55ac7a4c0f8f078e5
BLAKE2b-256 c6a07781dbd574e001f6ee36539f86335aab1808dab4699fbdd523d15eab76f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d249b8ba93cdc0172de325a48f122feec73c03f31d88a738995499a2153f98c4
MD5 62ec19911312dd3ad9fffd5959e884fa
BLAKE2b-256 43dc79602b93f39f64381a57b9de5ffcdb96317f57420df752be2e2c8c262aa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fc3cbaee08d424d2852c7b134ca432501792f67021b73a029cf2f13fb6172423
MD5 191209357c43a2da4ff5f0499c47c16c
BLAKE2b-256 00b04cb436aab34f082454cf38cd21ed64021450fe51d1006aecaba62b6ac2c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 34eb6dfaa0786a7477aaac86696f26efc052cda586d4f97a9d1d2c6b2ff6d26d
MD5 54cf9fbdc3fd907446d52a1d12046f12
BLAKE2b-256 3a9d2c5088d4c2c9d39692c5aca52fad35ade256d871ebecde61171acb3925fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 65d0cf78a14616cb05ff21f63b47bf369e23f353acd51420526c5eb3029f682a
MD5 5cfbfd5a7c098fbb8c24d99f64163403
BLAKE2b-256 628303f06cf647a0f579cfcfd7d336491426c95838cf9f3e4d6cb9e2c3c1e811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b690edfa6b333f6139e8ecaa5af8fe87ea591f04d2f2b6a492ed4f2896d818c4
MD5 7a62887942d148d6b2959b9eaaba4c44
BLAKE2b-256 2abdd6ad2772c38fba22820ee9ba4a0b647232ebdcb16138751e70c02eafe286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 354f43c6d0e312f650ed39c683e550f669ed18f49ca0bd5772f207ef31f8980c
MD5 a8abcfa200da12cf403820072dc6158e
BLAKE2b-256 fa5645029eaa65b91579f557cd2c42b1dcabb0a4c2bff1be3b6b7e19743ff0f8

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03959ed8996e16550267469187442f3926ea3ba4bb220a06714e6203e4cb6017
MD5 fb0836996f80ba19a6feaa81c5c92290
BLAKE2b-256 9759aaa43285de4970857787c4f43ae5a4f6bb40001c161552e1fe1b6bb5274b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1be05353f84e6a32cbae5869da1af72d356cc73a6dfa521423543688f6b59d67
MD5 f13c0619269144298662249aec72dd21
BLAKE2b-256 5358a3d7f9a0318c6334cb84b8029858dcbc64de0968fa7dde54ea54cdc8585b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 85c39a8005f314ee90ab271d2b68b6725f94fc08c4e6728417b64704a7ebce04
MD5 b24b80a8a91b25ac814a3876cb052f81
BLAKE2b-256 b677523f572b65ebe160493a834652fa829d955c97dccef36f8f0d2bb82efbc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e04bb68f932853a38bab7f7c024088a9f6510ccb45ad9a12cca6ebb09ec7a25f
MD5 1c197034bf48ca667f2c74276d6c17d5
BLAKE2b-256 f4ea31560e57d1cbe5e7b18a949e2103b8e08617a6796356f4771200b7b5dff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5e10d15d2e7f245e61dec89c27da377c2136c08efb6cc2c50baea25b39aab3f9
MD5 bb4dc3ac2efe1920d9426cb17c5cfca2
BLAKE2b-256 40eb363c88e2038c7f8acdf0d8a35a79aee9c738946f613ba070ab4ab331ca2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cae61e8e730bfc7de917204c8b7c1ca8e3e0d134dcaa55a2e2ef98de741590fb
MD5 85726f8b86ef4568500d77030367441d
BLAKE2b-256 aa7759db4b7e09374a718564a4a9758c88285131d74cecde275991a2b513b05e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c6b74c42bf6b2381d9fdb65f7eda44bcc5c29e4e96c677167495d2cd882d7a3c
MD5 0a419227c2a63ea0c7d1576041c28277
BLAKE2b-256 df0f036800c421ddf465312fa26872835f2388e8f4247aac1b9ac31527738d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7eb8448eb1c3632c4684ee98db935cf7d3b54fb528a7a455841789316667cd88
MD5 4480e2bf7c8987597f68db4bc52d3ba7
BLAKE2b-256 e14c9f4955fd1f14c5b05b72bb060b6568ba858b90084d7ee8f0744465458c0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a9288fa02135743719942deaeb44976399a5785a59f076221ef7e9b22cd0d571
MD5 6eb0c33274fb9b74236cc8a0a488248b
BLAKE2b-256 03c0306dbd4b795d61f1452fb955b6a3872a02de060cbfe84c27e33b7c8ef987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d973d25a767abcf977737221dc11befda98daf2573e8bc3c2e6995479505f92a
MD5 da028f62edf8eb16889bc893f9329e70
BLAKE2b-256 1d8254aa9d4cf913a68bc9d2f96c3d24024bb032b1d864bbe2b238571f85743d

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d1bcbed7578f1986a61471476ea5deb0806591aa477230954dd9898a25d0f4e2
MD5 58f84156740f082f16e940c415837bec
BLAKE2b-256 a95eb590aff6c332fb6bf5c12d2fae0383f6e866b47d0b1efd8bdc9443198ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9cd8d1194ab8f52898be10d252ff17360e0af0e2a6662a8d9688fdd8e4cdd7e
MD5 5f7f378f01b997008e3942426c2007d5
BLAKE2b-256 bfe097031ea58d8e68d9465039a9cb7ef0f94dae301907fc352d69f973587008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 d9029c0eb895a56746ca0d4b3a6a0a57e4c90f2599204e99f7033818ea1c3022
MD5 f109522e69b4a5a236688546e7f01b95
BLAKE2b-256 0fa6a5ae92b551ea07dcb106c39835d27e8133d3c80f7f752161795e2d5b8deb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0aa5443cc8bfc937369871fbba59990b36cd9af73ed70db9052ac980d44492e4
MD5 458a687d5a7ef6b1b5270911f720b7d0
BLAKE2b-256 72fb7448e6ba0baf50df463ee0e4f8c332750778960f21c7e73b574e90dd85fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 850503d88092af519662cf66aef26f95db677bdbba55a482ae8658c5b3ac6ad4
MD5 90762e7e637a00283357dafbb165ec6a
BLAKE2b-256 056b0a64844db2ba8a15f4108700afde4b8f73352fdbf73516ac26d5a025ea12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c27c5c5d675ecabfce60f27a24024df20472b90735d57ce3b869685606b31617
MD5 c2165a93d6ea8b73060d65c368240101
BLAKE2b-256 457dbc35ed1fb1ccda2656d1834c1160aaf04f4368e4624553b8439e5f805635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e3d59036be47961fba075067847abd16c82f5a45ea96ba709b1c485910c20e2e
MD5 18c4b739f936f6314e24579c19fe971e
BLAKE2b-256 43dec24ca2f1bb14d2bc36a1458475bbd653328413def4a5a791829ac1c7bda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d114a15b1660ffc8456baf6bfff836fbe2f9c523954de6913040cf6cea1b2349
MD5 fbb27eacb060d17855bd0243be2794b3
BLAKE2b-256 9e0b620094ed39229d9e65c5a6bdd3aeb84d29dfd401ac024ce8d4e8c39df5a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 08ba4010e2a96112c1cc3063c0f96246c33fdaeb937572a675229204745207ad
MD5 a6b18e3dd43e80d02f1a777a3623d0a7
BLAKE2b-256 cf76a92ea5a766f09f9e867aa6a80780e3a21002299c77337bd093368520daa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f827bf462359eec838e4462c1d819e0008e82dc53df107be13e7617bc96821d
MD5 e193b340035a97bc177524e37a611e67
BLAKE2b-256 30469e6bb1d98ad4bea795d7da03366c66c13e1a9fd7db21d9c769d55753f8e2

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 282b3c8e6abc3fea421919e862e898ffdd86fc0796009bdb5ffdf8211413219f
MD5 f63ac9d81abcca85c31b2aabf67a47bb
BLAKE2b-256 a00f739b8f17003f4fa605e1e92097d385cbec6240bba4e7701346533922ff8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d10dc3b84b1fe6a7edd43c5bb09cbbf98a7e14f235972e895d029dfcb0a9ce0
MD5 d104ac120b364d963d46e80e0df1ec95
BLAKE2b-256 51b8be27df500be20b923f124fc1c432096e9f29b01ee0314129f4b11b781e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 fc28b2933f2c3c897e1a27d0dee909d9731fa1d19fda3f1d8908dddf31825d2f
MD5 3418876372195e6210cac5e7a35e56cc
BLAKE2b-256 87b18185391249a38c0d1410b38e9980cca650c72cccf11c5f7fc7a534e37619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbd835515316a0d014ce27256fb7ceda052d14ac32c242d3f1d6d41734ba3c28
MD5 19a1d560e5ab078ae9c006c9dcc9e53d
BLAKE2b-256 ddcfc7678a6a66b4608e2cdc486dd012b7b68c25c01be95785b2c101fc4c2525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f9af578c0a3ae0a10a8cf41805d0dbec173f909a297368f30090a55a5a9cbe0
MD5 9c95df7dde45bd662765d739b60a0f0d
BLAKE2b-256 c7a85f70441c9aecd3729670944c744aeb5a7b9f2a19b646a8c2571e5dc981bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 306cec0045c18b23152882a583c6181fa8d0c069a4aabf6e6b12bafb8600eed4
MD5 bdcf39565ce2116a6332ed974cb20565
BLAKE2b-256 341c451f22aea9b081cec397ab15f98c7b66facc98c863f59f536d0ea42e3dee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e26239169b0332eda9a00de22db1fb9d5eb51b67f0af6f19a45205bd119a2e12
MD5 4fe3e2b3852802c16992781c0f111878
BLAKE2b-256 85160f77ce2d2ab684b66303904eaca1714942ffe743ca3d2fae908bf71cae0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7c3678b89689a367c19fc7c09220a077c6c31c710728ab1aaf4b114c830ee15
MD5 5145ceca5668e6f38fe65506b2dced7d
BLAKE2b-256 66bc82da415796a8e244b0835a62cefb8ef8113c288fdc41756ba1b3e3e7d187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6f3a46fdc5b6da9481b81da6e0f8f3c04cb161baf6956e185a4f242fa1242e2
MD5 98febc81bc6c39a92b54f97061c0e6aa
BLAKE2b-256 94fcf2562d2939e2627e0a11aa60232edc5efbdce3a649b423a01a49a545225d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70ac13ab4bf7e9c1285172d36f9bb06644bb84dc6d4fc0e156ffb8d04b9df86a
MD5 b5bade75335e898fbd3461437941be19
BLAKE2b-256 bbeaa5125552b9002a1004616b1676d24f20a17338a22e94b4e52fedfb336648

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6221417b160e9172aae69b0fd397e02528a6076e1fec642a181aa11c64e32cc9
MD5 d914fcc239c41ff2930a76703be8ed3d
BLAKE2b-256 afeeb28c4cb66eeee14a5a4a9b5b0a230a128bde110f280872e8d01923dcf63d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddc98eea4a396e903c47ecb8a9defa39b951dd8ccae40e425fe32ec953e228d8
MD5 3ac2cca445987f96e40de3211955d3d5
BLAKE2b-256 c6922f83e475f665c2a1e67c48a4381244b996fac87e5eca2c105b04301ae37f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 1cbb54f823c6f06d05ec891de0b09ec99cf4fe64365c2b54ce2c918f7d209a4f
MD5 d2a98e2a76ecb601ccc12c2e6af09986
BLAKE2b-256 9202c49d846b43e5678b9603ccf9b370323771dbbccef2edaefceeb2c7817f6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cca0af72f79866994aa7e79ee72d11b8618313c2a4f9405a6943b3e1186952e
MD5 11792c91dc4ed8340be9c09c8d681150
BLAKE2b-256 dd14db50c5bb82036c276a7fd860034972f32f2a911da5793b495c96361a6c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1d04bd43b80ed9ab6228193f24f287fe98b839270625051f7705cedd4e76ac8e
MD5 960a0dd92356ef424d28ece5679d0903
BLAKE2b-256 cc67765f4267a7a149bb4212a3a939e7dba61ecc5d57c772bd14b9e6f5a2b271

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e1715bf5838c43ef3abfc41d6552a1a5d4bc4d7b041a5d6833080d6b514cc590
MD5 279fedf895d40fc51c7331bd76ccaa29
BLAKE2b-256 0f766baa4fd6947da2bbb0f93078995ea9f04b2fccea5c461a1cbd907b9940b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3a9eb5545c9ef0f5f6cfb864f70262e284df270de8cd5d73ee2097af0de432a6
MD5 072bedbc498dc21904c94a4b29b79b78
BLAKE2b-256 0c68ed5d8e05bcfd1de1b39cccab8d7eb33ec9872c3e32c1b76c72727a36a41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6afffe05b2db113f6502c5b652e0ad5158584e185a51538beeffa8771bdb94d
MD5 9741e4dcc1efb315e1cc67e68c424c91
BLAKE2b-256 adaecdac36b7dad1adad7007d08e798f971c864ec7dee50321cc4d6a6f42b722

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d379eb20a48186573c1371b9f7ae45486f3cc378c3b8f5a38e005cb907596ef2
MD5 d35442ea4e44f18506bb5b56cb0557e8
BLAKE2b-256 6bc9d109e4d22ed7a79eda0b8ce828fb3d54e33f6ac2f0bc897c546f75774393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50ec9dac15bd8bdb276fd38a146c5294184330551bc1fb053e7e04ff66b7c756
MD5 78883855e8d8e63d8810dfb3954be154
BLAKE2b-256 627d804091bb4fe21a156e37b1af09095bdfe80bf7ee8cff6f871246efae7981

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4673f213e692b9502de8d25cd8f2d8aa3c0ea096546b5f6f019a7ec55df0a56d
MD5 c7598e14387a5e987f6f3a54344ad310
BLAKE2b-256 cefec05ec9cbf0c5f92dc4a332d11ac69c387d07b442ca3b0f2c50b437027b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef3000be84941e5b597579d3f753460d1e058c32a8697041f78a827797037280
MD5 64a883e7b78aa40ed26178b2f32e0a21
BLAKE2b-256 45bc6285d3d5244e5d934f29bfe076b12039213d67ea7f6d06fbfb9dd96f4b90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 6ee0772182f6c943d8224a043f00da2c1a8f62cae7de13d02044ef7865035745
MD5 9df0df9baad7c9623ada78a5be577756
BLAKE2b-256 6c75b73d0bcfc54bba0f514b7b997f0d2bcf4e2867f474e7079fabf99484a2cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 062f1179af6c5eba92be6eef52baf46eb9cf0677a53aa6bf96ba7861482947a8
MD5 6a898f3aa0fb3f4a48ad3ad815c1def3
BLAKE2b-256 84d44e0d3144f5ed1f9851bd6f496616364adc0199c5d5ec771cbe524aed7bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f519dd0b076bc78edf3b7ab0722638b42d5ab43323654fbfe2fbf63216a3e854
MD5 bdb9537d53a01bf3daeffc7797fdcb31
BLAKE2b-256 565ea55c0719a5574f50f1871632da4a39719df209dc26e15b5681b839f1f1a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45a5e806fbfb37c603c4cf0e60b7cd1165ad66bc3aa206f379606ca34dd93c42
MD5 6a55bca069a82da72781f53abbe6cb4f
BLAKE2b-256 b19f0a9eccc0faba06615c3431efb008e2098040a8c3f34551cb47bc406a4ba7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.8-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.2.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 98f45565771122c3f1604b057a5c506a7e682f99ec9d44197cb2990117ff4869
MD5 8b01e033a6af6d363da8ce3b22d89cb8
BLAKE2b-256 119661cdd583625a6d2fd0f40c4d65cb264a2f043895865e8aafb0eb183d4468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fa23531b04d63ba2fac0dbf577323ac5c40358ea3ec6bc2b98445bf418faca7
MD5 ad69554beec28821dafe59b674e7f10c
BLAKE2b-256 82ec22f3f84513dbfca0c7c49429d4a13d6373632c6eff82e469ae026920f03c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ddab120e53aab67c098416ac5a1467a01f03360aa75eb21a0064b85e9d621be7
MD5 e7d9378af76d2cf5e1eb17ebb4df200d
BLAKE2b-256 6c0bf9e5a4da2bd992d056340b4a38bb645927e15b3a9b863b2145810b096910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0274d3c2f95f79784bccd5454ab9dd380aa5ce237e1dc685cc1ce149ac2ffbc2
MD5 62ffd41709f7cf6e7f58c6580813c5bd
BLAKE2b-256 575667e77c26daadc288896f400eb2bbb6e811637892449064232a82f72d02b2

See more details on using hashes here.

File details

Details for the file cython-3.1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de5613a09f3cf056561528a0146aa3529920ce711728fb28d5399180c52ec520
MD5 3255d5d6b1c83ebafa6edc25a5384652
BLAKE2b-256 c68812fa858c9e24569c6943d941ba2c38bfb82af6e34e518ab2f82e948ec5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8803c6b42d482f894cd2ff50f334cc27f70029a9177f7183cac1e5da3978edd
MD5 0afdafb912f4f630efda77b384936235
BLAKE2b-256 1d2f2e458c6d0ba81e249889f69d83eb2a68c8a5b95edce172e1b0a012cc4e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 791414cca4dc04eb95b928da88154d8bf5164f85a645816291e2f549c5e8b935
MD5 57183db1684e5aa226ed090fbe0ff61b
BLAKE2b-256 8ec7f42039882f51be18fad806efdc40d0ae722b3c32b6d57c9a55dd4d69e0cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 554ce2d8243e9330c21ed6e8a5472f1fa812afb99794581c4276b88bd523af5d
MD5 2f946079bf6ebaeb3dcc62bf3c8a6120
BLAKE2b-256 94b4b36bf5ee314c37ccdccf0a492437b1517047b4e19916d9dfc0b323fdac3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec653d499d02ada3d150894e840018a9fc82cc5f8b9ac3af00066a8c1f76e0bd
MD5 db7eadf31224810da5c8b1507db44a27
BLAKE2b-256 4164754d06f3441dffe641d8c9fda54c66bf2ef8f8f70bcfb41ce58a217487dc

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

This release

3.1.8 This release

72 files

3.1.7

72 files

3.1.6

72 files

3.1.5

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