Skip to main content

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

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

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

Note that for one-time builds, e.g. for CI/testing, on platforms that are not covered by one of the wheel packages provided on PyPI and the pure Python wheel that we provide is not used, it is substantially faster than a full source build to install an uncompiled (slower) version of Cython with:

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

Download files

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

Source Distribution

Cython-0.29.33.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

Cython-0.29.33-py2.py3-none-any.whl (987.3 kB view details)

Uploaded Python 2Python 3

Cython-0.29.33-cp311-cp311-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

Cython-0.29.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (1.9 MB view details)

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

Cython-0.29.33-cp310-cp310-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

Cython-0.29.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (1.9 MB view details)

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

Cython-0.29.33-cp39-cp39-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

Cython-0.29.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (2.0 MB view details)

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

Cython-0.29.33-cp38-cp38-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

Cython-0.29.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (1.9 MB view details)

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

Cython-0.29.33-cp37-cp37m-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

Cython-0.29.33-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (1.9 MB view details)

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

Cython-0.29.33-cp36-cp36m-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

Cython-0.29.33-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.24+ x86-64

Cython-0.29.33-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.24+ ARM64

Cython-0.29.33-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl (2.0 MB view details)

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

Cython-0.29.33-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.5+ i686

Cython-0.29.33-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.5+ i686

Cython-0.29.33-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.5+ x86-64

Cython-0.29.33-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl (1.9 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: Cython-0.29.33.tar.gz
  • Upload date:
  • Size: 2.1 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-0.29.33.tar.gz
Algorithm Hash digest
SHA256 5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a
MD5 bd42c555cb2298b8a94fa8de7ee679ba
BLAKE2b-256 dcf6e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-py2.py3-none-any.whl
  • Upload date:
  • Size: 987.3 kB
  • 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-0.29.33-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8b99252bde8ff51cd06a3fe4aeacd3af9b4ff4a4e6b701ac71bddc54f5da61d6
MD5 50a03d258a8c2bf8fcf48f9973d943e0
BLAKE2b-256 563ae59db3769dee48409c759a88b62cd605324e05d396e10af0a065adc956ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.0 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-0.29.33-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c4d315443c7f4c61180b6c3ea9a9717ee7c901cc9db8d1d46fdf6556613840ed
MD5 272ecad469a1c79b5bd1a61d8503df71
BLAKE2b-256 e9b55022f5ca77fc844b884de314da6284b03baaa6f1c9005d3d4f8d756311b1

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 49fb45b2bf12d6e2060bbd64506c06ac90e254f3a4bceb32c717f4964a1ae812
MD5 2f40014719c9dcc1966959b5af0ce523
BLAKE2b-256 1fa70e28ae6605a3b79724eb0df6e48fd3a654e2bf059e5aacb5074b92258948

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 afc9b6ab20889676c76e700ae6967aa6886a7efe5b05ef6d5b744a6ca793cc43
MD5 1fc7904c8031c54c1e17a83f71c97720
BLAKE2b-256 6be0af071dfca654fb8d03cd43a1aa3081838a7032d7cb335631c7ea7d181843

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 5430f38d3d01c4715ec2aef5c41e02a2441c1c3a0149359c7a498e4c605b8e6c
MD5 c9fa642a5cf5d783a87d9ec359e1f069
BLAKE2b-256 29548f79c74924a0516ae71c7808ab115189c8c62fedc14987b636f03cc4ac83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.0 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-0.29.33-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 19c9913e9304bf97f1d2c357438895466f99aa2707d3c7a5e9de60c259e1ca1d
MD5 f12f7b232875e105a71abe0bf4f041e9
BLAKE2b-256 73a3e91ae5a3085f23409193141bb0add2fb1afc9bc416553406990290a0f755

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 0168482495b75fea1c97a9641a95bac991f313e85f378003f9a4909fdeb3d454
MD5 0f89211fbd0caa460927d1a7967d0c81
BLAKE2b-256 2176ef852189cc39a33cedc08d30189de2d1e44d826ddcf101e24c82c8b8ea0c

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 190e60b7505d3b9b60130bcc2251c01b9ef52603420829c19d3c3ede4ac2763a
MD5 dd2cc387fd452745e9796b448a602257
BLAKE2b-256 bef9198c7b9d125b29bcedaf923f5f2c29bd4b4534d4a8dd2ee5780244337af4

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 090556e41f2b30427dd3a1628d3613177083f47567a30148b6b7b8c7a5862187
MD5 d0f81efb75ed74960199d5c89935f5e0
BLAKE2b-256 67153b22fd051b32551a668c8bc1cd48e60c88d6716cfdbab902a9e5d8bd2f09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.1 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-0.29.33-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1dd503408924723b0bb10c0013b76e324eeee42db6deced9b02b648f1415d94c
MD5 752541d26585d6c5a7ebd9d45f1e9834
BLAKE2b-256 7830fe021a57c7317927a8b5a298f8c9cb78792d314eaea7634014af4e878da9

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 4f88c2dc0653eef6468848eb8022faf64115b39734f750a1c01a7ba7eb04d89f
MD5 88b2044ba681f6b3afd88675ceebc393
BLAKE2b-256 874c41e4fc95a31ec6747e74283e987fb9b3b7c0b3cb2cf10af65f02bd0359d4

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 0b53e017522feb8dcc2189cf1d2d344bab473c5bba5234390b5666d822992c7c
MD5 8d389f4f517d79b6551b019936210013
BLAKE2b-256 e01dba4343c35bd4806bcf6da1d56add18f4b3525123b1e402cf95aece6d7780

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a9863f8238642c0b1ef8069d99da5ade03bfe2225a64b00c5ae006d95f142a73
MD5 7029be538d3a8ffeb0ff60441d0b558f
BLAKE2b-256 9e4dc1e3d8169a2614edaa3e6ba10ff712e32d924fb57ade95c5dd5127ec8445

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 37bfca4f9f26361343d8c678f8178321e4ae5b919523eed05d2cd8ddbe6b06ec
MD5 ee940649d50a4b6bc6081531ac71accf
BLAKE2b-256 c2359ba16ad34916fe05e00ad06a1f7e9b89d174be855a05875d7350313f49ed

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 1900d862a4a537d2125706740e9f3b016e80f7bbf7b54db6b3cc3d0bdf0f5c3a
MD5 aa765143610a208a23f6789ce0a9cc30
BLAKE2b-256 2ecb4b4c0a85810db017cf307a9e224c6f0624867268de5edca15951c902284d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.1 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-0.29.33-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d4457d417ffbb94abc42adcd63a03b24ff39cf090f3e9eca5e10cfb90766cbe3
MD5 8f7e5fbf6c64907e848a999ec94569e6
BLAKE2b-256 a32594a1c87ba34afcea9775aedf429725c0c327b4fbca68bf9420c7de585075

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 b5e8ce3039ff64000d58cd45b3f6f83e13f032dde7f27bb1ab96070d9213550b
MD5 8fcaf5a5e70f81861dbab21fac04383f
BLAKE2b-256 4c593702d649aeb0fef4dac55036279d3981130cc7024ea2492753f66fb622dd

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a9b0b890656e9d18a18e1efe26ea3d2d0f3e525a07a2a853592b0afc56a15c89
MD5 d83b204ab201a993f70caad4f856b54b
BLAKE2b-256 76dd2c324c22a8dcad28ea30a9f488be432ee480ad26c10da318fcd0c2f188e4

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f271f90005064c49b47a93f456dc6cf0a21d21ef835bd33ac1e0db10ad51f84f
MD5 3f11cab826a51b4005b11b1fc5d996e2
BLAKE2b-256 c5418986ab0d14eef065d853697965aca9ce31d8476133e27adad00e72917d53

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f67b7306fd00d55f271009335cecadc506d144205c7891070aad889928d85750
MD5 4f95dc33659dd6f6fbeb78c3a7e488c4
BLAKE2b-256 b95ab7cb87d2760945be2a4eef55027d03d9e9452e29626dc0734edb007a11b4

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 e8922fa3d7e76b7186bbd0810e170ca61f83661ab1b29dc75e88ff2327aaf49d
MD5 af30a6376f49cda427eab09ae76a7104
BLAKE2b-256 1806218fb5d9fbb6e0502121bfd458d13200c72e04fb30224c1d81a709c166d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.0 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-0.29.33-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0455d5b92f461218bcf173a149a88b7396c3a109066274ccab5eff58db0eae32
MD5 bd41d90615b40143a448d70637b31e80
BLAKE2b-256 af201588d6f529872870bd8118053204677c440d1ccf222f73f2cf5f8b3a2eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.33-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 bcb1a84fd2bd7885d572adc180e24fd8a7d4b0c104c144e33ccf84a1ab4eb2b8
MD5 48867a1305bf075be405dec6143b53ae
BLAKE2b-256 34ac722086f8f98156e844bd1e2862b096b9171fa737a238dd1b4ec15c5796af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.33-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4cadf5250eda0c5cdaf4c3a29b52be3e0695f4a2bf1ccd49b638d239752ea513
MD5 8821aa5c67a7418ec77f9e118f423375
BLAKE2b-256 a373ad8c2c18dcb75b013df90b04c40f91014302e115de6f3b64a85a95da328d

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 959f0092d58e7fa00fd3434f7ff32fb78be7c2fa9f8e0096326343159477fe45
MD5 2c289228807c96aee5661b717ed8b079
BLAKE2b-256 d5874832ee7be58d5c440b4ad127a1ab020229b1871063dd6b6cbdeedae2a936

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dd96b06b93c0e5fa4fc526c5be37c13a93e2fe7c372b5f358277ebe9e1620957
MD5 a6fe08fb440dfea614510bee8a525b04
BLAKE2b-256 54909d2b30e5695ab791e59341860b55b2a539d88b5e40d692f72e279d50f39f

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 d78147ad8a3417ae6b371bbc5bfc6512f6ad4ad3fb71f5eef42e136e4ed14970
MD5 ccbd701e6467c496fc03fa345f09a043
BLAKE2b-256 937ecfaeeb0789c5497e545f5aea910df150d3d4bee11a2b12e327bcc1d366d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.33-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.0 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-0.29.33-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 da490129e1e4ffaf3f88bfb46d338549a2150f60f809a63d385b83e00960d11a
MD5 a6d4350766d104b01573546be17402f7
BLAKE2b-256 de5d72ec23a1f9a72675d4289c7660fb8eaf5e6635728299820a8d22755af48d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.33-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 1b507236ba3ca94170ce0a504dd03acf77307d4bfbc5a010a8031673f6b213a9
MD5 8c8fe6f2ce8126d092ac41d6d397b609
BLAKE2b-256 5bda268b09133d318841ec3012b5f62f82bbe0005b54fe41c7f43c2526ab1b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.33-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 b67ddd32eaa2932a66bf8121accc36a7b3078593805519b0f00040f2b10a6a52
MD5 cf81572099b358228bb64aa5f4cff918
BLAKE2b-256 603b17971e04e034fe30acd3bc80573134b55e153dd44ce8a80e63f8b66b71cf

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1ca93bbe584aee92094fd4fb6acc5cb6500acf98d4f57cc59244f0a598b0fcf6
MD5 21216d59d08b8d8b48391f8b6b7da38b
BLAKE2b-256 c266e2015563aca1c79162f967fc81b83ec6600534d3918f1ffe003e1ca544e3

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b8bcbf8f1c3c46d6184be1e559e3a3fb8cdf27c6d507d8bc8ae04cfcbfd75f5
MD5 c087b421690758ab0b68b155b161e3cf
BLAKE2b-256 2eb89c355e70b025867da67cd54e4474c0a58fd42c694e1e593a6281f67ad49f

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 581efc0622a9be05714222f2b4ac96a5419de58d5949517282d8df38155c8b9d
MD5 197e0b23409c35905614af472690d122
BLAKE2b-256 bcb3cbc04f2ff58b8e0ca88cd090986cb71550672ebae54b47883878baf5cf27

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 060a2568ef80116a0a9dcaf3218a61c6007be0e0b77c5752c094ce5187a4d63c
MD5 22e163d74cc967d55dde02c902a4ac92
BLAKE2b-256 f79ea25979df9bd5f2e4cc39f75f1c8386cba1f8dc9dd164c110a3b1d1b09c88

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b4e6481e3e7e4d345640fe2fdc6dc57c94369b467f3dc280949daa8e9fd13b9
MD5 e2ebe5f3a98232cb630975edc3f51300
BLAKE2b-256 c369f0c3409d4340629065f6f28d01d20b53cc1096919fe1ee4ca945876356ba

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d2019a7e54ba8b253f44411863b8f8c0b6cd623f7a92dc0ccb83892358c4283a
MD5 94c5c2ea543d508f40558848086c6624
BLAKE2b-256 b4ea83d7df2a7d223c6e1acab6067c41037e4ee538053b89e092cc2fe3598851

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bf5ffd96957a595441cca2fc78470d93fdc40dfe5449881b812ea6045d7e9be
MD5 f49d61720df662f97161c68c5ebd6782
BLAKE2b-256 2eab6a6c89d8d8f4b39ea9a5ab27eeac67ef31e22e544788744c683cb9280e32

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Cython-0.29.33-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8507279a4f86ed8365b96603d5ad155888d4d01b72a9bbf0615880feda5a11d4
MD5 7d671d2b05a47d97a829bd8a9bc69405
BLAKE2b-256 8a780b29a4e14d63eec31fdc864fbe84e45d395018f91f7646535ca48fecb4a5

See more details on using hashes here.

File details

Details for the file Cython-0.29.33-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.33-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.5+ i686
  • 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-0.29.33-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 286cdfb193e23799e113b7bd5ac74f58da5e9a77c70e3b645b078836b896b165
MD5 19d98330ffcdd1f2c7d32f8fc81f5243
BLAKE2b-256 1c84a359b10ec5ded7cd7bf6344f5853be7155b55c7b66bafe73340aa7f7cb25

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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