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

Uploaded Python 2Python 3

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

Cython-3.0.3-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.3-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-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.3-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.3-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

Cython-3.0.3-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.3-cp311-cp311-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

Cython-3.0.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

Cython-3.0.3-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.3-cp310-cp310-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

Cython-3.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

Cython-3.0.3-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.3-cp39-cp39-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

Cython-3.0.3-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.3-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

Cython-3.0.3-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.3-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-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.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

Cython-3.0.3-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.3-cp37-cp37m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ ARM64

Cython-3.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

Cython-3.0.3-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.3-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.3-cp37-cp37m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

Cython-3.0.3-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.3-cp36-cp36m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ ARM64

Cython-3.0.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: Cython-3.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 327309301b01f729f173a94511cb2280c87ba03c89ed428e88f913f778245030
MD5 ea2d206653f67e4783f82c07b531fb21
BLAKE2b-256 1a1dc79482ecb7217fc5840eceb724f7ebb4d3a70c5bf46309add0c0cd299891

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 176953a8a2532e34a589625a40c934ff339088f2bf4ddaa2e5cb77b05ca0c25c
MD5 7ce93394b935cbddefb9134ad27add53
BLAKE2b-256 a57011e973497f9f635654ef1fefffd0573f83813a65cd9221215f08192fb531

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fa08259f4d176b86561eeff6954f9924099c0b0c128fc2cbfc18343c068ad8ca
MD5 db4aaf51cf8f48f22925e69d7629864b
BLAKE2b-256 f0a742116e4be098b5ae75669b76ad62216e2f67c5a9b8f87d6aa2b99bc9f9d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 be1a679c7ad90813f9206c9d62993f3bd0cba9330668e97bb3f70c87ae94d5f5
MD5 2872edabc9a4056f2797f87a7cc2a9f8
BLAKE2b-256 35e23eeb091d6a729a8946202447bfc35dbbd0c227b19d248b905fed838ee012

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 db9d4de4cd6cd3ad1c3f455aae877ad81a92b92b7cbb01dfb32b6306b873932b
MD5 c2f188520fbf32f6502a7e95852319e3
BLAKE2b-256 0584c66974851bb3a37f3003bada19da2462f453f808801b82ee5f9be6b40937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d0c7b315f6feb75e2c949dc7816da5626cdca097fea1c0d9f4fdb20d2f4ffc2a
MD5 87cee1c70bf0746ebaae483631e0011a
BLAKE2b-256 e8dc786a0027e4497153f7621e0534a2c9fd2822a6d516356081a716caf4421e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9eb128fa40305f18eaa4d8dd0980033b92db86aada927181d3c3d561aa0634db
MD5 9115a2d321049eb9c3ee39688b3d7999
BLAKE2b-256 7fa105d0b15cbbcb1c9fee9da1624ee64baec31aaf1277aee0ae5a664e0f86bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 188705eeae094bb716bc3e3d0da4e13469f0a0de803b65dfd63fe7eb78ec6173
MD5 f737b55c54ee41ea00e61e1f1831b2a8
BLAKE2b-256 5eda77c398e6bf849db2b00c993fb1fabd7d4cbffc69a2439d953b3da4b65739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80bd3167e689419cdaf7ede0d20a9f126b9698a43b1f8d3e8f54b970c7a6cd07
MD5 e9165592e28f0ad849845b18f9b0843b
BLAKE2b-256 582c8d06ec6635ef9aecfeda473806b1c47eb76d83c49dd0c1a84921acf8ed0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14b898ec2fdeea68f81bd3838b035800b173b59ed532674f65a82724bab35d3b
MD5 def03c87ca411aafcb4e35998cae62bc
BLAKE2b-256 8272ff420fb2fe3892f6fbbc4570cacb0de2efbb64529d190cfa022d0eb55c6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3ad109bdf40f55318e001cad12bcc00e8119569b49f72e442c082355617b036
MD5 60ff6507a91c4f8c2af530d686a81f4e
BLAKE2b-256 395d5ae976df4e368327864917a24f9dee7c8176de1b5b7044ee9903b8adb07a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 845e24ee70c204062e03f813114751387abf454b29410336797582e04abbc07b
MD5 13c1719863159b61ffeaa7d04fd4ba89
BLAKE2b-256 0e3906c2afc745f9678384ec9edc7e3493117bb3c070085e7e44274aa5e454f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4cc0f7244da06fdc6a4a7240df788805436b6fb7f20edee777eb77777d9d2eb1
MD5 acfe061f91eb3180aca189a9d50812e2
BLAKE2b-256 ede60fc1b67401e89b5b59f3acee7e9aa1bb0fb8da5dbec8e22c7fecb08d1a99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d3416c24a1b7bf3a2d9615a7f9f12b00fac0b94fb2e61449e0c1ecf20d6ed52
MD5 98350a93d04e826bb8575802260e7cba
BLAKE2b-256 4850ed1cefe5042f9698cafbc4d094c13078a4fc866a1eafa9ec9f1d669edc8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7578b59ffd0d9c95ae6f7ae852309918915998b7fe0ed2f8725a683de8da276
MD5 bb7aeb1d8002216c2f5822f18d9e09fa
BLAKE2b-256 c79a4a9bcbf73180b13eec2ff3bda304ee10cc37ebb10e36c4a7c4dee4dc319e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3192cd780435fca5ae5d79006b48cbf0ea674853b5a7b0055a122045bff9d84e
MD5 a955e9d9c3a2b947533a13f1449b6e64
BLAKE2b-256 82b101600f3e5a7c7e5b10310eb661f3acd7d63cf3c1cd7065f81319e3a7aa9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f05889eb1b5a95a7adf97303279c2d13819ff62292e10337e6c940dbf570b5d
MD5 977e60e251a80d2b25e7b3f1ceff3378
BLAKE2b-256 09460ef0a77836364291012160da8b480952b9aeeefcd237dfc3c61c638d91ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 587d664ff6bd5b03611ddc6ef320b7f8677d824c45d15553f16a69191a643843
MD5 beaf9108b4af9f80e19b5544ad1af0b6
BLAKE2b-256 47243f975992ce527cd2839f48b06a2a26bce07dd1f3f470349b7fc720685b68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bff1fec968a6b2ca452ae9bff6d6d0bf8486427d4d791e85543240266b6915e0
MD5 d2f62340f58d12441040441f7e0f6498
BLAKE2b-256 23d5b14d37c38d131daf79b9c8d6d7d798889741edbd697f6bcde710e0fb9533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 51850f277660f67171135515e45edfc8815f723ff20768e39cb9785b2671062f
MD5 36ea0bba6fb9cdcc6050876291314f0e
BLAKE2b-256 acd71bb5d5e9fa29c06a0a353435f17917ed9a3cb43c6fa989fc48eafc5b2883

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 22d268c3023f405e13aa0c1600389794694ab3671614f8e782d89a1055da0858
MD5 9c0caead162aa2d5d5ec78a391ce33ec
BLAKE2b-256 a746c3f4091270873ca0068f0d4b04b837b68aa48991c1552040af99bd931dc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f63e959d13775472d37e731b2450d120e8db87e956e2de74475e8f17a89b1fb
MD5 52273afccc234149df99e614f35f4109
BLAKE2b-256 942eb35994f494a7c963d3499b19f25ea2084c14b7db63743e4052c227ba70e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9296f332523d5c550ebae694483874d255264cff3281372f25ea5f2739b96651
MD5 50940b7874cc4c2713144c2820181934
BLAKE2b-256 b34f44a78cd6e24ae1d2170548fb8d69767b13a4acd62fcd0862a752477203e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30c1d9bd2bcb9b1a195dd23b359771857df8ebd4a1038fb37dd155d3ea38c09c
MD5 a3ef100bc85497d1fc59ca21a42f4dcc
BLAKE2b-256 7034fa0eb1a67e67528b10822acfa653269c587d125ba30f123f2b26d466ad47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d52ed47edbf48392dd0f419135e7ff59673f6b32d27d3ffc9e61a515571c050d
MD5 a119d9c4a014006d0f9e40310c311194
BLAKE2b-256 3fa7743061670a9b9b341d43c771ee7cbd31af4b6e843b856b034217470f5ae2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85073ab414ff432d2a39d36cb49c39ce69f30b53daccc7699bfad0ce3d1b539a
MD5 54080197091a619b8fa684622c15a189
BLAKE2b-256 cffe5c927644e1bb14c73714393fce3a9f96076f325c7182e9791f9acfc61a9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 74ba0f11b384246b7965169f08bf67d426e4957fee5c165571340217a9b43cfc
MD5 ede937a186127a9dfd1a125b0f33742d
BLAKE2b-256 fd8c452129fd5a3c7fc606723c7f2c286583b5353d537229403b8d2b732dbaa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9f40b27545d583fd7df0d3c1b76b3bcaf8a72dbd8d83d5486af2384015660de8
MD5 91daee0c17dfaaae72de33e4f02f6557
BLAKE2b-256 e12c8b254da6229f084486bd68154185516176140133d1319fed533f2defcd1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d12591939af93c59defea6fc5320ca099eb44e4694e3b2cbe72fb24406079b97
MD5 a68d84c682a098bd26c1523c8c19a064
BLAKE2b-256 e06bacd230af79b53287eb7ecf23efb130e2ddb0799ed8095c54914a20189524

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d49d20db27c9cfcf45bb1fbf68f777bd1e04e4b949e4e5172d9ee8c9419bc792
MD5 65becea5349e2a7cd80fec9717595718
BLAKE2b-256 18cdeeed64f94b404e4c200d3cd94446058adaac125c867e6fbeb20aec448be5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c8e5afcc19861c3b22faafbe906c7e1b23f0595073ac10e21a80dec9e60e7dd
MD5 9aed459b845701982ba60785073b6b92
BLAKE2b-256 5181a1b6c0fdc987b37ab3fc7c683b396b55746e3067e71d8a9435e1d2f3b2d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ccde14ddc4b424435cb5722aa1529c254bbf3611e1ad9baea12d25e9c049361
MD5 319072a002944796e58acd8d5000e509
BLAKE2b-256 621d1382088f249a1c3f78d10b2a9a6b8854d81c9c567fd794d58a9022241bbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e1c9385e99eef299396b9a1e39790e81819446c6a83e249f6f0fc71a64f57a0
MD5 adc45711d1e2ae27f7672b9c5a4e134a
BLAKE2b-256 9af266e2b4c691f999dade74bd8ceba1941caf3c4b8d5ec14bdc74d4193249dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48bae87b657009e5648c21d4a92de9f3dc6fed3e35e92957fa8a07a18cea2313
MD5 be8a5dbef2d66757c57fe8c828b4f55d
BLAKE2b-256 9c61bf5796edb979f396d9bc862a1e98b0dd5eb5b00a9d303cd0e17658e6e6e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 75d42c8423ab299396f3c938445730600e32e4a2f0298f6f9df4d4a698fe8e16
MD5 ae524299024a092aace6d2c3679ec0bd
BLAKE2b-256 784cb6b9ad587955e2fc0e4ca3bdf5cc6ccd56877c9683a4016cdb0bd4cce7c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3db04801fd15d826174f63ff45878d4b1e62aff27cf1ea96b186581052d24446
MD5 8836413484cda7060bd0e896558d6a94
BLAKE2b-256 22de5b6b1c057aeb6a34c6baf041ce88f629f987fe5f464910d10ddc8d2630d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1571b045ec1cb15c152c3949f3bd53ee0fa66d434271ea3d225658d99b7e721a
MD5 6aaa5fecee92c7bcd84f1a75229ddb8d
BLAKE2b-256 4fbc43639f9ebc89ea11b40ecbf81b250787f4b864d07937e823ea64c6ab4d4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5545d20d7a1c0cf17559152f7f4a465c3d5caace82dd051f82e2d753ae9fd956
MD5 254c37af7781b8f4feb2e6fececc7622
BLAKE2b-256 6797421beee6c249ee4d00abfe20766d7f315643c6d5d1447d47c21efe2e0d08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18f4fb7cc6ad8e99e8f387ebbcded171a701bfbfd8cd3fd46156bf44bb4fd968
MD5 a571e4637012d38efe87adcd3d3cea2b
BLAKE2b-256 e1c735f368d0e9140939df898e3befb2931bbe6d7b0ca69598b0ac20ee38e978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ec9e15b821ef7e3c38abe9e4df4e6dda7af159325bc358afd5a3c2d5027ccfe
MD5 1a89ee620d6a0bb5ca69d11595affa37
BLAKE2b-256 0b55e1bdab8776634080673203010a18261569fe77923c23600d52f3cb3fafb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b50f4f75f89e7eef2ed9c9b60746bc4ab1ba2bc0dff64587133db2b63e068f09
MD5 2be2e38b7cf4f780be56539e4736873a
BLAKE2b-256 9cb4dd6497895a9d62b7d4418d8dc7d45c8a331799ba2506e8df45401ee75ba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e956383e57d00b1fa6449b5ec03b9fa5fce2afd41ef3e518bee8e7c89f1616c
MD5 f11a26fca08d5c288376fc0ae40bfd0d
BLAKE2b-256 9587b0064857b872350df9fe3d48ce5e00cf9f666d7e2f38d3815236f722e090

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0630527a8c9e8fed815c38524e418dab713f5d66f6ac9dc2151b41f3a7727304
MD5 b458d8f328a81c07f993b01f629eb8ba
BLAKE2b-256 f5c33d09610a4a4566eca0acfcbaf099a283f4d99ef53aaae4aaab5aa542967e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 77a920ae19fa1db5adb8a618cebb095ca4f56adfbf9fc32cb7008a590607b62b
MD5 9a353e35eb4007700e8dff1384f57b31
BLAKE2b-256 37a32aec674745d2cbebdcb1c63cf62b34574255b370f6f102e821f388b241c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e40ac8bd6d11355d354bb4975bb88f6e923ba30f85e38f1f1234b642634e4fc4
MD5 cbae228238e3ac7cec5d2d77876fe07c
BLAKE2b-256 2774b3090a5ed9c1bde390a9633db5806e98ffb339b1e88ea9745b648a158af2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8e78fc42a6e846941d23aba1aca587520ad38c8970255242f08f9288b0eeba85
MD5 9a22cc7a4283da07c990e5a7de41d936
BLAKE2b-256 4fc914b0bd5d990aea52befad45e0b3061ac075297c961087e5034661e1d904e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59bf689409b0e51ef673e3dd0348727aef5b67e40f23f806be64c49cee321de0
MD5 528736cc1e177cd4d60d1ed738eada0c
BLAKE2b-256 ef273193b63c0a1c956cc5e1360dc6b11a526fc74b34fab315d3db46c79233b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e729fd633a5225570c5480b36e7c530c8a82e2ab6d2944ddbe1ddfff5bf181b1
MD5 b01b1b1bfe138e42bf2c1c6c39828dd9
BLAKE2b-256 c6172df66705b9f7d063c62532525b7a73cae75209c61a6a4d464eba0c240190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0ac9ec822fad010248b4a59ac197975de38c95378d0f13201c181dd9b0a2624
MD5 1816c04f9cb2a672297ab0d037375f01
BLAKE2b-256 b58bf98ac11aa1de9452b34431e2591620727a64d98c5590ae82b0e57c5234fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94fa403de3a413cd41b8eb4ddb4adcbd66aa0a64f9a84d1c5f696c93572c83aa
MD5 14362dcfe2d3dd241f00324c5855fe5f
BLAKE2b-256 24623d2f411ebdf49c62d1a00f96c768ae7b40f788b9b4fd14fa5ff858623c2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8a6a9a2d98758768052e4ac1bea4ebc20fae69b4c19cb2bc5457c9174532d302
MD5 4d180abe435b28f0a710c5db56d563df
BLAKE2b-256 a8872d7275cdf6068461c9e8b8e63c439f211ab39d795c27fa0f0c11d36bcdc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 84084fa05cf9a67a85818fa72a741d1cae2e3096551158730730a3bafc3b2f52
MD5 86b62fae0d2ff3c7fbf0f5fe2debcfb3
BLAKE2b-256 3b22fe97c87c5b3a2732fdd97ccdb4e1a6b3781a18bf2b3d9f0135976631cdcd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0147a31fb73a063bb7b6c69fd843c1a2bad18f326f58048d4ee5bdaef87c9fbf
MD5 578bfbe9274e1975b27ae6442c9fb29f
BLAKE2b-256 f035d8368b2614857f114ee24977c91a76a641c4359c5ef777ca2211ac2f8119

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5d6af87a787d5ce063e28e508fee34755a945e438c68ecda50eb4ea34c30e13f
MD5 b5f9f45fd4294d0f69df66a26990c970
BLAKE2b-256 51a36be0430ccbad4d464b84871ee6c90ed1eff7316ae67055bdfeaabe3498e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66b7e71c16cab0814945014ffb101ead2b173259098bbb1b8138e7a547da3709
MD5 e5828fdd01228f6171b174c8f35ae458
BLAKE2b-256 82a1d2255c483ceff4d3c136b0c5686adcd5b8d7b1b908e7008ba8e918a1e4df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3cfbd60137f6fca9c29101d7517d4e341e0fd279ffc2489634e5e2dd592457c2
MD5 a9b255b055831452017113afc57c4d28
BLAKE2b-256 1acc729ccada1683cefd4110b1573249f1c36049445a0bc67b1c06581b6f42a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 42b1ff0e19fb4d1fe68b60f55d46942ed246a323f6bbeec302924b78b4c3b637
MD5 bf00966aa19d47900bf40959b7394740
BLAKE2b-256 0fa324e1f5ab387bb0a89b0419e2d431003e3c1a4e56aebd1df931baad284838

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.3-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.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 056340c49bf7861eb1eba941423e67620b7c85e264e9a5594163f1d1e8b95acc
MD5 f7d002a29ebbd43cadf5b8bff752b90f
BLAKE2b-256 f68a1fa51138588aedcc9467b57ce33e225998f1fb04e883148200f871f907cd

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

3.0.3

Supported by

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