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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.6-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.6-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.6-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.6-cp311-cp311-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.6-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.6-cp310-cp310-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.6-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.6-cp39-cp39-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.6-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.6-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.6-cp37-cp37m-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.6-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.6-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.6-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.6-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.6.tar.gz.

File metadata

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

File hashes

Hashes for Cython-3.0.6.tar.gz
Algorithm Hash digest
SHA256 399d185672c667b26eabbdca420c98564583798af3bc47670a8a09e9f19dd660
MD5 3b08e76d112619ed9b5bc240b6b53cf4
BLAKE2b-256 d32002f4961b4315b95989abfe4b7cedff263cc89693834222d210a7a62a6214

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5921a175ea20779d4443ef99276cfa9a1a47de0e32d593be7679be741c9ed93b
MD5 a8754410bd5017ef30e565bf6e55e701
BLAKE2b-256 de0898f58494beb69392491b688264ed08259ce453d624059dcefc3fe37e5b5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9cae02e26967ffb6503c6e91b77010acbadfb7189a5a11d6158d634fb0f73679
MD5 a0645698c2a6df74787b15f8c2a06dfb
BLAKE2b-256 5f1242ec5ec6a43f2d4e3843fe8a2510add8822591216fd8d3631bb2b9a92102

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7f19e99c6e334e9e30dfa844c3ca4ac09931b94dbba406c646bde54687aed758
MD5 a2464521d5b39be974a9913769eba402
BLAKE2b-256 6880949c01cd0b90b1cbadd4d0e318f9d72fae37540173957d9f3d0a440770d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d296b48e1410cab50220a28a834167f2d7ac6c0e7de12834d66e42248a1b0f6
MD5 3490e05db96cd541c14cba217750d7a2
BLAKE2b-256 37bb596b920c22fe5c16a374eee663f7fb9301b0a16748e747a02db571910813

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ea2e5a7c503b41618bfb10e4bc610f780ab1c729280531b5cabb24e05aa21cf2
MD5 38a0ae1607108169fc30ec576e921e3d
BLAKE2b-256 0998340b5c19e7b2989a94ad8f3bbd7301b56eae9cd6266746f5b99393356202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85a7a406f78c2f297bf82136ff5deac3150288446005ed1e56552a9e3ac1469f
MD5 477276049ccf2a52278d4b3a9f0028a4
BLAKE2b-256 a17a9cb23786fef70c4f3c88240748154df79812540ba612937eba8321fcfdc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11e1d9b153573c425846b627bef52b3b99cb73d4fbfbb136e500a878d4b5e803
MD5 8bb3b3195d6589255de234d158238356
BLAKE2b-256 0abda0f27a26bfa3e1cbce18e6430d253466934de9ad663a2b582dbee3e48f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88be4fbc760de8f313df89ca8256098c0963c9ec72f3aa88538384b80ef1a6ef
MD5 7abbdcbd7f0b034270c22f1643f0ef28
BLAKE2b-256 e773456b57bb77dc772f1440ea1abae7a5a3a6952c97613ef8cdd77b0e5e0923

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16b3b02cc7b3bc42ee1a0118b1465ca46b0f3fb32d003e6f1a3a352a819bb9a3
MD5 5724aa7129e71171b69941b2d822beb4
BLAKE2b-256 2517dd04b6512d7a4fa06b7556a3dd7b9318901ad1f488cafc2f1ac2039ebfb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8640b7f6503292c358cef925df5a69adf230045719893ffe20ad98024fdf7ae
MD5 7d340e6f42609899bb17dea5a2958c7e
BLAKE2b-256 61d368990f655b015afa9c10e8e0b88e6efc900d8f6f852322d33d20601e22d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dcdb9a177c7c385fe0c0709a9a6790b6508847d67dcac76bb65a2c7ea447efe5
MD5 97c93b82871eba5e0a2030b26a743aaf
BLAKE2b-256 bd16b5067ddade23e444ef8faba7640887a03beb2622e560bd0dcc4033f2ef8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 805a2c532feee09aeed064eaeb7b6ee35cbab650569d0a3756975f3cc4f246cf
MD5 176f7ec61993ed90d7230202ed7500a5
BLAKE2b-256 7fdf39f53d6138df7b2085c3b7d9cd0f74cbcb685bf0c9f06079bfeb177af202

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dc4b4e76c1414584bb55465dfb6f41dd6bd27fd53fb41ddfcaca9edf00c1f80e
MD5 32213efdb01a12e3d111163c7cb5459c
BLAKE2b-256 abeaa41b38d9b9228b4c41126e7dc621d58c25e8b3b7d59e14a271eab8d76e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bca2542f1f34f0141475b13777df040c31f2073a055097734a0a793ac3a4fb72
MD5 07a3bc6c08663cc44d5258ba05e4d726
BLAKE2b-256 4b5bd51fa7c329e278ab53d24ee0837a77993244d48f5c6d7c159844ca475f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e31a9b18ec6ce57eb3479df920e6093596fe4ba8010dcc372720040386b4bdb
MD5 31b67b5803d776dd00368f6248551228
BLAKE2b-256 6fdc52f798e15a21c052a09cd05f29b2afd3b8084702bb0d26fcdcb66c447717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b24c1c38dad4bd85e142ccbe2f88122807f8d5a75352321e1e4baf2b293df7c6
MD5 121833d5aee25cee77f1c64918fe711a
BLAKE2b-256 8ab772ef334784fca5f3c14fe0ee3fce20a4f232bfff2ce26e5cde35c6a680af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfe8c7ac60363769ed8d91fca26398aaa9640368ab999a79b0ccb5e788d3bcf8
MD5 076253c1443125fe93cfc870658bf2e3
BLAKE2b-256 51021051f100275c28eeb194b5ce32632701a7218a4aa2ac4e875efbee569a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2262390f453eedf600e084b074144286576ed2a56bb7fbfe15ad8d9499eceb52
MD5 26fc45fe24e58d8a093fb2de632dc44b
BLAKE2b-256 c5b6680c6fa2122693ba16d34e6b1c3e4d4a04c3908b5f78a46c948006727bb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b029d8c754ef867ab4d67fc2477dde9782bf0409cb8e4024a7d29cf5aff37530
MD5 ec52d69221c2097a4330edaa1ca08fdd
BLAKE2b-256 0972f5f537d9bad2887fe2de78ef8685fa140e4d10de1233a5e9156a64ec380c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 519814b8f80869ee5f9ee2cb2363e5c310067c0298cbea291c556b22da1ef6ae
MD5 e8ee6ee8ba69dd0eb8c1071e2f517f5d
BLAKE2b-256 59f5932ba62eede66fbe0cfc38327032d37a1a439dcd96ce5a8c1075d2190933

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4121c1160bc1bd8828546e8ce45906bd9ff27799d14747ce3fbbc9d67efbb1b8
MD5 54e14c1866757e5e1a5dc0fd6006f930
BLAKE2b-256 bae6e1376095a4cc910078d58d832a5d1b02d900d53c2655a259e5e5bd4efe9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 14b992f36ffa1294921fca5f6488ea192fadd75770dc64fa25975379382551e9
MD5 9c82b0315188f1a726f06adf6ff3d87b
BLAKE2b-256 9619fda0fadea2d8a837de5c7c374434a0641ab0e0084f34986d6fd00f70f020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccbee314f8d15ee8ddbe270859dda427e1187123f2c7c41526d1f260eee6c8f7
MD5 f3c2c9edc84dffbacabec99d15c9e2e8
BLAKE2b-256 a1ae20d15012ee51efa8c563ac3ed1a6a7d807ca4492dae75a34a3259f71973a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ca2e90a75d405070f3c41e701bb8005892f14d42322f1d8fd00a61d660bbae7
MD5 9e7879b4cc53b3eaac75ffb011c6a361
BLAKE2b-256 cf130d77843c805f6db656edfbd586829ade05575806aa24e4544fd7408eb5ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fcdfbf6fc7d0bd683d55e617c3d5a5f25b28ce8b405bc1e89054fc7c52a97e5
MD5 bc131b73d83af244d53b14368efc7820
BLAKE2b-256 7d3544e24a37be754a9fedf95f97cc6259049573d035679e10db1fdd88fe0cbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8a05f79a0761fc76c42e945e5a9cb5d7986aa9e8e526fdf52bd9ca61a12d4567
MD5 d7f2b37f7e56b49e894067127af305ca
BLAKE2b-256 c60807691fb025349140831053965c9327484de77940625a05f91f3e3a481d0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce442c0be72ab014c305399d955b78c3d1e69d5a5ce24398122b605691b69078
MD5 b9ec219c2f5c3af01166530379612e78
BLAKE2b-256 ea76c9995ffece5548dcb73b2fc518acd1d4ffbecc63b7f0f2ef59bcfab4d177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fabb2d14dd71add618a7892c40ffec584d1dae1e477caa193778e52e06821d83
MD5 e4b5e8f641969a661f646b113d614f70
BLAKE2b-256 32732e33aa7ff4a0aac2ea9f508658148727e64a5c7770a5f6cafbd858ce9564

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0b94610fa49e36db068446cfd149a42e3246f38a4256bbe818512ac181446b4b
MD5 a94fddb3565f7ae1b57ac26b460b3aa9
BLAKE2b-256 e28210860ce95a7d908858fb75d4f519c560ce0191d5fd6aeb05a530dd94e873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1074e84752cd0daf3226823ddbc37cca8bc45f61c94a1db2a34e641f2b9b0797
MD5 5d80643c496c0fbb9a58267b97ed1f1e
BLAKE2b-256 4e0cc796b64bb889e980a9b066249f65da5105110e4fbaf53885180313012ad3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a77a174c7fb13d80754c8bf9912efd3f3696d13285b2f568eca17324263b3f7
MD5 f0680682e2fb7a4846dd57a04d2d925f
BLAKE2b-256 03d915023c7a416671cd129a6da92eaa681d17ff84fefd948132771822e4e14e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49d5cae02d56e151e1481e614a1af9a0fe659358f2aa5eca7a18f05aa641db61
MD5 974f6a49f675916e1e0be8789ffae28c
BLAKE2b-256 1cc73824cf286a50f0f5e2cea7deb4425b97844bf04546522d876b40f2a763b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8e788e64b659bb8fe980bc37da3118e1f7285dec40c5fb293adabc74d4205f2
MD5 d9e9b359bda5b9186ad2404419c98b95
BLAKE2b-256 f9a833aa7cf2f63ae728ecc72966e69fd85881acb70a57125aca2ab87683a3ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0d45a84a315bd84d1515cd3571415a0ee0709eb4e2cd4b13668ede928af344a7
MD5 5753fb62435fb87ed7c82924229ef0ea
BLAKE2b-256 047e518907141170bfba0c4591fa0bf34b1600e817ea5a19c82d121a99a56640

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 86e1e5a5c9157a547d0a769de59c98a1fc5e46cfad976f32f60423cc6de11052
MD5 374cfab262d4683a642e630b70c499ff
BLAKE2b-256 cc7c316103c80502099c177b046cb47048b130927c9a192b8220f0eaa395ec4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Cython-3.0.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e3ed0c125556324fa49b9e92bea13be7b158fcae6f72599d63c8733688257788
MD5 2cb8ca4ee4538376cedbf00d8834bcb4
BLAKE2b-256 bf6222e9c0baf5007ab96c1e80bb82f09481adadafa3b4bea59ed1c3bb342fcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 eebbf09089b4988b9f398ed46f168892e32fcfeec346b15954fdd818aa103456
MD5 af83a24cf8b4495323feb34e04042b06
BLAKE2b-256 4420248c4d229d53de525da8a5ae46fec3ba0382c4a840ab7ec84fbeab859f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 345d9112fde4ae0347d656f58591fd52017c61a19779c95423bb38735fe4a401
MD5 4b99c7b61d10e0b29824909ae6321041
BLAKE2b-256 77035cdc6f610b7fa38bcda722adf0e3bc3ba0a3b3d95f5e84bb7330fd9078ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 267e34e9a96f98c379100ef4192994a311678fb5c9af34c83ba5230223577581
MD5 9fa9b218152b02f927c2e0ddf2e64d34
BLAKE2b-256 9d03aae5fd48dcea7a5f3242a05ad36a74cb400468296c267ab4c0a8f38db611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25da0e51331ac12ff16cd858d1d836e092c984e1dc45d338166081d3802297c0
MD5 c32156e1caa66fe41eeafac7ef1c2e7a
BLAKE2b-256 d2460b9015988b705049a2b527ad6d94b2fa984738f8a1f39f6d3f23cc43d012

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3dda1e80eb577b9563cee6cf31923a7b88836b9f9be0043ec545b138b95d8e8
MD5 c63d69108312d4da547c1f66b4cdabf7
BLAKE2b-256 f8bff221ccabad99f4ff09607ef266c667c5dd1d4e33b520fe9cda48ef4aefa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0ca8f379b47417bfad98faeb14bf8a3966fc92cf69f8aaf7635cf6885e50d001
MD5 cd9351871e54f2cdb105c7c9068602c3
BLAKE2b-256 51cf9a05072ab5fbd868002ef0b6d0570059edd52c4ab3dd1d18315456d759df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9b89463ea330318461ca47d3e49b5f606e7e82446b6f37e5c19b60392439674c
MD5 e2041ca46f998680af01912b89e86339
BLAKE2b-256 a349fe237f4d0f8ca55bd1b82017c62c7892fcef7c6a3c6add072a145f527637

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4975cdaf720d29288ec225b76b4f4471ff03f4f8b51841ba85d6587699ab2ad5
MD5 7a4c093c4176bd1047b4e010b12c6379
BLAKE2b-256 f332e2c040120aacc20cf976ad6379e8f698dce41d9c73b7f21e3acc923d9a09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a38b9e7a252ec27dbc21ee8f00f09a896e88285eebb6ed99207b2ff1ea6af28e
MD5 831c99d900668448d2438c20304992bd
BLAKE2b-256 d367b3ec53c4ece348365280d8aa9f1a31a8538a01b80ca247c464ab0445ef0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e781b3880dfd0d4d37983c9d414bfd5f26c2141f6d763d20ef1964a0a4cb2405
MD5 2018c889c79d00a57387bbc5b1449dde
BLAKE2b-256 a645055846f662835ec889751f84e38871722d1f0ff5bb8303f5dd00b1899065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97081932c8810bb99cb26b4b0402202a1764b58ee287c8b306071d2848148c24
MD5 c55a6a7e88bfc2ef3ef5d68a0d6afae2
BLAKE2b-256 da3a62510c1610c6a9c98b4ae105074a3ef86d84588623f627bb39e858c37232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef88c46e91e21772a5d3b6b1e70a6da5fe098154ad4768888129b1c05e93bba7
MD5 cee52925f69f3a817ecbe7b3f7a2bcd0
BLAKE2b-256 c5eed3ff7e7d7398d2144dbb9fd28e6383a728924c2b8d6e6dac514e9c96e0b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c0472c6394750469062deb2c166125b10411636f63a0418b5c36a60d0c9a96a
MD5 b0450e0f62e4113881d6fa63f614b5ae
BLAKE2b-256 5fee2e89c72eb834f133765719ec12389626b505fbb90421e929972de67df06e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8dd5f5f3587909ff71f0562f50e00d4b836c948e56e8f74897b12f38a29e41b9
MD5 c665d53a59e936a5347ff81a03750115
BLAKE2b-256 5a4a775395104da373ab69366ee0893df707494d1e8b5ec3f044ef3a8affcb78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3ac8b6734f2cad5640f2da21cd33cf88323547d07e445fb7453ab38ec5033b1f
MD5 ee9167e0ad9c859f0eb6c42f3ef9cd9e
BLAKE2b-256 e4e1c08d6d93017548599c83391ac8dc922cf7f4be9494d10873aedf31e61f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c77f97f462a40a319dda7e28c1669370cb26f9175f3e8f9bab99d2f8f3f2f09
MD5 dc1d27adcb818afd5a12d62bdc64e052
BLAKE2b-256 2b0f47e45254315f2d99a010341190f37953583c3baa2e827753eb1361174cb9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Cython-3.0.6-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9b853e0855e4b3d164c05b24718e5e2df369e5af54f47cb8d923c4f497dfc92c
MD5 5e37ada9c5b9c42df46d14a7d03afb2b
BLAKE2b-256 c2fab0f2ee514fb133ef545092344a9d144aec6c606bbc890b00788ed476497a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05d15854b2b363b35c755d22015c1c2fc590b8128202f8c9eb85578461101d9c
MD5 c9ccbc0e8e0dd165c1330c26b48a0c18
BLAKE2b-256 012855cddd5f6db9769436ad6b848fc17b62529805dcb2c6c2a422c0e2489eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d2d9e53bf021cc7a5c7b6b537b5b5a7ba466ba7348d498aa17499d0ad12637e
MD5 df7983a4d361ae241022f05b757aac95
BLAKE2b-256 0769bc68578fc48a349534243d9e4f8c56963a8bbafdb1f4c7edeee8a8f6cc07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5548316497a3b8b2d9da575ea143476472db90dee73c67def061621940f78ae
MD5 fa9a05d9356a285284f116a6aae3b44d
BLAKE2b-256 f552d92cd4e7f8b4746568f64ea3de0e611970a6ab50f5e1a6916938bbf3e15d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.6-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.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb6a54543869a5b0ad009d86eb0ebc0879fab838392bfd253ad6d4f5e0f17d84
MD5 a563932fd975a76a1c159f1cb84d149d
BLAKE2b-256 59c1df61c9dc089730e542673ca0602b6717f4e3cee97059e357bb867d3d9d6c

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