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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

Cython-3.0.11-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

Cython-3.0.11-cp313-cp313-win32.whl (2.6 MB view details)

Uploaded CPython 3.13 Windows x86

Cython-3.0.11-cp313-cp313-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp313-cp313-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

Cython-3.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

Cython-3.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

Cython-3.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.11-cp313-cp313-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.11-cp312-cp312-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp312-cp312-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.11-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp311-cp311-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

Cython-3.0.11-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp310-cp310-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.11-cp39-cp39-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp39-cp39-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

Cython-3.0.11-cp38-cp38-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

Cython-3.0.11-cp38-cp38-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.11-cp37-cp37m-musllinux_1_2_x86_64.whl (3.7 MB view details)

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

Cython-3.0.11-cp37-cp37m-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.11-cp36-cp36m-musllinux_1_2_x86_64.whl (3.6 MB view details)

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

Cython-3.0.11-cp36-cp36m-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

Cython-3.0.11-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.11-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.11-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.11-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.11.tar.gz.

File metadata

  • Download URL: cython-3.0.11.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.11.tar.gz
Algorithm Hash digest
SHA256 7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff
MD5 388b85b7c23f501320d19d991b169f5d
BLAKE2b-256 844db720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0e25f6425ad4a700d7f77cd468da9161e63658837d1bc34861a9861a4ef6346d
MD5 bc4450d3f95637b61fb5ff3372294001
BLAKE2b-256 4339bdbec9142bc46605b54d674bf158a78b191c2b75be527c6dcf3e6dfe90b8

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, 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.11-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 52186101d51497519e99b60d955fd5cb3bf747c67f00d742e70ab913f1e42d31
MD5 7f0749d8a88679b65e2d970c43b0b5c9
BLAKE2b-256 e7918a29e1bce2f8a893a4c24874943b64e8ede14fac9990bd4a3f13a46c2720

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-win32.whl.

File metadata

  • Download URL: Cython-3.0.11-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, 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.11-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e6dd395d1a704e34a9fac00b25f0036dce6654c6b898be6f872ac2bb4f2eda48
MD5 f006aac090fcdc373c06dcaa3c1e1c84
BLAKE2b-256 474e4db412f595de4b2224a81ea5332ce107ce3e93bf87275c78648f2e3e37b8

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ 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.11-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 790263b74432cb997740d73665f4d8d00b9cd1cecbdd981d93591ddf993d4f12
MD5 04a77bd7ce93b24f1dd48207cac71a06
BLAKE2b-256 551a9d871cc1514df273cd2ccfe3efe5ff1df509ce11768c02a834052709f152

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ 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.11-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fb68cef33684f8cc97987bee6ae919eee7e18ee6a3ad7ed9516b8386ef95ae6
MD5 0035172dadb0692188b276c30400d17e
BLAKE2b-256 ce2d544f6aa3cab31b99ddb07e7eaaaca6a43db52fe0dc59090195c48fc0b033

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c02361af9bfa10ff1ccf967fc75159e56b1c8093caf565739ed77a559c1f29f
MD5 0a7c283f057e2b3736382c5007cc0fef
BLAKE2b-256 1caed520f3cd94a8926bc47275a968e51bbc669a28f27a058cdfc5c3081fbbf7

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 351955559b37e6c98b48aecb178894c311be9d731b297782f2b78d111f0c9015
MD5 1f4d6337e9db12952c4512ebc6f5c7ad
BLAKE2b-256 0ad78d834d7ec4b6e55db857f44e328246d40cb527917040fabf3c48d27609b3

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6823aef13669a32caf18bbb036de56065c485d9f558551a9b55061acf9c4c27f
MD5 b7e0565dcdc908d9bed2e2429928ba35
BLAKE2b-256 6ee445c556f4a6d40b6938368d420d3c985bbef9088b7d4a8d8c6648d50e4a94

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp313-cp313-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, macOS 10.13+ 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.11-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4341d6a64d47112884e0bcf31e6c075268220ee4cd02223047182d4dda94d637
MD5 1528dd6deeb7b322dcc75c9fadde9f54
BLAKE2b-256 eb191d7164b724f62b67c59aa3531a2be8ed1a0c7e4e80afcc6502d8409c4ee3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da394654c6da15c1d37f0b7ec5afd325c69a15ceafee2afba14b67a5df8a82c8
MD5 a03856bec1ecdfefb20a1a288c8dd4ba
BLAKE2b-256 350078ffea3a0ab176267a25ff049518b2582db7ac265bbf27944243d1a81ce2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2252b5aa57621848e310fe7fa6f7dce5f73aa452884a183d201a8bcebfa05a00
MD5 3f93e46de0e58ec8d5985247ef0739f7
BLAKE2b-256 ac11f02fc24d1a071b93e1d07497b0a528687b1f93bb4945c635119480fab3c0

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ 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.11-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a690f2ff460682ea985e8d38ec541be97e0977fa0544aadc21efc116ff8d7579
MD5 fb1c465b8141302774cbf4dbdefec228
BLAKE2b-256 a092a60a400be286dc661609da9db903680bba1423362000b689cf8ef0aec811

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ 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.11-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 780f89c95b8aec1e403005b3bf2f0a2afa060b3eba168c86830f079339adad89
MD5 5314376eba4f3536af02d1df930765ef
BLAKE2b-256 e54a58d6c208563504a35febff94904bb291b368a8b0f28a5e0593c770967caa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b14c24f1dc4c4c9d997cca8d1b7fb01187a218aab932328247dcf5694a10102
MD5 2aecc3ea0c4a826b7fec252b2de328c1
BLAKE2b-256 9aef44af6aded89444dc45f4466ff207a05d3376c641cf1146c03fd14c55ae64

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63f2c892e9f9c1698ecfee78205541623eb31cd3a1b682668be7ac12de94aa8e
MD5 69c2646ab1380f9ba8b999b4cb84e592
BLAKE2b-256 87e576379edb21fd5bb9e2aaa1d305492bc35bba96dfb51f5d96867d9863b6df

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8eed5c015685106db15dd103fd040948ddca9197b1dd02222711815ea782a27
MD5 81128e316680ce75ab9b23f65fc98a4f
BLAKE2b-256 e0d5ef8c7b6aa7a83c508f5c3bf0dfb9eb0a2a9be910c0b1f205f842128269c3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11996c40c32abf843ba652a6d53cb15944c88d91f91fc4e6f0028f5df8a8f8a1
MD5 739a091ef569e134fce3335707b5afe8
BLAKE2b-256 5850fbb23239efe2183e4eaf76689270d6f5b3bbcf9be9ad1eb97cc34349e6fc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3ff8ac1f0ecd4f505db4ab051e58e4531f5d098b6ac03b91c3b902e8d10c67b3
MD5 578eaed88794a92a24207bdaa6ce6170
BLAKE2b-256 fd10236fcc0306f85a2db1b8bc147aea714b66a2f27bac4d9e09e5b2c5d5dcca

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 221de0b48bf387f209003508e602ce839a80463522fc6f583ad3c8d5c890d2c1
MD5 54899db3cf4a18f39d5b7f71e40c4edb
BLAKE2b-256 56d3d9c9eaf3611a9fe5256266d07b6a5f9069aa84d20d9f6aa5824289513315

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ 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.11-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddd1fe25af330f4e003421636746a546474e4ccd8f239f55d2898d80983d20ed
MD5 7bc0848a454d4bfd8371bef0eab4a6a8
BLAKE2b-256 f8620da548144c71176155ff5355c4cc40fb28b9effe22e830b55cec8072bdf2

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ 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.11-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46aec30f217bdf096175a1a639203d44ac73a36fe7fa3dd06bd012e8f39eca0f
MD5 167f04c655f50ae93aebc6227779d751
BLAKE2b-256 6d93bdb61e0254ed8f1d21a14088a473584ecb1963d68dba5682158aa45c70ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3999fb52d3328a6a5e8c63122b0a8bd110dfcdb98dda585a3def1426b991cba7
MD5 b627e5fd73330dcab1e976646e191c6c
BLAKE2b-256 9303e330b241ad8aa12bb9d98b58fb76d4eb7dcbe747479aab5c29fce937b9e7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af91497dc098718e634d6ec8f91b182aea6bb3690f333fc9a7777bc70abe8810
MD5 19491ee2d5c0e7b163dd01e057e66789
BLAKE2b-256 09c9537108d0980beffff55336baaf8b34162ad0f3f33ededcb5db07069bc8ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d566a4e09b8979be8ab9f843bac0dd216c81f5e5f45661a9b25cd162ed80508c
MD5 5ba9442e893e05e858693e44aa3f9e69
BLAKE2b-256 4a84a3c40f2c0439d425daa5aa4e3a6fdbbb41341a14a6fd97f94906f528d9a4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75ba1c70b6deeaffbac123856b8d35f253da13552207aa969078611c197377e4
MD5 07cd85e4aae79eca89f1fdbde00e7ce5
BLAKE2b-256 f873e55be864199cd674cb3426a052726c205589b1ac66fb0090e7fe793b60b3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d02f4ebe15aac7cdacce1a628e556c1983f26d140fd2e0ac5e0a090e605a2d38
MD5 b9523a41171bf7d5ad8b16f6716a987d
BLAKE2b-256 f9de19fdd1c7a52e0534bf5f544e0346c15d71d20338dbd013117f763b94613f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3699391125ab344d8d25438074d1097d9ba0fb674d0320599316cfe7cf5f002a
MD5 d54313923b25a743dc0105bc14ec9c5b
BLAKE2b-256 523cc21b9b9271dfaa46fa2938de730f62fc94b9c2ec25ec400585e372f35dcd

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ 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.11-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eeb6860b0f4bfa402de8929833fe5370fa34069c7ebacb2d543cb017f21fb891
MD5 06a8863a27e6c44bb0420cda2edfa5a9
BLAKE2b-256 f80b6919025958926625319f83523ee7f45e7e7ae516b8054dcff6eb710daf32

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ 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.11-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cee29846471ce60226b18e931d8c1c66a158db94853e3e79bc2da9bd22345008
MD5 6a524a7a3a4b3679e6f92cb9bd3c214b
BLAKE2b-256 594560e7e8db93c3eb8b2af8c64020c1fa502e355f4b762886a24d46e433f395

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d89a82937ce4037f092e9848a7bbcc65bc8e9fc9aef2bb74f5c15e7d21a73080
MD5 f1f541cb86345f6652c225111e544c54
BLAKE2b-256 f089b1ae45689abecca777f95462781a76e67ff46b55495a481ec5a73a739994

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a75d45fbc20651c1b72e4111149fed3b33d270b0a4fb78328c54d965f28d55e1
MD5 5c25797d4c91417cc80fc01280736832
BLAKE2b-256 d83b67480e609537e9fc899864847910ded481b82d033fea1b7fcf85893a2fc4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a8ea2e7e2d3bc0d8630dafe6c4a5a89485598ff8a61885b74f8ed882597efd5
MD5 b02e1e673bd9148527a91f0568ff3b6e
BLAKE2b-256 4477a651da74d5d41c6045bbe0b6990b1515bf4850cd7a8d8580333c90dfce2e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44292aae17524abb4b70a25111fe7dec1a0ad718711d47e3786a211d5408fdaa
MD5 f43d8851b679ec47b173979b3627cc6c
BLAKE2b-256 137fab5796a0951328d7818b771c36fe7e1a2077cffa28c917d9fa4a642728c3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8948802e1f5677a673ea5d22a1e7e273ca5f83e7a452786ca286eebf97cee67c
MD5 56df1c1595cc8720cc3d750063672e86
BLAKE2b-256 1b4e2e676c55da4274ca15342fab67b3b48aa8ba17447495cdaadc67fd37a16c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b8c7e514075696ca0f60c337f9e416e61d7ccbc1aa879a56c39181ed90ec3059
MD5 1af6ddc2fc0b469eb1b3e1db7b2e184e
BLAKE2b-256 5381852c564404baf477185f983caafcba046fad89570d6320c34d917ea6c82d

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ 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.11-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 525d09b3405534763fa73bd78c8e51ac8264036ce4c16d37dfd1555a7da6d3a7
MD5 59e6a7b2757d83bb726e663ed298420d
BLAKE2b-256 ab7eda6e807a9766d6cbc3a5d5d8b346a88ac6fc73809cd6481687642756050c

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp39-cp39-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ 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.11-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13062ce556a1e98d2821f7a0253b50569fdc98c36efd6653a65b21e3f8bbbf5f
MD5 4ad383b8588daedf0db7e4201bbfcd50
BLAKE2b-256 f65470a0a5613d9c727c2ab5a96e9e7c089c7f8202d0bb775af2f40b13e5d48d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4ab2b92a3e6ed552adbe9350fd2ef3aa0cc7853cf91569f9dbed0c0699bbeab
MD5 4daa19fdd03fc894c668c8d7bcf1c5fa
BLAKE2b-256 644273859619d9261c2de163f293144064f6df613b0f4e3fcf5cfd0543804f98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b1d1f6f94cc5d42a4591f6d60d616786b9cd15576b112bc92a23131fcf38020
MD5 c51d53d009786f385054eae6ecc69065
BLAKE2b-256 5294287440d85047181cdd764efe58bf76320cd93d07c2396c634461ae40793e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 104d6f2f2c827ccc5e9e42c80ef6773a6aa94752fe6bc5b24a4eab4306fb7f07
MD5 d62f6a46a7d23cc404b313b5ffc4a613
BLAKE2b-256 ff9301316711aa4f4f0ba9326355f28421889cd2ffdf4cf6c8dfa007f9b0be93

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fc6fdd6fa493be7bdda22355689d5446ac944cd71286f6f44a14b0d67ee3ff5
MD5 3b77e2ade439b036b34d530fbf5dd5f0
BLAKE2b-256 c5dcb1354a36c7460083b38baceb7ce62a1cb667e72308321f1232b26a7f1c90

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 187685e25e037320cae513b8cc4bf9dbc4465c037051aede509cbbf207524de2
MD5 0ef4b2f963c19158f481e8b45a2ae37f
BLAKE2b-256 ba946b136b81ba12427adb69ca648c1fa6599c16122d25c7cfe537636473f228

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a1f4cbc70f6b7f0c939522118820e708e0d490edca42d852fa8004ec16780be2
MD5 ea7d11285a42a16edbe0fb2a4a0f77f4
BLAKE2b-256 9f6fcf6f46f3a398daa6cccba9b00e6bc47f04bfcfeef0bac94613d281ae725d

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ 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.11-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f988f7f8164a6079c705c39e2d75dbe9967e3dacafe041420d9af7b9ee424162
MD5 afa1152977e6710f0687ffa6346c7d95
BLAKE2b-256 24249c14542b18427873c282f3854b0faa7fd3ca6021902f37548717c50a782b

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp38-cp38-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ 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.11-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53b6072a89049a991d07f42060f65398448365c59c9cb515c5925b9bdc9d71f8
MD5 3f56fe0335109d85a0355eb344245a44
BLAKE2b-256 99299542256ae2e8a7dbdc9da76ce8c0c6fede4749cf7513f9f88b28c96298f7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52205347e916dd65d2400b977df4c697390c3aae0e96275a438cc4ae85dadc08
MD5 490ef5bb0e29522dffac444575c57f7a
BLAKE2b-256 b252eda119f98071ccde04a9a1c9c9a18fd6def025651c9d0cd01ad51d0dba36

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a0583076c4152b417a3a8a5d81ec02f58c09b67d3f22d5857e64c8734ceada8c
MD5 c30350e42df21e091117ae23705f3ea5
BLAKE2b-256 392da878b758eacb591ac925550b71005a2f872d6d0006bb25535f8a4c005ed4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 989899a85f0d9a57cebb508bd1f194cb52f0e3f7e22ac259f33d148d6422375c
MD5 95a21227c0474ed36184f6ef9d12281c
BLAKE2b-256 757cc5f22f77af33deb39ab893aeaa1076f42635668ef29831d683d35e07d58a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 598699165cfa7c6d69513ee1bffc9e1fdd63b00b624409174c388538aa217975
MD5 98d71b8eb7e7eb239c0409e85630c69e
BLAKE2b-256 7f15a68cfb5030d157e287897aa220b3de5e6e34f07e69c8aa7f311707d3dd95

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 14701edb3107a5d9305a82d9d646c4f28bfecbba74b26cc1ee2f4be08f602057
MD5 391f628e9cd9c801344800b0e8ae9e14
BLAKE2b-256 313bdb8c7867df600f6ef6a9231eba46e20cb9881e80d39a4af884e2302229ed

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3379c6521e25aa6cd7703bb7d635eaca75c0f9c7f1b0fdd6dd15a03bfac5f68d
MD5 4c1aa8766bd36e4d78aa4e7e4667ab81
BLAKE2b-256 00840782e0d25fc6783426f4372d47d491633240abbfb05831dd4a10ee65b476

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp37-cp37m-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ 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.11-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 473d35681d9f93ce380e6a7c8feb2d65fc6333bd7117fbc62989e404e241dbb0
MD5 d9f8913fafa0eb2e4ae1dd5025ad7b92
BLAKE2b-256 9900124fea4aef5a49575d6812cf82b7db4066af683d7883f170ac1947116538

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp37-cp37m-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ 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.11-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aedceb6090a60854b31bf9571dc55f642a3fa5b91f11b62bcef167c52cac93d8
MD5 9e1e14fc38d24c84b6129ebdf7528799
BLAKE2b-256 0aa331ee98010ca19716648fdba773d5d01f78f504e6c249539407d6ee11f656

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d80a7232938d523c1a12f6b1794ab5efb1ae77ad3fde79de4bb558d8ab261619
MD5 184ff4b5303a7760c45f03c766bffa90
BLAKE2b-256 c136aba1e7f0d1a795d3d153853f57ce01af4e8fa20c17fd577f5da240a3f0a4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 421017466e9260aca86823974e26e158e6358622f27c0f4da9c682f3b6d2e624
MD5 62dafaecf402e7ddedb0b162a676a8ea
BLAKE2b-256 07510290cc4b9438a9a28d46506d21959ed6743f7550b79b626bc9440caf8180

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfa550d9ae39e827a6e7198076df763571cb53397084974a6948af558355e028
MD5 4dc498c8effbaab2c2bb0a92545566cf
BLAKE2b-256 d9b07ac7bf7eb8865c9c8e969fd9bb8cca7df40a70d9e4d5b6fb1e2ab487028c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4e9a8d92978b15a0c7ca7f98447c6c578dc8923a0941d9d172d0b077cb69c576
MD5 065be429e54758fa3278a1d32086487e
BLAKE2b-256 81f1a629c5f41f7bbf2581be7077fb427ceddfa62a59728a98e5a381a8254cdb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bcd29945fafd12484cf37b1d84f12f0e7a33ba3eac5836531c6bd5283a6b3a0c
MD5 37271fb3d49f5bff11569e2d8f81196c
BLAKE2b-256 6eed8371946117042ea097c2fbdd4c64b24bd23d93cbfee94f60c6de0c87eb33

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c3d68751668c66c7a140b6023dba5d5d507f72063407bb609d3a5b0f3b8dfbe4
MD5 e31f98834f67730365ad495b65213a81
BLAKE2b-256 3206b552a7b71f3cfcb6e04ee08423a1a3f69662c2be60c717b2a5d49c4c04cb

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp36-cp36m-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.6m, musllinux: musl 1.2+ 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.11-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f2b062f6df67e8a56c75e500ca330cf62c85ac26dd7fd006f07ef0f83aebfa3
MD5 a57e486408d2bfb554553bc62420bd16
BLAKE2b-256 f95f0273e9e1e0f2b847f5e667965dc8da34848bca768ba680d65665b4265fa4

See more details on using hashes here.

Provenance

File details

Details for the file Cython-3.0.11-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.11-cp36-cp36m-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, musllinux: musl 1.2+ 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.11-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3953d2f504176f929862e5579cfc421860c33e9707f585d70d24e1096accdf7
MD5 7cc420e595deb9a79f920402cd896675
BLAKE2b-256 89ed626899eb95e7211d8399f467ab2b674072bd06c8b094d144bd8ed7597dcd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dd47865f4c0a224da73acf83d113f93488d17624e2457dce1753acdfb1cc40c
MD5 eddd9c5c12b605e8ad7b5cf1bacfa723
BLAKE2b-256 2e27f839870b87857e00ae035cc1ef5466b2f124b6ce2c087f898b4a8409db40

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8acdc87e9009110adbceb7569765eb0980129055cc954c62f99fe9f094c9505e
MD5 3e5420090d8cc67220cfd4bba5752c53
BLAKE2b-256 de010bba5dcbad60f6e65227e37d41bb61b6e425692550bdc63108bcc43e0fc9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.11-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 301bde949b4f312a1c70e214b0c3bc51a3f955d466010d2f68eb042df36447b0
MD5 8291b4c89c6e69f631d8c5313bde552a
BLAKE2b-256 8199a555fa4a7d4506effbe237e0fac94a3c960c48ea797435458102c9a201b4

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.11-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.11-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c69d5cad51388522b98a99b4be1b77316de85b0c0523fa865e0ea58bbb622e0a
MD5 4456ae8528d4480747e9294bc02af2de
BLAKE2b-256 07d415719179c0fcaa4318f45970f4a0c9b9c3ef92ec5227659d5d793d807349

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