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.6 (2025-10-23)

Bugs fixed

  • Unicode characters formatted from C integers with f"{value:c}" could result in invalid Python string objects since Cython 3.1.0. (Github issue https://github.com/cython/cython/issues/7240)

  • cythonize (program and function) now uses concurrent.futures.ProcessPoolExecutor instead of multiprocessing.Pool to fix a hang on build failures in parallel builds. A possible work-around is to disable parallel builds. Patch by Sviatoslav Sydorenko. (Github issue https://github.com/cython/cython/issues/7183)

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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

cython-3.1.6-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.6.tar.gz.

File metadata

  • Download URL: cython-3.1.6.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.6.tar.gz
Algorithm Hash digest
SHA256 ff4ccffcf98f30ab5723fc45a39c0548a3f6ab14f01d73930c5bfaea455ff01c
MD5 7ebcd5791d590052a2e4590aaf0e0f3f
BLAKE2b-256 e3586a8321cc0791876dc2509d7a22fc75535a1a7aa770b3496772f58b0a53a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 91dcf7eb9b6a089ce4e9e1140e571d84c3bca834afb77ec269be7aa9d31a8157
MD5 8134f93084f9a4255e6abb5972979f45
BLAKE2b-256 18d57a04640bf559bb890455ffb28978daf7d44f667c3f04a4d422c655c1ba92

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7f75ead2a7cad5ee719427b915711c70e40a114f045b2a9b5bd983484a0b83a7
MD5 282e451c1b8b832116e9a9a980877290
BLAKE2b-256 0acdfef529bcc8eb6b55caf8bda524ee6194593137579fdc4ee616ff2a40dd2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 27f2b26442737d6e080900284883e078aae0276dfd7715a49b338f1a9481f7b9
MD5 0e737925339d8553831e6469f6a123ce
BLAKE2b-256 5b53f8dfff20e06dd3a6a39ed7b5ba784a9797eb206ec7df56f35c0e0ca31a49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e35118eedfa0138154a43fb6b14e83703dae93193ba9940c747c170ed845cca7
MD5 eb16334503118f3d09c77b21a323290d
BLAKE2b-256 60714461521017e51b66a2d8dd443a596d636c87149e2d6ae95d664cbfdb1303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 926a3efd9b7012cdb3df0d1886e6f0e32e0b72a5d311ac2d3f48c0716fd91c6d
MD5 bc5658d1855fa3835ee29e2cbb0b0cd5
BLAKE2b-256 c7fc077b0084300d42bc69f4c9468c1946882884db859daa48b2b98b8f194fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92489385bca6d1935913540e35701a979618fdfeed4dbec6cad1be924fb487bf
MD5 4e9de864fbe9c741068906689269e6b3
BLAKE2b-256 81c02759f4e2ec2f10ac941b2963de217f0ee6c0f6b2767ddcbaeba799c77dec

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c47fcc47553214e0a139fd33199d825c5d13970cd6c1039d2594af855ffb338
MD5 3225493e578f645faaa95596d7175b11
BLAKE2b-256 e8ba5dbee7f80c11c57a68b1e26d285e106ab259e7cf50536369b28f952b5809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cd7ea8c6ce0adf52d142bf37c4d54b8d0356818144a4584a24f2a0b9cdae6b8
MD5 e66da5ec8023a03f0e60657af432f550
BLAKE2b-256 dfda6736caaf38a4d9f09db4b8dd76d0c8f7937820c2eef4d899f80259566298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 defbf9571fca78e8a6e21b93d35c0a491d6af77a8e6180a0146da1b3c8eb8ce6
MD5 c5148036c016aafc9c7580664fa5aebc
BLAKE2b-256 cb04caa7893a4259e4bdb333a40a2105d58b53294445d9d2cf948eac9f0346b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb49c74220af0b098f406701f0b87876b1c7614716d39786306986b9feea774b
MD5 fa9dd1b3e868eb99f9005a2699b13c93
BLAKE2b-256 94aa5500ff58f8972431c0e74783546b8cdc39511493aa44b74a7fde1ec4e654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8893619efa77fc83934c1255c619d522711a5cf5933cef0d5c2b9755e8e5fabc
MD5 b5a9524e8e3bacb2ddf8490b3d00e8f7
BLAKE2b-256 5b16e399f6fd33912116aba8bcdfeadd6093ff14996d7b5b72212fe4301e9f96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c844004712a9fe2a6f2ed4d6fe02aabb2e0e34f88c150724aad1afec7caff37a
MD5 872170c136f5878f872409a594de4dc2
BLAKE2b-256 2e0723aa4577513a5e918c0deaf8a2ab8a9a5e6703e3fe554e3bc2c3bda1ef58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 69b1bea23b51628b8c9f14c3e0bb4c7dd5be63781bfbaa581b1c683b473c728a
MD5 8b92607dfeafd4995ba3a8bf24ad14b6
BLAKE2b-256 f90f55f95e166c591fb8fd8caeb1f2c86cf86ef6f7f929a56094615ab757dc11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1b4bb661103cb95c6ca70daf5d39992b2d89fd260b02a54d92e365095ed37eb
MD5 d8beca0e9c83ce39350de047828fa16f
BLAKE2b-256 2fb20cd9ff5be3f0d224bc139eea8a8e83066d61ad424cf7fd0f43c3c4b791d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c475018b28f4e7111148bd02b600595090e0aac6cc49615c4586bb4e7f164a22
MD5 ff4d644e3049588d492602f148231044
BLAKE2b-256 f12d48130ecef876f141aaded34a961f32be45d2f36aa285de08d2e81aa5fec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92eb7a39e60426165a5b2a219af181e5695c4dedd598e317a7a4d9086bd66b91
MD5 0021319d95e292b81d135b3941b24d91
BLAKE2b-256 69afb3af74d1d10a0f6d4d9fcdd836959ae54dabb36f84f316b09ccb84dbd8e0

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0fb2694327834c5bda7c5a07605f76437354d0ff76bb8739e77b479d176cf52
MD5 e5447a9abad6ee698bb55b0ebfab075d
BLAKE2b-256 f02c985dd11b6cc3ac2e460c5e0b59030aebca66a85f9423db90e5186e8e9087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b036cb4ed7abcbc89cc04311832b22ad386c532fdd1fe690e1364aa992a54c7
MD5 550684f6b207e11e0453c4ba4ad1c671
BLAKE2b-256 6bb4923f4d7ca7d987573aa2df0ca48fa9a103a48ddf1aec9cd8fcef9618b787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 037d457738cf4fc12260946c6524b745f488cf413428099f2a064af7612d181f
MD5 1ea595251ce94b16aaa8ddd31dc2e7f2
BLAKE2b-256 a64dc3455fb738f52d536e7a113749c0a2242943251ce2d0dfac0e42ebba2fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec79615d0e29fa29fd4283bc7a2ed9c3d00532086a0031532d64b724db8c3e8e
MD5 e6e95f74e33b9302de608c6cfb2a5e0c
BLAKE2b-256 db098abf6ccb13d1e2589e60320423f861952cf4c4ec092cd8536e1beb018e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 14f0d6b9f803eacf48e9e80ea12a03f54e5f5ac48914341b0a6b81554b3b3154
MD5 63778c9274303f39a69e632b00ad5997
BLAKE2b-256 cc9622b43125180d9b2814da4271d9450a5cc4623a6c6439b6b1d8faa7675c81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 71d099d8d6094c5de63a32e67b29964565aed889a218e8d16a94083f4239b904
MD5 13677a78c582a931b92d79506fdcc90b
BLAKE2b-256 40d560261f023b0bdb28f0b9e8f00690b8bdbef692995184bc57f33811f8a936

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6502f3e58db0ab3e2c983bec2c8c9e45d602e2c7ff921a5a8515b0008d918102
MD5 fa8c3349a4c6068c0aeff3ce47ffae4a
BLAKE2b-256 39feb7f9dc5ba8ce221aa7d40587d1d7175871b2ea61917c7fa4d5e85a7c042f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f657e7a4b2242d159de603f280928d8e458dfba48144714774ad76c08f5a530
MD5 32022d1074990eed84123d8115bf0a93
BLAKE2b-256 b54e1152e9bfa0357d2237449fad94673c273f72c011a54c7227bb1291dd4423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f809bae2e00b79c01ff5daf9a260df7c1bc9fda087b9d625592fa28c1a2248a9
MD5 7b012df0a98b07c40738f5e268091d68
BLAKE2b-256 f8e421117a7768ab19fcd766f2dd81f0a61d2d24e7a3649eff306349c2ab99a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd88799fa7bb177182423e0745c9197c50938c6839ebfbe6fd01539582ed488e
MD5 268b39251214b09119d44fb4fea47a8f
BLAKE2b-256 94b5677a2f4faa1c036cedbb715edc933b09de3e235891f1fcdaa82f8c3fdc85

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8a01d241d775319bcd7adb4144b070e1c4b01cdf841a62032492f07fad9efdc
MD5 b55458cd769c446c2d3040d62362b7b2
BLAKE2b-256 95e13f86f321ff6bfd31310a5478f5ac56eaac3ea0743f6b76543ff5fbcb2b4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b3520e2d4484f927c3ec00d32ffda75ec72cfd6a2ee07adac721cce339fa26f
MD5 e7aa3bd214c5681702a24038854085d9
BLAKE2b-256 9880e065d0725614ce9ff43624ae1d9f81647c5fd2d88ecffc2614dde703482d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5012025af433bd7188fe1f7705df1c4a67e7add80c71658f6c6bc35ea876cc68
MD5 c515829311ef0e97a96b4d387e72ccd8
BLAKE2b-256 5744347f48b0ccfaa8233860a64b88a9df851138058ea923583e68625528710f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be24fcde7300a81712af279467ebc79baafc8483eb4dfa4daebf8ee90a826d39
MD5 9b30f3a24e77b84061baf1c1caae3e0a
BLAKE2b-256 1304a1b4fe2a4c72eb8fdcdf6b680908328f920f813caeb72f1b5d2cea40e45c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0d2c32e8f6c65854e8203b381ff7ab540820763756b7c326e2c8dc18c9bbb44e
MD5 2909c49796bd19c02de6864820d016ba
BLAKE2b-256 70cd6e7bb9ef074d35c1b62af91c9f92126fae992d5a8fb6b47fdd1ade67bf56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 29d6141b0c9697dfcaf5940eceb06353bec76f51f0579658964c0d29418000df
MD5 bd479fd130022b8b9fdd9e6ccf8945b5
BLAKE2b-256 e034895cda4ac7e93460cedb28f609a7c056f09c1db5694ed38058f680c56386

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cde4748d37483b6c91df9f4327768e2828b1e374cb61bcee06d618958de59b7b
MD5 3f92c4132b62ef8861760c4fc2c2abf2
BLAKE2b-256 587cc8dab163f2c9f8e3c4972aee31a45307f2b96733f799aa036ba05292efa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dffb14bc986626be50003f4edc614a2c0a56cbaaf87259f6c763a6d21da14921
MD5 0e11373ef4696ea0d2e70f43ad94f037
BLAKE2b-256 2ed140dfa6c02bde72669525a2666aff5b0c75b0ec6f9d965b4beb1582ad4b6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6966f4d4ee13eceade2d952dc63bdf313f413c0c3f165aef0d6f62e6f27dab02
MD5 5c1e21f25a56129d978fd0f3a30e614f
BLAKE2b-256 ef826a43a68a1c9e22bef7476eb5a4fd8987812972b6746991b7b16b599aa872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9856e8cd7f7a95a3f10a8f15fef4d17e5a4a57fb5185fe3482cec4adb0536635
MD5 cf3aabbe2a494541961a1e7c521bda7e
BLAKE2b-256 6e11147aefe4bdc5aa4f273283ea62949001d877808f4ad8a3b4774baf05f0ac

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f32366c198ac663a540ff4fa6ed55801d113183616c51100f4cc533568d2c4cf
MD5 ac6ec2ae094e0b552037a99dfc8aee02
BLAKE2b-256 3bed1a1e93703edf37ee822c03013246d2b4c05a8ea689105051205150dadf07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1cfeb04d43464f5ff8398b499ba46c6eef22093da0e74b25f972576e768880e7
MD5 3605edc62c5c14571e5273f10cd121a5
BLAKE2b-256 cb4581897d8802666d10086639b0f70702d2f9d03bb5358b012bb109b08b4dd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 91b8fb3e961b3344bf257b851f2ce679727f44857fec94d643bcc458601dab54
MD5 d843215a0f14fbfac6cffc1f7c66ca5e
BLAKE2b-256 fd9e5dba03cc21190bd6756bb4717038a16cc87930ef32399c6d0e6bbbe538b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f75c33e83e224737b1a68b2868bc08bddaabc6f04aef74864ff6069fe2e68341
MD5 a6bad1854d5154f9a3ada50dde3e4f7a
BLAKE2b-256 ec68700aef24fcf73f77940fec7efa27c18da68f6a5446dfce5e3a253ab707e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a1aedd8990f470d108b76ca768d9f1766d6610cf2546b73075dbe1e523daebe
MD5 bbb740dfbc3d3331847619eb6a3c3315
BLAKE2b-256 a744631939fd36577fccf0c47c9cd14fdc3d8125cde166ed2b2f1abdf9a505cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4066908ee24a18572880966de1d0865d178f5ab9828a9249faa97e1ffdfbed9f
MD5 0691507bcf57fe5f3c603592091ee6c1
BLAKE2b-256 c960c5dd9af41c9ec6ee406b423458065d2d3427422e0eb1bb91794c8ab3b787

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f48eae3275b3352ba7eb550fc5321b0fb1ba8d916fa9985fb2f02ce42ae69ddd
MD5 9622923794118c43dee30900b946e462
BLAKE2b-256 69c910bde13a679d1dc90b86bba754d94b126637686f4bba7637e14a923b8962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73576246abbc62397db85cbdde74d2e5d73dabfdb7e593fdbb3671275ffb50ce
MD5 9596cc586031a4c64cbb203e0825e3b0
BLAKE2b-256 0c586fc30fba52c9cf35bb5d02effc7b16cdc9aa3d3aa56b07e47429c59ee657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1089e18d938b6e742f077e398d52e1701080213c4f203755afde6f1b33d9e051
MD5 6baeae21f51f01e0a2d67c9b77f1fbd4
BLAKE2b-256 09b1af3d75e6b4363abd8efbe18cf90709b7dee38108846f3c7377ee50b8adcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2379f729f1d5a445adb4621f279f7c23aeb6245f036f96cce14b5b2fd1f5ff0a
MD5 290afc40e181222534a1f82e7edf973e
BLAKE2b-256 e0d6dff399500588611e2bf189f191cc03bc985c80aaa263242c3abcd93122f7

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47e79f0bfbf403a5d6008bc9e7214e81e647794ca95cae6716399ba21abcc706
MD5 34b60ffe00bcad31e9258be4c5167261
BLAKE2b-256 5ddca4102de1a15a2ef56fc46e4486da112a8701b63ff98077d0ebaa39792e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdc6e63a04ead11812752a5198b85b7fc079688c76712348d072403f18fdeb49
MD5 2ccb382e4d629b885106855ac3577fb6
BLAKE2b-256 44bdc451e15cd89ee98fa5207689505f9a211f79cdb4d18f2f96a7c9c6e7f3f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 486376a988268408b7e8ea7b4cccffb914aa497c498b41589fb4a862ba47e050
MD5 3f5f6d814964b7250b013664444487aa
BLAKE2b-256 30cd63d551eb65273e144e9ee84bf697190586201dd02d2fd719b68e7da724e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 141dea9df09f9c711af3b95510bd417c58b2abd33676eef1cb61f25581f7090a
MD5 65145ce26b8bd643ff388ab1c8a41778
BLAKE2b-256 cd729ec7797714c65bf45d11fb33361fd5cb522556d8a2a2e808f17db6a3aaf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4027b4d1bf7781fdfb2dbe1c1d81ccac9b910831511747e2c9fc8452fb3ea6b
MD5 9dc62212dc55091ed56afe01d10bc3c8
BLAKE2b-256 63bb23e917f1d2a11834730ff07cdb7e7c87ab72c16090b3d61b86477a38cc68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea8e5e190b0aa628e0cfabd3200453fdbe8efc7ee5a7eef409c4e5a0975d9b57
MD5 d8cfec2f32a78de03aa487fe68359c6c
BLAKE2b-256 4ab9bbac6d42d5de513d77954dcd3b9a111ab9bdb09bf7b998ee081d7716d719

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0d28b3f7c580f0a59b4e46524094f7d0a231eb19f679a27bcfc3b13c0599fc88
MD5 1b53e20f6a3a106b19822753880633c8
BLAKE2b-256 a26b77001512c4455e4304cb8c3ac67f03b7c8926e2702e4565b358d4ec87144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07f8231e45cfedbfbd384c9bcab5c09ebead662ecf4fdf7983e3dc1625a09b13
MD5 0e1799cdbe1ddb5cdff4e40a4557e9dd
BLAKE2b-256 d9c4f9c4d4fada2c03c8a393083d238fe9cfce3005aafcc0ec75d173a135c913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 958cb56acced5faf22c9ec8eace122b9ee7e591b089ee1dcf0ed1b4511122653
MD5 141d8b443c3fbba34bba5d4eb66f9c42
BLAKE2b-256 f9ebb7cb05287e472d3114a0eaeaa2f295fc95f8837979ba1b593cc1cacc9252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c19cbfb3adcbec754742e9fd096cdb8537e9f7dabcf376c78e02d145ec30c99
MD5 86f47b8f75ce09c720ff8666f4053511
BLAKE2b-256 4a16be70b2031b53de8c41d03f98e73d5df00d08222fbfd7100857777c2549ab

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7735d1b301a99a85a20758cddd9d66a33b36c225efe9de0e17c0abd998f2f32
MD5 89edda9bd180817a5ca086e288df50ec
BLAKE2b-256 07d152edc2a80c8e4a2f2dd7f247035165814f9f9c0ead32470881c39add0499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8dd368ec73dbed6f3022d03a37d1ed23285b1e41f736da6f34cb8fc14892bfb
MD5 448d8725cf351a9f29f9972fb7979d36
BLAKE2b-256 7a0634fd347a53cf89af78e6b7070dea4b8b2c28bd42ce60c82532ecaea7a87f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 5ca38c150c486025d937cdf5c82830eea1c69d9f1ab9b34e877365f96c73a63d
MD5 c98a826f12eed4928173d21d24c797b2
BLAKE2b-256 b6e2b4990e228d4c16f74203f055d24998f99b303d321eeadf562b46d00996cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2375531527162296fef6c2b4db6801a704a164235d6981098381a76defe1ed46
MD5 fc8abf2b2208f891410411a88ac3628c
BLAKE2b-256 c4044ba36fd9a50f06f6d21c0fe932fc0250435577e34a4641bac3b57cee4ca6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f91791319fff49e41acee86f7933e3f2c186610898b899d3dbf209dfcffa1ccd
MD5 e3b03738c7e10eb2087ede977e2b6805
BLAKE2b-256 53ae73fea23f975948483850e79913728e87b2c704f0106eaba88d64a3193e13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca1ae069ed8ba89343e55513f541ac06674d5888e218ec3bb08810c2dfe53024
MD5 050c171398c8dcb2f5a988724051629d
BLAKE2b-256 1d487f6a7464ccc3c54a28954342b454a5bacfef6058fdb2a4ab4d37d4c4e0ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.6-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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 206f44565f9fbb3806c0b7cd7184944ab1e9f53a367a657dd459140fa37ef858
MD5 37ce173e7cf609352e8793b5da9fa4d5
BLAKE2b-256 c79b0574cac6a2ee8764b0c836dab66df621979680fe460d349462cf47e026bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f04b5b7e594ae7a43fe17812f8ab1a3b76b69e487c338b71f0def6edaa4c851d
MD5 84e320bcd4bbe885c3cefbc1264d211b
BLAKE2b-256 245681f44080ffc9317ec99daf8a7368d2536ac1f387ed0635b6d491800c3fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 162d4207e79894b2094c7152192a40aa0782c9d61b4c5e6fe087a1c4c1d5eb41
MD5 557e59356422f87b84ff15c59c8078f6
BLAKE2b-256 c89365937d95c9c477ed6e53159b434b9de8a7ed6015f24e4e61a520614ff96f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48e7dba361cc6ffaf90623e20a7a663bc19e9a24bcfdabbe87deef4d816abedb
MD5 e9a80c4385b57d7d64d45cc1eb6a0632
BLAKE2b-256 16ea213398660d53262c250adf6e5803a35e9e5208c43ee6dd3b8acd24526377

See more details on using hashes here.

File details

Details for the file cython-3.1.6-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.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1059d0f5b5cf654c280721e6d07b8b2dfd104b3b8336449dc41e1abf6f09392
MD5 4a69db95239515be74f41785bfde8d34
BLAKE2b-256 68914db1edd21c728bccc3a27b7b27730959ca87e84a4fb6611fb265faf888c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81e6fe7eb6bb902fc86b97672f284a5c04c9c5f14e2466fb65e6ee68a27dbff7
MD5 fbe3d0d6ccb2cff2c9d4d4ca1e5b70c0
BLAKE2b-256 0a0450bcc8c74bbc35c6f4b92c03bee9e930bb1685b019bb89d700b5642e2598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 a0e3a2b307c6e48e1a9ad12ca487906f8783b5473157bd4563b680e85949b3bf
MD5 eb400863b11ef98b7bdab194a05960a4
BLAKE2b-256 46e090d700a89573675a9b1ea18b73c9210169f39a56c2017fb581b7ab7c6be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a1b288238f4e33dbb51cf7263582821cc57f98a78d1ede6e64fab424969503c
MD5 ee5f4bd0a79417d54325ebb1fdb4e6bd
BLAKE2b-256 292aa814805f0f2ecfd96a1a89adba52a15b226b702dd3b2e01228fcb96702c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fdc17c4b0b1b5fba32880b718b89062e001b65695939a3db27586f0b6d0199e
MD5 437efb62bcd34efdcee2a30f497c2999
BLAKE2b-256 f95da372f70428940c7df293e429483cb72853ab708d2e10b96582306b0c2bef

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

This release

3.1.6 This release

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