Skip to main content

The Cython compiler for writing C extensions in the Python language.

Project description

The Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex, but supports more cutting edge functionality and optimizations.

The Cython language is a superset of the Python language (almost all Python code is also valid Cython code), but Cython additionally supports optional static typing to natively call C functions, operate with C++ classes and declare fast C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external C/C++ libraries, and for fast C modules that speed up the execution of Python code.

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"

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Cython-3.0.5.tar.gz (2.7 MB view details)

Uploaded Source

Built Distributions

Cython-3.0.5-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Cython-3.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Cython-3.0.5-cp310-cp310-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Cython-3.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Cython-3.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: Cython-3.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 39318348db488a2f24e7c84e08bdc82f2624853c0fea8b475ea0b70b27176492
MD5 bfc12a422773ea6730eb6c0b401345b3
BLAKE2b-256 16fb82178bc16887eb9b03f2fc73c50aaa96ce528c3fd3c6f89cae631923af15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 75206369504fc442c10a86ecf57b91592dca744e4592af22a47e9a774d53dd10
MD5 e5774d5adc91dd22448768987ec3f975
BLAKE2b-256 fbfee213d8e9cb21775bb8f9c92ff97861504129e23e33d118be1a90ca26a13e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05c4efd36879ff8020af00407e4c14246b894558ea41dc6486f60dd71601fc67
MD5 519378f9345eea496d030b19548f5fcd
BLAKE2b-256 384aa3564a657094d414c98c794fa8efab43ac95347288047587aca9c55b4859

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 57b44f789794d74c1feddae054dd045b9f601bdffd7288e069b4ca7ed607ec61
MD5 1fc99e7b287c65b8325caa8b01b1ad1f
BLAKE2b-256 3c315ffa52e6c23947f3dc7daf5d7b93f2fe2ac3debfbbea29d8ea232e57d5a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 77f4d001fb7a03a68b53be20571acd17452d1dda7907d9c325dff0cc704b1ef9
MD5 429bd922d9716388ed1b10c7b22015f3
BLAKE2b-256 5a66da714e97361699dbbfb429b5927a909dcf2dfeee9c05b1171192cd8eec94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 45277bb54c35b11bcdd6cf0f56eb950eb280b67146db0cb57853fb6334c6d11d
MD5 0e9927916ad763804f1e3a1f2c011f4b
BLAKE2b-256 e444b71e1eadcf4ef04a58fa97a6bff5be2c0c3f75cee71547517742a633245c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9d17a6ceb301c5dbd3820e62c1b10a4ad3a6eea3e07e7afaf736b5f490c2e32
MD5 35878687aec30ce2b004183d0f6fe5ee
BLAKE2b-256 0af5a629b0decba74c6cd1f9e830d1e55b89b6be15507d26c7cc14bc87275b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ac1cf1f2ed01656b33618352f7e42bf75d027425b83cc96cfe13ce4b6cba5de
MD5 d40733a006b86bf68389a3bdb53bc948
BLAKE2b-256 96a70c7cc43df78ac1e821c6194658612554b3d0ebf3e042dd6a108d45550d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd9cab3b862bec2b110886aedb11765e9deda363c4c7ab5ea205f3d8f143c411
MD5 e98d4edd2a018428d0e9d4076f07cab8
BLAKE2b-256 4f0332cef9c4de051085e9a51a49882407c890d2264d2c20ef49b95764f273b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d9fcfc09d67218fce114fe9fd97bba4f9d56add0f775c588d8c626ed47f1aef
MD5 9396af9533bd46486bbc31edda4acf9b
BLAKE2b-256 2f33701bf3232a758da24e0c7e4f4c4f162fe5c17999ff848afeccdcfdf75ae3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcfd2255458a5779dbab813550695331d541b24f0ef831ace83f04f9516ddf26
MD5 f97224b6894117fb6e0ea4ddbbff11c6
BLAKE2b-256 30cad68432adc1bf90b450c4d9aaf7cbadae50bca0cad1686b1976498abe2eca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2d6bb318ddce8b978c81cf78caf8b3836db84f6235d721952685e87871f506e4
MD5 71e56a50b46da81da6fa58de8c24e568
BLAKE2b-256 0b11d3527bc11dcbb00f07e477877bf63671f2db79320c1134ed06882a4c6315

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 452679284c15a7d5a88bff675e1dd660349360f0665aea50be2d98b7650925f8
MD5 e44d7d887b0f147d699b347d4297d1db
BLAKE2b-256 cd4c08498008d5caf297ba5fa355b50fec7db987258358bd597a4529cd13472a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4db9eea298e982aee7ba12b3432c66eb2e91bb2f5d026bbd57c35698ea0f557f
MD5 89ae4ef87ba9328cc6d2f44b3eb5662f
BLAKE2b-256 b8336bee4f4dfe1cba72adced4d95d545268ed9173898b4a797ebbe3659c4e36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b37f4b0d983316242b4b9241ecbbe55220aa92af93ff04626441fe0ea90a54f9
MD5 57f5278ecb57d3e5f4c2bf25ac199814
BLAKE2b-256 a711efe212d1d29a150f7ca4d3c2de18ddc66b8ec86c99bda3d6fbb5c6facfd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ad4eb2608661d63fb57c674dafb9955f5141d748d4579c7722c1a3c6b86a0c2
MD5 0e7658427205b534515241770ee4455d
BLAKE2b-256 8adabd0f9522b2cba0b12dd9b8f09206e40a42d56397f5e2fbbd5d9c2f345931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34059c3ea6e342ba388cd9774a61761bb4200ca18bd475de65c9cc70ef4e0204
MD5 0de37ee2a7f4ab6f01982220514744bb
BLAKE2b-256 539ef8254d6d3a7534f0f7883b3e66660290cd654d0dfb50458d11ec903aaba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3679a6693456f5f7ccca9ab2a91408e99ee257e145024fe380da7c78a07e98b6
MD5 94ad65c80695ba8a6a642e70a8dd3425
BLAKE2b-256 f04df3c3b288759326e8db794ec8f300e23f05da6bfd967aa5c52ace95cfc899

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0759868b4a4d103578375e031e89abd578c26774d957ee4f591764ef8003b363
MD5 f377e4abc43aeb197aa2f22e9fbde0e5
BLAKE2b-256 97c11a13f348652cc14d76399ca86b8360fc04927a6ef07a7f18c1ce4d407111

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ebc901131057c115a8868e14c1df6e56b9190df774b72664c03ebd858296bb81
MD5 abccc1a7e74a8759ec80c59d55b93f39
BLAKE2b-256 f2e264518564f88813fcce3c3e77be4a66b97489ec62c3a07edd843d3e64bb0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c95bd21d87b08c88fe5296381a5f39cd979a775bf1a1d7379a6ff87c703e510b
MD5 f3d25abaf3a94332ad65ce0e57d413c7
BLAKE2b-256 7f863f4e2efdccf553b4f20681c9c8e650bc58652c548d45e799c8e805998779

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a90f9c7b6635967eacafebe439d518b7dc720aaaf19cb9553f5aad03c13296f4
MD5 0b2009981bd120f4bf438582d11cdc6b
BLAKE2b-256 85286336d85a9c72bd328f81e979c01a68ee1af8c1ff2e17971912706b5983c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c4d4d92182002b2878adb3329de1ccb7f3f7571d3586f92602e790bfeab45d0
MD5 a8a3452290c33930d0f1d4f9f987083f
BLAKE2b-256 db337fb241cdb3499078fbd3b0e5f87af1a3114a437e6b75bce80cd2f644cc5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1cab30c11880f38a27911b569ea38b0bd67fcf32f8a8a8519b613c70562dae2
MD5 27ed18e02133453ee3ecbaade4dcde4d
BLAKE2b-256 286b1f25c862fa884f160adeb4f3e8ebb181807ea6f47889d5df3fd66fc93815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b94f58e05e69e1a43da551c8f532e9fad057df1641f0f8ae8f103d4ede5a80fe
MD5 bd809a8be06c984c106e39c00b47544c
BLAKE2b-256 36803e832aa557eb88d03eddba06f6f8cea3101b73cf40930f5e46752468ec3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4faf17ea6e8fc3065a862d4b24be84048fd58ed7abe59aa2f9141446a7a72335
MD5 bb90ea22cebc59abd47e43bd7373c35d
BLAKE2b-256 98f5e59d29e1eda2e9efcd9b04e705e5af541c637d082063012790eb04202e9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ada4852db0e33dbdd1425322db081d22b9725cb9f5eba42885467b4e2c4f2ac0
MD5 0c7bdaf533e865bbb6713d59a568cc48
BLAKE2b-256 4b7969beef9377fb7a8a47925dfd7bcc74125d0b77852ab342fbfc8465dd78e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5742ef31e1e2c9a4824ef6b05af0f4949047a6f73af1d4b238ce12935174aede
MD5 b9668d7f0b55cf8cdb93bdde12d30a5d
BLAKE2b-256 97a3e4176be8a8315b0ddd9ee0dde6fb2e9c4c9eb98ee35703909737c12f42f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b77f2b45535bcf3741592fa03183558bd42198b872c1584b896fa0ba5f2ac68d
MD5 e4bf79379fb2697d33dcfd257cef8feb
BLAKE2b-256 9809ed9fec027692eb2bc7e782e8c273b3248073e4270b3e1475e30d33e268e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dee39967168d6326ea2df56ad215a4d5049aa52f44cd5aad45bfb63d5b4fb9e5
MD5 4ae1e1d1dc59a0937f16ef2fc4a283f5
BLAKE2b-256 74b402827b9422731813a780aa6680ca479ee8c7d528257f6df2f32467364b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db21997270e943aee9cb7694112d24a4702fbe1977fbe53b3cb4db3d02be73d9
MD5 b364a9a51ac72b87346065c880222b74
BLAKE2b-256 401946acdb9d0cad7cc2a80f721d6132dc50f7864d1598d9298e83b78c7d6bf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0d9431101f600d5a557d55989658cbfd02b7c0dcd1e4675dac8ad7e0da8ea5b
MD5 5bb87c65a322242b9a98948b5c834dfb
BLAKE2b-256 3a2d7bd383942e8f3d939bcd13227a67ffbd6fabe8dbfa23031a4ad6b9660098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 808f56d4cd0511723b787c341f3cc995fd72893e608102268298c188f4a4f2e7
MD5 297c305c5e773bfb9ab659651bae1c4b
BLAKE2b-256 39aea42d23053eef0f93938d9d38c24719d919f917add9b0bfb14262b09671de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6fcfef825edb44cf3c6ba2c091ad76a83da62ac9c79553e80e0c2a1f75eda2e
MD5 1df4c368b88195268c22184c8147e60a
BLAKE2b-256 b19907e0c662da034c9d486f16fb1925c7449f3e1f6d9d42fb421b36f8702111

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f687539ead9fbc17f499e33ee20c1dc41598f70ad95edb4990c576447cec9d23
MD5 7445a05dcc7a06a51314b4c57b0cfd07
BLAKE2b-256 19e3a67f954b552c4bbe140a6bb9ee22ecfa5205ba91aaaca7be2a9b0fbc61b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a95ed0e6f481462a3ff2be4c2e4ffffc5d00fc3884d4ccd1fe5b702d4938ec09
MD5 63b61c29e339b198f850cd81d4282808
BLAKE2b-256 162345071b05050b5b4e7f6a7f1bdb5cf10c98080e14d9e7f11c9e04b874652e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba3f7b433c1721a43674c0889d5fad746bf608416c8f849343859e6d4d3a7113
MD5 53767e850dddc59603702316e6f0f9bd
BLAKE2b-256 85fcf5691dd46774b814f6996f565ec5d8236030f27b62c8452e517f01ee999e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 077d9a61e6042174dabf68b8e92c0a80f5aff529439ed314aa6e6a233af80b95
MD5 f1e09ec3cc359fcf9e16ef33d5a8cbc4
BLAKE2b-256 4b82887fb53ccf516cc13afa97b8487ac8b6d7478e1a0906b38b1e8ef22a6778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 115e76fbe9288119526b66963f614042222d1587f1ba5ddb90088215a3d2a25a
MD5 68ef68beb70d21a73ff697040cbbd098
BLAKE2b-256 0542a285e120fc4c3a943b3b5b669364823a0cd268f39b2adda620a69e744b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 530a474a79fa6c2127bb7e3ba00857b1f26a563615863f17b7434331aa3fe404
MD5 5881cbbe8f156850f89e699fcb27e16e
BLAKE2b-256 bdb86595733c43065feaf893ac7ba7fa42bf174581c4a8777408f42c6017cff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 035cb6930a8534f865a3f4616543f78bd27e4de9c3e117b2826e395085ffc4c0
MD5 ebfa96c2f3c0b4c0c0fa40ccc8946ba8
BLAKE2b-256 e4ed71939d522d4481b70d706b4593575e040d4d0311732d6f6b6ed76ee47ff0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a9206b0720f0cad3e70c018722f6d10e81b32e65477e14ffedd3fbfadfaddca
MD5 56d5765ee9e5f3f45cdb7afe2a7b205e
BLAKE2b-256 5a63d3eb5b85d2e11736c6822c8ebbb9c90b9efbf95835e587f3167c8727ef69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 93502f45948ae8d7f874ba4c113b50cb6fb4ee664caa82e1ddc398500ee0ffb3
MD5 d88e17565ef894969357db8c77dbb6c6
BLAKE2b-256 339aad932f3cd655191afe2f192bba01dd4e99c2e1fd58f69a45514ae115ecdb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c18e125537a96e76c8c34201e5a9aad8625e3d872dd26a63155573462e54e185
MD5 fdf9b1a5d3cf07763a407c85fcb8edd7
BLAKE2b-256 84ca92a22856f46bbc7920946ab3e652185fafb13cb470bdfe4433e7947fffe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3cffbba1888f795de2103e6fb1482c8ea8d457e638fa813e090fe747f9e549bb
MD5 de19d801e680d2ac0d8cb25a950859fe
BLAKE2b-256 fdb89e55ad8798893cf7c036b27d1c596bc5acef8aecdf697a7c80c808542c11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4fbc8f62b8d50f9a2eef99927a9dcb8d0a42e5a801ab14c2e4aeab622c88f54b
MD5 092960b6269afeedba8f1baf1e32f53c
BLAKE2b-256 8ca884bb9fa2e67da078eb4cd013d1b0be580c21451366cce32711bc409d2b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f18c13d5ed6fde5efd3b1c039f6a34296d1a0409bb00fbf45bec6f9bcf63ddf5
MD5 d4b9f9d49387569169861d97ea06227a
BLAKE2b-256 a6d4ce1de0020fcb4f7004eb7bbef46b4da51168c668ea7cd5430f7a087601c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3e011fa2ae9e953fe1ab8394329a21bdb54357c7fe509bcfb02b88bc15bffbb
MD5 43d64f02ddda6db534fc95dd15a42351
BLAKE2b-256 145045f761623b6c8a9299e249bc4a03049bc1b49dd32c6c1757725816008178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 039877e57dc10abf0d30d2de2c7476f0881d8ecef1f29bdeed1a6a06a8d89141
MD5 ce68d9eed7a3c7214af2e56aa4b4e8ba
BLAKE2b-256 172583a2500477d57bac9f06bd864dc02a52e0251b2d20dc36f01df76aa0892b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45aaceb082ad89365f2f783a40db42359591ad55914fb298841196edf88afdc5
MD5 e9ad4f58f87327274325535d0b137325
BLAKE2b-256 745f2a21a719acc333d8d0d558d0cd7813374a85c815d39f6a8d8a34a573ba50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 13491f1bfcf020fd02751c4a55294aa8957e21b7ecd2542b0521a7aa50c58bb2
MD5 267a96bb12d92d2dbeabca49c91f3848
BLAKE2b-256 e9723a5fc6899633eabaf660ede8992ca8de1e40751467c6aab992d20c80a867

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a993002fe28c840dc29805fde7341c775b7878b311b85f21560fdebf220c247b
MD5 7f03cb50ff603657e983e62655dbe3ed
BLAKE2b-256 51031b564c3af4c5331a731cb5b2b1e4b6079299d23ac2834dca8567a240b3a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 abb2362783521bd9a22fe69b2141abab4db97237665a36a034b161ddee5b3e72
MD5 b476277675d49c32895933cb845c0fcc
BLAKE2b-256 595c98c1ec717e7a29904c78b6ff618333f0536d5b68a481639322b5c69aa718

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 063220a6dc0909b576ef068c7e2acf5c608d64423a6d231aacb72d06352cd95b
MD5 226e8d2f4964a03b10b5e38513556956
BLAKE2b-256 477a8fcc94b665281fa3f3920b94001e2b044196873d361705430036e9ab1b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f31d02b831d0fa9bf099b1b714b5a8252eabd8db34b7d33c48e7e808a2dabf9
MD5 754f08b194b8cc335093b6cb1bab83ab
BLAKE2b-256 2dbabd7bc73d87221ba524f93860413674ebe09bf2f97291b36d437e5acb082b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c016b3e859b41cf4ce1b8107f364ad5a83c086f75ea4d8d3990b24691f626a1
MD5 df434b970bf002b3efac0a564aa52e43
BLAKE2b-256 75fb23df316f4f8f267227084a0378ec3ba29b83637748a633846499a3bedc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 485f8a3087392e2287e2869adc0385b439f69b9cfbd262fdf39b00417690c988
MD5 edc16ceed27384291649b0146380e6e9
BLAKE2b-256 8af3d11a14525badf4d6f708b87ba31edcd1e395e3308111a48fa0454212e003

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.5-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.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 048fe89c2c753c24e1a7a05496907173dab17e238c8dc3c7cad90b3679b0d846
MD5 50c46e05f39a39fea9eb2d672fadcbeb
BLAKE2b-256 7f5ad9baf4c49c15e45f5c43e7d2a9a47900514c4e0d23a0cc3c182b13215ab4

See more details on using hashes here.

Supported by

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