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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

File metadata

  • Download URL: Cython-3.0.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 9ed2e47222e553820f6defbe7c5f7cf8b112313c6658000cd76601fc66c930ec
MD5 55d6cb09ca6c89783109db85626431a9
BLAKE2b-256 4b4f06a66f91ac1c110f20b80aee91d0d0fcea616035496dfb7cb81077ae6ece

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 238983399ec81e2be00f4ed0da3276f90d869b2526f119146338b562186ef88a
MD5 22f315524c87af509e8e2621bef14347
BLAKE2b-256 bf2437ad3356556a5686cbb415dd0b85adaa25b723dd1a56d8ca99eb9508f632

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a708b58bcf8f5e30d8f348c804b43324f965f9897d496fb7669302e106085a8e
MD5 3a2495ef5729b92553cfcd98f5d36ec0
BLAKE2b-256 dfe4a0bdfca9c9f9d259c84032635bcaf705aeae48a80ccd253a8c95baad1f1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 29a9bcbdc587b7570f8b44baa7cc0733f5fd4a7c8d6d10075398e6cba58d1a35
MD5 136b189079b27e1a07b101b9f2111cee
BLAKE2b-256 cb94ff4c61c5dd7b5c2556bd1d881f4e0dd4da40dc3a746e31bf72fbc369e155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a039fad0ac0c920232240e35777479584641dec60180b9f8b605583fbc15e2e
MD5 0c8f4adecad5b89700cf353645241653
BLAKE2b-256 0dc8ff47dee339b72c7fb99a13022b44fc57e244cdf8c22553712fd7e85cd250

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 40782130c271e489e8d9a333519e73080508c0da90a918543739fc12ea1bbab1
MD5 b18d9e0844f7e411a8c38e0407b8efd0
BLAKE2b-256 fdfa959011f9c1f2eb073b0ce91c56c98611d29ab759c08893c2a1bcbd4152c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f6e83375486aa1178c9059205979aaf27eb3b6fc8d368abb9c28c328eeac15a
MD5 82a95eeba446e44408831331ba939cc8
BLAKE2b-256 0bc82695449fe905fb8a5503db1f457fa29be6ca583936574add3ef38a106d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b17c0aa4cf3f5f170fd4015ca3b0b35c766dd7de537d20a1f2de692d8ddc83e
MD5 416071f5ea7e85fd9dc0dec90d012e86
BLAKE2b-256 07e041cf9e0ed1a355a42bef31a2728bc4bc5e473177a23eb09ba106e79288e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 156b20c1cfaec2a6e469cc72717b3f1203ba78748807fea22de21c209a22b89e
MD5 71f92b76a44a383a0ffd951c089ec2af
BLAKE2b-256 0bcfa05c45f5ac9ddda0f97652969b2decb0006dac5743dcf7c52b931c13e165

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8214b82a452b0826bd15e70547a9a00f0f73f1c8ab865e5bdb62727d528797e4
MD5 390096262025277468c1786d82b9272d
BLAKE2b-256 ccba47724dc3d81d83aacdd0d85583369967eff8fde264b2cc9fa6fe9bd8b2f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cadc92256f274ded81453d4da69d6785215f106683909eee1b68ab4a1c40d231
MD5 15a374923365736d4cc8b8c9a2a851a6
BLAKE2b-256 bbb056dc697afa107f4a564b48fa30b3b56397640a8d703b161d6cab3a520ca5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3d4969febaf1c15925524c549b5fdba9ff39a1131da0cb3ffef36844dd783fa4
MD5 9225226e035cbacdc1638ce38425e74e
BLAKE2b-256 a05295ea7678032860bde362642c9bde35aa77258a3a5cdc80603d03ba231de4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4c907a26a8d5c5f00ffbbfa77e2f8c217cc8fb22999030a20c9d27406b8b8e9
MD5 73410e0f6ec1046b7b20d56a014861f6
BLAKE2b-256 64908fec00e13bda20beec763d3bcae0b2153a2e72973475120ed5dac6c59bfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d043bc13705cee438dc3d25a17ea2908499b43c836d34561c700f6a50dfe8e5f
MD5 03fba7120f5941e47b7ffee862a3e534
BLAKE2b-256 206c7ed3d11692cb947b4a3fe86ad680315f7a6fc8908bc1e8b1c6bf8db7f31e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71ce7d2d0d264dd3d25bface8055f3095e8070afe128b69e5444aa3515aac86b
MD5 40934001c38c859c92c2f2f9a60915e0
BLAKE2b-256 ff2e07ff000b58f4e935e15082ba3308c71bd1d0a4c971d594181f234dea4207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 775fa2467982839f3356ccc30c8f8e164dd335fb332ffee11394cdc5ab5bf711
MD5 db6b990b38e5d37dd2b9632b41d790c7
BLAKE2b-256 7e9741318422acd5e1ed4d85b92e5dd1236e255f1085e3572866246ab5864a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c426e7b9039514ddbccb3b4feac9830705cfbd1cfbe926391cfa59b21fb0adc0
MD5 29751cc9d287c4a19053ed610ebcbb37
BLAKE2b-256 086595b93ece73699220e44cd0433b6f56eea21f89e244b0cb926b57207d048c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 393e27929c22f24bd0a318a268e7c19fcef97b8c59b6c7e54bf09e66ef04b9cb
MD5 2a5a4cdfcad0c910c0aa93a3b50e5d26
BLAKE2b-256 105cdcb2e6abe2acbde97870cf5507f06c9339121456c9e8fefe7a42a0c4511c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e964f82b3c7ace54bc69ddee7a158dc40591e156e9522034db29a34a0f6638e
MD5 4114dbc3b843ee221c1065b7ea7b23de
BLAKE2b-256 36ab291533e1ff06ce29e546d722c8faa4dd3a0c289083d391b55142b35267e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 222ab812e231b9bd3afd103fdd6da6b8c76d616dfbbc959a98709672aeff94f6
MD5 11ddea021b69dc248f09a1ed45fc3135
BLAKE2b-256 5bd4f5288849b7f32d06b4db07e364193bd4c65acb68ca6a698afef9de7a75ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1e23134c4df85c33b8c9c4ab75e57bfa49f14c9eb29c19bd7e1a5a45b6791eea
MD5 08ace42c9bcabc91dc5987295936d420
BLAKE2b-256 5dcad10f45c5901b5a26f6fdf2717d54b9a8a1cbb7f4a856cf442b30d8e8a206

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1051425573d62b3f52c6510d97d403310aa8b5cd606f88f034b94ff6cb963a49
MD5 e8016d3e29ccbbacd992f50a83fab3f5
BLAKE2b-256 7e907a6ec2d8dfa4029a42dfc610f3ad634530ff692232da27f53f1b6a0636cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9d7589ecca499075ad2197d1f69dce90a5e018765bad0dd0892f72e6624f6e2
MD5 c33cdcbe670ce91d3d81d684fef8bef7
BLAKE2b-256 ac0acc98475199999e8362ae4e29851f593786b4eabd770c6be7ba7528a70931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe303698842b98479b35b7e3acef9ffad21567bfc89233df4594cb5a6aa42272
MD5 dd2dde420ca239cd7acacc71ec8a1786
BLAKE2b-256 fd0419665af135c7054282bf148d0e20692a71b6a728fa6814ec0a174bdbcc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60bc9de2e9f3bbb7d60c16f89adbfd662edb4efdf9f10283b4e1b785fe7ea91b
MD5 9255ac689c10562fb027735dd9ca4a2d
BLAKE2b-256 ba8f11f56a6e227c0129ee2617ca6d648a797e90fd1c692dd52fbb0fe3d4014a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2c1c8579ec3f8bf0334777f82f2972a0766dc4f261704bc799c873e8e459b27
MD5 d67d596002ddab299c780de4a028d2d0
BLAKE2b-256 a043bb52f03da7f07945da6e02ae9d1e3bfd94b5c49334b6163942cf28a7a06a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6039279152c881353e8b41d9410389dec380561e81d4eefaa0191d4f13689d6e
MD5 8a24569804e2c3efe645677f4596dd25
BLAKE2b-256 435147a02cfae88e080c3a73562561bb72ba9802191c71d405720ba95002ba36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2fd7c3cfcea18586cd60a25da8834244116bc5a7b2bcdc65b6ff3914f1d1f4de
MD5 8864b7d4b20acd55f508ac80f620ad13
BLAKE2b-256 b75936986ac8e8144bf613bd9e43645b95da8f6b4bdd31fd427022ad1344f8ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec2c086c5247228894897b7d5874780279f9b8c0fd834ff592541bb3b0ad9e05
MD5 8d94e9aebffffc305f14af4883fcfa67
BLAKE2b-256 4572088a51a623c7db0b8e51aa88332c649a619e41dee0b299e0196b903e6c13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b15e94b18da6f54364674d80df7fe59b754f6b618220361d3a27eb0e4fabeb7e
MD5 c6bbf5f3e454c5e206f36a3164aeda69
BLAKE2b-256 bba9c02cb21df5c7d56d1ecd35cf9733a345364bec802788252d3b9750ffc4d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5dfc9dafdfbfb4d21bbd34ef3fbbecf05662cc1bf74afda7ea1e63d4b406c05e
MD5 c0b21577847893990af97e428f250a9a
BLAKE2b-256 f2c856b3477c86bfbf653792bc3472882c1a0fa945a3f5bc15a7a3d1c1b3dec3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c24b56e72e0e2bd479feb808ab34010b3751b05ad12a2ed151f961fe80be33f7
MD5 9d3cd97484ef5ee6d2052183208a6128
BLAKE2b-256 f530db5c79d79017053d67ef27e3a31f7f76331c61b573dc1520deb6d1912d62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26bfaffbcfdd0f27e9036b840abea8277385451a36f4234c236972f59796d3b4
MD5 3b32a008f8be84790c31ef173bd71996
BLAKE2b-256 883ec6fd1a8ebee448fade8e99e3c4c4de2dd0471e360d46ecb2c10fad340095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2674c6a757adc86e0339593f763013202cee19743206b695dc52c7bcd2e391d1
MD5 f381fb84a6a536044dd8c6e0f0f394f3
BLAKE2b-256 019aa84a00915f9ef24c9595002f86c4310470978573cd276d41b051c7d473b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 990cfeb532979af605184ccd3b59b7f515a9f7185df9c9a8089e2a3d2cc1d258
MD5 05fed4d32c1aca3c04887a6bc1c0fbe1
BLAKE2b-256 a2a9ffeccc5d1f103efc7646b869e00d85f7e31d8adc39e58acb609a43570e95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 68d8c7a6b444a72caca4143f7c58616d5a0f76388fb95d25bcc36b4214e59b56
MD5 cbccca8923daaa0509921557807e69a4
BLAKE2b-256 355d51d33e02ff42c923c1a0bb908be6e7523760e6350a5ebc381a7e1b2ff954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b936ae137d8dac42e12d260d81ee7cde0de18fa33340a731a7d7edcd08c7005d
MD5 679cc315922419a242f210148ed340aa
BLAKE2b-256 9aab4d2f59bdc6441b7d67c3c1ad88de72c3aaff2542e697b095387a3cdaf267

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8503d39dfcd5b229d11b4f2d9da5ef5d3f4f21923cade8bdcbdf579e75ae66db
MD5 c0795da591818d6acbe048fbf03ecd49
BLAKE2b-256 c00ee95325c70b3e8a98d234dab5534434382ab72467ed4f877d3d4348f8afa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5415a32c26405f95a3d889095b40265e59ca896d7704b7e41ab5d0cb5bbde2bb
MD5 bef5415c321dcf6a5b628b258e0d6f55
BLAKE2b-256 9408349b479a39f41f1682ab8888603bd73babdd2668b59c3baca5d3b2c004a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f527c1b6e4fcecdb94bba601c21dfeee197173424aaef7daac55837a9ad8580
MD5 f5757c1dee346d13f5d182841481d392
BLAKE2b-256 09fbfdc5913bf151615f077795553231630800b83a6be923c245699ced48311a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ae3c45d83fda7ae13ab43bbdfd7dd59ca332bdb01e1b8b2fafdc361d03aac7f
MD5 a05fa1a5162e6acd869eab83bb848c73
BLAKE2b-256 8583b5027a94661de1fe4760f54dedb01fbcac61113a632c3911030f39b4e530

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 212db2f687ac76782e5a51930cedd8ce137a9460a598637b48d579a3bd132ead
MD5 227c6cecad2afe802aa6049e4fabedb7
BLAKE2b-256 eacb9ff66fcc5122efb4009e6685e5d776deecd0130bbf71dbe3be1ae5f1355b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 da893ac942012b3bc8bec449d3252bb3feaec3eb27c694d9c875e0ab67d23d2f
MD5 c3b88d3a36a9f053df5dfa07c743b1b2
BLAKE2b-256 8f86a641fbd99c047f975db5669495af12facffeed509d19d134b004e29020fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 85168e703eb8243f8eca4f4cad19650b136d454f4481ddf90030e80a588fc41d
MD5 35bd0cd0201c53d3d5cade1c77c889f6
BLAKE2b-256 425fc4e1b8747e131127fc12ddc76d980cb8a7759227df2bfe3a220f0dee31e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 247b22aef39fceea1dbb6ecf0496a54ba6bd0bd3f1425a07f1cb70b08b5b2ce5
MD5 7868da6df15cf8880fbebb240f613c76
BLAKE2b-256 a98cbef3038dc385fd814318a0c4c085b75b6a93548adea1972d04b082f893fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ab2a02f4914ba266c8ff7c0798fb2cd7c9e567a4964ce2c023960219b4f5bae1
MD5 cab7a6f3372b98c2a568c7bb2ddeb2e7
BLAKE2b-256 26938043a32be8ca8f7db7f04348afe8e48587a16f644391f5c620b62aa7aad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40f3d157b0c7248a0d42182888542772230d0e5bc6a96d01d5fd08b0ea99b671
MD5 9be638e27e3dd985819c431d7f8b7e91
BLAKE2b-256 fea3fd1ed6c3d226ce26008d52ca8b5aa87bb54de1e7ce95f0324526c24ad0a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a058527b873d87d680e74072581aa8ca3e0710e9fc9df8fcfeefda1d4137908
MD5 7b6d2a89645b31c361a782cb3489dbcc
BLAKE2b-256 7fb77a219c58da420ba710b732b58d34024f34f3bb3c3b9a5e5e87023c296b53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15e5d44f560fb33faf2d94290fcac27deb04f73b351be273c7369991b5a506be
MD5 1049b1e38db80eb21ab8ce9efa15fcf2
BLAKE2b-256 e7b4e9285cbf1e30ae6dcfa6dd08ed4971765e9f0a6e642b4e745eb1b67bc607

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ad0bed1f3c047d68f44ffec2d02ce3ff2c94c6bd2df3fe895538b848766113e
MD5 b4674b676f11fc697bbf0f7da20b1bee
BLAKE2b-256 d6086c126efc41436d201f9792afd618ad05d2ff2332471535da77f7943920ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 1156ab0745b61d5d9a14ba4b2fd5eeb8df64dd8fc53d01cc19d7aed14921b8c1
MD5 3aac0a75ba02631e55760f0c1e9694e8
BLAKE2b-256 88193d5f01886023d01d50d92f1e0b798e8441c1a603c80a15d78869b4a1d818

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b18094e4f200d6d11d6f1b2b578a4d53b79428b98e39cbc3ee5c20a763605658
MD5 da183130f9f0f4fad5d6047f90268889
BLAKE2b-256 570bcaf0e6d2c37a4eb985567403dfa4edd8ffab764d41b841ea86d797b991f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 46cf974cfa9f4fd0df3bc7cbb45abf1e1c92262e54c69d5fddee58cbd43b146f
MD5 47d8aa0df17afbf0c784873ac6cb1cbe
BLAKE2b-256 782229d8d3ad00e2a98e159100e0383ea3a985088f141abe7b72dfdd761b5a84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b02adf0dfd967d9e6f9a162fbb7e4b3c36445836e22e64612e579dbad2e96fb4
MD5 998b7bee0ebaaabf9a8e0a4531b3d935
BLAKE2b-256 655a1d78362d08fa6714362f8bc2f591774faa067ca90c1546ca8614a62dca0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e488759229f259d667f58c93c5ccd3d7ebb27a728acc4e1cf5c65a2f30ee85ee
MD5 c4a74f8e2fc10a41cadc606e2edb7f46
BLAKE2b-256 80fa7603e6bd3fe80501700bec1e46b74f681242ad2dd713e5afbfa2e0780f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d08c02351ccff61986fc12e15ae2eabc879cb9eabaee8d66075733416f79ad15
MD5 1fd37b6a91c13947222b33f9a167be24
BLAKE2b-256 821d29b50a6346d65f384b237dff51e1537fda73040eaf9b2cd1ff2a7f402cc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0rc2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88cb4d43e410a60e75dc067c798594ef57372060b890b25932e5fcdbb92db406
MD5 d1f27f7e102b4334a4f76d58a0387519
BLAKE2b-256 7e2837d1c4a1424f8dcf07b1ff3b8e51f0849ab91b697c2d9e8a2a6b2ecf9b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0rc2-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.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8494e771c659eaa314b3ae24b1688915a03e3bff9c1a92be157b28ef7286a105
MD5 ef7952086f9e3fb29e4911fbc85732c2
BLAKE2b-256 43708a783cc09701b1939b7dfcc8c39f629ec20bb81a7f35395d4007d590c364

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