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

Uploaded Source

Built Distributions

Cython-3.0.0b2-py2.py3-none-any.whl (1.1 MB view details)

Uploaded Python 2 Python 3

Cython-3.0.0b2-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

Cython-3.0.0b2-cp311-cp311-win32.whl (2.5 MB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

Cython-3.0.0b2-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

Cython-3.0.0b2-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

Cython-3.0.0b2-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

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

Cython-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Cython-3.0.0b2-cp37-cp37m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.0b2-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.0b2-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.0b2-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.0b2-cp36-cp36m-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file Cython-3.0.0b2.tar.gz.

File metadata

  • Download URL: Cython-3.0.0b2.tar.gz
  • Upload date:
  • Size: 2.6 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.0b2.tar.gz
Algorithm Hash digest
SHA256 6c4280656579e924c119447247664bb22fafedc7decca593a8ea20bdd57d6755
MD5 487f5bf7838713e0819b09a2115804c1
BLAKE2b-256 50974aa5cadad981293b8f577c919e3410f8cd4697818b13f7083594425914ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.1 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.0b2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d817040f41ff8182afe3a0c89d4fbe9fa87fd3ea55546879518971868b41a6f4
MD5 1949460df80e8ebabe6943741a8de988
BLAKE2b-256 4ca200db22594044e76661ea58fca6f6e0624e29320511c9ecc86b1cd8531d19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0e249a9849dd1fb726d940ae8ef53d01095b645de945668338898eef6790390
MD5 3a66072c1481939f9c8eab9b26b8142a
BLAKE2b-256 28cf40e919edec850528dac15d871d1d1f6b31fce961300d2c185ee7389dcc4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.5 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.0b2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4e4c96ad346811d98e03315624c75aadda808ff083e3bfbf013aabe5c46628af
MD5 81bb4cceb0c5d34de799e08c292a536b
BLAKE2b-256 9e2cf06daa30f05e4765c747c4fa424847625eff2103d1dffd07d107e963c813

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3961631caa3a288ab6694b268f2ec6579c8fdab68683d9c4af84f8a5b15d1615
MD5 521886535e481642c67d9b4a6aa49d8b
BLAKE2b-256 6dbae1f72a77370a5642f5d71ef58b14363838347623aae30b35d49dc53f38e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 835292f2ac04db367c2fb872a4a839da5261a286f97082babb681fb0642853af
MD5 f5cfd81ac577493740404ac8704f0f07
BLAKE2b-256 df29d1111c158b09211ba79af639e3a53515c50f9aaf4cf1cf8705ce8dccc55b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f02d1e3de7e4c133e856d85ff70b1ef444f45dcbe344141f22dd4da40485771d
MD5 3beb2cd274433447fa316f1876df1c0b
BLAKE2b-256 889dfda21388c1329ba5bcdb88148790271700c7bbd34fd1fd4950553f90349e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30fc45f3f27a63b5024cfea077378ae0acf935ca165f90b319e1b7b7987ac560
MD5 b24f1bc40d3b81d47f0a7d7266b24fb8
BLAKE2b-256 91b66313fc254116d562d7815f182aa302ebd97ca39f412e12b90a881fd497a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d840ba2737b2de4a368111e63fe5cab3efe4871b66e6b6492c96bb9872f10251
MD5 54fe49cb31b4069163dd0c204442a589
BLAKE2b-256 f13e9ab9fb0a24fc28950d396dd0e83cc811d7e46796def58de4544573f45b0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c16bb5ffa1998d1ab96c78a6722e7ed6815f0664a6fee54c48fd61e9e9ad9c4
MD5 be948f9eb7b78a0e4b41cc7de1a0fa20
BLAKE2b-256 8ddb3e8cabb28ab07b25164853ea923165f9b532bb32df7853d5c8e5e0d14dcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.0b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6663f92ac0ff62913987ae8515a5e82f87090b19bcab4417fd24c89be1f6ebeb
MD5 ca9e6fa675bcd740b3fc55e08790bc3d
BLAKE2b-256 f48471ffba17c87f510d11a8f70a8a9cf4898c102a2a9f1fd032645077a5123f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 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.0b2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 db1f1f824aecf66fccfa040e81d51a7c416eddbcdcf33a649c00dcbc4d703e50
MD5 ad64914d5ce7d9becf3f0db83cbb2f4e
BLAKE2b-256 b28f20326416b55ed32ecc7df966f267114a4a77634b9c47bd8b9ec6a2111af3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ec1f3028827b6bc81e3f3871e818385df8b55ffab284963d3547248b35534e51
MD5 dcd4b6843def886799392eff56a0eefb
BLAKE2b-256 fef4c940cd572f766cab9bc37aa01aa4122e8b97da9d67007c63469153796f90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e779983df82bc08323269e3b3878d096e9f9f72e04d185e9e2450fd066c8bb3c
MD5 c4180ba930131f87575ac212f1b49aa4
BLAKE2b-256 df3735c602a18a0e93e5202af7f3ba000374ae0ad2022606e9aa91320d4c6bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39495c6ee5522c349c0f05adce868d7f721d36a5cf48a369433f4f30b9c82cd8
MD5 362502e4b6f6aa1bbb6a3362f29260f0
BLAKE2b-256 efd16301c11ebc2b4c76d16b9e730861c20dfa91b28b9680f45999545de39dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2583df657c42a15aa6616d8712689a28c97111dcb0fbee725aae1fbb3dd7099
MD5 0da0fec0b64e40daf4aaccfcb9dd8c1d
BLAKE2b-256 68f168eeb514aa27c37d2bb9e72596df96249ba0e5c2723038638607b0eed894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c77b0b6cc70408ae73a359694661403afe7f2215e8de81243bf5025499858153
MD5 cfc8792f67c4878d4970e68c7cd26a1b
BLAKE2b-256 39930487109a0ad74b1adcfede6901f99046daa163b432a87ba29657ef0b840b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f161fdd4dd7f217df857a238773fbd9b0d51c5425b97bed6cb21be6e9029484a
MD5 0c63d25bf93261f1c13e481173145e1b
BLAKE2b-256 08a414170c07f21f5703810ab234e24c3a0b32126c1d4a994b591fc7c56326bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 554d2aa24662cd4798f79695109ef46cb170444e9dbe15070b1a069200e6616b
MD5 ebd31cafdc2c3566876033be50c6d03c
BLAKE2b-256 51d6155be2afdedd72dee8db094d5de650aea7488be92b1458fed04926947d8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 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.0b2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c769e6ce1e233448ec86da0936bf35624489fdba6de88ffc20e2bcf08c400468
MD5 43de39c8cf293b496384e39fcce47c63
BLAKE2b-256 6591a5aba665c85220b2aee1b3bf97385b44cd274fd43c9deb03245315f4278a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af10778ed6c57db3725c973150bf6cad0ec1439fdce0b5b1ea6aa109a0ff4ec3
MD5 b00e662397eb2bd04fbeabd3ab25a7da
BLAKE2b-256 912626a79fe1e4247a011858cd245bd2921e5d03508de0270c6ae467b51bdaa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2814b08ba826ec38b9368ed4ec6509fd245f3cf2e33239230fc2c893dcbe3c29
MD5 28e51e4711728b2812fe7ad0a50598d0
BLAKE2b-256 bc1c5d75107d3fe7adfdcb9bbe665aeceabe26ed893d41dec57228acbf7c6fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db03e6f4b9e21d4455d8635da313ce4175eced330a3017e0f6a3f3e86e60905
MD5 27ac81a67f013d26f4087070aadee309
BLAKE2b-256 0b51b38a9cb2744a05f2f430ac624a2f6b131e7e93ef1115b574dda6b1cdb6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d0339209da4fa36fa9c13de4a5a4ce5de93cd99547000be8ade45d6e19fb54a
MD5 23520ec838bf2d422148184af435d70e
BLAKE2b-256 546bf993d73a5dc6eefb707e74e8c3c3f0f232065ebcc614eabcb3e7042d91b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3cf116f2586d6f64a71e70929b815e4a4c12a9c6b96e1fe6bfb7fa0d0e2c716f
MD5 6e3769cb58a067754487cc485e6b00f3
BLAKE2b-256 0778b1d7701bb91890eb2b6ba2086ad752110dec7c95fa5213307c19e1cfcef6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4d090f305198ffde4ca22da52771017cb38ebe356cfacec9d49be922dcc990b6
MD5 eeab24cffc48418bbd0ba9f2c37453ee
BLAKE2b-256 19294a1f1cce9acddb4e6cfddcd29baf7048fd2d43ad9f22b85bafb2998f0d7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 299058119461b7f6bc6406342c7ffd17900f8833db262de2c2d1b8d309016510
MD5 3a3f9ff76b6fc807085756bb1445721d
BLAKE2b-256 1ba478c05a992a741ecab21788b782dad231b3f29a31f142adba2bf953858fef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 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.0b2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7fd85d801ee8570543834f070979e96d349fd0f03776ffb49f86ca62a0d68a83
MD5 6183e580d8f55cfb7d8fe97a822f0f36
BLAKE2b-256 edce1d46fc4c000c4953d26fa1d99ec4288dea99126b778ce8bd9e8b070a2147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3cb20c43c21f6733e33b3b32ca5827481c9609a1751a10bff622fc28cff30db7
MD5 63862fa3a47097803650aa49a954583c
BLAKE2b-256 2810a40b564eef3fc762560b1334c4ffea3f118ec3e512a0ca6425865bb8f5f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0b2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9084739123634e33fe58d08024d6b148946d9fbfb8ba2c5ad3cca46e28d7ee44
MD5 885d409eb852d8f64768a4376df6f857
BLAKE2b-256 07cf1858fc859e44bc82cfac8bf45b958b6990887fe79c9f9ebf5eee202817a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2093b6093c14d0169a0b1b7afa8c3ad041c92f076e011b090421a897c2528e0c
MD5 bdc5a35f0444c6cbbdd2a8264ec0a17f
BLAKE2b-256 505c1dec978083504955c565f913d3cf4176d1cbfcf14dda79a016ae4e5ff5fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fe7d005f0f388469aeaac8b1f72cfa3d38eb47104172f206f677bebe46e18cc6
MD5 a1ae3bfaebf0b26734d1639f062db482
BLAKE2b-256 62bc05859b2d8c7858ee1f6ff83dc16c59c4e696ca4fab33d33fcd4acaf6c61a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7cbb09a56847d918e8bbe7e8b2dff4248d85c25647f699cc30d9328b58941a5
MD5 2374e3095a62b38813e6af9db7843161
BLAKE2b-256 bce9dbca4bbcb8db82d5c9a1e2cedfe0eeef29f3d715b3a5f825fdbcb7127635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 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.0b2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85c3b1f97d4ce9152405f4c1286867f82b0d117c43db1a904f9ec20ed26cecd5
MD5 ccfd0305a9e235ba4313fdacd46aacdc
BLAKE2b-256 c90f4376b30ac729d7ee14fd81d9ca79f7463cf24519f9dc7c665d3866637acf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b4771ef96928e8f481da3d45b74c5b9d04ec3f0524130d007c9aad1943bec4a8
MD5 f6489c6d229266b4e1bffe8ed5455416
BLAKE2b-256 153ab9bea86ac60c339f9ceb3add3d081d7cccb9cda2340ad248cc48932ddb40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d9eeb141eff71dc470ada4fee6f8d777fdd80cd935fd3c0e3e7b5b6c932ecf38
MD5 040dfa3a03cc6073e85a854210d41488
BLAKE2b-256 7c9c2968efc379dd9866cfe54ec5325a9826caed988c837d124915280427a4f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 75d1d2f9aefcf3feb8f27a5c0aec25752cad7625f77e02d4819d890e017187da
MD5 b5cde25a3d1e45498399b2b068488dce
BLAKE2b-256 13843e89e6d7d6f1938b16f4956c79672742576ed00d83bb859b2eb8e6d64f07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bbfbb2f3472469c69623980c5d3e969f4db6eaf9124ad90518be975bbfb945ec
MD5 910a72a63c39e3ae6d6237718fdc916c
BLAKE2b-256 e35c85cefe59850c9dfba4f8ef05e8c2debaad8126f3cc59e66c3c9dcfe90a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffce58d082707cf3829abca46947c4f8ceb1c2b6f0603abc103b15c00ebd5113
MD5 b4118e4510babfd7fa382b0dac1ed19c
BLAKE2b-256 114b756cfca30d5326c84404b9efe9cd846248384dd852584419109fdcace878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1905bbf3873571c0c73ebbfcbb0bb7700a9c3cb35b08d824164229cd6c05835
MD5 8521751bb04c2b15c76a28a95e52aa24
BLAKE2b-256 cf50b16c72cc8aae8d7abc8e645bd655503b320688ef34768cbab616a9567582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a5a0cefa83ae39f40ff1639250644de8822c1deb9bf77b6b7a6f53df42f4dcd
MD5 1b843c318b1b12492cbb02d69d44c172
BLAKE2b-256 478938c995051d6904ca96caac64854f069a153edfc917ad5035a75caa8ce2a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7952b06325e85c24f74101c5ca9f0534c19247e0bde39b6b76b6ae5220fcf4b3
MD5 50b037247d548f9691d7a35f97574e1b
BLAKE2b-256 8b962bf7b92067459e5b317626e235955188f9955f685791c310acd3e364357c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 20dc179f78a6f4524e071ba82c920880fdf934a8f5b8037b1eae82b7d90239a2
MD5 921cec441e3bb702a0a8322fd0f0c511
BLAKE2b-256 db6626ae1b0ef23178f203eaa44e0fd52be601420f63e92c62e6e36a6c0f6673

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 00661a2e3416ca57866c28b1502dc4e7cd2015d6628ebe5a9fdc5d41f8efd1f7
MD5 94f9f2af298dd7382960f15944508915
BLAKE2b-256 a3d1b5c9b4bccb5f5d1992d894302e41257ea04f84db662b25c648dc39fb26bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ae0e4e0d91dcd4ebfe5dc65be48d5f3e66c4a1aaa99f2afe7873441e53870ed
MD5 1015e071baf901dd9340526943519991
BLAKE2b-256 a3f2dbbb66b8d20920b7f4aa9c62c5f226b3881fecadce8abbf170df7edda223

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-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.0b2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cdd0f46f7571260420258d1a3cd9f6fa315b45ca3183d24d90c6c4bdf7f30455
MD5 15c206c9194de0c692cf86a3efa71008
BLAKE2b-256 583ab780363c4913953488fdc12eecc31fd5ebb4c79c72bec0f3d26a3d3e6bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fd980122b4c68e63f58b08db8e69e8785e6e2cf9b307e1ba08bcc1d9c6e00fe
MD5 f54025bfb1ea079a2a97354507279d12
BLAKE2b-256 b2185f800d060f4e5facaddfeaba7118e150bde08466d3250c0962bdf14a5b95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e09f299ccb3899bd9b10ef7adf2e7c94185037810499704d4457b62f5ddb9e2
MD5 9d87796d971402728c7d77cf9552d8b7
BLAKE2b-256 d5fac69f12815e363a0853b77e566a0273b4bd73ce28398dbcfddc2e56467d6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7026f6da2e0fc386cd2b572ab2d5cf971ab563188df7acb85344f326619f4ecb
MD5 612ea6cf36fb408ac0513525debe07ef
BLAKE2b-256 d2f8a4863b4eff4062413f4a6b82c04195f26847f6c205027f0e471cdc1083c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.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.0b2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 672c5015ba6ed4c5b23a499efbef7930926d5f00f6d4f26ba52a745ff735dd93
MD5 f8c91f042869f4660d58e68a09770726
BLAKE2b-256 e9d2a7564015986d36f46079a9fa730ae8695fbfab518ad92a1636814dd05281

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