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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

File metadata

  • Download URL: Cython-3.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 350b18f9673e63101dbbfcf774ee2f57c20ac4636d255741d76ca79016b1bd82
MD5 63c5672e1f58dcee6854aef8b33a922e
BLAKE2b-256 7fa2fd5ced5dd33597ef291861bfadd46820de417b41bcb6ca2fa0b5f6fa8152

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ff1aef1a03cfe293237c7a86ae9625b0411b2df30c53d1a7f29a8d381f38a1df
MD5 f5a0441e6d88be96148cd3d28185caff
BLAKE2b-256 f6948d553dff3baf9cdd4b2481e59c2cfc8247c0c847170dd10574f81718d142

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 30a4bd2481e59bd7ab2539f835b78edc19fc455811e476916f56026b93afd28b
MD5 e728f784ea5c6e03b3779fe50b4064fa
BLAKE2b-256 33eb583e4ecb697decdf8c73cae5120eff3adb42057ecbc5526243b8475bdbc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8abb8915eb2e57fa53d918afe641c05d1bcc6ed1913682ec1f28de71f4e3f398
MD5 1bdda7d7a7a789ec910a516c08aa6dc9
BLAKE2b-256 2a45468763f36cff4bce77adba803e8562e8401532b147b55afd3dd336a3e7ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c40bdbcb2286f0aeeb5df9ce53d45da2d2a9b36a16b331cd0809d212d22a8fc7
MD5 caec5e082f3e6b19fb7d1e3610027a5f
BLAKE2b-256 ca8982e210ce57d1c23f9f547b6c12b86623acb5b58de41439f0d73ed5ba95ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9e69139f4e60ab14c50767a568612ea64d6907e9c8e0289590a170eb495e005f
MD5 c92d7751749f27941778cb5a2d7901ad
BLAKE2b-256 db57aad66922a4015d7a382f7bfc4823e7ca51c192fcf83570fb211c4f34592c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53328a8af0806bebbdb48a4191883b11ee9d9dfb084d84f58fa5a8ab58baefc9
MD5 25d5de9edbb0591e52292792beaac103
BLAKE2b-256 6a1ac1b58c47395d4151aad7868eea6a9048d0feaa8b2851f8b525f20bea9b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f29307463eba53747b31f71394ed087e3e3e264dcc433e62de1d51f5c0c966c
MD5 5cabb9130a66db097ecca5fbd4db869f
BLAKE2b-256 4d9da76eb0f53eed6bad80882d86122120d83d38ac95dbdd18ad1abd8086b505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5962e70b15e863e72bed6910e8c6ffef77d36cc98e2b31c474378f3b9e49b0e3
MD5 7ffc04f0694bc950f26fc27cc5a3172e
BLAKE2b-256 2779959d5ae7849566e86f8c8c70aa4ed13531a29e68cf0f2001ab279b73ad22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e212237b7531759befb92699c452cd65074a78051ae4ee36ff8b237395ecf3d
MD5 3c9f2429a9ac20cb910000ab63c187ac
BLAKE2b-256 65bb360d3582b15105f9e006517770c8f0395654da23ba68a2b07de597a3d939

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 254ed1f03a6c237fa64f0c6e44862058de65bfa2e6a3b48ca3c205492e0653aa
MD5 94cd582fba25e278d87bf8a6a0327ef5
BLAKE2b-256 7d61bf165c17a1296fd7db78e18fd8cbb157ab04060ec58d34ff319424af3e2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2fadde1da055944f5e1e17625055f54ddd11f451889110278ef30e07bd5e1695
MD5 80c49735c3b3eb03bee2634a3cf8fb23
BLAKE2b-256 b3a8be1d37323992bf6e2bece09150ce8f8905216d1df8b70d459df6e2a79c5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb1165ca9e78823f9ad1efa5b3d83156f868eabd679a615d140a3021bb92cd65
MD5 dbd5c1e175508409d8dbec2889a01016
BLAKE2b-256 8890e94b3dc8d0a988b4c8a98b5058ff57d677588b6dba657602c1c958192bf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 93a34e1ca8afa4b7075b02ed14a7e4969256297029fb1bfd4cbe48f7290dbcff
MD5 339a3d557692e47ab058ecdce3ddd841
BLAKE2b-256 493acb96d19cd3100a055bc06c0fdb9a9bb226161966ba313a5d694239b75641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa606675c6bd23478b1d174e2a84e3c5a2c660968f97dc455afe0fae198f9d3d
MD5 70e46788d3eaa568d3c00b486d6b27f9
BLAKE2b-256 89403d7ab35f917d4d0ea2ce2fd0eb84166956b0b943a7c4b96e59c6fa968916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c93634845238645ce7abf63a56b1c5b6248189005c7caff898fd4a0dac1c5e1e
MD5 05b929ae272b67dfa90df18845298ccc
BLAKE2b-256 2704cbbe3971554afb92c2cd99d4246a68b9e3d3f8c01a3b632e4fe460c38cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d3355e6f690184f984eeb108b0f5bbc4bcf8b9444f8168933acf79603abf7baf
MD5 19974fd34eef5cb078b3b5efe4bee39b
BLAKE2b-256 72123b57b15b60e6e5ef8f02a580c2176c8705a83e6bef9eb8cfe407baa9f2d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06db81b1a01858fcc406616f8528e686ffb6cf7c3d78fb83767832bfecea8ad8
MD5 0c9198a26b73ba604eabe1e654103ae6
BLAKE2b-256 8fc849c446320661cb335c593b25c7b64e6844dde33dd0da7d625d7099790637

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 829c8333195100448a23863cf64a07e1334fae6a275aefe871458937911531b6
MD5 ef5a5b842ea1cf8b1f60d33538339de2
BLAKE2b-256 6d0b889b9b839ea7237eb6048191fe653c17ce93e298495eaf8f893cff748951

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3e234e2549e808d9259fdb23ebcfd145be30c638c65118326ec33a8d29248dc2
MD5 b7c6df21dfc94861d54de1ffa6ccb3f4
BLAKE2b-256 2742e326ad46f1b0264f46c6bda201127084c94572df1fd6eaaebef61ccfddaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f42f304c097cc53e9eb5f1a1d150380353d5018a3191f1b77f0de353c762181e
MD5 d5e6c323fab0a774765a43022eb754bb
BLAKE2b-256 50bbf2febec2798aad37344eaba8d210e75ecfd642ce47c57341f80bc15a14e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3b71b399b10b038b056ad12dce1e317a8aa7a96e99de7e4fa2fa5d1c9415cfb9
MD5 9499dadc05e7dd14d8990b898fc08fa1
BLAKE2b-256 cc7951b5e431f8f019b9d848382dec7d0f0de9a17860ba14c1aa6b955ea3bb59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33c900d1ca9f622b969ac7d8fc44bdae140a4a6c7d8819413b51f3ccd0586a09
MD5 6ed1c24793d3c464662c6a0635ab07c9
BLAKE2b-256 6f8c68139f464aeee699b04ec401b9de0d7e05fdd3a123c4c13429b887e16c8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 626a4a6ef4b7ced87c348ea805488e4bd39dad9d0b39659aa9e1040b62bbfedf
MD5 9e94a55cc6156adf6b82b7a668c5f63d
BLAKE2b-256 0d13d31c7cf88fe4efa66a86c7195c852ff6d1c434bd3cc6fa1d50269c6d5930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a65bc50dc1bc2faeafd9425defbdef6a468974f5c4192497ff7f14adccfdcd32
MD5 bace678ffab2d72891aed7417a6b5488
BLAKE2b-256 660a4a077e6976d385fcd3dda069ca773b7510018efadf7cd620e715f520fceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7c7d728e1a49ad01d41181e3a9ea80b8d14e825f4679e4dd837cbf7bca7998a5
MD5 50e35f1fc66bd91cec74bbddef98b4b0
BLAKE2b-256 d5c18ab5ce7f12b2f044cdac6b2852d70ac2007a923fab08558426cd52801dc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5b4cc896d49ce2bae8d6a030f9a4c64965b59c38acfbf4617685e17f7fcf1731
MD5 34b225ed6f72b918942a484e4e6655d0
BLAKE2b-256 26f500d913013eb989a773350014deee4a12362b1923a732a832d7c3b7d595e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4cd00f2158dc00f7f93a92444d0f663eda124c9c29bbbd658964f4e89c357fe8
MD5 d5124e5e6744667c22022bcf4c64090a
BLAKE2b-256 2397d0577021d0dd251291cf6342f2fa679746892fbdcab9e3de73bb5385c648

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 090e24cfa31c926d0b13d8bb2ef48175acdd061ae1413343c94a2b12a4a4fa6f
MD5 7b9411d88f762938ac4f35ef379bddfc
BLAKE2b-256 ca8b115542b6b6a0f539db7b5945f7e63244b0b531665a666b85e3b6aa0e243e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06fcb4628ccce2ba5abc8630adbeaf4016f63a359b4c6c3827b2d80e0673981c
MD5 0630112a2cc3abfcc1e834e368bdb939
BLAKE2b-256 696b159c97595de7bd2c5de578a79c55db215e743ff4696a18b76b2b1112419a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 877d1c8745df59dd2061a0636c602729e9533ba13f13aa73a498f68662e1cbde
MD5 e23aaeafd4ef8274a1d242a8d4849ef9
BLAKE2b-256 1537314c82797f3798d738f5bde4b85c01f54b2b81acf516fb3fcbc6896c5f8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54e34f99b2a8c1e11478541b2822e6408c132b98b6b8f5ed89411e5e906631ea
MD5 665d104c6dec281bfb6ce3af963f3a98
BLAKE2b-256 38ee59705c7047ba0a6f8fe9fd97177479cb42b9ff57b16bb3b7bc56b44ebc24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 204690be60f0ff32eb70b04f28ef0d1e50ffd7b3f77ba06a7dc2389ee3b848e0
MD5 a009bd471b41699165f2571f2f10ece3
BLAKE2b-256 d3e1390725f72f26a7520cb79a2de1235226b53e9b2b33e38eb523068e71d39d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d8158277c8942c0b20ff4c074fe6a51c5b89e6ac60cef606818de8c92773596
MD5 e4b0050e9673ff23540f7bbb3c66c0ee
BLAKE2b-256 a79d643b508fc18fe095a8c1efea5bd86054ac63974ecd566dba962de40ebaa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7f4a6dfd42ae0a45797f50fc4f6add702abf46ab3e7cd61811a6c6a97a40e1a2
MD5 503f6f28b47f55a250d97d5be68df976
BLAKE2b-256 96f73de8fe8d34df226fd17845e4b3c31931a52fcade54c3bc97d8fd851b3c8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 609777d3a7a0a23b225e84d967af4ad2485c8bdfcacef8037cf197e87d431ca0
MD5 72d0329d1ee671530906012d44443a5e
BLAKE2b-256 4f2643905b0197f557926a6cfcacacab67449bf64db66eb1b4295fa500225832

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 30f10e79393b411af7677c270ea69807acb9fc30205c8ff25561f4deef780ec1
MD5 67ab76b7c0f423114901a818ceefb93e
BLAKE2b-256 d92e88540782b4f39573f81eee6e19317d3c67a7ced5e382042cff2186e65bb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ecee663d2d50ca939fc5db81f2f8a219c2417b4651ad84254c50a03a9cb1aadd
MD5 19c3e091c75af6a0aa5a3f3efe54456d
BLAKE2b-256 a57146f6e3c0ccc55216cf1830b7cc69f0f21a30cb08e6488a191bd293b95ecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cec2a67a0a7d9d4399758c0657ca03e5912e37218859cfbf046242cc532bfb3b
MD5 0b0a49dac3edf72d729bcc5813f9fb2e
BLAKE2b-256 d10654c30ddfc9268fae14bd8c0755155680f62db89c7d67d7740d8f811f65b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 090256c687106932339f87f888b95f0d69c617bc9b18801555545b695d29d8ab
MD5 2c539bfbf1877dccef4e659962aa1af3
BLAKE2b-256 6d3d2bc3fae870ae55909a4432d663739ff3a061e0a5bd1efad1b5f3765f13f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1cdd01ce45333bc264a218c6e183700d6b998f029233f586a53c9b13455c2d2
MD5 c3cfbdfc3559ebcf0e1afd67307d7fdb
BLAKE2b-256 18f7a7ac6693e0657d31478b79464113f5e089ad04f452a2c981a2c40d26c932

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c85fd2b1cbd9400d60ebe074795bb9a9188752f1612be3b35b0831a24879b91f
MD5 865b75f1cf5b62585656598f7f1857ee
BLAKE2b-256 a15eb0e54f31d92f6a876bcdf33de34e86f974881d112b00aba6cf8d5579ebff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 20c604e974832aaf8b7a1f5455ee7274b34df62a35ee095cd7d2ed7e818e6c53
MD5 91166c594605b6ddc895d346ec7ee174
BLAKE2b-256 6f959b6f4c096617c8d4d04c49a84e35b17bd0578ee2115c1ae34926ae2461c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 edae615cb4af51d5173e76ba9aea212424d025c57012e9cdf2f131f774c5ba71
MD5 3ac82b45a2c5bacbffcb9fae86adf165
BLAKE2b-256 62ddf7b5b7be9f2d5b0a80c19e6c93ce4bd5c91d1dc8aaf843f891b16e74cec3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e28763e75e380b8be62b02266a7995a781997c97c119efbdccb8fb954bcd7574
MD5 c059e9a22196479d54171c9a15c80b4e
BLAKE2b-256 53a9ccb6f765c08f01076f84538d6d9b37f96165d009631b7327cf7d50554771

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4dc6bbe7cf079db37f1ebb9b0f10d0d7f29e293bb8688e92d50b5ea7a91d82f3
MD5 815cab5f6608ff041bce2e1e1acc97e0
BLAKE2b-256 6497ac8459062d582a44d61ff6063db7a5b8b6c3ccec722938f11fd25bfb1be8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35abcf07b8277ec95bbe49a07b5c8760a2d941942ccfe759a94c8d2fe5602e9f
MD5 2dada595a0b7d60b2a9e697d986663aa
BLAKE2b-256 61109cec75a3797e6b450cc02cd782415e20e6859553a656eb0ec5a669e2a788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 84176bd04ce9f3cc8799b47ec6d1959fa1ea5e71424507df7bbf0b0915bbedef
MD5 4f7135d29eb7d9dcb9f599573402a106
BLAKE2b-256 ec754065888953efb85f06167c7d325f83373cde29e4ff704290d7f07a007419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a44d6b9a29b2bff38bb648577b2fcf6a68cf8b1783eee89c2eb749f69494b98d
MD5 427def146d2f7ece4da010a634a8e65c
BLAKE2b-256 2594fad56f1a4e0aaaa9a748c720cd8ff5f1d0e7bffbe07490031a5d5c74d9ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8d86651347bbdbac1aca1824696c5e4c0a3b162946c422edcca2be12a03744d1
MD5 aa6896d76e8ccae2215143779288cd88
BLAKE2b-256 c8abe939224b53024f35484ee90d1c063e97aa64f60571d1a190efd324c113bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bc816d8eb3686d6f8d165f4156bac18c1147e1035dc28a76742d0b7fb5b7c032
MD5 3f1e8325d5af41af9b2960a6a2b05785
BLAKE2b-256 d370777d51cfdc9122b4b3c203bd3a2c1d1ce5e48a3bb2bcb7132c608f717fd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0d2c1e172f1c81bafcca703093608e10dc16e3e2d24c5644c17606c7fdb1792c
MD5 824f5a7554845504c4b9e16d65af3d07
BLAKE2b-256 5e49cd4f5bc1252a55ea5fba2bca675bb3572ae3c983046c6c3488604aa059d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 296c53b6c0030cf82987eef163444e8d7631cc139d995f9d58679d9fd1ddbf31
MD5 ab0d1ed16c14aa479797cc9714ea933f
BLAKE2b-256 e3e9ccbbced4ba58f1d41bb97ab7a370d41a4854ed2a89ea63f33abb02a5f53c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4123c8d03167803df31da6b39de167cb9c04ac0aa4e35d4e5aa9d08ad511b84d
MD5 88af2b3415d7ae447c560a9b0f3119cf
BLAKE2b-256 e3ebb1093c5435bf826b6179efae9d2f4cc1b3da191f2284b0b47e158f1ef27a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 650d03ddddc08b051b4659778733f0f173ca7d327415755c05d265a6c1ba02fb
MD5 70d652ceea31fb46cf6ed30f76dc6680
BLAKE2b-256 1c1b07d1f43ff33d08a810d20f4066048c40f854bd835c2ccd55b649e1631bae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b00df42cdd1a285a64491ba23de08ab14169d3257c840428d40eb7e8e9979af
MD5 d10580aaa313fb89cf9b379ac936f74b
BLAKE2b-256 3c9258ed3e5c45e7d82784a1c882a34da9e1bcffebab859fd46db9dfd3fd3be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4965f2ebade17166f21a508d66dd60d2a0b3a3b90abe3f72003baa17ae020dd6
MD5 1e9876955fb8d5bccbb79e4010e3c89a
BLAKE2b-256 15154e53e9bb995bb92ecb027673b934a175094116dbf68b802fed07a4108912

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0-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.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e1e4b7e4bfbf22fecfa5b852f0e499c442d4853b7ebd33ae37cdec9826ed5d8
MD5 7dee06b3be122d65079aa4ba01ca09eb
BLAKE2b-256 6a88576f0c2c2a001602ab42ddb8399e5bdd2cc738d5dbe6d362369d6f9dd854

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