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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.7-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.7-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.7-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.7-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.7-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

File details

Details for the file Cython-3.0.7.tar.gz.

File metadata

  • Download URL: Cython-3.0.7.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.7.tar.gz
Algorithm Hash digest
SHA256 fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213
MD5 94ab8466d9350a31cfef3a0853c2fea5
BLAKE2b-256 23e9ef8607abfbbbaeb93cb1381c8538a22d38d64524df39759dc2787d4909b0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 936ec37b261b226d7404eff23a9aad284098338150d42a53d6a9af12b18d3892
MD5 fbae8366e759702e5679f9f551ed47f9
BLAKE2b-256 da6a5ec6c7d2239240f937eb0dbe6d436fe5f09677e26a957b56b0dbf61e6dba

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3845c4506e0d207c5e268fb02813928f3a1e135de954a379f165ef0d581da47
MD5 650e3b1cd2dd38a9580f57bc2d659fb9
BLAKE2b-256 d1c866df3e941bfa29a1b00f79d5a62af8df3556488b69ca71b3a314a1331bb7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 55f93d3822bc196b37a8bdfa4ec6a35232a399e97f2baa714bd5ed8ea9b0ce68
MD5 998c0de9088341abe24d5e74e1fe9458
BLAKE2b-256 45a304740145b07cd15119f0df32e988d7add1d42c20ece41ef56609ee6e78f0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ef5bb0268bfe5992da3ef9292463a5a895ed8700b134ed2c00008d5471b3ba6e
MD5 651dab8f05b8c3080ea35a1a3b379ed2
BLAKE2b-256 5cbfc728e46d962f27bc12e29bf6540beef8cf672d6abb831391f193bb12b384

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7c8d579d13cb81abe704c8b0908d122b81d6e2623265a19c4a6a7377f440debb
MD5 8c21a8f4a395b181f62e8bd6dd06ad37
BLAKE2b-256 a98e37ff2c4234d38e1bfbf66a94ac449b50f43863c2ab7559ef2624a87322a6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ea936cf5931297ba07bce121388c4c6266c1b63a9f4d648ae16c92ff090204b
MD5 45fa65a87189ddbe1bc8a7a2fcd74ebd
BLAKE2b-256 9458a6ac4ce15ec4e4bd0e6d5b951d3b915bb8a817c272957c2abf92197ab1f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23ceac5315fe899c229e874328742154e331fa41337bb03f6f5264636c351c9e
MD5 4f6e5c03dddfbc4646de8052b704700b
BLAKE2b-256 25d43be6e2c0ce7aaae68f455606db5d029a178c448d4632c678852561e9845d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fcd9a18ee3ac7f460e0841954feb495102ffbdbec0e6c78562f3495cda000dd
MD5 e25960c1bafcf0ece520ed4e0ba0e70a
BLAKE2b-256 c61ec236509af177c55d2abcdf00512d6bca2016d24e95cff7cba8afd7b547d6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b65abca78aa5ebc8675c8480b9a53006f6efea9910ad099cf32c9fb5617ef251
MD5 16e0bcd979e45e7c75571e195ce712ea
BLAKE2b-256 60d030f3ecd4dcafa87cd024a2687a6be7aa14f94d75c040192f8f8629ef8ad8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 133057ac45b6fa7fe5d7baada9d3545d09339432f75c0545f556e8c6fecc2932
MD5 b818c7af8a7601438399e3a3c04d7a44
BLAKE2b-256 94d6d4b1c2e62fbfe06c7c6b48eac37bc906ad6dd1163e172be825bfc338d5de

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e34b4b08d795ccca920fa26b099558f4f1e4e3f794e4ba8d3433c5bc2454d50a
MD5 cfaa6dfe7fec39333662ee3ddc30a1ac
BLAKE2b-256 addbedb7775540cbd6f53c13facf0b4c5021672f2cdbd283575847224c350397

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3a83e04fde663b84905f3a20213a4333d13a07b79434300704b70dc552761f8b
MD5 d6437c758297e04a45b757000be5bf63
BLAKE2b-256 f7f791124991b0a8b92a025a5c2ee22622e159ffa582f89fef7b94cfc0ce345c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22d2a684122dfb531853d57c8c85c1d5d44be709e12466dca99fa6aee7d8054f
MD5 c5237fa5c2b6c9436c05f2d865321631
BLAKE2b-256 0dc7cb436626760491badd92ac1c8e1a165964b4eb2ceedaaaa90de1e1860be7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c636c9ab92c7838231a1ba769e519d953af8294612f3f772a54d3a5250ff23f
MD5 2961899fe41081344b1e9bff61a8f8f8
BLAKE2b-256 3a94b5bf32e975e0669c20b5f9831807cb4b550968201e284634d4b2e6e32ecf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1bdf8a107fdf9e174991aa87a0be7504f60de1ec6bfb1ccfb30e33acac818a0
MD5 3fb243173f06f0cf13d2af1b20a5c84f
BLAKE2b-256 b1d05114520874f778d0ed6cc9c6301bd765fe979858f6c26aa2fbd00589c85d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e13abb14843397b76d0472c7d33cd260d5f262ab05cc27ed423317e645e29643
MD5 e379787516911fdcfd134642ce129368
BLAKE2b-256 cab3226dd67a20382ebc7992c37bb260a615702c8da62e93f7efb0fa9785dad3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f6d8ff62ad55dc0393686438eac4b457a916e4d1118a0b550746bb52b4c756cc
MD5 24906e1c38329b6f2185084ce56cfe54
BLAKE2b-256 5c5f36d7991df182c70427e36e8b482fcd06f0fb687354003a497809019fd6ac

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 861cf254bf5836d47c2aee86aa75dd93d3de00ccd1b077c3c7a2bb22cba358e7
MD5 33c04fb23e9aaa25e2fbcaa90766c467
BLAKE2b-256 51a5b802d443167a38e00119cb9b161502346d5706bedae810d911b3b7f81855

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f674be92673e87dd8ee7cfe553d5960ec4effc5ab15063b9a5e265a51585a31a
MD5 706edb15ceb685521556155e83b373a8
BLAKE2b-256 a990f6f576e54a6dd158b3e428e06e42e79f452e02bd6a82ca5cd32fc576b7e9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e8bf00ec1dd1d92e9ae74d2e6891f087a939e1dfb40c9c7fa5d8d6a26c94f5a
MD5 c6e8d76f993b987ff928d4c0c97e2e9d
BLAKE2b-256 2fc254a0020fc21aa19b18e711c4cec69df1f4f1130bebb6eecf32eae2921778

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3c0e19bb41de6be9d8afc85795159ca16296be81a586cd9588be0400d44a855
MD5 20eff1b0b022abdad417eb521b640821
BLAKE2b-256 205e8ef71f51382706f9585428f9342e9124173d29da044a0f576a510201ebc7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd6ae43ef2e596c9a88dbf2a8895be2e32cc2f5bc3c8ba2e7753b69068fc0b2d
MD5 2bf224cf941ead73232d11061e631192
BLAKE2b-256 3b460af34140bb6bd1b07606a9016a48b8024bd2e810e5c380bbc69b76ec8f35

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 612d83fd1eb5aaa5401a755c1f1aafacd9dab404cd350b90d5f404c98b33e4b3
MD5 ea291c344b74d449e3a61a505c287e96
BLAKE2b-256 6ba5bc7efa01d2a1d15098507e322605ef4c1f46830d199ca6cce4f051c09b25

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 45319d2471f4dbf19893ca53785a421107266e18b8cccd2054fce1e3f72a85f1
MD5 07d9ef3cb5eb47d498e43bed8d240a41
BLAKE2b-256 58330f0a6d3efb117490d0c8ff75e7e77263fc991ef5be259331c2ce5dfe6f3f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 51e8164b1270625ff101e95c3c1c234421520c07a0a3a20ded9e9431d98afce7
MD5 c3420acf2db2820b0e21f11005c8a682
BLAKE2b-256 4de075c71304ac5f5350f4d0e4a8fda0e2abd26339133a2ee2ee80065aec9c79

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b1853bc34ced5ff6473e881fcf6de29da83262552c8f268a0df53b49c2b89e2c
MD5 30c82db8f5a411180192856223487f21
BLAKE2b-256 1ecc6d87773c4f818936f6de0a01c8ace524f82d855c51e595b6710630f2cb1d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9d0dae6dccd349b8ccf197c10ef2d05c711ca36a649c7eddbab1de2c90b63a1
MD5 d82b011dfba2d95b86d4e38ef92f7efb
BLAKE2b-256 3263b947d620e99250ab9b920d3bfdbeab305124e9d39afbe260a85906943e59

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 816f5285d596062c7ef22790de7d75354b58d4417a9fc64cba914aeeb900db0b
MD5 58aeb69fc4d213f02e906f29ea589044
BLAKE2b-256 a9bd60753f0fb5ff6f1aaa683c42c04c6c36b224437d9aa4a529d7c6fd0f8113

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13211b67b29f6ed8e87c137496c73d93aff0330d97940b4fbed72eae37a4a2a0
MD5 f46aed3a1f96b727d0ddf3d82180913a
BLAKE2b-256 9a52d9aae3e163a2119cf0db61548000b6b66798e46ac3f43fee284667978945

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0d8a98c7d86ac4d05b251c39faf49423780381aab55fbf2e147f6e006a34a58a
MD5 114075c644ad31790323c6e3e24f1fc2
BLAKE2b-256 e8b0a49f64cad9fa3c62af80b28e2ebde3ffe6521db12da11a70b8260df20705

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b227643d8a40b68554dc7d37fcd03fc97b4fb0bd2614aeb5f2e07ab244642d36
MD5 f24b1d614184b8f8d45a7511732412c6
BLAKE2b-256 95969a5a0e8e1dced9fae348070c43e39d086c23ac26a9ba4b8503fe75829bb6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 812b193c26553f1f375d4f1c50f805c227b24ed2d595bc9cdaf78c992ecc64a4
MD5 d782328722f4daccfc1ba35986cfdd75
BLAKE2b-256 43806818a31d53b55072c043fd59e12aab8d996d8f6e046c4f558366a2045a7b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 931aade65f77cf59f2a702ac1f549a4836ce221107c740502cbad18d6d8e9511
MD5 f2baa3f96c2a9d99d4d544c03bf4239d
BLAKE2b-256 9f990038299ca646ac2c21259492659c4228f623c4e4900378b96d086bbcd33f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a1859af761977530df2cd5c36e31d54e8d6708ad2c4656e7125c482364dc216
MD5 4d28a41280e9d3c31bbd62d04a7a1f4a
BLAKE2b-256 a397dcf27a5708e8e121788d9e5c32df04763cf5063dd5e4320f21543dbdeed8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c67105f2c6ccf5b3adbcfaecf3c5c9fa8940f9f97955c9ad7d2542151d97d93
MD5 579b98c782fcf50e27ace12f61f53916
BLAKE2b-256 c5f486d285cf300b5e2b9224096b42cbe1fe755d028aa58f05c296476686ed54

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01b94304aab87496e81d1f546e71abf57b430b39be4269df1cd7da9928d70b5b
MD5 9aed532e31941707de5dfddaeaa71341
BLAKE2b-256 af5d1aafdced17d2f5d1d146618d186ae32017206f04a8b6c0a48eb9d239cb95

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 167b3f3894dcc697cefefac1d198304fae8eb4d5860a7b8bc2459d572e838470
MD5 582282a3be7680ace30c2643287bbf18
BLAKE2b-256 c1825d3f026483ee9568c675e01d45312b9a58d796ffb501e7739c1621a25d7a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 30eb2d2938b9195e2c82951713429aff3ad1be9f104437d1536a04eb0cb3dc0e
MD5 e3ed42d502b0098b58224f15df40bbb1
BLAKE2b-256 29fe1ce416fa0a19b556f73adc53b4dc104f9c4561656beed2c1e260d83e1d99

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 225f8bba6428b8d711ca2d6c738d2e3a4667f6a2ae40f8a7a5256f69f6a3600e
MD5 d7cdeac9937e9f14e084754a44b8cf02
BLAKE2b-256 5b60a8cb5578a7ed185ffe082c2d14bb7293c7a65fa3a3cbc0a830acc334f086

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f02c7240abab48d59f0d5fef7064f18f01a2a204616165fa6367a8abf5a8832
MD5 f4f371dbbcf5e72408e05d0a4433db0f
BLAKE2b-256 6b7597bfe6108939c5829e29f7f051dd31972b68011f6859de61a1300655da08

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79f20c61114c7948cf1214585066406cef4b54a9b935160980e0b6e70ada3a69
MD5 867bc086e096bbc25a55a077f382b79c
BLAKE2b-256 433f5d9a07ca2ae26d5e11628c07a2aa2a52e4094b41fcfe70b2e0baea1e24b7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82f27a0134fc6bb46032ca5f728d8af984f3be94a3cb01cb70ff1224e551b9cf
MD5 af6ef60af7c73c401c1c875a5f844f37
BLAKE2b-256 ed8b205e216c7189dae644f13a8f65e58cbca135c2ce6876a4cbdf2d4a7d566b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34d51709e10ad6213b4bf094af7be7ff82bab43216b3c92a07d05b451deeca79
MD5 a48ec29ef1658240307c1971e535c79c
BLAKE2b-256 adbda8d02b19a95dfccf34ff93c0f61832e1a0f983d88752e6ec55c0182a7dad

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 848a28ea49166454c3bff927e5a47629eecf1aa755d6fb3290569cba0fc93766
MD5 029b09e28b3d0186a1cc3e4400921b51
BLAKE2b-256 6682551c4bd7dc88d116b8124d9abc7fdc88bd4bde5ad431d6930347065e48cd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 539ad5a21141e6420035cf616bcba48d999bf878839e52692f97fc7e2f16265c
MD5 cb6042edbfd7388cdcdfffb58f36a9a3
BLAKE2b-256 d79b39e6c0711e38239787e39a5b6e86a3a0eb1e4886dd740349d42237489927

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2602a5c97a3d618b3b847514204ef3349fb414c59e1126c0c2c708d2c5680f8
MD5 dfae2967c47c25b57e546e7a6d6d02f5
BLAKE2b-256 73d7bcd9c05b2925d7cfc4a3a78a177568351900ba6cfdaac26e97135519445f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.7-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.7-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e3a038332973b12e72236e8884dc99601a840334c2c46cfbbb5851cb94166eb
MD5 43a5df6cfc3ea4bfc69b8181ee4d7d65
BLAKE2b-256 abe605a137009cea7feee43ca54a8e7ec1aa2ef5326f4b6442abae2a5cb05603

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fed25959e4025870fdde5f895fcb126196d22affd4f4fad85a2823e0dddc85b0
MD5 a5c6013a797777ccd8dccd55db6bd738
BLAKE2b-256 acafd8d7af277615f32503f7e8e110958dcddc0b360f7ff8dd52777a232dbe8d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ad7c2303a338b2c0b6c6c68f101a6768725934538756096cf3388a5c07a7525
MD5 36899e3408632cbc93de2aa88d3981d5
BLAKE2b-256 24bae8a0472bf2a4e0801dcc2b5532a241830b0c6a791cba729657608ea2e0ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.7-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79868ec74e4907a8a6e63effe13547c6157f196a162920b1de066da5849ffb8e
MD5 b3aa3ceb598b44e7de02e6da38451e24
BLAKE2b-256 8bb4e55ba8b5b4c85f3351452954d558127157f6536c335c8d639f8c3dee844a

See more details on using hashes here.

Provenance

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