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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.2-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.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.2-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.2-cp310-cp310-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.2-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.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.2-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.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

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

Cython-3.0.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: Cython-3.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 9594818dca8bb22ae6580c5222da2bc5cc32334350bd2d294a00d8669bcc61b5
MD5 00def3f2b96c393098e01eb2f1f169ad
BLAKE2b-256 2f81c9fb4b69823f674e1e2acc484eac93a47a1e3a59d4d051c76259dadd6984

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8f1c9e4b8e413da211dd7942440cf410ff0eafb081309e04e81f4fafbb146bf2
MD5 4dd344710f904a2e15a17dbdfc975aa5
BLAKE2b-256 03e99cc0c4f0d8a566089d096254cd25168a0db02dd047863a7f995d8d3eefa7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc9d173ab8b167cae674f6deed8c65ba816574797a2bd6d8aa623277d1fa81ca
MD5 b80bc6a572528b4aa882a13b79eaa07e
BLAKE2b-256 5af3fa338a7fb1ca6bccdc563d856efbdbdc6e9cb4f4af0cfea3ed5c813d5578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 786b6034a91e886116bb562fe42f8bf0f97c3e00c02e56791d02675959ed65b1
MD5 ef80ae357fcf51f9162e41d1b9f5c110
BLAKE2b-256 b857ed569560b1113b741d1ef1499df9d3de3c6e218c8498465511b0ddabd3b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75a2395cc7b78cff59be6e9b7f92bbb5d7b8d25203f6d3fb6f72bdb7d3f49777
MD5 0355600b0509bcb50d719731fbab5f7e
BLAKE2b-256 67eab02c309e13a6a9c463e352d89b116d26f9903cbbf88290582fc46167b6b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4db017b104f47b1185237702f6ed2651839c8124614683efa7c489f3fa4e19d9
MD5 e4bd268cdea946c4783bc70aba0826b6
BLAKE2b-256 e5634ee2a00ea48fe940d0bd4a4c5aa6d7f98756173a7c605f562ca8342423ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8850269ff59f77a1629e26d0576701925360d732011d6d3516ccdc5b2c2bc310
MD5 c41ac76f866355aa0e2a65722aedf4ea
BLAKE2b-256 b637fd496b7cdd8f589ce6bb824f44389ac78272ac8d4ceb593d44fbe44ed0d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e08ff5da5f5b969639784b1bffcd880a0c0f048d182aed7cba9945ee8b367c2
MD5 902befb78598f7391df2e90ac753c6cb
BLAKE2b-256 6275a9e37c195751f4e046a961416b3db3db45a3b6b25ae7b145e5902bc42728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 550b3fbe9b3c555b44ded934f4822f9fcc04dfcee512167ebcbbd370ccede20e
MD5 4783ff3b8ecf0e921d9d0be76b1161aa
BLAKE2b-256 ba13925de8417bb7e553ba269c00bef8be7b757f26c49b760cf98801fcf09d16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5682293d344b7dbad97ce6eceb9e887aca6e53499709db9da726ca3424e5559d
MD5 4a9f1d66dacda62a2ffc65b75f8284a6
BLAKE2b-256 419756ac1f1dec0be7e1c3bd5b91358f57777767afd03bd2a004386599fa2bc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 809617cf4825b2138ce0ec827e1f28e39668743c81ac8286373f8d148c05f088
MD5 03d84e78fc1b3b9cdf26091520b703f5
BLAKE2b-256 ea8f216de5d7bede3e26a7131b427a8aadade032f03f9c8ee88792def02e2cf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d21801981db44b7e9f9768f121317946461d56b51de1e6eff3c42e8914048696
MD5 008d846aad9299c3d48c1eb7804eca6b
BLAKE2b-256 0aba17d2e6db540daf2a389fa594a25bf480bc76ebfe52df11ae92f664d3166f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 989787fc24a95100a26918b6577d06e15a8868a3ed267009c5cfcf1a906179ac
MD5 8a204aca29057724d5cadf8cd2afa308
BLAKE2b-256 f4aac71705d4d96f6e4e1cd490bd03606c15917032b61aad26431d5a51334b75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c5e722732e9aa9bde667ed6d87525234823eb7766ca234cfb19d7e0c095a2ef4
MD5 31dbe4d5571a66f3e5698a0b04ae3a49
BLAKE2b-256 e42b9b1530f7d365554af9b997c340aff76fc889915947c00c4f2baa4e25eb92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5e5587128e8c2423aefcffa4ded4ddf60d44898938fbb7c0f236636a750a94f
MD5 c2e9c7f4ffd74b70b2f6deb23d15b3cb
BLAKE2b-256 d9fc3a49ab49ae556b7d644a2d3082f01082bb902befe3e398f11d675d6c2ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bebbca13078125a35937966137af4bd0300a0c66fd7ae4ce36adc049b13bdf3
MD5 bab67f56667a6f56efc7bb491402fb7e
BLAKE2b-256 16f384a88021acbee12378c00f2faea196c1469efda1b66797e68d9b6debc403

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 78e2853d484643c6b7ac3bdb48392753442da1c71b689468fa3176b619bebe54
MD5 f3f49a4eb5372826a79b39d01abdec70
BLAKE2b-256 1eecd23be4bd78795e7ed6249e215e899ae8f497431414cefacda31cc0ee096c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 213ff9f95de319e54b520bf31edd6aa7a1fa4fbf617c2beb0f92362595e6476a
MD5 5bb7f26458348387acb11fa3c5545244
BLAKE2b-256 e218ba1a01c0ed30b248878b98fcf0654141c1c0e476166b5dcb4d7c04214884

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 067b2b9eb487bd61367b296f11b7c1c70a084b3eb7d5a572f607cd1fc5ca5586
MD5 772b7ee0c499b7098e8a7076b1f9cf5f
BLAKE2b-256 db3e8cf60af86446b129e79adee5d9131ec7eb043297e20c04bc31670331325c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b032cb0c69082f0665b2c5fb416d041157062f1538336d0edf823b9ee500e39c
MD5 857dc0438775b8d43fd20b0cc05be5f8
BLAKE2b-256 54687009fbf578bfe6733ad2a976a6663afbcb67a18d6900bf7ed6e0ac5c5670

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 38085523fa7a299638d051ae08144222785639882f6291bd275c0b12db1034ff
MD5 67296ed3a80e47b16b0ed69907106997
BLAKE2b-256 dcb7825eba988164987400981835db7c55a506051206589423beaaf11eab0838

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Cython-3.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c90eeb94395315e65fd758a2f86b92904fce7b50060b4d45a878ef6767f9276e
MD5 da88ec9aa16cbaf50d98e8aadb53b717
BLAKE2b-256 4747c5b8a0220976f22ec14b7de17d4e26066cd3fdeb9bf8a7152dfd6b0a7792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e825e682cef76d0c33384f38b56b7e87c76152482a914dfc78faed6ff66ce05a
MD5 8d090fa78159614ca446cbe7a0034280
BLAKE2b-256 e81a26113a7a220b360a13f1a060deb1461bf55d433673dc79e523b6648ccc2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c298b1589205ecaaed0457ad05e0c8a43e7db2053607f48ed4a899cb6aa114df
MD5 085b4ca522744d76223b7c5556eff3b2
BLAKE2b-256 e9fad7246d6623899d25d4510fe1abc6281e5b61d59378b342d53f9f339e3a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77ec0134fc1b10aebef2013936a91c07bff2498ec283bc2eca099ee0cb94d12e
MD5 bb9e6ad684dc8d79490c27876249e566
BLAKE2b-256 5413c9cfe7a45283d67c54e57bbbfdca140fb382aa610ccd3c48c8fc592b1d3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ccb91d2254e34724f1541b2a6fcdfacdb88284185b0097ae84e0ddf476c7a38
MD5 b772bd46062cfc454d35b412d9d9f4d1
BLAKE2b-256 bcbb6a855a90e52f951e88612609cbd7dd928ec73514b18685944476748fbc10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 147cc1d3dda8b06de9d86df5e59cdf15f0a522620168b7349a5ec88b48104d7d
MD5 6bd0b2d8db7627aee5482e683eb0f54c
BLAKE2b-256 f920400f5caa238051c54534f8ae76f9b2fcf1cd4171e7eba8d50f0066aff2ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d0d0cc4ecc05f41c5e02af14ac0083552d22efed976f79eb7bade55fed63b25d
MD5 74a8f729837ab7011adbd1244315552e
BLAKE2b-256 947971fd3d6eeab32ac344dd66dacd2c07f2759217d64571e5eba4427848e473

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 62dd78afdf748a58dae9c9b9c42a1519ae30787b28ce5f84a0e1bb54144142ca
MD5 3aaf20add9536d670a0550b0c4066884
BLAKE2b-256 9f943c71c2efc3402a0225956f0ff34a5abf5395af9548977b68de118f174d9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1b12a8f23270675b537d1c3b988f845bea4bbcc66ae0468857f5ede0526d4522
MD5 0e017669ad54b21892875bf77360f02f
BLAKE2b-256 28148f06aada5d34821d0e6f153580b5b5b4155d9b699d64f9480a6fc863bd17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08d67c7225a09eeb77e090c8d4f60677165b052ccf76e3a57d8237064e5c2de2
MD5 03a6abe3636c636eb6c677c75b08a895
BLAKE2b-256 18f1c3918a7a367a17d5c07d8e576c51ba78fc807f214f748026876352f8b0c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd30826ca8b27b2955a63c8ffe8aacc9f0779582b4bd154cf7b441ac10dae2cb
MD5 919ddf8c3312435780a8589901331885
BLAKE2b-256 80b3b26a0252660b44dc7380f0c28b9163bb77a1737f8dc26d4daf6e61173548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e625eec8c5c9a8cb062a318b257cc469d301bed952c7daf86e38bbd3afe7c91
MD5 747cd0ff03835a4f85cddd9976a60ac9
BLAKE2b-256 ca2f4267220e5ad0bb7561fb624c7a8af9cef52e36de31b0b8e04cae40de67a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f37e4287f520f3748a06ad5eaae09ba4ac68f52e155d70de5f75780d83575c43
MD5 1327e4241b4535b627d1154a84a52ae2
BLAKE2b-256 091fb30248e36251552f2f344202c075d5745d55bca430b0b2a45cf741068c45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2f84bd6cefa5130750c492038170c44f1cbd6f42e9ed85e168fd9cb453f85160
MD5 7a57a2da7c806fa93236e7a51b8d3995
BLAKE2b-256 6eca42e03f850a9e25aab2573eda74481053fff8156e41462dbef08c7a2e2ed9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e663c237579c033deaa2cb362b74651da7712f56e441c11382510a8c4c4f2dd7
MD5 aeb9a8e044e311ba4c67069d0bd4ee6f
BLAKE2b-256 61a7e4da043398dab5cefa53f77499700bd82e04f78a021e45c6148f8ffc62a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10cbfb37f31938371a6213cc8b5459c639954aed053efeded3c012d4c5915db9
MD5 0c08a60dbee4550c1073c3630e52ab9d
BLAKE2b-256 dfb0772d790e3a5951fb3583fd2d89812f00e8f704edd59f42243cc01aadf902

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4dca13c86d6cd523c7d8bbf8db1b2bbf8faedd0addedb229158d8015ad1819e1
MD5 486c5c960be9731ee391466dca07a8c5
BLAKE2b-256 f4da4bc627a6ff980d526c24137fc075722b69ae331bfd15d5155c3bfb135384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e486331a29e7700b1ad5f4f753bef483c81412a5e64a873df46d6cb66f9a65de
MD5 587c2a0bd77fe435430dc490ebe3d182
BLAKE2b-256 9f1726f46b499386a15065e930a160b8b169e49d264aa1d5c2751a7b4a676792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fe806d154b6b7f0ab746dac36c022889e2e7cf47546ff9afdc29a62cfa692d0
MD5 c650cebcc1d2eb035b731d26834c5988
BLAKE2b-256 09e7ef831b87593165f07f906091617f5c069b7ab2d268af33f19db11af6da8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54d41a1dfbaab74449873e7f8e6cd4239850fe7a50f7f784dd99a560927f3bac
MD5 f4a86fb316e4799660f13cc1306e9c92
BLAKE2b-256 70a1c3399f6114ec44feeb23e8fb2100b7b5474701298e567c7fb376bed91978

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 832bbee87bca760efeae248ddf19ccd77f9a2355cb6f8a64f20cc377e56957b3
MD5 d0a96e681188a663edac5ee0502bcf93
BLAKE2b-256 5bdef57f7dc68629b52a2e6feea0499ebf1324395d2d4f06e643e7052f590d90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 011c4e0b75baee1843334562487eb4fbc0c59ddb2cc32a978b972a81eedcbdcc
MD5 881f544f2320098b0178c50185c5f497
BLAKE2b-256 3794b6bb353a082e48e5d3555ed7b5e378dec41ed1cfba6180ab70ae18711a28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b1f023d36a3829069ed11017c670128be3f135a9c17bd64c35d3b3442243b05c
MD5 ea50ead3de41c3fee02ddcae3fa96e61
BLAKE2b-256 10295ec35524385921a07266a5ec986f2addab82090e850d7e3cfbdcf13872d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae453cfa933b919c0a19d2cc5dc9fb28486268e95dc2ab7a11ab7f99cf8c3883
MD5 a9c87c1af18127450868d33dbbad354a
BLAKE2b-256 25b6e2ba94d8828400d49d5d5958745aa230070e0256bd8f3df437f45fda0568

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dab6a923e21e212aa3dc6dde9b22a190f5d7c449315a94e57ddc019ea74a979b
MD5 4f832f22ad27b6a6c5f6b9d3421c9de2
BLAKE2b-256 b43adfc516ec25b16ca35c57e81589d69d105d3e3fafe426fd55ed7f77ce0494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b75e9c9d7ad7c9dd85d45241d1d4e3c5f66079c1f84eec91689c26d98bc3349
MD5 6fd316c83871ffeee4f93529450a81f0
BLAKE2b-256 3bfacd061817041b27d3470dc0e84aae37a60784e7c8f78bf73f80426695e346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc1c8013fad0933f5201186eccc5f2be223cafd6a8dcd586d3f7bb6ba84dc845
MD5 72a681d185c62c9370778f1c4e15bf83
BLAKE2b-256 0b38abaab37a46c3f709060925e54cb1cf00e24144be9f2448e3c47807c4c945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f43c4d3ecd9e3b8b7afe834e519f55cf4249b1088f96d11b96f02c55cbaeff7
MD5 4fb435af584218ffa97304ae6fb6e7c3
BLAKE2b-256 b63ff235eaf2fe0b8b0d16841cfd794b8afeb40aeb49ab2af22a14d69f427250

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a49dde9f9e29ea82f29aaf3bb1a270b6eb90b75d627c7ff2f5dd3764540ae646
MD5 a430bf8f1c3ac9ae53e582989447f074
BLAKE2b-256 b41eb04422ae7aca5289d027a7a7e322b37bb70b7c9dc42bd97972cbeff939e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 477cd3549597f09a1608da7b05e16ba641e9aedd171b868533a5a07790ed886f
MD5 caf7ed44aad8bd5b8a0b7d556dcd6fc7
BLAKE2b-256 1973b1090bad484bf8e13947bbfb98affb04beb9ab405f19f8107a2f77861122

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 34f7b014ebce5d325c8084e396c81cdafbd8d82be56780dffe6b67b28c891f1b
MD5 da2029163a0edd7cd9bd30c6fd3fa825
BLAKE2b-256 c823bb8a86ff9e8ee4a83269f1f9a2dea1df9f2e240abacf26d391f38227e349

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1c3675394b81024aaf56e4f53c2b4f81d9a116c7049e9d4706f810899c9134e
MD5 c49c70422382390f15168864a27369da
BLAKE2b-256 65b4e0508a1d3145ac3178ee2f2bd3d7499f289355720981c08db687f95d13ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 302281b927409b3e0ef8cd9251eab782cf1acd2578eab305519fbae5d184b7e9
MD5 b9f99526e650e8be1401bf5826c93a19
BLAKE2b-256 8610eef515dd972aabdda06e0a9c4c5f2562c9f61c1ceef672be9b62040c17f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05cb2a73810f045d328b7579cf98f550a9e601df5e282d1fea0512d8ad589011
MD5 a0f141d6afec03bb7d1b4c5aab75787a
BLAKE2b-256 bf8a72cfd6bc6c97dc3542c3ca0b3db5c3768b30261e9e1c45ea727d1143092b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a51efba0e136b2af358e5a347bae09678b17460c35cf1eab24f0476820348991
MD5 978124b5a34d468824b12c01bc5af243
BLAKE2b-256 739a6b3fe816bdde404b04bb6c5d47932463719a39c83db820548b3bf0d10471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22ba78e48bdb65977928ecb275ac8c82df7b0eefa075078a1363a5af4606b42e
MD5 6f7c3c22dc50b07e41bafe1c2076a453
BLAKE2b-256 88e9e46c3f229a5d7198aaaeb3c4a491bf23ae02687959f3a66d68f6609322fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.2-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.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8948504338d7a140ce588333177dcabf0743a68dbc83b0174f214f5b959634d5
MD5 1cbe279680cb7d95fb964e1af1ae5e0c
BLAKE2b-256 b51b5d9c07b5901c4dea873f964fee63a0e6e8509cbe05ea57e55161b8f337f3

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