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

Uploaded Source

Built Distributions

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

Uploaded Python 3

cython-3.1.0rc1-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

cython-3.1.0rc1-cp313-cp313-win32.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86

cython-3.1.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cython-3.1.0rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

cython-3.1.0rc1-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

cython-3.1.0rc1-cp312-cp312-win32.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

cython-3.1.0rc1-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

cython-3.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cython-3.1.0rc1-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

cython-3.1.0rc1-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cython-3.1.0rc1-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

cython-3.1.0rc1-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

cython-3.1.0rc1-cp38-cp38-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cython-3.1.0rc1-cp38-cp38-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

cython-3.1.0rc1-cp38-cp38-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.0rc1.tar.gz
Algorithm Hash digest
SHA256 9a6b7e17ddc18d60fe4a898105987fab50ec5c6adde87661a6978f3742da282a
MD5 6307852249c1c8ab83b1929e8ad51b4e
BLAKE2b-256 cb38435d980d59a00aec4a936156e98e3827ec69997a29faf938a4beb5d33d2f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cython-3.1.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2e4690bebab70bfb10e7651662d8fced86fdb717b6d58d2d9d228b9abefe6ac
MD5 e688c8d77f50d5c0519259c515da5214
BLAKE2b-256 5dc454780818cbe2d1e19e444ace690e8fbbef1c8d3488599b579bb657426d82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, 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.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f1e896c81611219f110885eb579f194a254fcd44473d7a8b2846eb991a3bd7a1
MD5 7e81195aa162ee7a12060d1b3a41e9d7
BLAKE2b-256 80dc7be9d3756859369636addb8ddd5b9c465683de1335c688c929b24709826c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.5 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.0rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cea220f84940d7bb1f386ed8826605bf49935bfc59544d60efbf3dad80a21963
MD5 ab0cc7b93c3bf59e85eaf3a66d6a1c66
BLAKE2b-256 8b3dc37d89a5c7ee62df1fc6c89fccf2071cbe4f1f7778fee98170db6822e097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b9ce8cddb9e2efaded61e52a25e1f2461c20806444adcbf82e0fc332e4ce759
MD5 871645b1001761d22a8b84f899e2609c
BLAKE2b-256 fc840e403192c22c181bd87561f0fb1c70d4aeaaacf436271e4439a0b9037b26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f270dc4ae1c89b526e10cc5baf4d8fdab7c6da69407a49ea447ec70052af6764
MD5 d1534150264204d0e4678bdd86c28dbb
BLAKE2b-256 50227bc7fbb21c031f0ad8586b2962ac99719e5241c0e5dcb84acc720ff5c7d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3ce70c9689284d303c0aa80146def69e04e64e7d63c8fa24d4c93f9346296cd
MD5 933ba59f9f016098af2dc4075a2736a2
BLAKE2b-256 44d3f3493664634907d5ebff909a88a2a69c80e9fa835f741b8848b9f1a71dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93c2fb951a3a136899d5f2227d096e279dda312b55ea0dae38cba312a01805b2
MD5 4559896c6dd1f1885974f80e1d2a03b7
BLAKE2b-256 ceb980f866c739b6cd1e96a7000a9479f1feaa44d6eb7ebd65bbd1cdcb8d0071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80fd7ccb66feefc749b798ecfe775f932f904ae96634f0d7e4a9efed9782006f
MD5 2aa71f87bc8e2861c765d2acd48cba88
BLAKE2b-256 31ab4aad4b9e82e96491dfb40a89a4c9bd40e2e1acc92b3f30f41715779c70e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9948b524c679738f17b58255ede1c1a77fc4ddd81df9894853e4cfeb25421b61
MD5 41b91c3c53a48091cfa37c2ce676ba83
BLAKE2b-256 2f2542609a2a2ad98ac3689261f77b868fde6c08ff55ca09f1a7308b0643e486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 981cc1fab7508616bc5b98176ee24b1cdf6ee580b21590760eb4111e0882b595
MD5 ba621a76392a67ff6a18a3f1d1d02c04
BLAKE2b-256 2ca9d155f3dec8c953770c11c83ceac05f9d1256f9227924375dd8eca3192c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b81c1cf64a1088689aa246d8d109ffb353f9c122a92ce657d1e48946a995f8bd
MD5 c2ce4dd51da0fa2c4dc851b2f18ba2ac
BLAKE2b-256 4baa058f08ecb0fae85d21a44ea6e708819b1040d466eb9cc796de276a240b4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, 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.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 52401b87524d69ec1e714346e84e695935abc4bc6eebbf9cd7f09d844829a08c
MD5 11936dbc1114e00c9527cd29bc6b54a0
BLAKE2b-256 a53e59bc2b85a6fd8f283f35fd9b8d2ea32904c02acfbf53e1289aa16cd3fcfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.5 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.0rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 43d801c69b3d5d4cce1b121dcdde28df674dcb621c6092bc27e55488eee5299c
MD5 23de7c2e2ea54fb92d1eef4aefe73b6f
BLAKE2b-256 65d645f7b42556feab066721b9b80005f26ffa1338b4dfe365fcf5b6f2396cbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bbb4f543e4562df0280a8ab5f61761efb7506a49f6cd34ce229b14fa823c7bc
MD5 a8958f5ee559fcd452ef08c86147212b
BLAKE2b-256 718833975f83cace71f260c152a4f9bd6d1f18f504eecff4d7357c4ec3aaf382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab2750df7b9de5b467678d28b1ae0587f529e7f20ed2ddaabe20cd4da4532fa3
MD5 9afe83ab599fbc0c4c02c47ac81c5eae
BLAKE2b-256 bac7da23ffe5f1cf57313a37e08c7d8bda3db7c56443c47972bc3619d1f417b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e36a397746bd2cc74162bcb6b72d8e07022e0a824c1adfd57a1a4de3ffe8939e
MD5 1b2e66db5f25eab6b81682b7423b4f21
BLAKE2b-256 0ce7ec60f36b625c691563c330882812b6473053a192a6e8de5bf37c9ce03878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9512dc926754dbe5371298c75c37f1c9a6c4b2169028beb49ccbcbe00c69a6d2
MD5 0be91042f237e1917ab3762984087a5c
BLAKE2b-256 1cbccff9265e63f52d13317fafe9ab0eead3c2b549e75a68d5958b4b81f705ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a24708c11f2a0d4f8ffb1ab166466fb7491f7d3821d526418877368ac55a8150
MD5 a226291fbe348c829cc4a70efd32ef24
BLAKE2b-256 c1186c0239bec425c95096091c05d2dc355b44b8519f326cd8421e69e01a1b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b2ca32d7039ab4777844b6e06c6fd8c9035587cdd90811d371eff171870efc4c
MD5 abeaa2a21c604142c7d80806b325da86
BLAKE2b-256 2cca096d1953db450b77862d24fb8d4ff2432f718b4f965c67c56348903174c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5dbc19d9b52f1f5384eef171b8885330670e0115ddecb81d060b8dafa32dd47
MD5 496bf0d7db52b6a932eb975f5ec5523b
BLAKE2b-256 e60bf65c74e76f0c4b60f6f0bd909ffd0d299978e5cb5c3bdc6e3101a85327ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eb934ec5b910eaf2f08a6ba5cf78ee76641c058d19cc7b25022258dda110ceb3
MD5 6d6a5a8ddfc433a3259424b7ee0639aa
BLAKE2b-256 2613aa20232d623790296284f92966d398eed18e5836782265dca4a1f642ed76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, 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.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e93c8df16e8be642a88f3235fb1a0013e2861c7afbb18c5c2765c22f36fcb200
MD5 f4a6c4551576e17271525c13cbf69053
BLAKE2b-256 486dd77e75d3610a3951aead9c2c7777fb2c8ff71c1de9dfcd5180e51205d4b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-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.0rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2ed911e8b601429d4349292f85948c763f2cca1fd35261de3f42932f0e61bc84
MD5 e9c5a7a9b40464ce44bed0b89c27d8b5
BLAKE2b-256 ccb1e487b8d1ec7b5124eb6d889bf4d13eb06cd25586644c0895213c7eb978e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edb2c95e253012e911555cb7cc50535c18e77bdd493fb22ed7c1f0e30b6e1b1b
MD5 81556cde0c441699b99a1e0bcfbe0f6d
BLAKE2b-256 812b6b995b90ff04665da7d833b3dfed92c28071fd7b21492ff6918ca5aac4be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 741147bc6b87032a1556d9e2f8fbd08cc83f19c2b78160397021f48e04c0f1bc
MD5 dbc1f16c6d4df8c38b5a57c8fde321e5
BLAKE2b-256 9a1ad52f49db3c238532c4a1427ff83bdf9fbf286536aea3c4e5b9a9110abba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6034b115b02bff1dfec504325520b99c893db73c8dcc1c2809b10ec77001ab78
MD5 04965a61e9f92e14b16b065e79baf1b7
BLAKE2b-256 c657127b71d4992d145aa308b3b0f90d952017f2eeb06a275e8cb0d2352abdee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ced22cecf5c862348416b1c8baf3e1dd365f83537941f02083bb2fe05e6b2f04
MD5 121b6bb6d94ced918ebccfc2c182a1c5
BLAKE2b-256 b9f52a77a0098614b025f45395aab15e6c6f0ad48261ba3b204138492a949360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a4c672f055ef1f71589cc5280bd1d837dcba59fac747d21c97be2959baf9191
MD5 8eebd694a4364223af2a5001c4910b76
BLAKE2b-256 6c8a1dff40bfb0eb2d11e7d30d828f11068de37e1a4ab909b4fb0f92c0e7fb30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea64bdac5d4d94e4b1aaa4a2faf8e8458cf8d3644f20eff8464474ba6783ee43
MD5 6f9ad558c667308e6b3fedccd0d75fd7
BLAKE2b-256 7e83865543fc4b5ce8d8f2e19a1b964f902a9316625b43c685733eb989175735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 128587b53ca749337c6f9127cd3533b30259b96ba572dbabe187d25591a18b64
MD5 bcdc2e51b45e0faad925e3915ba84073
BLAKE2b-256 41c1952323883751f21f563b5513663e43e74eefadb3d6aa41a3193136804f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 300c007572b03b033c8516a5e76c6519d5cd3e1758be10dee06a2366db7c910d
MD5 c3f6372b9596df85f5f67ac477a88a7f
BLAKE2b-256 2347329e2110bba21f33b06f52c02f16f1838977dffdf47a72ef5c78a5aeab62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, 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.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c92e91159e055632fbaea690b2d74de1d61c7a39164ee4b568b894f615428e73
MD5 59f9a736b93ea302ccf6eb494a460d26
BLAKE2b-256 f8dae04b20339802287ba631a48aacaa8779740e20756047f5223a48d15158a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-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.0rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e208f86d8c3c5fb021371ac42dcdb8b60bae14dd605178391ba61594f7afac7e
MD5 b6aef26370b7e81fe9b5395af75e5d62
BLAKE2b-256 84df176f70ba610b55e1d2feba2799a1850886b3287d435288a6d4ba6e4cce67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aee39ce14a43a82690c5c72c0a3dcb33fb66185602441cc618dd8904c8af1118
MD5 2672f07aa680aa4e592d2f32ace74ef0
BLAKE2b-256 ebb9f7b7e51b2bcd8112909f6c2b0cca384e5d66efc7a82bfcb70ac39880c545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8d660b5fc9fe24cc92bc4ce6d28fd7adb3dc3ef7efe52924f5284939468cc48d
MD5 e98b840bd5108987c72b98abef0d18f2
BLAKE2b-256 8527f79d8e0abdd9bad0ad17a4866327037f6e7c94b9e71e04595cebe1d9c82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f92f22dc15bba68a3c372ba1ac9a9fde7a77c5464d50913b0e9dfc449d900ff2
MD5 c43604cc48d04d4e5a1cef84d0e1245d
BLAKE2b-256 cd70a7a67e7b6f76bde3709bbd8719c62f90b32c92c096aea7a8855a7ce1227b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17222fb33ca69caca3f2abf56fdef6810aa0bab8b70c25aa4fc7dd6ed781a03e
MD5 ec23aec2f1e88172f96c2268053b3d73
BLAKE2b-256 68b2e483928e85506bb44e9e2252e4510b53803a2aac905a4e1d3c25149e0373

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3143a91fa31f7ebf03e2cb0ab38071592e87091abc4a01c5a68112178988a89e
MD5 cada6ace01d16f753913bc9cb0ea115a
BLAKE2b-256 bf4cb8792775aa89518a64d21250d8ff0cc7676965b7d87417c04fbbda6aee12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 614230807549176159491ff733b2c7930f682c89df63e1860a130cc7762a482d
MD5 d81049dceb5d594df43c2a4443e7febd
BLAKE2b-256 eeac9dca07f91f202556d18fc923da051dc54939e6aa4551145cc1742ae9dc08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a75b9c1de0139fe8b15cb6484eadfe4d890190156b46b9d6ebfc90f976986a8
MD5 efcbf64d5f1e4ccae52edcb8854259de
BLAKE2b-256 dc14459b4dee6e89b22a598a2caeab29f608d976e1164e17844dfdc2ff0dd43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecbac95319446bc752b3f7df48b705570f59afdb614edb8ff80a988cceb7a81e
MD5 20477fc50bde0c109cc6322cd394910d
BLAKE2b-256 1914cdae974648116a905ab3e98b11e043723a2166ec7bdcbda39cc0a65eaa2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 240f391cfcd2be02999e788b1dc598de5dc6488796b48aea726eaf66fbb45cd9
MD5 3c442854b81665f2d8e268c10dfa4a9e
BLAKE2b-256 25a7ecd4414f97ad62ba3f6c9654a5a7362e15a09c7ae780319d4a814fbaca70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 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.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cba42cdcf5a2fd96478c4af98055df580deae3afe17d6360e2a7f813757fa82e
MD5 8263cb8c36beafe59703491543cb3952
BLAKE2b-256 5bb5a33a9cf58bace40124cd63744636f993ead9bac252a1f81c87a3f8767d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2ba5f2cb922427d90e0e9096eb0b020ef869d514816d567f2043c526b830e7a
MD5 b3448be24a3d77c673cfe765c5a116fd
BLAKE2b-256 f99e75fd78bc4af6cfc64905853b490602c2299d4a28060b7534580a69e79f4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf4b6b9e3869f9f2533b626360fbf2ecee5c2ca8b6725c10ad6fd371edc4823d
MD5 2726797ef99559716e6782a04ff31300
BLAKE2b-256 354c96c49e272c318117a785b7879aba329b5ebe724d8b2618826ec466032b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f64af9cec89d4d8db76bbaa9ab0f7fcfd7f8f364df4c61be566f43fdeddef991
MD5 ce04f7006f69a378c8476ab3aabb142c
BLAKE2b-256 038fba6ab1c96bd0a4030631f1f484b5fcae2ed3c56cafaa77e48977a9042c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30ec895fd9ab5202e2367f5b6a2f0b92bd37eac3513704e33ae37ab491934c50
MD5 fa9de06af11f138206c52c1951fcb982
BLAKE2b-256 0cbc3b0d4622103c64c93dd8ae596e97252c38377c1fff9e08467b26984f6d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f8e768c9db79782c0ba124f470fa789537c3880a715ca259a5eafd45305129c
MD5 cf17424bd21480a0b38429a89c41b66e
BLAKE2b-256 661ba49df53bf542a030e1104a37d0b0d4634c4c9fff3d91019a0fc1c9ba46db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da2c24c7e0c30de3f543bc6dbdb0c9e2fa686d17dd05c25f6ce12085b6b49941
MD5 2663a1642c3660dc0fe4c22fc471aea9
BLAKE2b-256 7379258272f81624edd3e86fd1af73480e84360c3f3610a976ebd03e193206d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f91646f6d7965abcf189e5808b6954a3ac19e511bd1db6fca5ce43e54d65e5b
MD5 68ff30ddb5cc0cde6369f10c311ec3c8
BLAKE2b-256 d11b4f39009d2981e2f3b1787c7d4542236b1eca6c6ec3a47799cee4c2573955

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 910e0468f54076fdfa2c531f65d881b7a0f9b12505409f0d6a3c5b2d454fc192
MD5 a17f423be0b2014998c9dd61779a320e
BLAKE2b-256 1d8c9b8756e86dbd55678f4b7b6b37235d4ec618c6d20e024cba80769b1afbcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-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.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e3491076e9e005f9986cd074bde4d5d9b660c6a8caa34aa8a07d660c610bfdbb
MD5 914f5454fc25bd4568c8a7002cb9b554
BLAKE2b-256 c83cb6cab5e162f26ab75169db68ebc1edb42ee17406aa2f303aff88606d2a9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cython-3.1.0rc1-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.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3a5e913199c0929549221722a82ff86a4c86c72aae48d3cb69236782b2d03060
MD5 b5984a1eb77b7990ab6553de6fe963eb
BLAKE2b-256 ca3ac44af1af9b36daea95e32e24bc249a48249ce58219dbe42172ed021080a4

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cbecc65b8ccc3a7024da6c3c33c4fc4a77b915c17f91f4cd4e37593fcd95e16
MD5 3bd33a461c093408bde3060ad4e87279
BLAKE2b-256 b806a9a9950d734e9d48f0560b26fa92985324389e7ed1d8b4e8af063bd7f5bd

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2527d6893f9e1e65b7790f4d09dfeabddaa00b5701b0e19c345f1b8f674d8b51
MD5 74657f5b59d4aed946e08116369e0ff9
BLAKE2b-256 f1996fe7202fdd39b51f1e18938be399d8abfb7ad34b6006c56556b498fdc287

See more details on using hashes here.

File details

Details for the file cython-3.1.0rc1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe71c277fdd706ad3dfcd053685b7baacee4e359edb1a519a0d2cf8896300cc5
MD5 7c4bd40fdb663abc7e323cb55b900111
BLAKE2b-256 abca803cad4b9471c9e7351c3d67d5e648a3370ab2cfa926ff00b6788635d40b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a131b9de7c79aa0b469cdb4b02397be5894541b5711fb4406eba5fdc27c57851
MD5 61e12d0cc4f157082dfe7ad694f612b4
BLAKE2b-256 30f73e6e54e0e7a948da2c36924db8e21dcf3f2651033b1d81b5e3aed702945f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c10d31502cbdcc618776753dc89648f7cb42b05dda01afd2cf3607559de903b
MD5 550108238c0a87d31ceb1b16d8fdf5cb
BLAKE2b-256 f7f9b03253eaa62e15090f1c55a78646bba67652bdfd56b49f6994693c5790c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95a92c95bd76744ff76913e6414ac7cc1a529ce9b1a1aa4cacfa2a3b3d77628b
MD5 a9a4e1d6d28ca92291b9e49b58dd1537
BLAKE2b-256 42e2725e9b824ea73a2cf4c9e33e0e207fc0d7c7b6f4252414ade2b6d6295f97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca6f8162383a204536fb43f47fdeab3b16e789f517eef64e90768440c7619a64
MD5 f42dd430e0b915a4519635cbf844e11e
BLAKE2b-256 8fd7bd9c632f5c5060b0658f9c7332a90c5af4e3bf7f137411996a8dc112dc6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cython-3.1.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afc9cab90c3edc30e93253b3d38f17243070b20baa15bc2a25a0bafa1b510646
MD5 5a91ada5f0e724c6082193f2e98791e0
BLAKE2b-256 a1de2da4ef1868b27f569f20bf5ceb4f81732149ab168b608f114ab5f57ffb33

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