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.0

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.0
File Size Uploaded
Cython-3.0.0.tar.gz 2.7 MB Details

Built distributions (wheels)

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

Release files / Cython-3.0.0.tar.gz

Download URL Cython-3.0.0.tar.gz
Size 2.7 MB
Tags Source
SHA-256 checksum
How to use checksums
350b18f9673e63101dbbfcf774ee2f57c20ac4636d255741d76ca79016b1bd82
BLAKE2b-256 checksum
How to use checksums
7fa2fd5ced5dd33597ef291861bfadd46820de417b41bcb6ca2fa0b5f6fa8152
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.0-py2.py3-none-any.whl

Download URL Cython-3.0.0-py2.py3-none-any.whl
Size 1.2 MB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
ff1aef1a03cfe293237c7a86ae9625b0411b2df30c53d1a7f29a8d381f38a1df
BLAKE2b-256 checksum
How to use checksums
f6948d553dff3baf9cdd4b2481e59c2cfc8247c0c847170dd10574f81718d142
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.0-cp312-cp312-win_amd64.whl

Download URL Cython-3.0.0-cp312-cp312-win_amd64.whl
Size 2.8 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
30a4bd2481e59bd7ab2539f835b78edc19fc455811e476916f56026b93afd28b
BLAKE2b-256 checksum
How to use checksums
33eb583e4ecb697decdf8c73cae5120eff3adb42057ecbc5526243b8475bdbc5
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.0-cp312-cp312-win32.whl

Download URL Cython-3.0.0-cp312-cp312-win32.whl
Size 2.6 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
8abb8915eb2e57fa53d918afe641c05d1bcc6ed1913682ec1f28de71f4e3f398
BLAKE2b-256 checksum
How to use checksums
2a45468763f36cff4bce77adba803e8562e8401532b147b55afd3dd336a3e7ae
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.0-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-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
c40bdbcb2286f0aeeb5df9ce53d45da2d2a9b36a16b331cd0809d212d22a8fc7
BLAKE2b-256 checksum
How to use checksums
ca8982e210ce57d1c23f9f547b6c12b86623acb5b58de41439f0d73ed5ba95ec
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.0-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
Size 3.3 MB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
9e69139f4e60ab14c50767a568612ea64d6907e9c8e0289590a170eb495e005f
BLAKE2b-256 checksum
How to use checksums
db57aad66922a4015d7a382f7bfc4823e7ca51c192fcf83570fb211c4f34592c
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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
53328a8af0806bebbdb48a4191883b11ee9d9dfb084d84f58fa5a8ab58baefc9
BLAKE2b-256 checksum
How to use checksums
6a1ac1b58c47395d4151aad7868eea6a9048d0feaa8b2851f8b525f20bea9b2c
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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-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
9f29307463eba53747b31f71394ed087e3e3e264dcc433e62de1d51f5c0c966c
BLAKE2b-256 checksum
How to use checksums
4d9da76eb0f53eed6bad80882d86122120d83d38ac95dbdd18ad1abd8086b505
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.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
5962e70b15e863e72bed6910e8c6ffef77d36cc98e2b31c474378f3b9e49b0e3
BLAKE2b-256 checksum
How to use checksums
2779959d5ae7849566e86f8c8c70aa4ed13531a29e68cf0f2001ab279b73ad22
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.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
4e212237b7531759befb92699c452cd65074a78051ae4ee36ff8b237395ecf3d
BLAKE2b-256 checksum
How to use checksums
65bb360d3582b15105f9e006517770c8f0395654da23ba68a2b07de597a3d939
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.0-cp311-cp311-win_amd64.whl

Download URL Cython-3.0.0-cp311-cp311-win_amd64.whl
Size 2.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
254ed1f03a6c237fa64f0c6e44862058de65bfa2e6a3b48ca3c205492e0653aa
BLAKE2b-256 checksum
How to use checksums
7d61bf165c17a1296fd7db78e18fd8cbb157ab04060ec58d34ff319424af3e2d
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.0-cp311-cp311-win32.whl

Download URL Cython-3.0.0-cp311-cp311-win32.whl
Size 2.6 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
2fadde1da055944f5e1e17625055f54ddd11f451889110278ef30e07bd5e1695
BLAKE2b-256 checksum
How to use checksums
b3a8be1d37323992bf6e2bece09150ce8f8905216d1df8b70d459df6e2a79c5f
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.0-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-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
bb1165ca9e78823f9ad1efa5b3d83156f868eabd679a615d140a3021bb92cd65
BLAKE2b-256 checksum
How to use checksums
8890e94b3dc8d0a988b4c8a98b5058ff57d677588b6dba657602c1c958192bf3
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.0-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Size 3.4 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
93a34e1ca8afa4b7075b02ed14a7e4969256297029fb1bfd4cbe48f7290dbcff
BLAKE2b-256 checksum
How to use checksums
493acb96d19cd3100a055bc06c0fdb9a9bb226161966ba313a5d694239b75641
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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
aa606675c6bd23478b1d174e2a84e3c5a2c660968f97dc455afe0fae198f9d3d
BLAKE2b-256 checksum
How to use checksums
89403d7ab35f917d4d0ea2ce2fd0eb84166956b0b943a7c4b96e59c6fa968916
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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.4 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c93634845238645ce7abf63a56b1c5b6248189005c7caff898fd4a0dac1c5e1e
BLAKE2b-256 checksum
How to use checksums
2704cbbe3971554afb92c2cd99d4246a68b9e3d3f8c01a3b632e4fe460c38cc1
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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
d3355e6f690184f984eeb108b0f5bbc4bcf8b9444f8168933acf79603abf7baf
BLAKE2b-256 checksum
How to use checksums
72123b57b15b60e6e5ef8f02a580c2176c8705a83e6bef9eb8cfe407baa9f2d1
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.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
06db81b1a01858fcc406616f8528e686ffb6cf7c3d78fb83767832bfecea8ad8
BLAKE2b-256 checksum
How to use checksums
8fc849c446320661cb335c593b25c7b64e6844dde33dd0da7d625d7099790637
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.0-cp310-cp310-win_amd64.whl

Download URL Cython-3.0.0-cp310-cp310-win_amd64.whl
Size 2.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
829c8333195100448a23863cf64a07e1334fae6a275aefe871458937911531b6
BLAKE2b-256 checksum
How to use checksums
6d0b889b9b839ea7237eb6048191fe653c17ce93e298495eaf8f893cff748951
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.0-cp310-cp310-win32.whl

Download URL Cython-3.0.0-cp310-cp310-win32.whl
Size 2.6 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
3e234e2549e808d9259fdb23ebcfd145be30c638c65118326ec33a8d29248dc2
BLAKE2b-256 checksum
How to use checksums
2742e326ad46f1b0264f46c6bda201127084c94572df1fd6eaaebef61ccfddaf
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.0-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-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
f42f304c097cc53e9eb5f1a1d150380353d5018a3191f1b77f0de353c762181e
BLAKE2b-256 checksum
How to use checksums
50bbf2febec2798aad37344eaba8d210e75ecfd642ce47c57341f80bc15a14e0
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.0-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-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
3b71b399b10b038b056ad12dce1e317a8aa7a96e99de7e4fa2fa5d1c9415cfb9
BLAKE2b-256 checksum
How to use checksums
cc7951b5e431f8f019b9d848382dec7d0f0de9a17860ba14c1aa6b955ea3bb59
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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
33c900d1ca9f622b969ac7d8fc44bdae140a4a6c7d8819413b51f3ccd0586a09
BLAKE2b-256 checksum
How to use checksums
6f8c68139f464aeee699b04ec401b9de0d7e05fdd3a123c4c13429b887e16c8f
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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-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
626a4a6ef4b7ced87c348ea805488e4bd39dad9d0b39659aa9e1040b62bbfedf
BLAKE2b-256 checksum
How to use checksums
0d13d31c7cf88fe4efa66a86c7195c852ff6d1c434bd3cc6fa1d50269c6d5930
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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
a65bc50dc1bc2faeafd9425defbdef6a468974f5c4192497ff7f14adccfdcd32
BLAKE2b-256 checksum
How to use checksums
660a4a077e6976d385fcd3dda069ca773b7510018efadf7cd620e715f520fceb
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.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
7c7d728e1a49ad01d41181e3a9ea80b8d14e825f4679e4dd837cbf7bca7998a5
BLAKE2b-256 checksum
How to use checksums
d5c18ab5ce7f12b2f044cdac6b2852d70ac2007a923fab08558426cd52801dc5
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.0-cp39-cp39-win_amd64.whl

Download URL Cython-3.0.0-cp39-cp39-win_amd64.whl
Size 2.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
5b4cc896d49ce2bae8d6a030f9a4c64965b59c38acfbf4617685e17f7fcf1731
BLAKE2b-256 checksum
How to use checksums
26f500d913013eb989a773350014deee4a12362b1923a732a832d7c3b7d595e6
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.0-cp39-cp39-win32.whl

Download URL Cython-3.0.0-cp39-cp39-win32.whl
Size 2.6 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
4cd00f2158dc00f7f93a92444d0f663eda124c9c29bbbd658964f4e89c357fe8
BLAKE2b-256 checksum
How to use checksums
2397d0577021d0dd251291cf6342f2fa679746892fbdcab9e3de73bb5385c648
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.0-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-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
090e24cfa31c926d0b13d8bb2ef48175acdd061ae1413343c94a2b12a4a4fa6f
BLAKE2b-256 checksum
How to use checksums
ca8b115542b6b6a0f539db7b5945f7e63244b0b531665a666b85e3b6aa0e243e
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.0-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Size 3.4 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
06fcb4628ccce2ba5abc8630adbeaf4016f63a359b4c6c3827b2d80e0673981c
BLAKE2b-256 checksum
How to use checksums
696b159c97595de7bd2c5de578a79c55db215e743ff4696a18b76b2b1112419a
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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
877d1c8745df59dd2061a0636c602729e9533ba13f13aa73a498f68662e1cbde
BLAKE2b-256 checksum
How to use checksums
1537314c82797f3798d738f5bde4b85c01f54b2b81acf516fb3fcbc6896c5f8f
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.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-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
54e34f99b2a8c1e11478541b2822e6408c132b98b6b8f5ed89411e5e906631ea
BLAKE2b-256 checksum
How to use checksums
38ee59705c7047ba0a6f8fe9fd97177479cb42b9ff57b16bb3b7bc56b44ebc24
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.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.6 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
204690be60f0ff32eb70b04f28ef0d1e50ffd7b3f77ba06a7dc2389ee3b848e0
BLAKE2b-256 checksum
How to use checksums
d3e1390725f72f26a7520cb79a2de1235226b53e9b2b33e38eb523068e71d39d
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.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
2d8158277c8942c0b20ff4c074fe6a51c5b89e6ac60cef606818de8c92773596
BLAKE2b-256 checksum
How to use checksums
a79d643b508fc18fe095a8c1efea5bd86054ac63974ecd566dba962de40ebaa6
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.0-cp38-cp38-win_amd64.whl

Download URL Cython-3.0.0-cp38-cp38-win_amd64.whl
Size 2.8 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
7f4a6dfd42ae0a45797f50fc4f6add702abf46ab3e7cd61811a6c6a97a40e1a2
BLAKE2b-256 checksum
How to use checksums
96f73de8fe8d34df226fd17845e4b3c31931a52fcade54c3bc97d8fd851b3c8f
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.0-cp38-cp38-win32.whl

Download URL Cython-3.0.0-cp38-cp38-win32.whl
Size 2.6 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
609777d3a7a0a23b225e84d967af4ad2485c8bdfcacef8037cf197e87d431ca0
BLAKE2b-256 checksum
How to use checksums
4f2643905b0197f557926a6cfcacacab67449bf64db66eb1b4295fa500225832
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.0-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-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
30f10e79393b411af7677c270ea69807acb9fc30205c8ff25561f4deef780ec1
BLAKE2b-256 checksum
How to use checksums
d92e88540782b4f39573f81eee6e19317d3c67a7ced5e382042cff2186e65bb3
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.0-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-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
ecee663d2d50ca939fc5db81f2f8a219c2417b4651ad84254c50a03a9cb1aadd
BLAKE2b-256 checksum
How to use checksums
a57146f6e3c0ccc55216cf1830b7cc69f0f21a30cb08e6488a191bd293b95ecb
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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
cec2a67a0a7d9d4399758c0657ca03e5912e37218859cfbf046242cc532bfb3b
BLAKE2b-256 checksum
How to use checksums
d10654c30ddfc9268fae14bd8c0755155680f62db89c7d67d7740d8f811f65b0
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.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.4 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
090256c687106932339f87f888b95f0d69c617bc9b18801555545b695d29d8ab
BLAKE2b-256 checksum
How to use checksums
6d3d2bc3fae870ae55909a4432d663739ff3a061e0a5bd1efad1b5f3765f13f3
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.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
a1cdd01ce45333bc264a218c6e183700d6b998f029233f586a53c9b13455c2d2
BLAKE2b-256 checksum
How to use checksums
18f7a7ac6693e0657d31478b79464113f5e089ad04f452a2c981a2c40d26c932
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.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
c85fd2b1cbd9400d60ebe074795bb9a9188752f1612be3b35b0831a24879b91f
BLAKE2b-256 checksum
How to use checksums
a15eb0e54f31d92f6a876bcdf33de34e86f974881d112b00aba6cf8d5579ebff
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.0-cp37-cp37m-win_amd64.whl

Download URL Cython-3.0.0-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
20c604e974832aaf8b7a1f5455ee7274b34df62a35ee095cd7d2ed7e818e6c53
BLAKE2b-256 checksum
How to use checksums
6f959b6f4c096617c8d4d04c49a84e35b17bd0578ee2115c1ae34926ae2461c9
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.0-cp37-cp37m-win32.whl

Download URL Cython-3.0.0-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
edae615cb4af51d5173e76ba9aea212424d025c57012e9cdf2f131f774c5ba71
BLAKE2b-256 checksum
How to use checksums
62ddf7b5b7be9f2d5b0a80c19e6c93ce4bd5c91d1dc8aaf843f891b16e74cec3
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.0-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 3.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
e28763e75e380b8be62b02266a7995a781997c97c119efbdccb8fb954bcd7574
BLAKE2b-256 checksum
How to use checksums
53a9ccb6f765c08f01076f84538d6d9b37f96165d009631b7327cf7d50554771
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.0-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-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
4dc6bbe7cf079db37f1ebb9b0f10d0d7f29e293bb8688e92d50b5ea7a91d82f3
BLAKE2b-256 checksum
How to use checksums
6497ac8459062d582a44d61ff6063db7a5b8b6c3ccec722938f11fd25bfb1be8
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.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
35abcf07b8277ec95bbe49a07b5c8760a2d941942ccfe759a94c8d2fe5602e9f
BLAKE2b-256 checksum
How to use checksums
61109cec75a3797e6b450cc02cd782415e20e6859553a656eb0ec5a669e2a788
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.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-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
84176bd04ce9f3cc8799b47ec6d1959fa1ea5e71424507df7bbf0b0915bbedef
BLAKE2b-256 checksum
How to use checksums
ec754065888953efb85f06167c7d325f83373cde29e4ff704290d7f07a007419
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.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
a44d6b9a29b2bff38bb648577b2fcf6a68cf8b1783eee89c2eb749f69494b98d
BLAKE2b-256 checksum
How to use checksums
2594fad56f1a4e0aaaa9a748c720cd8ff5f1d0e7bffbe07490031a5d5c74d9ad
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.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
8d86651347bbdbac1aca1824696c5e4c0a3b162946c422edcca2be12a03744d1
BLAKE2b-256 checksum
How to use checksums
c8abe939224b53024f35484ee90d1c063e97aa64f60571d1a190efd324c113bd
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.0-cp36-cp36m-win_amd64.whl

Download URL Cython-3.0.0-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
bc816d8eb3686d6f8d165f4156bac18c1147e1035dc28a76742d0b7fb5b7c032
BLAKE2b-256 checksum
How to use checksums
d370777d51cfdc9122b4b3c203bd3a2c1d1ce5e48a3bb2bcb7132c608f717fd5
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.0-cp36-cp36m-win32.whl

Download URL Cython-3.0.0-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
0d2c1e172f1c81bafcca703093608e10dc16e3e2d24c5644c17606c7fdb1792c
BLAKE2b-256 checksum
How to use checksums
5e49cd4f5bc1252a55ea5fba2bca675bb3572ae3c983046c6c3488604aa059d4
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.0-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL Cython-3.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 3.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
296c53b6c0030cf82987eef163444e8d7631cc139d995f9d58679d9fd1ddbf31
BLAKE2b-256 checksum
How to use checksums
e3e9ccbbced4ba58f1d41bb97ab7a370d41a4854ed2a89ea63f33abb02a5f53c
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.0-cp36-cp36m-musllinux_1_1_aarch64.whl

Download URL Cython-3.0.0-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
4123c8d03167803df31da6b39de167cb9c04ac0aa4e35d4e5aa9d08ad511b84d
BLAKE2b-256 checksum
How to use checksums
e3ebb1093c5435bf826b6179efae9d2f4cc1b3da191f2284b0b47e158f1ef27a
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.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL Cython-3.0.0-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
650d03ddddc08b051b4659778733f0f173ca7d327415755c05d265a6c1ba02fb
BLAKE2b-256 checksum
How to use checksums
1c1b07d1f43ff33d08a810d20f4066048c40f854bd835c2ccd55b649e1631bae
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.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL Cython-3.0.0-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
6b00df42cdd1a285a64491ba23de08ab14169d3257c840428d40eb7e8e9979af
BLAKE2b-256 checksum
How to use checksums
3c9258ed3e5c45e7d82784a1c882a34da9e1bcffebab859fd46db9dfd3fd3be1
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.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL Cython-3.0.0-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
4965f2ebade17166f21a508d66dd60d2a0b3a3b90abe3f72003baa17ae020dd6
BLAKE2b-256 checksum
How to use checksums
15154e53e9bb995bb92ecb027673b934a175094116dbf68b802fed07a4108912
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.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL Cython-3.0.0-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
0e1e4b7e4bfbf22fecfa5b852f0e499c442d4853b7ebd33ae37cdec9826ed5d8
BLAKE2b-256 checksum
How to use checksums
6a88576f0c2c2a001602ab42ddb8399e5bdd2cc738d5dbe6d362369d6f9dd854
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

3.0.1

58 release files

This release

3.0.0 This release

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