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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.10-cp312-cp312-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

Cython-3.0.10-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Cython-3.0.10-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.10-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.10-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.10-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.10-cp311-cp311-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Cython-3.0.10-cp311-cp311-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.10-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.10-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.10-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.10-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.10-cp310-cp310-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Cython-3.0.10-cp310-cp310-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.10-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.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Cython-3.0.10-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.10-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.10-cp39-cp39-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Cython-3.0.10-cp39-cp39-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.10-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.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Cython-3.0.10-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.10-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.10-cp38-cp38-musllinux_1_1_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Cython-3.0.10-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.10-cp37-cp37m-musllinux_1_1_x86_64.whl (3.6 MB view details)

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

Cython-3.0.10-cp37-cp37m-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.10-cp36-cp36m-musllinux_1_1_x86_64.whl (3.5 MB view details)

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

Cython-3.0.10-cp36-cp36m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.10-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.10-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.10-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.10-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.10.tar.gz.

File metadata

  • Download URL: Cython-3.0.10.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10.tar.gz
Algorithm Hash digest
SHA256 dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
MD5 0110d7adac5ebb6ae65d8b71a72b664e
BLAKE2b-256 d5f72fdd9205a2eedee7d9b0abbf15944a1151eb943001dbdc5233b1d1cfc34e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fcbb679c0b43514d591577fd0d20021c55c240ca9ccafbdb82d3fb95e5edfee2
MD5 a0d7c331e38b0c6aa48888eb7cc4a1bb
BLAKE2b-256 b683b0a63fc7b315edd46821a1a381d18765c1353d201246da44558175cddd56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6c5af936940a38c300977b81598d9c0901158f220a58c177820e17e1774f1cf1
MD5 bea5c2ad24822e34001360150f2dfb28
BLAKE2b-256 2f596669edfd1fad83ee18d698b897f25871b5296e258f74964a003d50d003fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2d29e617fd23cf4b83afe8f93f2966566c9f565918ad1e86a4502fe825cc0a79
MD5 f4edb869d6f20102c10f48841d1d9362
BLAKE2b-256 5d6b7c3a198ba733b63c4e61b6d5385da3c172b90bc0cde57ebddd95f6eea44a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp312-cp312-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f8a2b8fa0fd8358bccb5f3304be563c4750aae175100463d212d5ea0ec74cbe0
MD5 cec8953bcee145073658186fd53833fe
BLAKE2b-256 0079bd4ce9b16aee79f801c62beaac106fba09b110e00a4e257ec8826f6c3b81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp312-cp312-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a5e14a8c6a8157d2b0cdc2e8e3444905d20a0e78e19d2a097e89fb8b04b51f6b
MD5 c68c904aca1b0f217081438f96509d89
BLAKE2b-256 1b8a8785616d957ddb77c0873da7d172528873048ef63ba40ab5999a8a486f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a036d00caa73550a3a976432ef21c1e3fa12637e1616aab32caded35331ae96
MD5 4e8db43a64e862154f8ace5fb09b476a
BLAKE2b-256 7af38e466a766ff990475788014edfe6b0aa3d6a18b35a630f2d2106ec7925ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 407840c56385b9c085826fe300213e0e76ba15d1d47daf4b58569078ecb94446
MD5 1966dc33042032900887420ad3914e2b
BLAKE2b-256 0aa5b9a6ca52a3d4553818ba3ae6eab2c5791939387a27be17499d70cfa8e126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9cc6a0e7e23a96dec3f3c9d39690d4281beabd5297855140d0d30855f950275e
MD5 33fa509b9d466c4083780f496931450b
BLAKE2b-256 7ad791871650aa320bf68f1a3827f6bbc82936ab4f307d42bb103e59755a02dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp312-cp312-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f2864ab5fcd27a346f0b50f901ebeb8f60b25a60a575ccfd982e7f3e9674914
MD5 e841d36c3e4007e52a13951c20965ecc
BLAKE2b-256 d56d06c08d75adb98cdf72af18801e193d22580cc86ca553610f430f18ea26b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3919a55ec9b6c7db6f68a004c21c05ed540c40dbe459ced5d801d5a1f326a053
MD5 8e1cb962a11583ca143c32c11408a557
BLAKE2b-256 18ecf47a721071d084d6c2b6783eb8d058b964b1450cb708d920d0d792f42001

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 09f2000041db482cad3bfce94e1fa3a4c82b0e57390a164c02566cbbda8c4f12
MD5 d5e1e854c57a60183b3a8b65e5a383d5
BLAKE2b-256 8d1101847d11faa22d058ceb441e3185364e13342b276ce25026118d0779ff5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bcc9795990e525c192bc5c0775e441d7d56d7a7d02210451e9e13c0448dba51b
MD5 c6aaf08aaa4f56961afa0262ec76962b
BLAKE2b-256 447f8262019f0076f5e79ce4de855d8601e90b66fb44925c161b1c9670a21889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e8df79b596633b8295eaa48b1157d796775c2bb078f32267d32f3001b687f2fd
MD5 baf4b684a3f155ff1bff77ac4048cf73
BLAKE2b-256 1dbb0a8451b86144be96132531b4b868640c61744655dc92ed08d924ecaf8931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38d40fa1324ac47c04483d151f5e092406a147eac88a18aec789cf01c089c3f2
MD5 b86c741a1641b9b222ffa3da5dcdb472
BLAKE2b-256 4582077c13035d6f45d8b8b74d67e9f73f2bfc54ef8d1f79572790f6f7d2b4f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 712760879600907189c7d0d346851525545484e13cd8b787e94bfd293da8ccf0
MD5 e3bcf761a70910e96fd49737f3cd8ec0
BLAKE2b-256 8e30947edd67f2ca21da1b88cba9c7f24fd27923a068138e0077095927dbee9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bd49a3a9fdff65446a3e1c2bfc0ec85c6ce4c3cad27cd4ad7ba150a62b7fb59
MD5 7805193c993acdab8af8c6cee975bc54
BLAKE2b-256 a2d554f108e43dcc94ddcd227ee258700165bf3e447f6b0fac316b5d822fb882

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 051069638abfb076900b0c2bcb6facf545655b3f429e80dd14365192074af5a4
MD5 903af6e36704bbcae4a27679ef0d3baa
BLAKE2b-256 0569198e26fb362a35460cbc72596352228fb8bddb15d11a787acfd7fa30aec4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9ea31184c7b3a728ef1f81fccb161d8948c05aa86c79f63b74fb6f3ddec860ec
MD5 8775cf7c49e9f1df9779511cbba6d8be
BLAKE2b-256 83429537a513d7d83196ab5973d911056eb22a639e04162fd649cf74b4dac3f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3cffb666e649dba23810732497442fb339ee67ba4e0be1f0579991e83fcc2436
MD5 aca63611167e0244d1a5d249d4a5aabb
BLAKE2b-256 835b5746455e739f771b4bfaefd37e6157f6f6702b8222c42264a8d37dd2f8c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d092c0ddba7e9e530a5c5be4ac06db8360258acc27675d1fc86294a5dc8994c5
MD5 0861b8ae5cc7c452fbac189359a4e993
BLAKE2b-256 b7cc389543a3d91826423468501da5ebeaa1e9d091e6db73aeb5a8db7208a660

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 86998b01f6a6d48398df8467292c7637e57f7e3a2ca68655367f13f66fed7734
MD5 bcc849d7d4a8ab61bc92c0ba20c19401
BLAKE2b-256 7b4e064b5b7230737404700905f909e86ce7b856fcb36fe12dc49452bd45b69a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 401aba1869a57aba2922ccb656a6320447e55ace42709b504c2f8e8b166f46e1
MD5 d035dd331d8d21217a033c767c68c354
BLAKE2b-256 2dbc3246e32829c8c823032dfb7b8e0f5f4818e28c74748c46766ae342e078b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adc377aa33c3309191e617bf675fdbb51ca727acb9dc1aa23fc698d8121f7e23
MD5 ecdcdab52dcd183fcdc6faffa3cf6ef0
BLAKE2b-256 881cad65940b3bf45e275302aabaee7b32e741bdecdf55bd573e23dc1767a2a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 541fbe725d6534a90b93f8c577eb70924d664b227a4631b90a6e0506d1469591
MD5 7fea45383372e2d91caac675eba92f97
BLAKE2b-256 3c517185dc4a2987dcd6bccea24184a0b5b74536e5dff45d79c035d3d5c96a6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e876272548d73583e90babda94c1299537006cad7a34e515a06c51b41f8657aa
MD5 a035b9e9d5c99b0e8b2f1dc1654074d4
BLAKE2b-256 31e7d1bc7b8139808a08efde19cade7e45cbfdc5c5978ba819983162b33af3ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 81f356c1c8c0885b8435bfc468025f545c5d764aa9c75ab662616dd1193c331e
MD5 8f2a9a0cb9f35eb93fc91bd31a2dd9eb
BLAKE2b-256 baa4457fdf9a6cb89fbb3a9c51a3cfb5fb6ecd36eabae6abe077784be95fc121

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0bac3ccdd4e03924028220c62ae3529e17efa8ca7e9df9330de95de02f582b26
MD5 8128cafe6f14501353c1794bd890a51c
BLAKE2b-256 b18e228a169ef207ada48a0a651f24d40d42a715769ce3a330ba0909b5fe9181

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c9c4c4f3ab8f8c02817b0e16e8fa7b8cc880f76e9b63fe9c010e60c1a6c2b13
MD5 e43542327c79c4b47d0027d6bcf4fc91
BLAKE2b-256 ac632ccf2d991c67065ea4b464a34616055b8b01015e3d634d6a6e4071a7f1fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4f610964ab252a83e573a427e28b103e2f1dd3c23bee54f32319f9e73c3c5499
MD5 c5184e40fb49d07bbc1414d6cb359269
BLAKE2b-256 85230cb865d1c633e0b8eee62c775690843526fe7c01bae077e0ffb2333f8ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 651a15a8534ebfb9b58cb0b87c269c70984b6f9c88bfe65e4f635f0e3f07dfcd
MD5 feefac560c107412e1949c7848da1ed3
BLAKE2b-256 a7f53dde4d96076888ceaa981827b098274c2b45ddd4b20d75a8cfaa92b91eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64f1f8bba9d8f37c0cffc934792b4ac7c42d0891077127c11deebe9fa0a0f7e4
MD5 a4f45552e9d90e97989e2af3144f02c2
BLAKE2b-256 9587beb17707b21a89dce293e3c35a685ec35b2010584c5d8a62c7a22950ff47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d10fc9aa82e5e53a0b7fd118f9771199cddac8feb4a6d8350b7d4109085aa775
MD5 bf9512cd53ee2c28580804efe25707af
BLAKE2b-256 5b204afaa8d51830cab70c1749bcc67839c3ed26fb0893b7943578a3e086a9dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 077b61ee789e48700e25d4a16daa4258b8e65167136e457174df400cf9b4feab
MD5 6ea17f925cdcc13c0ac08a4813c7d7ba
BLAKE2b-256 95c1c7ebf23958c8c225206204ca47582c71a35ee9b3a09c45af4a5706c6b7e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 950c0c7b770d2a7cec74fb6f5ccc321d0b51d151f48c075c0d0db635a60ba1b5
MD5 bfa5355399ec8eb4b5f219dd121dc0e2
BLAKE2b-256 3aac18d413580ac61a88f3725c5b6eb73c651495f1b6a5631be211514ac8aa0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 35f6ede7c74024ed1982832ae61c9fad7cf60cc3f5b8c6a63bb34e38bc291936
MD5 2f77f6b99fa222ef13e183ff358b7d94
BLAKE2b-256 4de393a4a3bc8ea7f7f61c70a88078d6ddd6927e994822a624e984a7857eecc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc6e0faf5b57523b073f0cdefadcaef3a51235d519a0594865925cadb3aeadf0
MD5 e085e468b2bb69e01eb8231f3f94ccab
BLAKE2b-256 6e561fc1290a9fb86dc3cbaccfdcf7415259ff4e4d8585df9c6bf7e7a4db4fe9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c9c1e3e78909488f3b16fabae02308423fa6369ed96ab1e250807d344cfffd7
MD5 10fb5d5a848d99bee098794839d34557
BLAKE2b-256 1088de394dd1ab01433b63bd5588977ca62e3044452336d3ff61ffd93a89fe5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acfbe0fff364d54906058fc61f2393f38cd7fa07d344d80923937b87e339adcf
MD5 a1d352fdeadc607650c69bf3198012fc
BLAKE2b-256 3a6f8a79707ac83cf4dc79903077b856c7c31dc08675b9fbde77a38ca79814b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e9a885ec63d3955a08cefc4eec39fefa9fe14989c6e5e2382bd4aeb6bdb9bc3
MD5 09e46ff12982f050e54f07cde702fd76
BLAKE2b-256 a8b9e01e8f09ccb91884eac5ee865edd24e62b36743d2b4bd04191e6d8c53f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8adcde00a8a88fab27509b558cd8c2959ab0c70c65d3814cfea8c68b83fa6dcd
MD5 168fb680da77d5d2b51ecdfb8c52fbe7
BLAKE2b-256 8d8e54275ba256352285e76098a9130cf134810e432ee6fde4cbbdbd47be5df6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f43a58bf2434870d2fc42ac2e9ff8138c9e00c6251468de279d93fa279e9ba3b
MD5 00afda9db5a61fdfe45c3df9c892e225
BLAKE2b-256 7a3e640c616b6bed48a7eb92d30adce31c560faa7df7af576c20a19df19b07dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 40fac59c3a7fbcd9c25aea64c342c890a5e2270ce64a1525e840807800167799
MD5 69e4e239fe563e89af2f299cdf49e42d
BLAKE2b-256 a65afecd57c009bc0be42a91ba19507ee886ec2012ad90b01359b6e16d1a2d69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d4e83a8ceff7af60064da4ccfce0ac82372544dd5392f1b350c34f1b04d0fae6
MD5 343c84cea89652457234b24df65c723f
BLAKE2b-256 c8771fe39cf1cfbed6bf5d9a02df05058d9f021832334fe3b2333520edb9c070

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 269f06e6961e8591d56e30b46e1a51b6ccb42cab04c29fa3b30d3e8723485fb4
MD5 25d414a8083e57fd7351c4fe6c249f38
BLAKE2b-256 7540f6d414edc9740c1cc6b257fdd596d397bc7c7cbf07132dadfdac71d83de1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 076e9fd4e0ca33c5fa00a7479180dbfb62f17fe928e2909f82da814536e96d2b
MD5 474172011c6dc33c645f2c0bff2b1b81
BLAKE2b-256 0eed01800eecd9fd3b7911a39cf6ebe2a16e80b4b3c55a09bd5c91bf4159fc29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a181144c2f893ed8e6a994d43d0b96300bc99873f21e3b7334ca26c61c37b680
MD5 70b033b754e686b9889d4b1cb2336cd6
BLAKE2b-256 5b297f69c9e9bcc570908531a52390dfae37a8bbd6db48e1a11a16d826556140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15b6d397f4ee5ad54e373589522af37935a32863f1b23fa8c6922adf833e28e2
MD5 db5762007814dfc97dd763a636578f2c
BLAKE2b-256 f6ca6beddd6728c9848f21f8313550013be75bdac53b29380e7a346c0961c58c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b74b700d6a793113d03fb54b63bdbadba6365379424bac7c0470605672769260
MD5 1bfb4a3a394241a68607b3a7716b1499
BLAKE2b-256 d0de0f9266708da1be4b7098123b6a845e238a537da188e984fc66b59512dca7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 206e803598010ecc3813db8748ed685f7beeca6c413f982df9f8a505fce56563
MD5 ef5f7debbd80e094ee5bbb26bdca9156
BLAKE2b-256 71e95a273075825fca0d1b567a10b07c260b6083bec8e61b5998cb737ca5a164

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a9bb402674788a7f4061aeef8057632ec440123e74ed0fb425308a59afdfa10e
MD5 d773b5fb9616ce284a4428150e47a0a7
BLAKE2b-256 e1824e95bd3b1c639a85573fbcee52b4768a49e315dfad740caaa73683ca9f7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a9c976e9ec429539a4367cb4b24d15a1e46b925976f4341143f49f5f161171f5
MD5 818d5056747cf4f7aa334287d1a0f734
BLAKE2b-256 4b0388ce37debab57a7e111186c37466645ec5755116c9bc0ece3a6095e98dba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 90e2f514fc753b55245351305a399463103ec18666150bb1c36779b9862388e9
MD5 1148f5afe836e31f4bda1a2c8bb20f2f
BLAKE2b-256 6083de77351653c8a3fe508576e605fd846cfd5d3e907adb0e7ea2796c7f1635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 32fbad02d1189be75eb96456d9c73f5548078e5338d8fa153ecb0115b6ee279f
MD5 260d7c7d7a6fe8bc28c87f1d2b59115f
BLAKE2b-256 95f3cf2071c67a2bfe2181403cd7a68c13f884c66bea1b33c6e40b900a445cf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fa9e7786083b6aa61594c16979d621b62e61fcd9c2edd4761641b95c7fb34b2
MD5 eea6a8f2032cd61e8758941e6bd07cd0
BLAKE2b-256 94123006eec0c5c4efd98c37dd196fdcffbeb584e8aa5daae15c58636893c18c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fadb84193c25641973666e583df8df4e27c52cdc05ddce7c6f6510d690ba34a
MD5 399143fa70bf2dcf6397d36d50b3500a
BLAKE2b-256 2d3d7d3526c5ad9318df1387c0d13e8e2a29986f69ad2b7647927e741c1e1762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4780d0f98ce28191c4d841c4358b5d5e79d96520650910cd59904123821c52d
MD5 a6570679e1f5639b89caabf1a44f043c
BLAKE2b-256 48c1cad29c9fecfcd6eaa7f22ce7247d46ae87b671db2b662b0b67fb22cb2880

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.10-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.10-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f465443917d5c0f69825fca3b52b64c74ac3de0143b1fff6db8ba5b48c9fb4a
MD5 2a625aee89824086f6e8a45a1baf26cd
BLAKE2b-256 157a2c9eb11c78b3f99a6151edc1f971859eb1a0a785e38a19c753d1a1e01ca5

See more details on using hashes here.

Supported by

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