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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

Cython-3.0.12-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

Cython-3.0.12-cp313-cp313-win32.whl (2.6 MB view details)

Uploaded CPython 3.13 Windows x86

Cython-3.0.12-cp313-cp313-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp313-cp313-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

Cython-3.0.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

Cython-3.0.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

Cython-3.0.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.12-cp313-cp313-macosx_10_13_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.12-cp312-cp312-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp312-cp312-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

Cython-3.0.12-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.12-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.12-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.12-cp312-cp312-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.12-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp311-cp311-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

Cython-3.0.12-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.12-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.12-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.12-cp311-cp311-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Cython-3.0.12-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.12-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp310-cp310-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

Cython-3.0.12-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.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.12-cp310-cp310-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Cython-3.0.12-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.12-cp39-cp39-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp39-cp39-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

Cython-3.0.12-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.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.12-cp39-cp39-macosx_10_9_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Cython-3.0.12-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.12-cp38-cp38-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

Cython-3.0.12-cp38-cp38-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

Cython-3.0.12-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.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.12-cp37-cp37m-musllinux_1_2_x86_64.whl (3.7 MB view details)

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

Cython-3.0.12-cp37-cp37m-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

Cython-3.0.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.12-cp36-cp36m-musllinux_1_2_x86_64.whl (3.6 MB view details)

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

Cython-3.0.12-cp36-cp36m-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

Cython-3.0.12-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

Cython-3.0.12-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.12-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.12-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.12.tar.gz.

File metadata

  • Download URL: cython-3.0.12.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cython-3.0.12.tar.gz
Algorithm Hash digest
SHA256 b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc
MD5 ab61fac00686d611197fba10c37f30e5
BLAKE2b-256 5a25886e197c97a4b8e254173002cdc141441e878ff29aaa7d9ba560cd6e4866

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0038c9bae46c459669390e53a1ec115f8096b2e4647ae007ff1bf4e6dee92806
MD5 656cdff54bd298e396ba06aeea7fdfc8
BLAKE2b-256 276b7c87867d255cbce8167ed99fc65635e9395d2af0f0c915428f5b17ec412d

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.12-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86c304b20bd57c727c7357e90d5ba1a2b6f1c45492de2373814d7745ef2e63b4
MD5 98da055592283a481bbe6c4c177cc020
BLAKE2b-256 a65fbbfaf2b5f7bf78854ecbc82f8473a3892ae5580e0c5bd0d4a82580b39ed3

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-win32.whl.

File metadata

  • Download URL: Cython-3.0.12-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 77d48f2d4bab9fe1236eb753d18f03e8b2619af5b6f05d51df0532a92dfb38ab
MD5 31a905bccfa74b47963ade7a4366e682
BLAKE2b-256 e389b0c847f9df92af3ef11281b6811c000bd6f8ce0db02e4374397f8d67f829

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4aa255781b093a8401109d8f2104bbb2e52de7639d5896aefafddc85c30e0894
MD5 337d9f20aa484afe2bc9bc97fa24a5d5
BLAKE2b-256 2dd49ce42fff6de5550f870cdde9a1482d69ea66a1249a88fa0d0df9adebfb1a

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62b79dcc0de49efe9e84b9d0e2ae0a6fc9b14691a65565da727aa2e2e63c6a28
MD5 82c84208d57de675ace12c176f40fcab
BLAKE2b-256 d0d11dbf17061229ccd35d5c0eed659fab60c2e50d2eadfa2a5729e753b6f4d0

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 879ae9023958d63c0675015369384642d0afb9c9d1f3473df9186c42f7a9d265
MD5 e59568b2f3ae721b7278b8b801d12483
BLAKE2b-256 a8307f48207ea13dab46604db0dd388e807d53513ba6ad1c34462892072f8f8c

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57aefa6d3341109e46ec1a13e3a763aaa2cbeb14e82af2485b318194be1d9170
MD5 744c3294f346ffb3078b7467ab62e451
BLAKE2b-256 34deade0a80bea17197662e23d39d3d3fbf89e9e99e6ad91fd95ab87120edb3a

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36fcd584dae547de6f095500a380f4a0cce72b7a7e409e9ff03cb9beed6ac7a1
MD5 25266770dc6a258a90554dd861a5b746
BLAKE2b-256 81abf61c79fa14bd433a7dfd1548c5e00d9bd18b557c2f836aaece4fb1b22f34

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4ee6f1ea1bead8e6cbc4e64571505b5d8dbdb3b58e679d31f3a84160cebf1a1a
MD5 a23c9ae8f3dfe3dfafdf88b8b6824c70
BLAKE2b-256 67ad550ddcb8b5a5d9949fe6606595cce36984c1d42309f1e04af98f5933a7ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c0b91c7ebace030dd558ea28730de8c580680b50768e5af66db2904a3716c3e3
MD5 4f3c09015eca780436cd87e692d8cdd0
BLAKE2b-256 ffc3a7fdec227b9f0bb07edbeb016c7b18ed6a8e6ce884d08b2e397cda2c0168

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3083465749911ac3b2ce001b6bf17f404ac9dd35d8b08469d19dc7e717f5877a
MD5 b6cbab63235b47827b04bd47efe4ba4f
BLAKE2b-256 a24e91fc1d6b5e678dcf2d1ecd8dce45b014b4b60d2044d376355c605831c873

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c151082884be468f2f405645858a857298ac7f7592729e5b54788b5c572717ba
MD5 513496757ff440efe010055cae74fc9c
BLAKE2b-256 50eaac33c5f54f980dbc23dd8f1d5c51afeef26e15ac1a66388e4b8195af83b7

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea3a0e19ab77266c738aa110684a753a04da4e709472cadeff487133354d6ab8
MD5 19e6a98325e8bd726574c53d4d049b4d
BLAKE2b-256 d6f803d74e98901a7cc2f21f95231b07dd54ec2f69477319bac268b3816fc3a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0faa5e39e5c8cdf6f9c3b1c3f24972826e45911e7f5b99cf99453fca5432f45e
MD5 8a7da2c18f0d0e1a8f25101982ab7a2d
BLAKE2b-256 0d72743730d7c46b4c85abefb93187cbbcb7aae8de288d7722b990db3d13499e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7fec4f052b8fe173fe70eae75091389955b9a23d5cec3d576d21c5913b49d47
MD5 2d2719600ad5b7c83f64f635771fa9d6
BLAKE2b-256 eeabadfeb22c85491de18ae10932165edd5b6f01e4c5e3e363638759d1235015

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d53de996ed340e9ab0fc85a88aaa8932f2591a2746e1ab1c06e262bd4ec4be7
MD5 807b9789fb4230776cb33bd8e3289246
BLAKE2b-256 09a129a4759a02661f8c8e6b703f62bfbc8285337e6918cc90f55dc0fadb5eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fe030d4a00afb2844f5f70896b7f2a1a0d7da09bf3aa3d884cbe5f73fff5d310
MD5 4f68075a982b53dcfae6078fcde5c235
BLAKE2b-256 e66c3be501a6520a93449b1e7e6f63e598ec56f3b5d1bc7ad14167c72a22ddf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d4b70fc339adba1e2111b074ee6119fe9fd6072c957d8597bce9a0dd1c3c6784
MD5 c6f00fa1da4279f50f4ea6e877084fbe
BLAKE2b-256 024e5ac0b5b9a239cd3fdae187dda8ff06b0b812f671e2501bf253712278f0ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3109e1d44425a2639e9a677b66cd7711721a5b606b65867cb2d8ef7a97e2237b
MD5 78de928fd4ddde0dcc76849c029f7d74
BLAKE2b-256 d98c1fe49135296efa3f460c760a4297f6a5b387f3e69ac5c9dcdbd620295ab3

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a93cbda00a5451175b97dea5a9440a3fcee9e54b4cba7a7dbcba9a764b22aec
MD5 45f8739469fb9eed4e861e4bfaf7a194
BLAKE2b-256 a9d2d11104be6992a9fe256860cae6d1a79f7dcf3bdb12ae00116fac591f677d

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e5eadef80143026944ea8f9904715a008f5108d1d644a89f63094cc37351e73
MD5 67c9809b1183cee18a12b3b67aa436b7
BLAKE2b-256 27139b53ba8336e083ece441af8d6d182b8ca83ad523e87c07b3190af379ebc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 563de1728c8e48869d2380a1b76bbc1b1b1d01aba948480d68c1d05e52d20c92
MD5 d39c0b826a1c80e1d49a173baa19207b
BLAKE2b-256 6b7fc57791ba6a1c934b6f1ab51371e894e3b4bfde0bc35e50046c8754a9d215

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfdbea486e702c328338314adb8e80f5f9741f06a0ae83aaec7463bc166d12e8
MD5 ae06a5642778730a6d021d8b2dd5a881
BLAKE2b-256 c749f17b0541b317d11f1d021a580643ee2481685157cded92efb32e2fb4daef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 398d4576c1e1f6316282aa0b4a55139254fbed965cba7813e6d9900d3092b128
MD5 7e12fd3faff38061db06a0630981f237
BLAKE2b-256 2324803a0db3681b3a2ef65a4bebab201e5ae4aef5e6127ae03683476a573aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 feb86122a823937cc06e4c029d80ff69f082ebb0b959ab52a5af6cdd271c5dc3
MD5 4968b39f72db02e242dda588cb468735
BLAKE2b-256 7e603d27abd940f7b80a6aeb69dc093a892f04828e1dd0b243dd81ff87d7b0e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d6945694c5b9170cfbd5f2c0d00ef7487a2de7aba83713a64ee4ebce7fad9e05
MD5 d56bab71af8393828df4e05b87387b0d
BLAKE2b-256 1f4c4f79129407a1e0d540c961835960d811356aa3a666f621aa07cd7a979b0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 712c3f31adec140dc60d064a7f84741f50e2c25a8edd7ae746d5eb4d3ef7072a
MD5 5cba57d4de4bb2004554cfbdbd487a5e
BLAKE2b-256 3bdfca69aab33ffd2a184269335f6240b042c21d41dad335d4abb4ead9f22687

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d32856716c369d01f2385ad9177cdd1a11079ac89ea0932dc4882de1aa19174
MD5 4c8fa3af148cf22a7f158f4c299bb1c7
BLAKE2b-256 d47de2a48882a4cbb16f0dfbc406879b2a1ea6b5d27c7cbef080e8eb8234a96c

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3a8f81980ffbd74e52f9186d8f1654e347d0c44bfea6b5997028977f481a179
MD5 7e7e1a52e0d44650e693385291fb3d38
BLAKE2b-256 1a0f64be4bbdf26679f44fe96e19078c4382800eb8ba9b265373cae73ac94493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bee2717e5b5f7d966d0c6e27d2efe3698c357aa4d61bb3201997c7a4f9fe485a
MD5 1e9967735a60698e269f03b48f80c657
BLAKE2b-256 dc215b700dac60cc7af4261c7fa2e91f55fe5f38f6c183e1201ced7cc932201b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7cffc3464f641c8d0dda942c7c53015291beea11ec4d32421bed2f13b386b819
MD5 491e2cf0b08bc49f971196edb2352562
BLAKE2b-256 a3dba42b8905bde467599927765ba12147f9d6ae3cd10fb33c4cda02011d7be0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba67eee9413b66dd9fbacd33f0bc2e028a2a120991d77b5fd4b19d0b1e4039b9
MD5 66e1d8e93ae451ad76b74894475ad112
BLAKE2b-256 52783bcb8ee7b6f5956dbd6bebf85818e075d863419db3661f25189c64cd6c70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dcdc3e5d4ce0e7a4af6903ed580833015641e968d18d528d8371e2435a34132c
MD5 94cc6730ef95df81d44e0f6dfa031c42
BLAKE2b-256 6dc866c63e895f6f2fea8e769c3a56ade2140403904fc63ab2e3e5b6443a5e8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a4032e48d4734d2df68235d21920c715c451ac9de15fa14c71b378e8986b83be
MD5 5dd4e93aec90a4743d9057dcdb2d980e
BLAKE2b-256 47bdeb4e6a4a6038c96aba8dd8ce7864644bd657346ad567dd2b384b073a838f

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6c6cd6a75c8393e6805d17f7126b96a894f310a1a9ea91c47d141fb9341bfa8
MD5 fe6a92928843c2ec3d9c7d6d7a1c503d
BLAKE2b-256 30bc43c05a2693f96e003039d9bded526460e2663275fc9d6307700f0f755f9a

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34ce459808f7d8d5d4007bc5486fe50532529096b43957af6cbffcb4d9cc5c8d
MD5 c2a883cd8ff53c27a77d3b7d352caf29
BLAKE2b-256 303735d6cff743b8778f54e85fb38cde276a0c13732bb31d79a277a8406c4d22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 629db614b9c364596d7c975fa3fb3978e8c5349524353dbe11429896a783fc1e
MD5 34d039ee487c04c1e88edcfeb631be08
BLAKE2b-256 cb2e7e6a45bc7a1ff327fca37c3473eb36864ec78abf81ecfb7eed0dab4a9a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af081838b0f9e12a83ec4c3809a00a64c817f489f7c512b0e3ecaf5f90a2a816
MD5 517dc7413ea5f90c61b5e91577cd566b
BLAKE2b-256 cfed65c9b06e79f6565b0fce5422c8088c73612ff4f7e1d0d465e8ec7df18af5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54115fcc126840926ff3b53cfd2152eae17b3522ae7f74888f8a41413bd32f25
MD5 fe27df4b68fad834e37d5850c503be4e
BLAKE2b-256 ffb8f7ee49281830663fe5af13a171e05cdba9b11c17723e02c5214a036507f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 309c081057930bb79dc9ea3061a1af5086c679c968206e9c9c2ec90ab7cb471a
MD5 9385fe34b44b6e217678bfb8328935c0
BLAKE2b-256 b2dd9cf07ef39545a5bfbae395b0db127d736e0a7c1baf045de88d1cf1b86472

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5e5f17c48a4f41557fbcc7ee660ccfebe4536a34c557f553b6893c1b3c83df2d
MD5 fe5eb41d5347707215e7932f3e5218a9
BLAKE2b-256 feb5ff7a1e5c67e03454af578954baad8ef394c8248b04ac1571660e4d21b545

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43c48b5789398b228ea97499f5b864843ba9b1ab837562a9227c6f58d16ede8b
MD5 fe459a01a6ebcd8411e4e30ec0014b7b
BLAKE2b-256 a1ac0d70e54dbbf297f12a69003c5e43a3c184079b5a92bcb4ebb4edc6cf231e

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ee841c0e114efa1e849c281ac9b8df8aa189af10b4a103b1c5fd71cbb799679
MD5 5add49e2a56b3c89cd75f9ea959dd297
BLAKE2b-256 1164e1a8a2b9e39d8554eaa3d3ca141e9d6344490a85e7d1cf6c12946413ac3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b588c0a089a9f4dd316d2f9275230bad4a7271e5af04e1dc41d2707c816be44b
MD5 fa34b74c9139165630bec27edf530bc0
BLAKE2b-256 4231064b3a2d939a2dd9f58cd8f640a85f6c10b44a21687405cd7cff2b506dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3238a29f37999e27494d120983eca90d14896b2887a0bd858a381204549137a
MD5 1a8798a7e09ff2297a70fe5515c9699c
BLAKE2b-256 919b917c7be4e33e55d8a58ee044fbee4198bcd239cc1ea322b4269d37f7468a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8ab9f5198af74eb16502cc143cdde9ca1cbbf66ea2912e67440dd18a36e3b5fa
MD5 2809d68fd32775ecc4bfaf1fa1b2fb03
BLAKE2b-256 8fc12f0363c3fc27cd8f5c5b05bf86cda1e07fa3bd287049d371c3cf37667326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 731d719423e041242c9303c80cae4327467299b90ffe62d4cc407e11e9ea3160
MD5 58d96cbbb03ae8996f387637f4cbea43
BLAKE2b-256 92339cab34b6eb148246bafc7ee6b27c34b9cd7866fbf55feaa96817c959a1e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 120681093772bf3600caddb296a65b352a0d3556e962b9b147efcfb8e8c9801b
MD5 a431f666b861c1ed185c99d7e7d5e76d
BLAKE2b-256 c2fd889d587f8dd8526e8c77823cee7cfa36ec172d9938db94b9996fdab399f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3e4fa855d98bc7bd6a2049e0c7dc0dcf595e2e7f571a26e808f3efd84d2db374
MD5 0dfc70294168ff2b04c6f8ff69a8e5f2
BLAKE2b-256 d600af75de6693f8015a6a1f80165b36f42739319f450367fb0f5c3749daedda

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f8c48748a9c94ea5d59c26ab49ad0fad514d36f894985879cf3c3ca0e600bf4
MD5 cb9ecdc63ffa25409d491919fd9b6fee
BLAKE2b-256 53c245dd849286350bf849d294b85a379aa2c44205ff416fe5e7103cadd9f269

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90cf599372c5a22120609f7d3a963f17814799335d56dd0dcf8fe615980a8ae1
MD5 1fd726c67c7d806372664a8c84ae96c4
BLAKE2b-256 4e1051d051bd40093911f8db82bd9032f30ea7d74cb6a94400d7b9d860560b70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ccd1228cc203b1f1b8a3d403f5a20ad1c40e5879b3fbf5851ce09d948982f2c
MD5 e2568a5029e18f5a08798a2ceb8e81c4
BLAKE2b-256 ca155adcd049e46dfc73957ecc8f60dafd8d3a700d1382e4ffbf26f5b0236a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e62564457851db1c40399bd95a5346b9bb99e17a819bf583b362f418d8f3457a
MD5 6713bdfe675dc9825f02997d4fb7cc1d
BLAKE2b-256 cdffe5ea7dc1ce362adab982044284a3b6ccdf77ae3060d8a2d2e221cecd88f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25529ee948f44d9a165ff960c49d4903267c20b5edf2df79b45924802e4cca6e
MD5 673bbf9c499e6be0b8641fdc88dd0110
BLAKE2b-256 fa71cacfb9069247330fc5c321bcecec72e271e42ad624d5fa09da48d31e2e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75c5acd40b97cff16fadcf6901a91586cbca5dcdba81f738efaf1f4c6bc8dccb
MD5 e17101bb8f601917796dc8b43031a672
BLAKE2b-256 16508216fe791e04a384b208342555979b09ca061fd6344ab3905dae16147af4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-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/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 63d840f2975e44d74512f8f34f1f7cb8121c9428e26a3f6116ff273deb5e60a2
MD5 2437dd5d50bf61cbe4273937197d63ea
BLAKE2b-256 2b788b5cca3b91ea5d8d21f91df9bec15872ca7fe96315468693a8970a7623b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8c9efe9a0895abee3cadfdad4130b30f7b5e57f6e6a51ef2a44f9fc66a913880
MD5 10652286ca5fcc86ba9f070b402605a0
BLAKE2b-256 6127b6d5942d55e575705ad330a5c5429f5cb655e6b7eb44ba32521d916cdaba

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f39640f8df0400cde6882e23c734f15bb8196de0a008ae5dc6c8d1ec5957d7c8
MD5 4e4c7364c14fffe39993e40e9450131e
BLAKE2b-256 d34bf692546462d7ef643e371cc9ab6c87696c645044d303663e7717c33c6b27

See more details on using hashes here.

File details

Details for the file Cython-3.0.12-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfb75123dd4ff767baa37d7036da0de2dfb6781ff256eef69b11b88b9a0691d1
MD5 37559fb22e7509eeb733506aba83833b
BLAKE2b-256 ac6c95214e31e1b89eeff845da9e76d12929de810eaa738287771ecbfa6b5e39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebc24609613fa06d0d896309f7164ba168f7e8d71c1e490ed2a08d23351c3f41
MD5 6472fede4236a8898f5c9772287b7cfb
BLAKE2b-256 2248a6fd38d664c74dcd4a0b22f7a853602b7c4264a05d65880d5184dd41e307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 680f1d6ed4436ae94805db264d6155ed076d2835d84f20dcb31a7a3ad7f8668c
MD5 30f966b0478126697a804e116f1f6e04
BLAKE2b-256 ee66c8c5b3b3820a632c8879ba1f127bf7efa98040511e60fcb8e52f4689cb13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1879c073e2b34924ce9b7ca64c212705dcc416af4337c45f371242b2e5f6d32
MD5 5e27be83025600d8441c9877ffc8a417
BLAKE2b-256 7573dff9e389746d1053bf28f51f3a1c8a6aa5223ca3de8a8c2a7e92cf2b8576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.12-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff5c0b6a65b08117d0534941d404833d516dac422eee88c6b4fd55feb409a5ed
MD5 65d42a33abd843eab96fb46e92d47aa7
BLAKE2b-256 fe3c61d4a8dab3f3ecc0cbd85d05f08182bc37cfb8e519d63356525094c4e09f

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page