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.

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:

pip install Cython --install-option="--no-cython-compile"

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

Uploaded Python 2Python 3

Cython-3.0.1-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

Cython-3.0.1-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86

Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

Cython-3.0.1-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

Cython-3.0.1-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86

Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

Cython-3.0.1-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

Cython-3.0.1-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

Cython-3.0.1-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

Cython-3.0.1-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86

Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

Cython-3.0.1-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

Cython-3.0.1-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86

Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

Cython-3.0.1-cp37-cp37m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

Cython-3.0.1-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7mWindows x86

Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

Cython-3.0.1-cp36-cp36m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.6mWindows x86-64

Cython-3.0.1-cp36-cp36m-win32.whl (2.6 MB view details)

Uploaded CPython 3.6mWindows x86

Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file Cython-3.0.1.tar.gz.

File metadata

  • Download URL: Cython-3.0.1.tar.gz
  • Upload date:
  • Size: 2.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1.tar.gz
Algorithm Hash digest
SHA256 f3e49c4eaaa11345486ac0fa2b350636e44a4b45bd7521a6b133924c5ff20bba
MD5 08738840313d46605d12283958ebd5ed
BLAKE2b-256 41eb416c7f3060a714646a91499822ffac4767ecca6f005d48ef9cef4da10175

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: Cython-3.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7894efe3b47231bfdf8be1a8a2852a2b07dd83cad16bbdf666591894198c82dd
MD5 efcce0c46baef6918a6ab2ebb7b86dfa
BLAKE2b-256 7d6377d54a060de52702f00dba2745e5f93815000c757a3fe6515209606e7f23

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bde58bda00d4689eb51ad3129873b09c695a64d3b6b8573cbc450e177a87173a
MD5 0218d1eaa3dbb3aa2534afd9a793db49
BLAKE2b-256 27b57e54d943098129c0a02648611c22ed784803e915886e7d7fc2e4c2defcc9

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b0917b84af48616124dfead2235b36c64c0d024c4d19cefa1a5da2f106a0854a
MD5 45c314016e2be0e523da9a77def23b01
BLAKE2b-256 5d846c69561009ab86764e5435785b6d845c35cec1756acbae7b7c3630c1f693

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79f3ea7233e8a8856e57acdb7a30e8548009732649ffabe94049b35e2e5d7b8a
MD5 2a3e53eb4404aa4a8b0fc1a184d0a070
BLAKE2b-256 da88c20fd2dd2c47ddc191bd0a7ab2aeb1f6930ececb862872bfbaf103ec3fd9

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 768044473afd9fca3ba65d92deb80f16aa10d2776c9c2a8f667dbb480a58c528
MD5 d914d41f19717d5a9609ee9ed5ad5f7a
BLAKE2b-256 4a454054b5bd6c9abc6070774d1376c8458da8a523a6e4e1b4cb745d1d32bc0e

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6f7ead11cfb2d6c6dd7a1fd1987ce221c5c1061b47d747b0bb84b5704045cf9
MD5 b6d41252524f1fcc93e1006d58ca50d6
BLAKE2b-256 04293f6935e0be7b20a0f92471c93619467c906aea800301ccd7f2092984d1c0

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92f0dda50c11770673c332603b52ce0cb4abf32f2562e53dbdc4b674b6be7faa
MD5 1d9f34a19309f087ab40bab31cb3d954
BLAKE2b-256 7d95d04624055287e3a61d2a2d5595c8fbe9c12244866d7f47c6d34e36115716

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5936dd43207a3f0269d033463195e201072b9b594c9693ff142985c0c33cd2d2
MD5 3438c03a45fe8707a041d3fe2493ed9d
BLAKE2b-256 9428b3e3780a41498e6dfc50c51a526147a2a1db8749fde9e30a1b0b12d74dbf

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9dbdb0019304ec84c7209a967043fc4923ed2d911a37ed695c3d1548c99b1285
MD5 5e6be0bb3eec50ca8fd0a7a209aae8ff
BLAKE2b-256 d015fe8327b9baf3b9747ba4b18a917d0c87dd2d16d03d7101a098a75e8b0ceb

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 35701606862989d5db641cf8cb85f62eaab9beaafb09a102839aebe5a70a1060
MD5 9814cf4bf32238ba3edf8a850ccb9d85
BLAKE2b-256 4f34d7286640fb6af0de5e21ed67ce89ef632dc5bb7a33cfa70d86dc991e1a72

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c43adbc5a3a1d678314734f69dba3eb4f24438ba668e08a438b8067ac5a6494e
MD5 205fdc3d82523e59d9b1567f82c1d8c4
BLAKE2b-256 20bba2e2a958b36b1c1deb7066951f406dc398191b62d3933c28670d34fab5ec

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4acd382eb6d8cd34df421c42f1bfc8c7c0c38cd213fa35222a65a2a988fe50da
MD5 482317bb4915d38febe5b8fc5f9b4598
BLAKE2b-256 9adcc5ecd8a0914c6dac1294632f63292b9f8c1fdbc40dba8da32c144cefbbbb

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6d9dbcecd61f4f22ae6a035628e803490af7f0e16fd91e97fec63face61873a5
MD5 84c83f8f0e4266d574c7a88dd81ffb86
BLAKE2b-256 debb764fa914005548d2136622b03d16ac7d912b8a85b0a91781305a85bdba72

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05dba6b214a12aa66421d810d24d0298ff37cb6036d00d4e851b61a54948540c
MD5 a5cf11e92e49dea3d335f7f0793e6f2a
BLAKE2b-256 d080dbd9928e3a5411206197f6191cad60856c30a19a2a7c7e107233a34d3e3d

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 182ae584dbaa6fd73161a6f8cc7d350eeefc43c091cabc2b70fa1a802a7ef729
MD5 9513374bbb0627a930a1ec146b0002fb
BLAKE2b-256 29a715b443a35cfd85c68d0585769d921466cba4c5c92a523be3f2319bb4c01b

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35c28fc53745e7ebabb54d13d6cd3d3659f65ef50d324dadd9146212adb236cc
MD5 5625ddfade85ba171adabb811d5914a2
BLAKE2b-256 1e95202a6bdbd88bdecc5f68cbf7f1df92a5424f6ee247fcd1ad216828c5a7de

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e544e91efa287de31014550aa6e8525507ea6d5727c36ff5f96e9dcf9c40133
MD5 011b091390f11db39cb1e3ee938b7c9b
BLAKE2b-256 c3a1aa4bd6bf6721c36679f4bd5c742db87f11f762f043db8e9757b78b2796b4

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02e2cdaff5795875aa4441068c20a04edb727a145dd45518926f7ae692ec0061
MD5 342f3ef63817340b3476ea9dec96f42f
BLAKE2b-256 cbfe043b3646438eb3b3d2c7f2b7fa5c1f50db86ce7a1fe8954cd94b577d8eee

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b57d5bda3cf15e59ab46fb541d448f1b52c0d8fe8bbed7baec613537e41161eb
MD5 85f9c1b31e5b689a14dbdb113f75bed9
BLAKE2b-256 824f20fdc822f2e91aa74aa75772324cb81fa07b49deed1158a236899485aaf0

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f663c9206475675d5f1c086dcab0404bc7a732241f951a9c89258392601c26f8
MD5 6129bf6b7e05c6d0746e0fafe3079092
BLAKE2b-256 c7b800e4b14c5e0436f28f28e99f74698c2458b60a82668ac9e8b5a64ac1d1bf

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f8fde8dfec6a1fe5d9d035dbb740aacc1d7aea7f0dbcaa5ce61e9a8dea0c8888
MD5 297edd5e4c916ecf11e4403329f7b4b7
BLAKE2b-256 d62ee232c48e779b4373e24897818b6dcbefecca7cf81fba022af83337e186e1

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08dc403e6fc2b105b83759c72980bc8d7b729b03dfe94c8345a5e999dfd07d15
MD5 c7b8d7f19e53696a8c3edc2736e7df20
BLAKE2b-256 9b8caf7eedf6c1f411cabf6a96ddc55db6725348ed6f6c0d06ccbf614188db91

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5481c4ee02fd178e3ef1b2d98b0a828a79fda92998d9541088a00f70d83f9a7
MD5 6a5b23e245bbf7480f45bf621b72819a
BLAKE2b-256 131e6c4827f7baaf559339fb9cbcc65c3aa15999eef2b64249b66a77bb32b39b

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1f7b8394cdf4d35a6d8129cdf3677642b9712793611850fbfb9cc7c4ef8d9cb
MD5 b47e0b0e2451025a4ca1b89898c20d4f
BLAKE2b-256 191c2bc575a06f67ea1646aa847bb53d301d0de08adb9c43adade9c6e1a49e10

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 119786513aad3bd8e483040d3757f11cec808e3f9d42c965c086db7fe62b69b1
MD5 0944a2310c7016bdd94fa76795aa914e
BLAKE2b-256 a434337484ee0c043a566121cdfba530a4b700adf36d63bfd79be29a053ba8b9

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 00f7378e1cd1c22076922489cb628ce63301c018231c67f1389cef803cc2b586
MD5 600441b11812ce35438187701a6af89b
BLAKE2b-256 5d5b4305077bb519f687958177489e3ec9f404a09245bab4a95c57fa914d92e3

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d63f67696df2caeac5c57a12485ff4c7f377bead430c3654145b57bc105ba3c6
MD5 90490800dd3a333fab0adbfe1c8d4e8c
BLAKE2b-256 8b793b5a8653a33cb8b34efbcafa4fa8f3701ca0512c7054d611e837a6b512b0

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 720e72474c55d33c245e0280ecb4b604dd301ed3851c78cede932f2c3d074224
MD5 ecea3b1b4a125c48a90506ea9b4b3721
BLAKE2b-256 50d44699ec086c264e4516aee8e355dea974fc47a58ae39530721be164223439

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc1452139e1eb044b6e906a71c92e5580fec4deabe75cb440324d17b1163b038
MD5 121081bec2aa6b711e6104758536b71a
BLAKE2b-256 8ca923eb1b2ab14cc8ed78bc7b62d1ee38d7d9bc9551129503dc96e03f7686a5

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff571d41e2673678929ad1f5fee68e1757bd8e42c0082c3359138da56fc25263
MD5 9759a4751f865a102852775c610d2620
BLAKE2b-256 64fba2f0e80d5f0935450947ffc9a8f3cdc524d1efa8acb753740c8e02409573

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5ad08fed2444a0168dbfe0589cd711091adf38d19ea4421ebe92886bf4e0c22
MD5 dbf611b095053c6695d1fac84bf1248f
BLAKE2b-256 22d87a0a4f89c5fbf8d1857b557ab16fe225fe636052157b0136a40182496ffe

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 137ec3f7abda49f53621c8c7f427d93ad5ac33a5f4e112e04594c1aad0bd0613
MD5 a8a5405f8620c863ce1ecde41e3ff397
BLAKE2b-256 db70add5fc15c7d2b03ed18811c3b7a98871a5bf6623c6fd0a31a40021c7ca86

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 934f236a1f002705f012b7ba7b068a092c0023a7b965d3139c8dc7e34f166dd1
MD5 6aed22d2c4aaaa8027bb3ee63ee81a0e
BLAKE2b-256 18010ad3482cf39d6a615f01e2d4e8d1b6fad54a06cbf1bae30fc9ba6e2859c7

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dc65a9cdeb29b553bfcdc90499b672a75bc85ed7d4b212018e513463244f59ae
MD5 369118a61f461b7621be5426cfc2d1bd
BLAKE2b-256 65198a63b776e6c1d98a49f24f8bb87e8b0c8dcf02975744e8cfb9017484b79c

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9a12ac8f9cc2e8ed191f7b18e8661cd64d7ff2299e4566abc8c03e03721ba6ca
MD5 0f74a0928d4c156d40387f5310a39adf
BLAKE2b-256 6339aa795c7163f57e4808a7cf0227caaf0a2b8bc71dd8c9c44c3e5aeaab05d2

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf6c8c05075b510d4f53127a8239c43a5f148e1ba1c479cb3e21e15112c533cf
MD5 c18c9ef4828b487573d0ca075f76da92
BLAKE2b-256 407f7fb18b9e002298d920d55526e7bc757b1e326b2fc67f2b669a301d8b8eac

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d12ab154d8bf68eadea69ff24f1bc90d7a332b20da4d9a3a82e737f6fc06091a
MD5 ae509d88667b3276fdd0e7cdb34390a7
BLAKE2b-256 7854d25996851945fdf3986f2ede0f0e5f14b23f15ae88872706cc1f5ce5fbaf

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fba7d0d5978a5ddb5e3cd59ce2b5bfeace6cabdad8aa7b5f740028e8b3126b88
MD5 506f68f844ba7e17d9ae560a0106150b
BLAKE2b-256 f5877faa8fe40c33b5bae01a8449fe0e1c04a694400ee17049d057111f48a004

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 402b05a42a516a53912d980de644fdc30b6702e5f8ebf984276e162cac4a12c5
MD5 6ed7e78b3d734fc9be0c8be47b813f1e
BLAKE2b-256 a4c00b50fee522a4755ce77ef383d99e5f917fc5b2543a9a1ce22ec22f144c9b

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 346232ecb90ade8ff456361b58e9ca21cf672a4191e26ae498993975980a615b
MD5 014a36ba55afe24dd042fefaafa061dc
BLAKE2b-256 9b96cf37cd1d920e52922fb6c35ff12206008432be80ee68fb29dc41eb76ef02

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53883e5092eff175aea2811e987ae930723ee4657bd470f549b63c5fd738ada3
MD5 ace48514556c80ed1f1c3642e7e8b6d3
BLAKE2b-256 254688e36cc341a92679197bc5b66ee8c2bc6178e312c6ca209fe098533a9655

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e02c1c06d2b0138effead19c6c352ac1b99b2c431d97b6379ff4e17c9348bf61
MD5 6f0e2615b527d004feb5ea233c9adbef
BLAKE2b-256 0db5ae95c4713c50bc0cc2756e0ae48565fed58d301039387d99aa1c690b5b67

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f02fcd11da42739a6fe3b5e1a3b21e644e10d02fb47757b1be239cabe3312d51
MD5 2b0d266727d18893d16789f1ec61138e
BLAKE2b-256 a1010d3fc00a634b75c6921186b65159af639ce35f2bf714966a8650c34b95fd

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d322561a852fa77b4b47668b12265f4a6ae7aed232aad2e3d52379e16c4e1ece
MD5 d9fc5b5c1ba5fbe858ae615a9c43d5c5
BLAKE2b-256 fd7d3e44552492ba3eed83516a9c49fcd8a3ce77c478a58ae60a888dea1898b5

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 db6a823a86a10532934f83b6445f07634b2ad872fe52577ab0861a0f074e3036
MD5 673ebeb75a3cda4b09dc27785fcbe650
BLAKE2b-256 2477494f05b18ef12a66d337e6c3e3ffb5142947fbd2c35f4817bbb73a4a4600

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e88759313bffc67616ee10ff142a395b19a48789a5e20880e8fc8fd3208ab37
MD5 45846034e60de12cea804ef82df3d16d
BLAKE2b-256 a9f182a8b069a9434907ac0fcace8220dbae3254f3bd75576315994fe2ecf41f

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8f0f4fc248e742d6a17fdbb646fff21d99e21b7ce5180f00dcf8a9588fbfb73
MD5 ff63970c981906644c75e2997a59d7de
BLAKE2b-256 fedb76cc72351fd4e472307077b7508169320c711b1c9f2823ff88f13a7b8ddb

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da7f41b170a70b5c0172795a487c7301b43c136918b23724aec8d1388cee668f
MD5 83fe8dc7c5f1539eae2ed5734a437299
BLAKE2b-256 e1cb23c903458762d6853373603103998ba98f6328310338417c5eef7eaef5ce

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7d42293809ff45d7743fb81bda64ecdb24a269d5bfcbd22cf74f2b8d112039f
MD5 9e0a10354ee383c08816a29b95e46fd9
BLAKE2b-256 edefd93b11a888ecd296fefe48ef705879831b7a34df92f0030ac0e8a362c01e

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 db53e83bc793538ed00e8fe04d2a2469c8f18f636f3e9b26564b51d6b384015c
MD5 d818abbc3767eb079fd55ae6e9776a0e
BLAKE2b-256 dedd89e5093b267327f747ef08f72840c87af7b2065fc1802007045176bb8c83

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Cython-3.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b76e3237b7c6e1cb53af2223c20f5b51ea1cc40d77966eb121187825657fb9cf
MD5 3d8b40c4f149a5db7149be54b64ceea4
BLAKE2b-256 18f7c8e38641207f5d4473462b3d34fcc02b263cd65a4d40f0fdb4b0843617e2

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6bfdce6a65b8587ed992af912107d9cf047ed14bfdddcba6bd7917feb93cb441
MD5 7f4735dd5789de0e8557f00b822f5f46
BLAKE2b-256 69fd99ddad850d41514c43ab24e41b27c312bc4924ed967c6758ce53a74e0b8e

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d9a510157a454bec22752713465d1698098b99351bc41be8938f3d526286aa6f
MD5 da51c7bbaf2dc5e9a5b66b5c5a81cc15
BLAKE2b-256 ec8e1cc5b40c2760546cf7c7fc532af242ad8f7bfefb85a5056db46739124f37

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3194c330dc4c07c01f7d802868960ff053ef5c026aea17e03b025e307c9d94fe
MD5 476b6c9ff8f1a838f3ab717700dc5ca1
BLAKE2b-256 075c5bbda11ccf4ca3e09092cd3c0cfe3029f8815d89e1401b50182aff003ca2

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a51fa13b5fcace8389888542b7bf63728898a9fefcb471cbf9f7736ce057d8a
MD5 c73f3998d5e8b49828dcabe738f39b62
BLAKE2b-256 998c7baa92b9ea1649ff88c186f7fb40b7de8b7bc6a70ad4c15641eb86c38762

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49f13d342a810947685759597013e1e4fdc9875d74372fa6121cb190913100d4
MD5 479b2a472ecc9f1a5ac1be95f58d3f69
BLAKE2b-256 13122c2b3b669ba6d84b3df648b913e5dfec17b14dae00cc5f6a109659703cbf

See more details on using hashes here.

File details

Details for the file Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e69223fb6b99addff8b6d8a3e9f5ae044438bbf48dc08a3495eb99b13e62273c
MD5 73c81b2f65007e3a93384d39ec2bd4f3
BLAKE2b-256 b396387cdb56e6e48279a0e3fe82ceae3faedddd5b9b5070d6721247f4e3bfa8

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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