Skip to main content

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 files for Cython 3.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Cython 3.0.1
File Size Uploaded
Cython-3.0.1.tar.gz 2.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for Cython 3.0.1
File
Cython-3.0.1-py2.py3-none-any.whl Python 3, Python 2 none any Details
Cython-3.0.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
Cython-3.0.1-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
Cython-3.0.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
Cython-3.0.1-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
Cython-3.0.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
Cython-3.0.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
Cython-3.0.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
Cython-3.0.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
Cython-3.0.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
Cython-3.0.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
Cython-3.0.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
Cython-3.0.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
Cython-3.0.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
Cython-3.0.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64 Details
Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 185.8 MB

Release files / Cython-3.0.1.tar.gz

Download URL Cython-3.0.1.tar.gz
Size 2.7 MB
Tags Source
SHA-256 checksum
How to use checksums
f3e49c4eaaa11345486ac0fa2b350636e44a4b45bd7521a6b133924c5ff20bba
BLAKE2b-256 checksum
How to use checksums
41eb416c7f3060a714646a91499822ffac4767ecca6f005d48ef9cef4da10175
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-py2.py3-none-any.whl

Download URL Cython-3.0.1-py2.py3-none-any.whl
Size 1.2 MB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
7894efe3b47231bfdf8be1a8a2852a2b07dd83cad16bbdf666591894198c82dd
BLAKE2b-256 checksum
How to use checksums
7d6377d54a060de52702f00dba2745e5f93815000c757a3fe6515209606e7f23
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-win_amd64.whl

Download URL Cython-3.0.1-cp312-cp312-win_amd64.whl
Size 2.8 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
bde58bda00d4689eb51ad3129873b09c695a64d3b6b8573cbc450e177a87173a
BLAKE2b-256 checksum
How to use checksums
27b57e54d943098129c0a02648611c22ed784803e915886e7d7fc2e4c2defcc9
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-win32.whl

Download URL Cython-3.0.1-cp312-cp312-win32.whl
Size 2.6 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
b0917b84af48616124dfead2235b36c64c0d024c4d19cefa1a5da2f106a0854a
BLAKE2b-256 checksum
How to use checksums
5d846c69561009ab86764e5435785b6d845c35cec1756acbae7b7c3630c1f693
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp312-cp312-musllinux_1_1_x86_64.whl
Size 3.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
79f3ea7233e8a8856e57acdb7a30e8548009732649ffabe94049b35e2e5d7b8a
BLAKE2b-256 checksum
How to use checksums
da88c20fd2dd2c47ddc191bd0a7ab2aeb1f6930ececb862872bfbaf103ec3fd9
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp312-cp312-musllinux_1_1_aarch64.whl
Size 3.4 MB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
768044473afd9fca3ba65d92deb80f16aa10d2776c9c2a8f667dbb480a58c528
BLAKE2b-256 checksum
How to use checksums
4a454054b5bd6c9abc6070774d1376c8458da8a523a6e4e1b4cb745d1d32bc0e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.5 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c6f7ead11cfb2d6c6dd7a1fd1987ce221c5c1061b47d747b0bb84b5704045cf9
BLAKE2b-256 checksum
How to use checksums
04293f6935e0be7b20a0f92471c93619467c906aea800301ccd7f2092984d1c0
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.3 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
92f0dda50c11770673c332603b52ce0cb4abf32f2562e53dbdc4b674b6be7faa
BLAKE2b-256 checksum
How to use checksums
7d95d04624055287e3a61d2a2d5595c8fbe9c12244866d7f47c6d34e36115716
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5936dd43207a3f0269d033463195e201072b9b594c9693ff142985c0c33cd2d2
BLAKE2b-256 checksum
How to use checksums
9428b3e3780a41498e6dfc50c51a526147a2a1db8749fde9e30a1b0b12d74dbf
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Size 3.1 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9dbdb0019304ec84c7209a967043fc4923ed2d911a37ed695c3d1548c99b1285
BLAKE2b-256 checksum
How to use checksums
d015fe8327b9baf3b9747ba4b18a917d0c87dd2d16d03d7101a098a75e8b0ceb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-win_amd64.whl

Download URL Cython-3.0.1-cp311-cp311-win_amd64.whl
Size 2.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
35701606862989d5db641cf8cb85f62eaab9beaafb09a102839aebe5a70a1060
BLAKE2b-256 checksum
How to use checksums
4f34d7286640fb6af0de5e21ed67ce89ef632dc5bb7a33cfa70d86dc991e1a72
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-win32.whl

Download URL Cython-3.0.1-cp311-cp311-win32.whl
Size 2.6 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
c43adbc5a3a1d678314734f69dba3eb4f24438ba668e08a438b8067ac5a6494e
BLAKE2b-256 checksum
How to use checksums
20bba2e2a958b36b1c1deb7066951f406dc398191b62d3933c28670d34fab5ec
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Size 3.6 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
4acd382eb6d8cd34df421c42f1bfc8c7c0c38cd213fa35222a65a2a988fe50da
BLAKE2b-256 checksum
How to use checksums
9adcc5ecd8a0914c6dac1294632f63292b9f8c1fdbc40dba8da32c144cefbbbb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Size 3.5 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
6d9dbcecd61f4f22ae6a035628e803490af7f0e16fd91e97fec63face61873a5
BLAKE2b-256 checksum
How to use checksums
debb764fa914005548d2136622b03d16ac7d912b8a85b0a91781305a85bdba72
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
05dba6b214a12aa66421d810d24d0298ff37cb6036d00d4e851b61a54948540c
BLAKE2b-256 checksum
How to use checksums
d080dbd9928e3a5411206197f6191cad60856c30a19a2a7c7e107233a34d3e3d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.5 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
182ae584dbaa6fd73161a6f8cc7d350eeefc43c091cabc2b70fa1a802a7ef729
BLAKE2b-256 checksum
How to use checksums
29a715b443a35cfd85c68d0585769d921466cba4c5c92a523be3f2319bb4c01b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.6 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
35c28fc53745e7ebabb54d13d6cd3d3659f65ef50d324dadd9146212adb236cc
BLAKE2b-256 checksum
How to use checksums
1e95202a6bdbd88bdecc5f68cbf7f1df92a5424f6ee247fcd1ad216828c5a7de
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 3.1 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5e544e91efa287de31014550aa6e8525507ea6d5727c36ff5f96e9dcf9c40133
BLAKE2b-256 checksum
How to use checksums
c3a1aa4bd6bf6721c36679f4bd5c742db87f11f762f043db8e9757b78b2796b4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-win_amd64.whl

Download URL Cython-3.0.1-cp310-cp310-win_amd64.whl
Size 2.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
02e2cdaff5795875aa4441068c20a04edb727a145dd45518926f7ae692ec0061
BLAKE2b-256 checksum
How to use checksums
cbfe043b3646438eb3b3d2c7f2b7fa5c1f50db86ce7a1fe8954cd94b577d8eee
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-win32.whl

Download URL Cython-3.0.1-cp310-cp310-win32.whl
Size 2.6 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
b57d5bda3cf15e59ab46fb541d448f1b52c0d8fe8bbed7baec613537e41161eb
BLAKE2b-256 checksum
How to use checksums
824f20fdc822f2e91aa74aa75772324cb81fa07b49deed1158a236899485aaf0
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Size 3.6 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
f663c9206475675d5f1c086dcab0404bc7a732241f951a9c89258392601c26f8
BLAKE2b-256 checksum
How to use checksums
c7b800e4b14c5e0436f28f28e99f74698c2458b60a82668ac9e8b5a64ac1d1bf
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Size 3.4 MB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
f8fde8dfec6a1fe5d9d035dbb740aacc1d7aea7f0dbcaa5ce61e9a8dea0c8888
BLAKE2b-256 checksum
How to use checksums
d62ee232c48e779b4373e24897818b6dcbefecca7cf81fba022af83337e186e1
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.6 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
08dc403e6fc2b105b83759c72980bc8d7b729b03dfe94c8345a5e999dfd07d15
BLAKE2b-256 checksum
How to use checksums
9b8caf7eedf6c1f411cabf6a96ddc55db6725348ed6f6c0d06ccbf614188db91
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.4 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e5481c4ee02fd178e3ef1b2d98b0a828a79fda92998d9541088a00f70d83f9a7
BLAKE2b-256 checksum
How to use checksums
131e6c4827f7baaf559339fb9cbcc65c3aa15999eef2b64249b66a77bb32b39b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.6 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a1f7b8394cdf4d35a6d8129cdf3677642b9712793611850fbfb9cc7c4ef8d9cb
BLAKE2b-256 checksum
How to use checksums
191c2bc575a06f67ea1646aa847bb53d301d0de08adb9c43adade9c6e1a49e10
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 3.1 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
119786513aad3bd8e483040d3757f11cec808e3f9d42c965c086db7fe62b69b1
BLAKE2b-256 checksum
How to use checksums
a434337484ee0c043a566121cdfba530a4b700adf36d63bfd79be29a053ba8b9
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-win_amd64.whl

Download URL Cython-3.0.1-cp39-cp39-win_amd64.whl
Size 2.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
00f7378e1cd1c22076922489cb628ce63301c018231c67f1389cef803cc2b586
BLAKE2b-256 checksum
How to use checksums
5d5b4305077bb519f687958177489e3ec9f404a09245bab4a95c57fa914d92e3
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-win32.whl

Download URL Cython-3.0.1-cp39-cp39-win32.whl
Size 2.6 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
d63f67696df2caeac5c57a12485ff4c7f377bead430c3654145b57bc105ba3c6
BLAKE2b-256 checksum
How to use checksums
8b793b5a8653a33cb8b34efbcafa4fa8f3701ca0512c7054d611e837a6b512b0
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Size 3.6 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
720e72474c55d33c245e0280ecb4b604dd301ed3851c78cede932f2c3d074224
BLAKE2b-256 checksum
How to use checksums
50d44699ec086c264e4516aee8e355dea974fc47a58ae39530721be164223439
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Size 3.5 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
fc1452139e1eb044b6e906a71c92e5580fec4deabe75cb440324d17b1163b038
BLAKE2b-256 checksum
How to use checksums
8ca923eb1b2ab14cc8ed78bc7b62d1ee38d7d9bc9551129503dc96e03f7686a5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.6 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ff571d41e2673678929ad1f5fee68e1757bd8e42c0082c3359138da56fc25263
BLAKE2b-256 checksum
How to use checksums
64fba2f0e80d5f0935450947ffc9a8f3cdc524d1efa8acb753740c8e02409573
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.4 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c5ad08fed2444a0168dbfe0589cd711091adf38d19ea4421ebe92886bf4e0c22
BLAKE2b-256 checksum
How to use checksums
22d87a0a4f89c5fbf8d1857b557ab16fe225fe636052157b0136a40182496ffe
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.7 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
137ec3f7abda49f53621c8c7f427d93ad5ac33a5f4e112e04594c1aad0bd0613
BLAKE2b-256 checksum
How to use checksums
db70add5fc15c7d2b03ed18811c3b7a98871a5bf6623c6fd0a31a40021c7ca86
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 3.1 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
934f236a1f002705f012b7ba7b068a092c0023a7b965d3139c8dc7e34f166dd1
BLAKE2b-256 checksum
How to use checksums
18010ad3482cf39d6a615f01e2d4e8d1b6fad54a06cbf1bae30fc9ba6e2859c7
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-win_amd64.whl

Download URL Cython-3.0.1-cp38-cp38-win_amd64.whl
Size 2.8 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
dc65a9cdeb29b553bfcdc90499b672a75bc85ed7d4b212018e513463244f59ae
BLAKE2b-256 checksum
How to use checksums
65198a63b776e6c1d98a49f24f8bb87e8b0c8dcf02975744e8cfb9017484b79c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-win32.whl

Download URL Cython-3.0.1-cp38-cp38-win32.whl
Size 2.6 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
9a12ac8f9cc2e8ed191f7b18e8661cd64d7ff2299e4566abc8c03e03721ba6ca
BLAKE2b-256 checksum
How to use checksums
6339aa795c7163f57e4808a7cf0227caaf0a2b8bc71dd8c9c44c3e5aeaab05d2
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Size 3.6 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
cf6c8c05075b510d4f53127a8239c43a5f148e1ba1c479cb3e21e15112c533cf
BLAKE2b-256 checksum
How to use checksums
407f7fb18b9e002298d920d55526e7bc757b1e326b2fc67f2b669a301d8b8eac
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Size 3.5 MB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
d12ab154d8bf68eadea69ff24f1bc90d7a332b20da4d9a3a82e737f6fc06091a
BLAKE2b-256 checksum
How to use checksums
7854d25996851945fdf3986f2ede0f0e5f14b23f15ae88872706cc1f5ce5fbaf
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.6 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fba7d0d5978a5ddb5e3cd59ce2b5bfeace6cabdad8aa7b5f740028e8b3126b88
BLAKE2b-256 checksum
How to use checksums
f5877faa8fe40c33b5bae01a8449fe0e1c04a694400ee17049d057111f48a004
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.5 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
402b05a42a516a53912d980de644fdc30b6702e5f8ebf984276e162cac4a12c5
BLAKE2b-256 checksum
How to use checksums
a4c00b50fee522a4755ce77ef383d99e5f917fc5b2543a9a1ce22ec22f144c9b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.7 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
346232ecb90ade8ff456361b58e9ca21cf672a4191e26ae498993975980a615b
BLAKE2b-256 checksum
How to use checksums
9b96cf37cd1d920e52922fb6c35ff12206008432be80ee68fb29dc41eb76ef02
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 3.1 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
53883e5092eff175aea2811e987ae930723ee4657bd470f549b63c5fd738ada3
BLAKE2b-256 checksum
How to use checksums
254688e36cc341a92679197bc5b66ee8c2bc6178e312c6ca209fe098533a9655
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-win_amd64.whl

Download URL Cython-3.0.1-cp37-cp37m-win_amd64.whl
Size 2.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
e02c1c06d2b0138effead19c6c352ac1b99b2c431d97b6379ff4e17c9348bf61
BLAKE2b-256 checksum
How to use checksums
0db5ae95c4713c50bc0cc2756e0ae48565fed58d301039387d99aa1c690b5b67
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-win32.whl

Download URL Cython-3.0.1-cp37-cp37m-win32.whl
Size 2.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
f02fcd11da42739a6fe3b5e1a3b21e644e10d02fb47757b1be239cabe3312d51
BLAKE2b-256 checksum
How to use checksums
a1010d3fc00a634b75c6921186b65159af639ce35f2bf714966a8650c34b95fd
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 3.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
d322561a852fa77b4b47668b12265f4a6ae7aed232aad2e3d52379e16c4e1ece
BLAKE2b-256 checksum
How to use checksums
fd7d3e44552492ba3eed83516a9c49fcd8a3ce77c478a58ae60a888dea1898b5
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 3.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
db6a823a86a10532934f83b6445f07634b2ad872fe52577ab0861a0f074e3036
BLAKE2b-256 checksum
How to use checksums
2477494f05b18ef12a66d337e6c3e3ffb5142947fbd2c35f4817bbb73a4a4600
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9e88759313bffc67616ee10ff142a395b19a48789a5e20880e8fc8fd3208ab37
BLAKE2b-256 checksum
How to use checksums
a9f182a8b069a9434907ac0fcace8220dbae3254f3bd75576315994fe2ecf41f
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a8f0f4fc248e742d6a17fdbb646fff21d99e21b7ce5180f00dcf8a9588fbfb73
BLAKE2b-256 checksum
How to use checksums
fedb76cc72351fd4e472307077b7508169320c711b1c9f2823ff88f13a7b8ddb
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
da7f41b170a70b5c0172795a487c7301b43c136918b23724aec8d1388cee668f
BLAKE2b-256 checksum
How to use checksums
e1cb23c903458762d6853373603103998ba98f6328310338417c5eef7eaef5ce
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 3.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e7d42293809ff45d7743fb81bda64ecdb24a269d5bfcbd22cf74f2b8d112039f
BLAKE2b-256 checksum
How to use checksums
edefd93b11a888ecd296fefe48ef705879831b7a34df92f0030ac0e8a362c01e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-win_amd64.whl

Download URL Cython-3.0.1-cp36-cp36m-win_amd64.whl
Size 2.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
db53e83bc793538ed00e8fe04d2a2469c8f18f636f3e9b26564b51d6b384015c
BLAKE2b-256 checksum
How to use checksums
dedd89e5093b267327f747ef08f72840c87af7b2065fc1802007045176bb8c83
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-win32.whl

Download URL Cython-3.0.1-cp36-cp36m-win32.whl
Size 2.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b76e3237b7c6e1cb53af2223c20f5b51ea1cc40d77966eb121187825657fb9cf
BLAKE2b-256 checksum
How to use checksums
18f7c8e38641207f5d4473462b3d34fcc02b263cd65a4d40f0fdb4b0843617e2
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 3.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
6bfdce6a65b8587ed992af912107d9cf047ed14bfdddcba6bd7917feb93cb441
BLAKE2b-256 checksum
How to use checksums
69fd99ddad850d41514c43ab24e41b27c312bc4924ed967c6758ce53a74e0b8e
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Size 3.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
d9a510157a454bec22752713465d1698098b99351bc41be8938f3d526286aa6f
BLAKE2b-256 checksum
How to use checksums
ec8e1cc5b40c2760546cf7c7fc532af242ad8f7bfefb85a5056db46739124f37
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3194c330dc4c07c01f7d802868960ff053ef5c026aea17e03b025e307c9d94fe
BLAKE2b-256 checksum
How to use checksums
075c5bbda11ccf4ca3e09092cd3c0cfe3029f8815d89e1401b50182aff003ca2
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6a51fa13b5fcace8389888542b7bf63728898a9fefcb471cbf9f7736ce057d8a
BLAKE2b-256 checksum
How to use checksums
998c7baa92b9ea1649ff88c186f7fb40b7de8b7bc6a70ad4c15641eb86c38762
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
49f13d342a810947685759597013e1e4fdc9875d74372fa6121cb190913100d4
BLAKE2b-256 checksum
How to use checksums
13122c2b3b669ba6d84b3df648b913e5dfec17b14dae00cc5f6a109659703cbf
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL Cython-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Size 3.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e69223fb6b99addff8b6d8a3e9f5ae044438bbf48dc08a3495eb99b13e62273c
BLAKE2b-256 checksum
How to use checksums
b396387cdb56e6e48279a0e3fe82ceae3faedddd5b9b5070d6721247f4e3bfa8
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

3.3.0

39 release files

3.2.9

39 release files

3.2.8

39 release files

3.2.6

39 release files

3.2.5

39 release files

3.2.3

39 release files

3.2.2

39 release files

3.2.1

39 release files

3.1.7

72 release files

3.1.6

72 release files

3.1.5

72 release files

3.1.4

72 release files

3.1.3

70 release files

3.1.1

62 release files

3.0.8

58 release files

3.0.7

51 release files

3.0.6

58 release files

3.0.5

58 release files

3.0.4

58 release files

3.0.2

58 release files

This release

3.0.1 This release

58 release files

3.0.0

58 release files

0.29

28 release files

0.28

30 release files

0.27

32 release files

0.26

28 release files

0.25

23 release files

0.24

22 release files

0.23

12 release files

0.22

11 release files

0.21

8 release files

0.20.1

7 release files

0.20

7 release files

0.19.2

8 release files

0.19.1

8 release files

0.19

8 release files

0.18

8 release files

0.17.3

7 release files

0.17.2

8 release files

0.17.1

7 release files

0.17

7 release files

0.16

1 release file

0.15.1

1 release file

0.15

1 release file

0.14.1

1 release file

0.14

1 release file

0.13

1 release file

0.12.1

1 release file

0.12

1 release file

0.11.3

1 release file

0.11.2

1 release file

0.11.1

1 release file

0.11

1 release file

0.10.3

1 release file

0.10.2

1 release file

0.10.1

1 release file

0.10

1 release file

0.9.8.1

1 release file

0.9.8

1 release file

0.9.6.7

1 release file

0.9.6.6

1 release file

0.9.6.5

1 release file

0.9.6

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page