Skip to main content

The Cython compiler for writing C extensions for 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-0.29.24.tar.gz (2.1 MB view details)

Uploaded Source

Built Distributions

Cython-0.29.24-py2.py3-none-any.whl (979.1 kB view details)

Uploaded Python 2 Python 3

Cython-0.29.24-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

Cython-0.29.24-cp39-cp39-win32.whl (1.6 MB view details)

Uploaded CPython 3.9 Windows x86

Cython-0.29.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

Cython-0.29.24-cp39-cp39-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Cython-0.29.24-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

Cython-0.29.24-cp38-cp38-win32.whl (1.6 MB view details)

Uploaded CPython 3.8 Windows x86

Cython-0.29.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

Cython-0.29.24-cp38-cp38-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Cython-0.29.24-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

Cython-0.29.24-cp37-cp37m-win32.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

Cython-0.29.24-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Cython-0.29.24-cp36-cp36m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.6m Windows x86-64

Cython-0.29.24-cp36-cp36m-win32.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

Cython-0.29.24-cp36-cp36m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Cython-0.29.24-cp35-cp35m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.5m Windows x86-64

Cython-0.29.24-cp35-cp35m-win32.whl (1.5 MB view details)

Uploaded CPython 3.5m Windows x86

Cython-0.29.24-cp35-cp35m-manylinux1_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

Cython-0.29.24-cp34-cp34m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.4m Windows x86-64

Cython-0.29.24-cp34-cp34m-win32.whl (1.5 MB view details)

Uploaded CPython 3.4m Windows x86

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

Uploaded CPython 2.7mu

Cython-0.29.24-cp27-cp27mu-manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 2.7mu

Cython-0.29.24-cp27-cp27m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 2.7m Windows x86-64

Cython-0.29.24-cp27-cp27m-win32.whl (1.5 MB view details)

Uploaded CPython 2.7m Windows x86

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

Uploaded CPython 2.7m

Cython-0.29.24-cp27-cp27m-manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 2.7m

Cython-0.29.24-cp27-cp27m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: Cython-0.29.24.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24.tar.gz
Algorithm Hash digest
SHA256 cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443
MD5 81aff945f5bfdfb86e7a5d24f5467668
BLAKE2b-256 59e378c921adf4423fff68da327cc91b73a16c63f29752efe7beb6b88b6dd79d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-py2.py3-none-any.whl
  • Upload date:
  • Size: 979.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f96411f0120b5cae483923aaacd2872af8709be4b46522daedc32f051d778385
MD5 7545d055195a6c6ec27bf62682222c91
BLAKE2b-256 ec308707699ea6e1c1cbe79c37e91f5b06a6266de24f699a5e19b8c0a63c4b65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5fb977945a2111f6b64501fdf7ed0ec162cc502b84457fd648d6a558ea8de0d6
MD5 3de321e744f75a432592804c0eb947ab
BLAKE2b-256 165b33e0d2e7dd737051d8021c71f58f6fd42905c32a2ea6b0e7e4f99e97539d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91339ee4b465924a3ea4b2a9cec7f7227bc4cadf673ce859d24c2b9ef60b1214
MD5 d0ba59f6dd15df7a0e93d1e2ec54aa3c
BLAKE2b-256 56cf5164ee2c1c28304f4eeb2c6020ee2b67e8e2a63e04bd7051d26ddadd2370

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8cb87777e82d1996aef6c146560a19270684271c9c669ba62ac6803b3cd2ff82
MD5 91941ced6029ae656b931fbe179e37fa
BLAKE2b-256 ae2d48b254fa0a264c6f1a9a2b0cd9a1514fa77176e1c8b33834caa474817a95

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0d414458cb22f8a90d64260da6dace5d5fcebde43f31be52ca51f818c46db8cb
MD5 de5eafcc2c2b20ce9c9ce17d1b312afd
BLAKE2b-256 220c08f9ebde2caad767e023bee11b86f8c5269d2ce71afbdd42b0c554980555

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 afb521523cb46ddaa8d269b421f88ea2731fee05e65b952b96d4db760f5a2a1c
MD5 c30071075d0e554121bb2d74b47c66c7
BLAKE2b-256 5aebde9e3e77d9ccd6f5a879d429875c26f7bd61fa9b52ddb402e6480e256e3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad43e684ade673565f6f9d6638015112f6c7f11aa2a632167b79014f613f0f5f
MD5 46678577ccdf00a1c392ed49b264146e
BLAKE2b-256 0e99a6821b430234db2d71c90a8c6ff43989a0088d56c74000286e51fab1be7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 416046a98255eff97ec02077d20ebeaae52682dfca1c35aadf31260442b92514
MD5 ff3c8b14bc07e1ddfee06a4cab5b8358
BLAKE2b-256 3a96404d267b0be929f3912ea69f93a60c8466a21d1f56d9c877bf2edf81a5d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a102cfa795c6b3b81a29bdb9dbec545367cd7f353c03e6f30a056fdfefd92854
MD5 f668f5a213399110a27bff30032343bc
BLAKE2b-256 9bbe11130b36e1bfef653e39f4802f1c7564d0c9fb3b9c0300d91b31c0ce2f20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc05de569f811be1fcfde6756c9048ae518f0c4b6d9f8f024752c5365d934cac
MD5 bc0de0798f7165e52ce739a260437e3a
BLAKE2b-256 40de56a0c2c972bddf03ca494ab2b1ae31dcd3cc4a1e97f6ee5573a1f73a7805

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 661dbdea519d9cfb288867252b75fef73ffa8e8bb674cec27acf70646afb369b
MD5 5f51a3fced24ff3d085c6f7ce12015dc
BLAKE2b-256 aaeb9f453315a0702349fff2147f88e2a147035168f152c03684e94b90ed17ec

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 eb2843f8cc01c645725e6fc690a84e99cdb266ce8ebe427cf3a680ff09f876aa
MD5 ebf09e2d33de7d70b77232abe442cb4d
BLAKE2b-256 9190288b69748ddb6963e8264fbea7b50da877fa016329a2a2572547d7c32835

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55b0ee28c2c8118bfb3ad9b25cf7a6cbd724e442ea96956e32ccd908d5e3e043
MD5 4d073d7ec94036a585fda8d2cff2f970
BLAKE2b-256 c123b8e2151084fd4de0d1fe51bd3b07c1a487c8a8ed23b9778484a54dc614e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2d9e61ed1056a3b6a4b9156b62297ad18b357a7948e57a2f49b061217696567e
MD5 b8555fd9361ef9eba0d21f97dcbc9b54
BLAKE2b-256 4f1cd5b7b91f99044bf84da41059912f2a38ce8db9c9b65bfa50e3cf8afa07c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 821c2d416ad7d006b069657ee1034c0e0cb45bdbe9ab6ab631e8c495dfcfa4ac
MD5 b6f08a0bca459fdcab3e9a5f2d756b86
BLAKE2b-256 9d59ac9aa87b110e7b9db5191e687792bd5194a744b09766e92dc9b0c62c3da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f41ef7edd76dd23315925e003f0c58c8585f3ab24be6885c4b3f60e77c82746
MD5 0dec6a871c658bd6d993c5f0595f8e99
BLAKE2b-256 a109afe39eccbcb8e75b4f77bea919468dfacf3b2701c70f0568a3b78e19f2d4

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 10cb3def9774fa99e4583617a5616874aed3255dc241fd1f4a3c2978c78e1c53
MD5 ec0a36ef8db551698b2327a3dbec3fd6
BLAKE2b-256 3d48bbca549da0b0f636c0f161e84d30172c40aafe99552680f297da7fedf102

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0a142c6b862e6ed6b02209d543062c038c110585b5e32d1ad7c9717af4f07e41
MD5 6899a24fbc00392fceedb82d0556418b
BLAKE2b-256 4af2d472c874bf8aeb184e6b1d4a60a1579d8f428172d77c69ffdc9cc0c07262

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ade74eece909fd3a437d9a5084829180751d7ade118e281e9824dd75eafaff2
MD5 123b2f462c94c29fb66e72c2105d4aa8
BLAKE2b-256 daace28e88d5846adf97ea81477e8567d5a333a0ab3b8d0f1836a8d2e3083aba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 84826ec1c11cda56261a252ddecac0c7d6b02e47e81b94f40b27b4c23c29c17c
MD5 f9e3e23b0bacc38687392f85f6ddf95c
BLAKE2b-256 7909e020dbf8ea48999ae30fba91103702995e25e184c7f1a57aa6a049582ecc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 854fe2193d3ad4c8b61932ff54d6dbe10c5fa8749eb8958d72cc0ab28243f833
MD5 db60193f45b42a3b73a045e10cfe9ffc
BLAKE2b-256 1f2a89be1833a51466a3b1f99bf63f0d96668f5dca37698e81b88df300795800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4cf4452f0e4d50e11701bca38f3857fe6fa16593e7fd6a4d5f7be66f611b7da2
MD5 d7897f60cdf05a09ddd2577c33ba2add
BLAKE2b-256 cfab343921f326aba2fb19f4f4ffa6c2ff2931152edac201f7dff370c1474617

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 112efa54a58293a4fb0acf0dd8e5b3736e95b595eee24dd88615648e445abe41
MD5 589a8348303ae0f7e34a57e81220525a
BLAKE2b-256 d7045890b30102782a3ec9970df3c10f024298803d89624ee23cf75d09bd2548

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d8d1a087f35e39384303f5e6b75d465d6f29d746d7138eae9d3b6e8e6f769eae
MD5 f9287403ea0084416d376a006192754d
BLAKE2b-256 b2eb8de639c651a374d6afcbdde37b0b910e667ac9b8eb5d5b09859c3ea4928f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-0.29.24-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2e9381497b12e8f622af620bde0d1d094035d79b899abb2ddd3a7891f535083
MD5 83bba7b046eb29ca5dfee263709afbe3
BLAKE2b-256 909717021a29984ac85c5cab01f84adb86db52c4c83846f68de5837723a8b153

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 76cbca0188d278e93d12ebdaf5990678e6e436485fdfad49dbe9b07717d41a3c
MD5 4588b00a0e56ffd9aeccfc033097ce89
BLAKE2b-256 7d4ba72c491690f66e7767492d1465784c6c21bbc817c53379a707293e762ced

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp35-cp35m-win32.whl.

File metadata

  • Download URL: Cython-0.29.24-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 166f9f29cd0058ce1a14a7b3a2458b849ed34b1ec5fd4108af3fdd2c24afcbb0
MD5 f987aa7bcc6002111e1aeaf7087dacbd
BLAKE2b-256 0bd41a2e5915277d5a71ddf89631cd9434c9190eea9abdf3e5492ebefbf29a5f

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 60c958bcab0ff315b4036a949bed1c65334e1f6a69e17e9966d742febb59043a
MD5 f66347ce4baee78ac45e2615efcdef9d
BLAKE2b-256 a45b7a4310866357c20457c0156d0016a2745a5e2096236a8a7ae1ccd3efdd7f

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5fa12ebafc2f688ea6d26ab6d1d2e634a9872509ba7135b902bb0d8b368fb04b
MD5 b4dc0b0a27c1bc40caa38798c2dbf3fc
BLAKE2b-256 5bd7562a2695c94679c1d8f9ee6a9bad52154afb2891ca905a0481045e775e1b

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 88dc3c250dec280b0489a83950b15809762e27232f4799b1b8d0bad503f5ab84
MD5 49fcee7edb217f9cb941b9ffa7ee21c7
BLAKE2b-256 736cec2f9deb4ab2e251d1914dbf56096b0e12df61693720d07a41f75c23e97e

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp34-cp34m-win32.whl.

File metadata

  • Download URL: Cython-0.29.24-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 5dd56d0be50073f0e54825a8bc3393852de0eed126339ecbca0ae149dba55cfc
MD5 6397bc54f54dc71d51128f4c9857c5b3
BLAKE2b-256 0959f24bb47bb69c8e953cd4bb7acddf8bc094cb1f1003300ca5fdd4bc8bc080

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 774cb8fd931ee1ba52c472bc1c19077cd6895c1b24014ae07bb27df59aed5ebe
MD5 294a6dd2cbf73d7d50d5383a0f0ac553
BLAKE2b-256 600a2f29583d082f6b1b7349b8f98e73ad15ef927bf3f003e71e9e7db62017bb

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 09ac3087ac7a3d489ebcb3fb8402e00c13d1a3a1c6bc73fd3b0d756a3e341e79
MD5 84308f3a5dc2af5e86757bdf0527e0bb
BLAKE2b-256 4818396b681a94624537122c8e6de91415769a8fa2c5e6d96081574d5faf991e

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 73ac33a4379056a02031baa4def255717fadb9181b5ac2b244792d53eae1c925
MD5 a535ba92cd74fef96d55bc2d35a562d6
BLAKE2b-256 afb3b30c1c4ccdac2cac1d388544d33b80da69a9bde24d548425fd734106424a

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27m-win32.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 9164aeef1af6f837e4fc20402a31d256188ba4d535e262c6cb78caf57ad744f8
MD5 7fd0e6258eaf5e652f6d53616411f1b5
BLAKE2b-256 b2a7234cd24a2b7f65f98b3bf8f477bea11c6060c4f81c849861405e8239e427

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 37bcfa5df2a3009f49624695d917c3804fccbdfcdc5eda6378754a879711a4d5
MD5 dd2088fddecdf27cd1dc2ff8f0b8c589
BLAKE2b-256 c571ac2ae617c31ec9df1d45b27c1b3d262f20543300293f2d96e934fef35e94

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b28f92e617f540d3f21f8fd479a9c6491be920ffff672a4c61b7fc4d7f749f39
MD5 2eaa2851ac5014bda16f5d08d74f76b5
BLAKE2b-256 23a9ec0d8a946efe665ca26509e9da12fe3abab412ad677cb6ed372faa7d4327

See more details on using hashes here.

File details

Details for the file Cython-0.29.24-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-0.29.24-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Cython-0.29.24-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a2cf2ccccc25413864928dfd730c29db6f63eaf98206c1e600003a445ca7f58
MD5 e8d9cbad05686e33973693b68f3c6298
BLAKE2b-256 83fd5954ff0db96b0f84f12350482834071892c1ddceb96e872dc53bd0cb219e

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