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

This version

3.0.9

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.9.tar.gz (2.7 MB view details)

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp37-cp37m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.9-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.9-cp37-cp37m-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9-cp36-cp36m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.9-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.9-cp36-cp36m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.9-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.9-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.9-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.9-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.9.tar.gz.

File metadata

  • Download URL: Cython-3.0.9.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.9.tar.gz
Algorithm Hash digest
SHA256 a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3
MD5 d14f77114946ee4b01e617547808ac1c
BLAKE2b-256 0e17c5b026cea7a634ee3b8950a7be16aaa49deeb3b9824ba5e81c13ac26f3c4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf96417714353c5454c2e3238fca9338599330cf51625cdc1ca698684465646f
MD5 43f29049c94102a61cf043cae1adcedc
BLAKE2b-256 fc845748f255f1689c95cf8dd0f2789480f7261ec0c82880a6a1f4daead6894d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1dc320a9905ab95414013f6de805efbff9e17bb5fb3b90bbac533f017bec8136
MD5 1b5f3069112fc7d63b9727c7fcd842da
BLAKE2b-256 d514f5958c24126b46b151041fda498ef06e0ec527b5cec21fe4b6e9296e547d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 757ca93bdd80702546df4d610d2494ef2e74249cac4d5ba9464589fb464bd8a3
MD5 2c469f533120a7a83167f88985da6554
BLAKE2b-256 96a947fdb1b8ea66ff7737908b927bafc714536f15834e0a843876ec75334060

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a30d96938c633e3ec37000ac3796525da71254ef109e66bdfd78f29891af6454
MD5 7c1cf6baa91aafa20847054a143205df
BLAKE2b-256 baca0b7cc2ee2980a21ac3160b8c8e2a4d2395902a04f85dc9da7e29e0e8d637

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cc9c3b9f20d8e298618e5ccd32083ca386e785b08f9893fbec4c50b6b85be772
MD5 3e1e7422c4532542eef9997f535195e5
BLAKE2b-256 ece61b062f6de5c1aed2c4874e0641f0553072d47a41c1d31e211759fed51446

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac5536d09bef240cae0416d5a703d298b74c7bbc397da803ac9d344e732d4369
MD5 fcad4e4a0006bbafeb46a681c19721e7
BLAKE2b-256 6c721b427f76e14e486760ac57639faf4389f451e2499c3d7cc14acf5ffdd363

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00b105b5d050645dd59e6767bc0f18b48a4aa11c85f42ec7dd8181606f4059e3
MD5 b43aaf4550cd7baddbda74a8ca6c13e0
BLAKE2b-256 40e2e664dea62ce17410519ab7a270f8244a8544e0b2a2c11336229f63fa3cb8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09c44501d476d16aaa4cbc29c87f8c0f54fc20e69b650d59cbfa4863426fc70c
MD5 34aa6d418dabde02b7db330555014e76
BLAKE2b-256 3e5e1ce28e8d1316cadd3939ab2fb3764cd4d16b6a4844c4648e7cf7e31347e4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 157973807c2796addbed5fbc4d9c882ab34bbc60dc297ca729504901479d5df7
MD5 6f278546f3feaf0025410712082fa21c
BLAKE2b-256 be676a1316e4b3201b44d245873f62395bd8ea7d181c4b6b2d43fe7da486bf61

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1315aee506506e8d69cf6631d8769e6b10131fdcc0eb66df2698f2a3ddaeeff2
MD5 7f0168243ff44a0cc3306c82e44db577
BLAKE2b-256 2050638cbeb5b202b39d0605f6170fe25ed75287152827b0282d64135995b32b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 357e2fad46a25030b0c0496487e01a9dc0fdd0c09df0897f554d8ba3c1bc4872
MD5 513bdcdc85765c9a63417d30df2808d4
BLAKE2b-256 d5c7f266dbd4a7e1b7bed526068dc7ef5aa20c88ea6f68acf647ed20b09eb3c1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c232e7f279388ac9625c3e5a5a9f0078a9334959c5d6458052c65bbbba895e1e
MD5 155bc75ad27566d90d455e472ed0ad94
BLAKE2b-256 ac1f9acb4d193b7e691500b8709947995687b2645880a021b293da6e2f6e2ece

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1365d5f76bf4d19df3d19ce932584c9bb76e9fb096185168918ef9b36e06bfa4
MD5 a73afa3cf0f08666075918433c98e830
BLAKE2b-256 1518980ebc300e98bd57d74461b00a45d35834230ab27ea970fb3390502aa715

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38df37d0e732fbd9a2fef898788492e82b770c33d1e4ed12444bbc8a3b3f89c0
MD5 15aea0c91d4d0a36b84dedd8294d77d9
BLAKE2b-256 5319a8a35b1629999862573089793ed916f0bd93a37e8ad997f7dd683f202138

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f92f4960c40ad027bd8c364c50db11104eadc59ffeb9e5b7f605ca2f05946e20
MD5 7f0f67c80391fe071dc6278383378670
BLAKE2b-256 558d961dfe1c49ee7fb8b68c9a5fee76084f84779ad93bc6a81042735af99ed4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad7fd88ebaeaf2e76fd729a8919fae80dab3d6ac0005e28494261d52ff347a8f
MD5 7d2048c732f09668c08c66f2a8e493cc
BLAKE2b-256 179b072ace4faf1bdd9f48340192cd4f202470dadf22da720ac02e088f91ebe5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35e6665a20d6b8a152d72b7fd87dbb2af6bb6b18a235b71add68122d594dbd41
MD5 3763e8a75bde507457fd01cfbd4614ae
BLAKE2b-256 d740ab311db246d44334eefbe5b52729da959088ff213b4f8e3a97b613f37ace

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 56f3b643dbe14449248bbeb9a63fe3878a24256664bc8c8ef6efd45d102596d8
MD5 40f425281b05f33fb96be8609e8436cc
BLAKE2b-256 4782135229b426f42c75e19a4ea1f0f63d046be1db709335e86cfaab768d680c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d6f3ff1cd6123973fe03e0fb8ee936622f976c0c41138969975824d08886572b
MD5 1ce99f65786967ed97fbc93b8e71d578
BLAKE2b-256 77c095c05de2a0861ccd8a78e19f95f6457a5ebbd8a24eae1f46a8ff39c90777

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e32b016030bc72a8a22a1f21f470a2f57573761a4f00fbfe8347263f4fbdb9f1
MD5 024e6e132481eebce36dd808dd73ecf3
BLAKE2b-256 d054ef593e3531e1ac3db3b41ff14b17a7f226b18e3b047926e297c20f6acd0b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c8191941073ea5896321de3c8c958fd66e5f304b0cd1f22c59edd0b86c4dd90d
MD5 0c338cc75a6625664ffd068dd962c64c
BLAKE2b-256 08fd2df67707f51e9160b41c60df84e79857b7566268b6ddc7aaef81258523c3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 858c3766b9aa3ab8a413392c72bbab1c144a9766b7c7bfdef64e2e414363fa0c
MD5 93d87e547454b4314321d842440e09bc
BLAKE2b-256 4a5803fc975d1e2ebed9c7bd469a91820b1a673e26e2d9b52303bda7ae0afaf8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f496b52845cb45568a69d6359a2c335135233003e708ea02155c10ce3548aa89
MD5 58fdb5143343e446586f0c2f174bef0e
BLAKE2b-256 d102b4776dda2db636286ff89895e6cf567421797e09aff263b559e58df50a66

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c0eb1e6ef036028a52525fd9a012a556f6dd4788a0e8755fe864ba0e70cde2ff
MD5 ee8de8b268f8170b4097ec327298ee03
BLAKE2b-256 90addde74b1b72230c806c034f0814dc937b9a043c115b8d11fc964a9e38d1cd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 296bd30d4445ac61b66c9d766567f6e81a6e262835d261e903c60c891a6729d3
MD5 5fc4eab1da46314c2f153a3f4163366f
BLAKE2b-256 269fd92332e041e21c9b78a211485c2e28fde4b6025de3dd387d2711e0e7e5f7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 530c01c4aebba709c0ec9c7ecefe07177d0b9fd7ffee29450a118d92192ccbdf
MD5 d9dd2902888d9bed6ff3850a399168c7
BLAKE2b-256 93cd3d351b2a95b7c71db10d77f58017dae7a6e940c828b79fd360eb511bf0c5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9a001fd95c140c94d934078544ff60a3c46aca2dc86e75a76e4121d3cd1f4b33
MD5 c048792cc9548e963495686d2d6f64ac
BLAKE2b-256 03c1964b09c7e24eda945e9473da3e4fa74f40d212e770ed0137378f9d08773c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8bf30b045f7deda0014b042c1b41c1d272facc762ab657529e3b05505888e878
MD5 00d679f23958afd50ef0c550134aaade
BLAKE2b-256 c70442c6e8c22782ab3d86db63777d699cf318547a3bf582b9d5313b4c3e507f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 158c38360bbc5063341b1e78d3737f1251050f89f58a3df0d10fb171c44262be
MD5 10e53be50ef0c8f9536d2208b0f77f3c
BLAKE2b-256 e59774ac2e5ce7829bd92a8a078a8e78892a2213b10d8e96f2b3104e5fd9bd9b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fd198c1a7f8e9382904d622cc0efa3c184605881fd5262c64cbb7168c4c1ec5
MD5 03c0787fdcaa87b4c6c94c8598d235e1
BLAKE2b-256 770c4e9ead9733a92d96d2638fce41450d94f36d091a81e1d97b4fd51b6ad09c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f836192140f033b2319a0128936367c295c2b32e23df05b03b672a6015757ea
MD5 86b70ab74bbe71f962e6422ee2947ed6
BLAKE2b-256 da69fe40dbebdaacc4bad9079f6f9354d382764603918381406b5113206eaf94

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a274fe9ca5c53fafbcf5c8f262f8ad6896206a466f0eeb40aaf36a7951e957c0
MD5 69933b88a1e5a6c0c52759f6336d74b0
BLAKE2b-256 f205e913283387bfa1c45c379eb3f9cc17d97b81f7bd3e54999f86798572b92e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4b419a1adc2af43f4660e2f6eaf1e4fac2dbac59490771eb8ac3d6063f22356
MD5 66436ce1f2086ce8327755b54976994f
BLAKE2b-256 188c8243c30d2ced67375b6482b0231f82fa80142310f120f832f9fef9a2df1d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 44457279da56e0f829bb1fc5a5dc0836e5d498dbcf9b2324f32f7cc9d2ec6569
MD5 e1b8a9ef2c3f526072bb6374ed74920d
BLAKE2b-256 d5ed04cc43dedea498fc7cb5077997229d08f454e64dbd9371844562059068f0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5eb9bd4ae12ebb2bc79a193d95aacf090fbd8d7013e11ed5412711650cb34934
MD5 65eed6358d092a56454971036e01b12f
BLAKE2b-256 c296de623e9b78efd68d87b1e3581016631370dd3bc9b14dcb62ae201d1032ff

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.7 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.9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4cf0ed273bf60e97922fcbbdd380c39693922a597760160b4b4355e6078ca188
MD5 e859cf3ef1e839f396d4f0c87d7b4c78
BLAKE2b-256 645ef3421a6a819ea1e3cc1b0e9da175387a2d703dcbdf44272fa2bc0e67d630

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8edd59d22950b400b03ca78d27dc694d2836a92ef0cac4f64cb4b2ff902f7e25
MD5 981a1ac3b497eb6747978e1b06143e47
BLAKE2b-256 4f2fdebdc1b232e990a1c057f393b1a8dd07a93c6d8298a5427853888c618885

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02c6e809f060bed073dc7cba1648077fe3b68208863d517c8b39f3920eecf9dd
MD5 0ab9db90ed6524f1892d2e04b1e9dc76
BLAKE2b-256 b4afcf3c17aef3675de5961bf1fa993c9bb4ec347417c825236b70b1261d249d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9360606d964c2d0492a866464efcf9d0a92715644eede3f6a2aa696de54a137
MD5 b3223a8357bd2c09cc59553fe680044d
BLAKE2b-256 30ebd4512a10c3fb41c2746541f5f775e2ec0749c5914a36cbacdffcdd860685

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95ed792c966f969cea7489c32ff90150b415c1f3567db8d5a9d489c7c1602dac
MD5 e3d913679963af9f9d196d52c486e308
BLAKE2b-256 c44e4a284f85fffc160898addebfa8bbf8f271817020396a2835172ed3f688af

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5055988b007c92256b6e9896441c3055556038c3497fcbf8c921a6c1fce90719
MD5 c25fcb33f10b9f531eed983bedf76263
BLAKE2b-256 adffff6ff7e4dd0e0033889a8b462f5f02db31fe949e766fcc947491081e9138

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 976c8d2bedc91ff6493fc973d38b2dc01020324039e2af0e049704a8e1b22936
MD5 77ab2b9debf3353bdc7c9e306c02cb98
BLAKE2b-256 33afb1dbb747825748eb963923c450f9c11add7c2c97ebbe4c08829dc6964d52

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ec612418490941ed16c50c8d3784c7bdc4c4b2a10c361259871790b02ec8c1db
MD5 6883247271dc9538e6d7f9adf92416f4
BLAKE2b-256 055829380f981abdf2a9336f35670476dfa88a3cf74bc19baea6486b486f12c2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9cda0d92a09f3520f29bd91009f1194ba9600777c02c30c6d2d4ac65fb63e40d
MD5 fe59210bfcc11cd09c62a282c18e5d0b
BLAKE2b-256 c9a772db185f842eea43416c7c47ea8dbad7bd83385b60543d83fd8c298964f8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.9-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 22b8fae756c5c0d8968691bed520876de452f216c28ec896a00739a12dba3bd9
MD5 8acb22608ffec97955c75aaafbe8d78f
BLAKE2b-256 926bcb7c2484f4bf03a6d25ca810bddd9b75e2b3599e3b5b15a2ebee9611d433

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33b6ac376538a7fc8c567b85d3c71504308a9318702ec0485dd66c059f3165cb
MD5 546fedb81e52e1e8d0d2081a3422bc41
BLAKE2b-256 1cabeed297a7c78efc624f2ea8e2e680ad522be540a660be6f5ec25bd6e5739f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3232926cd406ee02eabb732206f6e882c3aed9d58f0fea764013d9240405bcf
MD5 a846e0396fc5f73c5c506fbf54648d04
BLAKE2b-256 aad742e8f353be1da84abef15a4b571222183fc7fb69e7d7ad02715f3dd8841e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2cc92504b5d22ac66031ffb827bd3a967fc75a5f0f76ab48bce62df19be6fdfd
MD5 044f8cd11f596d0a86ba1c483dbb14db
BLAKE2b-256 c4cd45ec252966f9aa8d78500af7273a4dd66e8aeb7fd06d7d33ef455fe6d829

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 539cd1d74fd61f6cfc310fa6bbbad5adc144627f2b7486a07075d4e002fd6aad
MD5 3033dc64625b965df2fb0e8ceea4fe29
BLAKE2b-256 7d8392a5ff33386b16f7d5262aa7045d6e714eba8ba2137bf2685bcd16589cfb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4558814fa025b193058d42eeee498a53d6b04b2980d01339fc2444b23fd98e58
MD5 929f03c1847351c930da6e9e4666b7f5
BLAKE2b-256 923d5ee54ae73ea1ddaf396585413615d750397565bd1ec117a052f455e7a60c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f49aa4970cd3bec66ac22e701def16dca2a49c59cceba519898dd7526e0be2c0
MD5 d2093bf7c80d3b4983047202b7f515af
BLAKE2b-256 0af283650e51df7aaff5b0d1dc334ee740a78d5c1d17c88243b2b9a6ab8d4db0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15c7f5c2d35bed9aa5f2a51eaac0df23ae72f2dbacf62fc672dd6bfaa75d2d6f
MD5 73e65b24c066b8999acf042a8a558be1
BLAKE2b-256 46a0da3b563c84a43d35ce422b50133bf49224357c29ecd030e79c49616983d3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.9-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 000af6deb7412eb7ac0c635ff5e637fb8725dd0a7b88cc58dfc2b3de14e701c4
MD5 bd0768bd79013786ecf09896ec6c5767
BLAKE2b-256 08ba6e094c1683547a9198abab135ea24b08bb72d53e7378e8344e2d20a142a4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36f5a2dfc724bea1f710b649f02d802d80fc18320c8e6396684ba4a48412445a
MD5 a1a76e3971f5a0e2cd59c87238f2512d
BLAKE2b-256 0ebb27ddcb82bf75c12e6b9d055e3bfa099972636cfee4b1b71cab8388a782e5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63d2537bf688247f76ded6dee28ebd26274f019309aef1eb4f2f9c5c482fde2d
MD5 06b0fa54fba00b9e7c367738a600b2e7
BLAKE2b-256 92932cc6dd753fca2d4b8f5a62f6fac08ac313f88019d6b2a8d50357263b8cf8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.9-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 deaf4197d4b0bcd5714a497158ea96a2bd6d0f9636095437448f7e06453cc83d
MD5 ca7415604750f4aea25572be0a02e0b0
BLAKE2b-256 3a3edc0a9b96e67c8dcb775f5fd04e61f70c8e516de711d0ae49ebcfa2efc5ba

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.9-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.9-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ae349960ebe0da0d33724eaa7f1eb866688fe5434cc67ce4dbc06d6a719fbfc
MD5 341f9a2b85381c3accfae375564af00f
BLAKE2b-256 cc73cadc920bd1f1d60b1650cf806d625753c2317ec1bed557c72528e504cf16

See more details on using hashes here.

Provenance

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