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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

Cython-3.0.0b3-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.0b3-cp311-cp311-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

Cython-3.0.0b3-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

Cython-3.0.0b3-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.0b3-cp310-cp310-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.0b3-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.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

Cython-3.0.0b3-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.0b3-cp39-cp39-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.0b3-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.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.0b3-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.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl (3.5 MB view details)

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

Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Cython-3.0.0b3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl (3.4 MB view details)

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

Cython-3.0.0b3-cp36-cp36m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.0b3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

Cython-3.0.0b3-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.0b3-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.0b3-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.0b3.tar.gz.

File metadata

  • Download URL: Cython-3.0.0b3.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.0b3.tar.gz
Algorithm Hash digest
SHA256 af2625f47355416b559ce36a576bcc26e6b3e797e83978166734185c42ea6ddc
MD5 b129e95b7aca9d1cd9e49fe1fd29afa7
BLAKE2b-256 a36689c3ce300a47a8e1af457a0888f230b50114c5d3a61c0ec34edaf7b6b36c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 936dfbe682ceca857f1ef99f56e834badb49f213ae3343c413f94c370491239f
MD5 1ce0016c4bd2b87eb7c2f3f71f538fe2
BLAKE2b-256 2c4dcc832ad04be40d7a1cc63b17d039781faca3c79fb424414c799045f776bc

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a63c2971459ba22d2190117c4953f138d119a1b55dec0a5d3f59dd01a098d5f4
MD5 6506a7e064b0ba50628176b2dbc4bc46
BLAKE2b-256 8224d3aeeed470e8b2f4e21f8736876e8561793d477d0682423c31399063a6d5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9d97683b212df3fb9405d7fe4cca7e94bf45eb437076e442ea789217b3aee1c5
MD5 db15cbe3ed26fc15046a781295d451bc
BLAKE2b-256 4a3f1cf3ac9e80f4291542b4c5a15e8706f602625d1920c0a1e01f272d6d41a0

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 65555dec7570afb9ecdf8825f066eae625fbc24fe82eb6b124ab0f67a9ec3e75
MD5 a397619045fb1a8a20e06b61235d1ea7
BLAKE2b-256 59f17a050786dc2ab65583ea8f4919d4d899b9c036c0cff96fd17bd0840a40e7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0b3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c93ac010818e3f81079d06900b803315c56042c4c706967898c1b807722153dd
MD5 580cf38b19e5747112a106561446a514
BLAKE2b-256 c7dee32b4b749361853e106d33cdcdb18b630c1ff209bde5d38453baddd0322e

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae06a8577a6b170aa42bd3a43c72c62f85f93f1b341ff563d45555e966f0036b
MD5 59466e320884fef51067318e9f85fcd2
BLAKE2b-256 fd23caaec2bb617b80053fe5a63ea9259a86f8980421e27ca5147c5010634712

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c6e51c52ea0f1d8345ca0bda3b6ae718b09ab1b66e68f517d5b78524ccec4be
MD5 3243509b2ee47b389e2a7ec6fad3bbcf
BLAKE2b-256 0e41018e7e50c2a39a50c09f525500fed496be93f6a3caed2ad5603f120abad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de88cdcdfc2613aa02b92ead87c3fba825172662a4fe6f40bc900d69aa854f9b
MD5 8a65cb0772696eb997fec59944531cfb
BLAKE2b-256 9cc8bf9de39e154febc9e8f21f10aef484864b20720bc003b181532289baeec6

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e3afa3fcff73b5e93be302f2434e967f624dba6c4eea19f45713121f50ff0f2
MD5 e68450f0a6bcf4a7e06dc60c3a66910f
BLAKE2b-256 133a966b4aa7e9ebd91ec443df32d3036f21f8d57fe18061c6ea950e4138d984

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b2398349ea3ebbf4a59ca723c2d1ef04c35536d5e42321012d31e12b8322dbbd
MD5 f76b9cee8b9d91a829bb74f697749b54
BLAKE2b-256 481aa02fef46d72d8d3ab69cd1a503fcf5076f2e20b5d117de263f72d18258c7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 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.0b3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8d244f2eff2354dafe1103746e6d0a65482b5462244d77c13a42f8732843389f
MD5 e667587ae09b8e432c775657d65bdccb
BLAKE2b-256 535f6cf0c746518a1d44bdad63f4f9a877f26adb17f6ae173037a48077d38d70

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 24a8c72302169bcb74d08c165929dac0d812a2cc163b8134e7ce685287a271df
MD5 a988b5fb30b942cedc0b9560b1512166
BLAKE2b-256 d7acd86c5e51ee4a7b9a8187133ad1494a6e1c01859162ef14688f14db4d3649

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0b3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5b79df6a140ff07f9c72a86139af9d130a5acfb5aba6e92a1c6973f90ffae0ff
MD5 203ce64988eb9097fd643dba8c047384
BLAKE2b-256 35c52bb31a3ed4b04c3f9b3c62dff4cc82f937e3670e7433f6f62e5fb1e6952a

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 119888af46db63705b4de3b2a071526c044f22594b779edb45247f250555b317
MD5 b86945e5803d6642df5511d297c7cb91
BLAKE2b-256 31741d159e7b35a7bdbe437cda439c7fa1c402b07c38b4de40e1f006a034459b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5daf6cae8a7563f4f6507c8e04c6a3b96ab04eb9ae43d14a66b6ba25180d877c
MD5 9b9b91c0c687ce35d9946315ae8eba83
BLAKE2b-256 986cdbe93e2dfacec2b892a8e345dc002692f53ca587ed2c5ad3ec754c9bd187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c1f9164660178e772f537113ea5604e0370fb82b5fbc8a95a154c633974faf0
MD5 5265cdf1a9343f8a8d05d571bc80b4e2
BLAKE2b-256 d3490f33cd6a4d73874a52721776aa9f4cede4f867133fb6247f4227e5f92dcd

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 151791bedbfcf428b635514834ea509f5f2080f8151d74a7990a4b615bbfde7f
MD5 0b113909c69aebc11ce062b4aba1b960
BLAKE2b-256 b34226e57ee3cd158f03d7bad0f7ae5d22260cceb22c76938c2e7e3f221ade86

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 18ab382ab0602d07f261d48269d0b93ed3d8daee625ce43ea7b064312df8988f
MD5 3bb9338a2dbf220fe88933be7e986066
BLAKE2b-256 ba873ccd60cd146498637f8a734d2d559f94fd873c8c3aaa8e050ab3912bddd7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 894b2042fa70a386baed4990a2569249340c780cd0ea0bd36b9a9824fa375bee
MD5 51c3fac8675ba76c4e8b081380158671
BLAKE2b-256 5849a0c7f58acbf482480bacd03eaec1ecd41802a9560d935a491f7f3024515c

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 857bdc64ac6e4a05806b50da8df0bfcac8ec295eb18c0dfc354aa82657a346f9
MD5 e1b50c80424956842d3107fc38294c7f
BLAKE2b-256 5fe95635caef96fb675e3a25b4bbf2f482862e43e589ef535439f20158f6405d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0b3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8e48902b5d0c2431bea48e6374524778c79818ea20feb99ad479c6b226966559
MD5 bb6359a02602e45af3524866c57885ea
BLAKE2b-256 84ef5b05b9d3420501bc48b7d6cef7b58111c35e9959c68a7a510d790afa7a12

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b12b678e865b75ca1bf7f176595d4a80f338782d6a0861fb40ad9a03734e2fc1
MD5 11b171309c223cd8762f1cec70de2e61
BLAKE2b-256 918e4045f7b97357bcafa8c766f0a4b8f0bce9c72e1ad3c24026ab6d0c1ab65a

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47818f78bcd7a691acda47ed150b75cb80236f06337cc91086e85308896359be
MD5 7137c9f95d585a2396b97af7b49ca76c
BLAKE2b-256 f0c48b8551150dcc14bca3326b3ff7c0aedf392dbc60d86445fdbc4c0e75f451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddc093626778819076f0c57ff110f0a2da3fde9decd13b4d6362952e2ef68855
MD5 494c4cc8f4519c4368bc371b8637f071
BLAKE2b-256 4fb3aa773fddd56156e08356349e91c38397649d02a761e867a00b4120584077

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5e65653999912bcda7febf1b1c66ee1536e487e76b43c728cb8bd894a31e1d7
MD5 360622cbdc3e3cc0b4a52d43dbf0443f
BLAKE2b-256 fe6e3dfd3b670e8469246a481367e737091db54baa802585e584a034516ff0a2

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f28f492284a43bfd8e790697ce0c91e30b3ee335357474df7a5844e286a64130
MD5 8d78b93a5fb0f329a5ec482d9138a60c
BLAKE2b-256 dacce2dbe53b7844ba2622c922e33d0b8d22feffcfdf22de2f0eef05f0d709a8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5e32e22cd864e39a5fb290ddd50b569df35f1242fc7c2548d3562386ff2bfafd
MD5 f0e7606228f6dfe11dc88c6d3f661770
BLAKE2b-256 10dab71ce7d2dcadbd1510bfd10fb4280cc56f57382f7adbcad52e89fce76019

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fb03edf4bea52f70302868b647aad377197d6f211bed9ffc4b7477b0e19cd012
MD5 a2fee15079e85e322668ffca3cdfb30e
BLAKE2b-256 9a6ec4cc05ea99028464e1ca4f324ffdecfb0c1579e3519d9412d1df94b9f89b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7d6010aad5a48fe2b3236df06a2f15d8f311f0b3d4005f0aad3bcad257a662a2
MD5 fa1c85f424db761a92a9b7fc03492519
BLAKE2b-256 82107b60f7e9fe9ea7460d65c25cc0e993af9fc5869fbaa49bca4a74c0340ef7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a39eacb0c97ca47352e17597b521dd00f6c0a4531231695c28077e7ed688a09
MD5 787577c8714a72b6791394a34072de0c
BLAKE2b-256 cba7ee3149300c8daee710e88781ebc831b0e0300d5f9b5b132a1508a3af6a32

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f1d099924df53ec62935849a1519941fc5866549ef07ff245b3a12cbf0d6901
MD5 3cc389b5aa79fb76f3e874771200b8ce
BLAKE2b-256 31244623458ba3ec84c21af181703eeb2e6b4db215585f2c7ad45550b7447b04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e397ef3dce8c4f9242942ecd637745d8f0885c66ca4d4d76f0c9528fa08df304
MD5 c96a7098f885386a3abef5b6701de14d
BLAKE2b-256 d2dbb83deec8afd693afad47642ff6d6095c13afeedd102eddf9a2a7b6af9e44

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d64870ce535fe5ce3b86ca2a64b77f2c785ff310f6e89dedd2099d149add70d
MD5 c7ddc17c5f2470f054aa3236d51e9d52
BLAKE2b-256 d8f74ff1f623a2bbe432a504b24990f403c35aaf3f25928d22c4d20a574696cf

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b713b1ce347bdab05ebd1620cc032518fed1d8f216eaef2fb03d3dd2baf45d2b
MD5 fc060a48df3d1c127297322719c224da
BLAKE2b-256 36bb7d8c920c0e95d1241b8e98aa75b7bcd606eeb5297c9820b9b92674736c15

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c90dd3ce0168b7708b0b144e579331f0fe57ca16acd5284d4e004d53a7e8b0b9
MD5 382d3bb80c3f357c91c0b2aed157322d
BLAKE2b-256 5bf8639f62299bbdd7afd84c1db111ddba9990640bf815f49aff2921598856a6

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 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.0b3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a46f9fe5872b43c0af4102f5483d8fe7642af7a45e4160c364f21b8b400ca984
MD5 702a5188bbaf94eab1107fa6125672ce
BLAKE2b-256 1ccde06c45f535f9f7a173a20bf6ca19ed4be3a7107cb10c30a1706453dc9f80

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 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.0b3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5fb52a7f799dd115fbd0a5b423fd6ac3b326955cc395948cbfb5eef5b26206d1
MD5 dbf4e9ca51c96f74a6fb4f8f46f6b120
BLAKE2b-256 7f448148e863c06be73865c4e71e4b4229952523b0015bc1487198e93cd6fa55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a127376399a490f4ac344232cc20cc968a883c960f64694be995f4cb93067050
MD5 2f5b3ec2d96e281deb522a23155bfa0e
BLAKE2b-256 4a93f3f6067d739a00d72a574418016e1664dcd025b762f35e6f2362036270d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5d4c68f2b65bdbee810052cd3174987b85a7cad373e036b8222eb11165024c4
MD5 a3ad11ef58440ef3dad430d33fef58f6
BLAKE2b-256 b83295d6bd245daf09ade3fd0388798b3756835ec4fc7a038878b4444816b827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d5824dbb632f8242a1b9978f69ef0842a5a8c3872493657b7138a41a2b91438
MD5 85246f8bb341de8b78b4afadaf4d26ec
BLAKE2b-256 89b9934255bf85221f3d9fd7607250841f811fa86895d397663a49253e1c6717

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc35c7190b321a4b46d9014ae0423638afe311041762e6e2b4bbdd1848ed5de3
MD5 245bdbac548e73ae0016e39654fed926
BLAKE2b-256 8d0061f8c86a9ba923d60ff65fb4c8057c0b0a640730acae7d9fae0abb15256b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 643976cde99e4d01d8451a1d57e6c91d751d33167f77339eb0c50290d6770a42
MD5 f87c50f692afb268e100e51a3f8c141b
BLAKE2b-256 8c21938dcea2f88dc4f8cca64f311dddd13985744999db43ee6acc1cb3f103f5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0a1204efdb05fe879ebefdda1fb406edf569609f54c6496844a9c2bddf7802a6
MD5 e4947cab8ef234b3f7fa9cb9d0f07841
BLAKE2b-256 1dbf155ee7945bc8193cc44f1f999f55355ac83cc76d21e0bfdf843a4b0942d8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.4 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.0b3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 82edac5b7eabcfb4f2f3826c324caee2c9d60977df9be98c97229b48b52030ce
MD5 116f81efe4329f2186e7fc48c8ec7414
BLAKE2b-256 119bad659d40d7289a19ef7f9dedc93688a8b0fddfc9db3a3d7a04cc91b84e4d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 20345cdd37be31736b257354b18fefc555a32af54bbe05001591bd648b8c116a
MD5 8b42322d7813124b65282b8fbbe8b7a5
BLAKE2b-256 714af0a50fc751ff815d3ac2b0b6e70bb811546fc1b1f474cd05c369c367e5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18c8d5143100b8f6c9e7a46dcafecf8351a0734b49c583922cf9967cdd69caae
MD5 f3757a71dda7c2624e9e5e3d567b671b
BLAKE2b-256 dcb40de65b8858d207aea650edab46b88b2b3fc6aab179043024bc5a8f5e9f88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cb068aa842117b105355244efd711c35e6a45755bdd011382df8506ddd7afd2
MD5 b9768cfed03a91d0a63dc671ef84f796
BLAKE2b-256 6878dff7f79c0fc0bd5f6f0c60e523aaa9904bcf21ba75cdaecdd6825f832e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.0b3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d186292a02cb056a43277be632967bb06979d1b0d6252f8faaa6966eebc6ab59
MD5 5e597901bf86ced6d50a44810ca855a9
BLAKE2b-256 af8cc6168927c4bfb4f56c011b7742e827be8418ee42feb06be1a53cd18e77aa

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b3-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.0b3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97143712228cce6a1032efaf8777f17cbe6723c545ded466999c754cba796ab8
MD5 c85aec9a46d89edc9825aa1d6686399e
BLAKE2b-256 c79a327f92d3d972c07a265b33f823f3561a72f2fb96dc0771b83ee5af423951

See more details on using hashes here.

Supported by

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