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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.0rc1-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.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-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.0rc1-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.0rc1-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.0rc1-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.0rc1-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.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Cython-3.0.0rc1-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.0rc1-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.0rc1-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.0rc1-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.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-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.0rc1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.0rc1-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.0rc1-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.0rc1-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.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-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.0rc1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.0rc1-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.0rc1-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.0rc1-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.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl (3.5 MB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl (3.4 MB view details)

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.0rc1-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.0rc1-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.0rc1-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.0rc1-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.0rc1.tar.gz.

File metadata

  • Download URL: Cython-3.0.0rc1.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.0rc1.tar.gz
Algorithm Hash digest
SHA256 ddb25772af30a200bb72184d30983c6fc28e47cbd954246d1223be766fef0e10
MD5 34110f44ff2dd5ce346cc11d48bfb3ed
BLAKE2b-256 6acc30bb3908bcb52b9aef3301cbff0da33e5c5880a257d10d5cc361d97141ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0936f0c17e545baeea5cdbe53c1c21b0d8120c0e7bbf29b719c716a45382e68a
MD5 5ced5e5e33295e7c78c8a868f57a454e
BLAKE2b-256 1871d9ad61e8dbac6e53e92f534aca35c298105fbf76a11f6a08c18de8cec6cb

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4779058f8ad9630372047b92ba2ac57c6d301cde41c1ff0be9594ece71df335c
MD5 af560c2ba81e316c39be0eb06927ea90
BLAKE2b-256 2af9c1a67657ee19ba1391e8a89b54d7d64b9dda5982090a86307ecc4d32811a

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 16240780fa57d69919b21f6adf322efb82bc3e7fb2e82d24a15c0e1ab71c6f69
MD5 86fa288c70434de0f0b542307da58ed4
BLAKE2b-256 c325fa40aa9f81e75ea5aefdeb1ca0e2d03a273071903ae700aaa165f3b4160a

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d26afe53e5783db23ef9e4800c89c300ee59c1bc1710cf78691335cb537bba4c
MD5 6b4b6bba94fa508c09c18e8fd2a8c8ca
BLAKE2b-256 62665ba88843c0d8babf1adb57d7705935284030e71fb55177e596f5ac08ebaf

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.3 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.0rc1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f3ed4d96a45b7fcc048300ec49c901acfc68221bfc02c98cfcfe4fa288e441c2
MD5 0c8723a9aa78a4fd29bfa1963f1ef198
BLAKE2b-256 e0da95cbb24d9b4b625c3a1015a9db1f6e2a7a165005868d3cbc133b2c2eee44

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bacbe15a9de07095cb67a201805431c33417a1ed1349303c1b57c11fa632bc00
MD5 7d7c6a19fe4ee618a2f21859aba31191
BLAKE2b-256 207d63016ee3543d7a5a4d0249594d569c96f366e84a35db22cc6043c74fba77

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5d7ef90dea1ca31085b39ddee5875ebfc76825eb0fc75bef2aa02f9222a9f74
MD5 05bd03f210f1d2565415c4eea56a3f5d
BLAKE2b-256 d3c30b1d0f778123a7e027a326090df2cdd511e76ca736eac74b3b8abca2193a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da5ec69acde7a6724312a99f4ff555f8b489e7a940d04b7bce2e81fd8fa98e7c
MD5 e9fec680720cc985f0f5b854fbef3d49
BLAKE2b-256 8a6a55cfeb1ed703b9ac91855bc924f6274988d7bd3f689c2b931f86471e0724

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ca9185f019df362e284a4f1c19407b6adf1a588b5bd7e33d0333c4b090fe886
MD5 3a7764b9df829d9f80853f52209458e8
BLAKE2b-256 b2dd441808bfa7bc6d97e1e1c8fed19d0c058816531a7fc7f470f1c5012c32b8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe412fadf6c503b9bfe24ac8f695be4050bd9efec50c08de086cd2db0a4dc061
MD5 52f1feafbd1187c3d840288d4863d311
BLAKE2b-256 71c2b66dfd6e15aac9bfc500f09283d8a6cd4c5d4c46763e182330cc4c476a89

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bc55eac9b60243dcaccd7458c32f4640afab6a0bc85b5973ff61533ce742efcb
MD5 822fad0c849e6fbc5169237ac7086d88
BLAKE2b-256 820cdae97e36ef995701ab442f37a5c31e405398c1b70b62b8fffaf043c30293

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5038970cbe806a1c2d070088bbbb876e2efdfc020fec7ce3f2c875a66e6ce0f2
MD5 276ec3cce5c5e42cc305e7fc5bac2289
BLAKE2b-256 62f8a6296ce03a4c405c8e3f9bc27287057a59edb3a42ecf6a32e4833d5ba1b8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0rc1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 90607bfc8bc9bcdf9d93888b8f3c557a6a6d31db4e306be37c9379e8ff65ec50
MD5 5bd29e825d9c1d8a2e952a41378da331
BLAKE2b-256 a65bd5b4643e61d53c86e19bd38e9ac8fcd11ee65d5edc4ce42caf37877c02d8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b3b76dd30019da1ecad41ca28955090d788cb3c69199da28c9381885b94ca24
MD5 fff4c346a5c0f12f9d71c7181294f3bf
BLAKE2b-256 abfaaf56cf21bd7b6ee5038241f3ad0bf8a0e09ef000c53e1dfcffdbccf322b1

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93843ecc0e4b7074c3f957db3232d825311681eaaa0b747a8ada63775fd57658
MD5 3a1b86d0417f15084862400c9777fa39
BLAKE2b-256 06f31074abacc136a5c32461f462df30ad5b6c15298ad2142a532b3607422264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b809864e1df2794fe7bbc29514dfc0cbc549b5d646ef4e405323f34283fe615f
MD5 275f5d4773e11d985c48737769680a2f
BLAKE2b-256 b648ed5e4d29f6ecdbc0fa1242155e404f2a1cc0b19bec283c1d8b40928c7df4

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b82c34e20ce1463d475ce637bd8221ebd7c2d8bee519d36c296957feb428dde8
MD5 a1bfba038d1c344f573666b501ac88e8
BLAKE2b-256 d6991bd4654141da8bde04f7eb8a6636df6ea88ef1f19abf0a56d0639aed3442

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b9f98957bbe9e671004a0288dab4ffa24d0beb60c9e80f8e6920bf5f74312849
MD5 b5bad6f66a7edf1b733093dac46afd20
BLAKE2b-256 392bf07138da67cf885cb75e4091d2ba8c9ee28f59197ec4d90ec9a06498023d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d73759c67a479a0109866a2eef8abacb1aa6c1d7c4f57a76f458920b22135ea0
MD5 7132a5e5bc7ac535fe624311dc7c8281
BLAKE2b-256 a3797931f44114db6b0b5c3a2f006d0404626b44322f44e1302b242cb427d2c9

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8b3fa3681e6049b9e5b2653862a6c218dfb82e7669c06c28cdbc17ba8103b5a1
MD5 866fc45b00812061e9ac197b3b1985ef
BLAKE2b-256 938eca268f161b7178d86fd07f1dc2699d5dfa3441c86c4b886ca189ff0f843b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 329d61418af979b8e1026a1de157073f8bb982cc4a7236e7dce3786e0af867da
MD5 1a4139ce132fa11143679d0f4f749119
BLAKE2b-256 057df68556f51fa235b5ef105d399d6c5fe0aabbb2fb52c61d72350fd7f957f4

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e0f5b3b65627e9e383496dc0bfb2018a540776fd36b9cb1ad739f78dbd860f2
MD5 dc396dbfcd12142954999729f5f337c8
BLAKE2b-256 63c0b54a37c9471d6704ee655291a66ca18f942a35a2d863396623918b063a62

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5f77dbabdc43bb370f80d6749b87c18fcc7eb77073cd3c85b9c77cfe4dfb47e
MD5 698868b833b28cc01191f02142b8b5c5
BLAKE2b-256 3696c158b6a4a72b3addc06b91f0dbce2d7bb864b7eb6252a705fe554118662a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f270d935de5afefafb06973e3b464c35ba285dd498276281527be63e53e6a14b
MD5 e3d7d75d424ce3a35072f269c7024f8e
BLAKE2b-256 7285563b2b631d2543f0cf215b07f6dd610235dabd69f867cdcbfd96d9a9e0cb

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 847f1223a281bde92b71ce222a0834164c55ec02809fd7fcd36d570a949d99b7
MD5 fcfbad540f5d13b43362e5e06eb971e8
BLAKE2b-256 a7c8c72aa3043b4ad197c347b9f55dd215b200fbc12abebb2bac8af1d8cb0285

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0a7298f88a22dcb53a25262887a98dd288075b5c9520c657e264d5f1d738d474
MD5 f5b75e24b77d90771a08254132071b56
BLAKE2b-256 2e450508b9fa3d82290444982d0a718ef8efc32b011626e76eaf5e885d47abe6

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6d460686d699d89e7df9b3733a7f229259790c6a93ea5d209fa9b6d26afa9308
MD5 92a386e6f9da4327f4469451a253eb4e
BLAKE2b-256 dcf75e4d79f9d6b88a0444bce33591cfdbd7addde76692c0fbc86aa9f6bb7865

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 146179b0fb96e78f1f456994be37369c198f5232c0566a5ac169387846f6211b
MD5 107000e24c29b11215d11839ae21b3fd
BLAKE2b-256 00c384f672ca6a31b6c9a786a66224cbb0e108825ee3ca55489bf5481a509bc4

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0rc1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 10b6f281ac52115a91b1377adf60b04bc28cadab93cf7e416f02c42664fcd0bf
MD5 9926d4fa1a3813a77b2ad29047a5ea28
BLAKE2b-256 6e693c42afa88c5e483849a06e4fda17c65bebdc8540c8029ceb240aad44c9df

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a606ded5272656756288845c3bf9ba19612c0aea8c3182114c249c8582214d2e
MD5 642c649fd2206f8c65c7715b0a7f0f70
BLAKE2b-256 494d4744c21b455df0520c92b6013ccb397b4a096f883256a43132e8fe5e57c9

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d13445a4ab9d205bab8b092f0f054918da8763db32b10bb279cfcf9462e51773
MD5 8835e522e9716db305c75b8bd647546a
BLAKE2b-256 65ae908ef9e03949fdba392b8c5755beaffa2a07d62f65c1d1ccec7351399c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 671bad0cea3e39c1235eed9b1343f0ec6cb639ebba56aa817a72fcec661ffbbc
MD5 56941e0fc3483bab5dd61b55ab5d4f5e
BLAKE2b-256 351e0a5d4c0b4f883023767f891f5db71545f284221571b163cf1889a40339e5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2da17889c7a5b479e83272938e8ec56caeeeb6586b7d4a490ed6437abc1fa6aa
MD5 5bda1cc00782db545ec2f95dbd9b625e
BLAKE2b-256 17b49077d2719c4daf23c7993e71b164297e9878588ed99c6f06942a421fb96e

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 655c06666599b86313a4390f5fd68ac54674dae47f6d8b179a542219facc1597
MD5 c6c206838634addf9cb363b2d777a81a
BLAKE2b-256 1f3284853759a669e61aff8d310480bc26b5395ac1d3efe5de098929019b1ae3

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7f77bf2eb961f79a53a8ea3e7a79d0d27dd60f8405cd81b2ed07326e554abeae
MD5 38659a655bd0167b126ae315f50f6875
BLAKE2b-256 a3def4861ee7c324429c93cf50a7cbf606007da1126cd3595010c2bc25984dd4

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d962890915eb16e830415f1b2fc250ff884adf65a8c6e975f5044a2c967bc11e
MD5 6a7e13172e3ec1ceb9d2270a97567f8d
BLAKE2b-256 0785e36745058216e4a62e488a3d1c65ff37c713c13a923860473a1a8c9c8125

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 405363484fcb5632122564a1f0b0283d0d742778255a6b2c48a3edd271ca8163
MD5 b8895659783d29e635af33fda288dbd3
BLAKE2b-256 69ac55973114832fb5de32ed697e6049a4945aeee2c20df6ffd044516220e3c3

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cf0caf4c1af2bd677a58dc1d12b9c4fcfe5aa31ebb1ae96360cb6ea0640aca6
MD5 075696fc2e5ff8dd19d049c70ffdc954
BLAKE2b-256 1444ff5a234e0b5b843cab2025da2bed2fd922a7f9595dfd0e76597baf4e0d39

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e326e9ca4ca28719cfdc8fc7040b7d7bf72e388197ad4529fbdfa429ac13276
MD5 667f0c404eae96c1c15c318c51065744
BLAKE2b-256 da6f59503dd0f33b0d361415c311aa85bba2273de1cb716760179f0770f11f0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b49d476e9d853cfb06e7fa176f85520c561c60129caf394284d2faf8e1a33846
MD5 0ae6b95ba64d44ed47fccc02aaf06343
BLAKE2b-256 1256d9a240769b450fa0cdae35865399e49b519bfb929a4da6b490c74cf4e708

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2dbe649414d9607b1a536894519aa408f4c8e68e9098e089c8a143506eddbd9
MD5 82840b191b9c2fd19a5c94535cb94356
BLAKE2b-256 8aa6b4f0ea2347e5c58178ad3a6a0f615b974f9195c9ce2d8322de4f996b5ff5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ebf9278f896a7f7d90e768671f881541f3e29a3bf45d8d6c66c2ffdc9bb340aa
MD5 2d6a5e4ced3b85278bcd57dae336519e
BLAKE2b-256 b3bd66349f8bc836a9129eef11de08a400a1353b78c36bee420e45b73906d9fb

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3e5f4bfda483e7cbe2f3bdf9bc508575ae0f437902134a7774d629ceaf84fae2
MD5 793d93d995166321d01fc73963accd79
BLAKE2b-256 31305aa6c17cab4d2e04eb3c7b7f31c18bcd56e865360fbd768fdda492e312e5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 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.0rc1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91efe47e1aae9bf4018c5d92a5a3ce55d96092836dc84c1f4b6af59e30db89d7
MD5 ca300ec6524f23028161692ef14b1349
BLAKE2b-256 3b67b8e05577a1ce7c281a74b7de14a24ae220626e9e00c729b24e026ceb29a1

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f55ce1abf31b30babe81e28d42c58fe3e8c1e6449489439d7f3ea60c260a32f6
MD5 478bdda7d4684ff433fa7ead4b88f5d6
BLAKE2b-256 1926d2ce1a2471fee63676abe18cda4c7d3b642a8788965b8130ec635c233367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4331ce3558031d0d45476f373e2d722c1669418184e8a05d8ac1d08d6937cb69
MD5 9358f75d2edd1faf54138a1d8af808c0
BLAKE2b-256 ee527faaf19f28418fac7c7285eb71572b91acfcf12a3973f81d2a293fd3e4ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7619a6cbbb97124fabd02ca949756f0ae6d34701b8444a1b9b487633b706bea4
MD5 87290e04a0061a66d02e11acf06b026d
BLAKE2b-256 f36cdec3c770d70ab6083b750ade54470b2cc7fc9a992c4095c83f50b002eb17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 327db9ee66673b29f8b86a209e6ca38effe58fbc285663c4f22f609d56d32d07
MD5 d3cca25f43da636e3fb82d2d87ce6913
BLAKE2b-256 a872a46374307d9d728248a587303d5ed14c09d65518aeb99eb3b4875a7a1672

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b2a31b40e3b2343427a19297bccd15e728080faa989a1ad60f515f2c47b411d
MD5 2969579201233aa1a582a227e82a8dfc
BLAKE2b-256 37646e930967489f1ede96bd69035cca3b6fe22442be49a3242244c7d9390ff7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 085afd85cba0139b2067e98ade17b56401ce07e9fcd62667c3cfd25bcc26f5b7
MD5 3ed756599f2b768233a851a25715b1d3
BLAKE2b-256 fa4ec0f732313f27cc23da1432a0d5f8395d696cbdd013146f189d7171fa7a49

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6005efd13075da159f216fb02043cf5968d23a4c9ea61b3d7ecdddbe4faaa956
MD5 efac46e6a7187d29b846d3827da441c1
BLAKE2b-256 f1f1af4089c43aa6d4147dcecddb96ba64707fc9f9270423f8dcca0bff546571

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.4 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.0rc1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f8daa96e9d559d2964cc7794cadf41ea8cf0b96b1e389f505a564f4eed42e610
MD5 d982fdc26482cbb62debc3b91b5d068f
BLAKE2b-256 02b7d8ec07c6ec9a553f70217dc4e7b9f12a3443abd9300ab9067e2b7046983f

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6abd24e38e0346ea94b62612a56156ba57967c03d189c73bffca3775b57c3be2
MD5 4de9ee64c0a2b2c426033036e2973009
BLAKE2b-256 2edead1ca3a90978bb8e2607238970f89560e5aa9145690a3b4b51799c3b6b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44c510c6eb984356851a49d91c2f63b8d871f9a564d8c202a6c19945501d389f
MD5 99dbcb30e85a9c8f5a24e5e551640e1c
BLAKE2b-256 cf8d5507b7776d531e078a6526a8688a81a1e95d29b8402ee5d7aa47448ff5e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58a7a153e8ca792375420efbd3bf475dfaec8948afc14f9b288e53c15b957d50
MD5 9fb3e9752aa828eb0d451212a930d85f
BLAKE2b-256 6ba7e78294c5d96779073c8a73a2a96fc361f43c64423f205f3fd0d1f669c9e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 47045c82b00a01597622988b16a95ab4400f066c325e3970c2effce73d484657
MD5 b8fd4e2930f2081190e1a7a10b6296d9
BLAKE2b-256 2b2847a9e938f9aebe6af5084a4178d5e95d2893a1409f9169b474e096671055

See more details on using hashes here.

File details

Details for the file Cython-3.0.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0rc1-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.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ce53ae967abaeb58999495f484bf442cf51a84f9fb2081f5e878e1a52f03047
MD5 f6cf5cd662455877e3f2aeeac6620e8b
BLAKE2b-256 deecd834def1d79f62bb3368b91f662a74a53f01a96fe405d9cc8397606bda78

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