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.

The newest Cython release can always be downloaded from https://cython.org/. Unpack the tarball or zip file, enter the directory, and then run:

pip install .

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:

NO_CYTHON_COMPILE=true pip install .

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.1.0b1.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

cython-3.1.0b1-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

cython-3.1.0b1-cp313-cp313-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.13 Windows x86-64

cython-3.1.0b1-cp313-cp313-win32.whl (2.4 MB view details)

Uploaded CPython 3.13 Windows x86

cython-3.1.0b1-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

cython-3.1.0b1-cp313-cp313-musllinux_1_2_i686.whl (3.3 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

cython-3.1.0b1-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

cython-3.1.0b1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

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

cython-3.1.0b1-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

cython-3.1.0b1-cp313-cp313-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

cython-3.1.0b1-cp312-cp312-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

cython-3.1.0b1-cp312-cp312-win32.whl (2.4 MB view details)

Uploaded CPython 3.12 Windows x86

cython-3.1.0b1-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cython-3.1.0b1-cp312-cp312-musllinux_1_2_i686.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

cython-3.1.0b1-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cython-3.1.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.2 MB view details)

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

cython-3.1.0b1-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cython-3.1.0b1-cp312-cp312-macosx_10_13_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cython-3.1.0b1-cp311-cp311-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

cython-3.1.0b1-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11 Windows x86

cython-3.1.0b1-cp311-cp311-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cython-3.1.0b1-cp311-cp311-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

cython-3.1.0b1-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cython-3.1.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

cython-3.1.0b1-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cython-3.1.0b1-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cython-3.1.0b1-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

cython-3.1.0b1-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

cython-3.1.0b1-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cython-3.1.0b1-cp310-cp310-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

cython-3.1.0b1-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cython-3.1.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython-3.1.0b1-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cython-3.1.0b1-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cython-3.1.0b1-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

cython-3.1.0b1-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

cython-3.1.0b1-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cython-3.1.0b1-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

cython-3.1.0b1-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

cython-3.1.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

cython-3.1.0b1-cp39-cp39-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cython-3.1.0b1-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cython-3.1.0b1-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

cython-3.1.0b1-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

cython-3.1.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cython-3.1.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cython-3.1.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

cython-3.1.0b1-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cython-3.1.0b1-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file cython-3.1.0b1.tar.gz.

File metadata

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

File hashes

Hashes for cython-3.1.0b1.tar.gz
Algorithm Hash digest
SHA256 3bfddd63e8e46eeeddc8283f47c4a16a2e98263ca9f9b215fe6ddbb69a9a185f
MD5 335b76c6e320ecb532188d5520bb3766
BLAKE2b-256 f56ab820fd8626fa6a658880815dc99dea8318438dabee96d75e261d050d94d8

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-py3-none-any.whl.

File metadata

  • Download URL: cython-3.1.0b1-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 b2542caa0808956493611d00107b0a0332058773e052e088d5795762997c1057
MD5 39d252d34561e7df322ef181d882db13
BLAKE2b-256 80688a285cb6dfd4c26b58fcf387bd8ba3992a7f00ac7c9361970090d3ad90a3

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 69305b263fd6e82d6aba13a5f43fcea21777ddb1ae77d428d314e1049ff801e6
MD5 38d2feee5fcec253684289f61fa176b3
BLAKE2b-256 b3a07f260b356b10e2b568f5ea330add80b7a8d0130103b28799908a1f17e084

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 88c68d48dfbbfddb4352e01bf0bc041030b9e3f7c2b31b823572e74827beaf67
MD5 c959f7d7351f66eb92cf844d8bf3598b
BLAKE2b-256 85eaa7754c945384050a072876a8ce935bf0cfef15fad4160b02f5a8687d6924

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1fad46cbc951557a3adea48bf1fde7ee165195ddb3ac31db6e13338c37ccda7
MD5 95f94c0795be11f56039b889c8aa2f66
BLAKE2b-256 f99234df2035051162791ee06b45b4dbd532182e7529b3fc94657268b9280982

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 471dffc5d08478c1e55665852cc7edd3834e72e98a43583832d09f5500c6c030
MD5 48e042b785f9806bdef3583a190d0510
BLAKE2b-256 2351c09ca2837be937e24c676784e508626821fb3c90bd61d4a4932c5fa3cf63

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fd9661784f71c8967fe4f49986870a8877cb86a54b925a8202408757905c3b8
MD5 b001b0dd05d90968500b6b6856032a0e
BLAKE2b-256 4b96dfb8905a0fb5d068ac684e2bf8ce99c06a8824770c271e4a86a4c5726886

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bae9ca506bd1e2d85bb6e55fccb29530e20fdd714e1b3801b965303d09625f7
MD5 3307556d4963d856f9230f158882245a
BLAKE2b-256 80e8871019c46b346afcb8bebdde5af08b30fd9c293e2be4d0e6dac78337a78d

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47edc2c6aa0a50f80546447399b2a42671f367b3f4dd92e6b998db8fd33599ec
MD5 a350205337110c123ea2667bed7cca4b
BLAKE2b-256 6a65ce7c705d0bb1a20e74e876ce21bd874232fbef8cccb11893b48588e0d07a

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4dbe717b1502d07a8df1fec2304be18644efd3245d5f75e35d59d827e29421e
MD5 a02c55e573f35d9a6e475f85980c1cc0
BLAKE2b-256 55f640ebbbb051c313a53d94ac74aee558076a27e332a4f34908f2901dc75ee5

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c5cb98f0c126372a2a7b8604a988eb02a220aa607c80defd753238fda63052b
MD5 980b550e77fc9dce3288fd713af324ef
BLAKE2b-256 0c8ea3a4db35aedb884c419c17b6b762e3d77a605d9340c16ea89dc5b74e7806

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 95f36bd54a30cd90c01ea736da14ddb2fc5b92d010d49e668987e2155ef856ad
MD5 61f2a1a22756e6422f5f853cd2f6d37c
BLAKE2b-256 c5591f50b084149f0f7e5e4cfd3b7db62ba7778da04580accb68a9e250977e76

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88b28285c9f6fbacc937f545c42fd54966ac195b6bdb36e3949a4167301f7ff6
MD5 9cc3b2761d655711f520afd88f4f0432
BLAKE2b-256 ef12ec2f6626c007f73c61147f8a26ec55cf36d00581d0f5b2753ec3d34ce021

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7681edfebf7af8f13c7314e7d5c690f05ba48a4f8839169c5884c242e07214c4
MD5 376f24aaea24cee89709301fdbc9a1f8
BLAKE2b-256 ab8ce8caa7d96d3537717fb24666eae8afd213e99ded5c1d14dcb1e10bb1b64b

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1036e9c21e8762263d04b83574614cc57b79a5a1027088fe4a0758f29a37844
MD5 fdad3f0f067cd66402c893e21095d5a7
BLAKE2b-256 b42ff16f8bbebe0e5f43e1180b11e58e66f5a0d14e0c1fa38aa119ced52921f8

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 41542ad7503c95c5459fd98506b4227eeb8efd888e63ba53a632c08f744da933
MD5 498b94e2f00b5d9d67fa1621ce6e1102
BLAKE2b-256 f09c367b87e7246060d567c0171c9533f0b2a6b5c109a3b5706f9ab7f2b6e301

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed3f81af65b3016fae5b1a713669d4f8844ea9bf3eeb0bc5c56a68f57ec659f8
MD5 a28c5e0ffc99e6ea2a04a7167cd25895
BLAKE2b-256 d62e3f03a999fadd33f9522ce6bd47daf59c9c1da9302e09f9c78dcaf3c23ea7

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 576a464d21c933db2625053eae842358499c885ab998ae74fa358ee390dd0df1
MD5 971f08cc632ba999e0a5f5eb37593dbf
BLAKE2b-256 625ac04af9cca775701c49e75668d6b5224a473acf295d30d05789fe04ed03e1

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 19009de2676abb0125fc5dfc08c21b0dbb019429acb7f364abf992e6406bf7de
MD5 5e253a6ec711428ef0f9275c866b12bc
BLAKE2b-256 37bd361d8c03551b017e64d439f74ee2b7913b78e1dce24c119b6192e6ab830b

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54c0278e5b2d1cbdf72601bb3522a3a86cef1b8dd22b1261e3089da5ae256b0a
MD5 b340dc832e3f034d5add2dde3574cd48
BLAKE2b-256 06ed80aeb6f1231366218584d7ba0e1b7ec273f244a77f161cab6c60aeb40432

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1c17ceabb154fdd76a80bd3af15f1fefac2d7596a099047f05406eee1378752
MD5 b69723d45292d54f0eb7b3b82980eb3f
BLAKE2b-256 68a72294dce9b18ee1d9313280a0b90988bbdbc544a61f1ca90960d1361f7963

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b3a61d1977117cbbec40b21aaa82e23d8cc0b19b7c833fcd3e5ade24a217bcd
MD5 02091734dcd5175d4a85b224ab027c51
BLAKE2b-256 75ea0457df99da52aca3769af9875fa927791fc2631654b6aaf3f0abd52202b3

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c92686c39fdfe5a3596427268501d2e9bb6761dfd974640bf67dfe71fc17f66b
MD5 9208a6614ffa5ce7815383b48086aaad
BLAKE2b-256 dbc3654b6680f9f964078ac651fe93d81891150209b36422f094811173703995

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 137487b7104d189206b267fb2e58f020a6a751ddae15a9102c43f2f16a05050e
MD5 ce048410c9fb676e6490099a2f16627c
BLAKE2b-256 64d92455741dc0691d4d93f3b426b9147e94edc320d4caf77c4f9c5a338c2ba1

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 815b3a2ab0601d620d7a540dc117d6777c75fa3211e5cf1a90f19148a323b97d
MD5 f5b6700ccad49c0a8823343e9f52d80b
BLAKE2b-256 6918f7be3e9ffde75d3ab289c85f7c601f0550ab3ce2ef878a7223b6ed6f5585

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0f866968e480940fd0161a5274fbd4e612a7f6cf16a58f2e914307490f0b4b0
MD5 af04b8d68e5f47dc48f3b321254c81f0
BLAKE2b-256 5a464880da09e84ef2a59b81b0dd4a79ce8c3a3b5161c31167b55c0acc17bbd2

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6bab17287eed897402adb8148fb31264435b2d689686dd63e0b8763372c17fc
MD5 d1be3d9b22c28f795cd4d4e48c353fbb
BLAKE2b-256 277c8484625ca06adcb2a1ffd0351c9338203f8536afd3d0fbdc30490ea5ac9d

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baa35701cbd16a714661f77eb6c665ffec07d7ede2622b858c4ae0ad8070cbc2
MD5 164d5f4c055843f4326d254afe224db0
BLAKE2b-256 8309e6e9865e84ca5a7c159fa1be29ebda930759b0bae2be9c6b905c6e54e320

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b0dc2da3d77f881833ea0f28b5448cf5d7da9b4f62767d75d18b71ffc552c14
MD5 f5f0876e787128d8250c32901eb47c29
BLAKE2b-256 70d9e68e0f779221c3a490aa510e6d2abce0aa2db22b1a93e1aeb681ecda0994

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a2b7ad9b96175a1387f18431df66e7c3bdf2adce21c2558653b6788fff18e72
MD5 063fe3a52821d97286a07f68cffe4b8f
BLAKE2b-256 e7fc9cdde4732a1f2ab2d4722ca2e25787ad261c559572df61ce81271b907275

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff6f7d076a1b1ed85f095d09ff25b1f95429e5d1ebf1df4de34cd2ed322c2500
MD5 0637c7b901f76ce58c72b623c9e943d7
BLAKE2b-256 765aeac02bc00e651d7807ea1b78e26a90fc2577f5b604620375110aaf571809

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 824c48b50e6fb1b9d965cbc093811b0d98188ad50959f147ebd5e67c1e1f394c
MD5 0878ef0624ca59d5e858059f22bc7a0c
BLAKE2b-256 964c77b2b653eb20389cc02d6bb445ba05098be9ad9d40dbf8dc0f91833b3dca

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 239903926269d14cce33c4a637aafa6428722e0ca62496e6db8a0b2b4fb2bd90
MD5 266ac0d500e0f42575b135cd45616029
BLAKE2b-256 a6446568b3f106336dd4d398d6f2bd4fecad06059166b9f6c00ece79b60b3c0d

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 82f2c5b4157e29a918b6ac1ecdcea1301f72ac6864dd45e80d4f5a9fd209d973
MD5 ec6144db9e55a753c38623e327d05f43
BLAKE2b-256 1f5bb19f119e2ca7a0ac24f9c41576896938f87e3e70d3e69893d23cd1a05367

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73d9288c2dc0e74012fad44a836fef8bdb301d7771172ac81b358ec84d4651ec
MD5 523a13912b0cb347b931383d153ea024
BLAKE2b-256 60e97134c77e344c917bed70f8bd8bd8eb4e39da6288ac3037489d19b6bad005

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 21307771d7b42ba643743d8cc823999b7cdc248681a10fb3f25071a95eea341c
MD5 14182be16d5a6fd6eec22af71d6572ec
BLAKE2b-256 98db7ff74fe1d4c1fa2c82cfd3714b41d74afecd28a9b6a7973c907a8ad434d0

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd46e15fdc0dd24933d740a28d61e8a0c6c4c216ed3345eee97d52c7de8e8c12
MD5 a976897fdf167959f20543515bf11962
BLAKE2b-256 00c9fa6cd29a7f5aac0819597c625238de5b626b65bfa9f7ae2d34f704ad1575

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a210a0c02c8da5842083e3c7772aa7f6b16e6fe5ffe931d998d3aba68fa18a53
MD5 bd64df28df1e12bb256274703cc94ee5
BLAKE2b-256 0a5901d36f81e45fe223d755386f6343181194d1533b15a2b0b6c1b426cf7589

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e0cda8bbffc7589a95ec624ed4350e33419e94515c1c2db583a436c6c8c6122
MD5 a2deef13f2ec5d107fa24961da7146cf
BLAKE2b-256 b60f18cbf59ca4305450891d7d25c8d66e9213d7e869aaa57b003b1d548041e8

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16e88daaa33a16ad18b73df59ef067cf9450515a0e4502cd2ebe0346ceab0b9e
MD5 fef281e6fa6ebd9bc081e39f49706994
BLAKE2b-256 29b1db998fd80f76e6ec31c1820a7a047dd13824f3698c167ccda78459d11325

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8025a858fec67933df7020ea99218529f15a62c742029b3b59b5655b45ad9e72
MD5 feb4e61d67857baf23619d4dd01cb0c1
BLAKE2b-256 978bdb5e19aa1b154b9a6a1603b3b40be5695cb5ef306dfd4d928423d190cb86

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6c8a814d22b924768a4e41301a8fce1078f695f159c2d5e3fa828d0b5d397b6
MD5 0ca49b0646a4b5dc252098d9f2fe1bcc
BLAKE2b-256 ff3870544a8313807922de024dd546c733e98102f43ec22649dfdfcfd2852416

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f24c01d7b4cf510c3a0b936a12ad49b2b41b5561d001dd263b7ba64ba48ca03
MD5 9a3a071a2f89c7f2107c21ce29d5bd4e
BLAKE2b-256 843bd7930f50523046f2318a31256553bee25d9ebe58ebb90f7b55c3f9894eeb

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a002fc759a0d03110678f543dcd4e5b8e86d65052186a16e403248f2650cd7d3
MD5 3279384df45ccbc5e15512b6dc936cfa
BLAKE2b-256 368e05da964800a2b5f64931ae68f897dff1cc362a25820215489eda38e57d73

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 80de5f8d4798f1b716d8615a3fcdbdf033c09934e146d7b17a8246e82c6cbf51
MD5 75052bf3d08c7e3dcfb938843d3af6a3
BLAKE2b-256 2ac7239e595b4cd97034d1a76d5febbbd2893e98cdeacbcf6459c7afe373f5f9

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7bf23f0dbfff531217d7eb828b465395a7c62752c3b66802f0a4c8706665572b
MD5 3fd8cc67a80816803d1cadb7ab73a6cb
BLAKE2b-256 7ca0ecdec146fa22392e6a53cd1ceba69aa76863b5ccd6298b682c72de818880

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e10f9a5139c25ed115b6f8204f35d79502249fff207e2f2faa28bf7678b74bb
MD5 4f5e50b98a60a5478b3b5afc3dfb9e43
BLAKE2b-256 7c39cdf73bf22052d4faf217d0ec44e6cb6414961a716cf9adca7ab24e76993b

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84d5868652ad573308615c0377b489340b0c4efe5f4400505ad5740389dd7b84
MD5 0e260e41b24b69f26b5995cade43fd12
BLAKE2b-256 d20c50c6ebd8fbfd2e429c5db9396aad2977c66768a7a2de985b111a5fcd7364

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01145dc6000a8f2c9fee4cdfa1ef6dc8cf599205052299a2d06f4f58154cb6ab
MD5 c6503d72c03c391abba18a6ca5bfab36
BLAKE2b-256 b183aea7bbac3f495800f250d45058d6bacf462383362ff74077826ac14f13ee

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac54b24f9d0a19a9bbbdd358e4df350f804f6e227c43017df077ea07b93480eb
MD5 8c753205da44784a335dbc799ce6ccc1
BLAKE2b-256 ba09050e180c4b2cf24a37ab5905dc323171f769e7fc3b1d2ffed442363f4898

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e641715ca7c9b980fb106361dc267fe46de857ac3ca2303480d62970be7745a2
MD5 718ca4bb89db5402e6cebd4fb5a32c0f
BLAKE2b-256 91581061ebb9d4efb63eb30e25cbf885c4dfd69d6a99e6dbc20be1abdeea674e

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7856dc9ed966d543fc8a989e26ad4a52150dea93f8ac63a98d64705a5fd61b5
MD5 58da799981d0c3b622ef93ed1cec8848
BLAKE2b-256 89e2ef05b7065d0cc6419badaf4363f2c151f6a5e9367522509620fc8e0548a0

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 af3def4370fc4210c833936f3c2b25fd4e240a4bfd61d74b3aa174bf9e2771c2
MD5 0f715ada516a26d292716ccd0b003f68
BLAKE2b-256 d7e925ae7c00e27d9120105756b40e8fb731851a09f9c90e19192e05086c8367

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-win32.whl.

File metadata

  • Download URL: cython-3.1.0b1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6308783be9b32d6a8c0b17ab4ba6f1e361e51f51e522fd0cc5f5b0bb852e0fea
MD5 8f91a603fbc61201220ae3acb976f24b
BLAKE2b-256 ffe1cadd0e49ebac7fcf0a64f8cbcb83f940bd0e934b2e4eb3631a77f7ce0320

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ff9757fc23506e7d82901f09bcfa246b11317b440872a64fd1dd75881ce6552
MD5 cf04fc94325e04f95e665b7f250a27ec
BLAKE2b-256 4991d2de5d5d646bb873def446020dae28908b8458fcf7affb4eca15e4dfdf22

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 389732fffa0129476f4de865ae7dc762d8125d77704279f735598f371ac504f9
MD5 8e791a547b7cf55c07f472707f1b3738
BLAKE2b-256 ca85bf7c8142bb2a0f0fcf424ce496d1bcc2eab90d0da8411cd35e1b538d7df0

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b67250fd05b40ed778f4bbe29876d3fe877b8bfa0145863597831061895e6b7
MD5 ccece1a6dc5cd7a56bdf70890a16d0f1
BLAKE2b-256 0af3876cc237c9d23ed500524c129c330d07e8570433442ba47fa51139b3201b

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 961c26e7ee4a6cb62c7bf9651abf2141b51e7b8a079e6010bd67ebb232d7e029
MD5 1234e8bded481b05d25e65b0150b4e0a
BLAKE2b-256 56cdf899a227905a91e3bb2a7ff9777fe8e44cb2a3accd3e41bfeb54c04ddb65

See more details on using hashes here.

File details

Details for the file cython-3.1.0b1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ece3f83c19c3c5389ecc94e33b7847d2b369e2e6c2772b9d64e4af7c48bb7a9a
MD5 99d79b841e0cc75a947b7621df0d5e0a
BLAKE2b-256 34467fd2087f4ecb77372309fcf313d4b8f75cf631377ae7917a96c887d1feef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page