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, 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 0.28.5

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 0.28.5
File Size Uploaded
Cython-0.28.5.tar.gz 1.9 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for Cython 0.28.5
File
Cython-0.28.5-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
Cython-0.28.5-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
Cython-0.28.5-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details
Cython-0.28.5-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
Cython-0.28.5-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
Cython-0.28.5-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386) Details
Cython-0.28.5-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
Cython-0.28.5-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
Cython-0.28.5-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details
Cython-0.28.5-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
Cython-0.28.5-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
Cython-0.28.5-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ Intel (x86-64, i386) Details
Cython-0.28.5-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
Cython-0.28.5-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
Cython-0.28.5-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.28.5-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.28.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 88.9 MB

Release files / Cython-0.28.5.tar.gz

Download URL Cython-0.28.5.tar.gz
Size 1.9 MB
Tags Source
SHA-256 checksum
How to use checksums
b64575241f64f6ec005a4d4137339fb0ba5e156e826db2fdb5f458060d9979e0
BLAKE2b-256 checksum
How to use checksums
2189ca320e5b45d381ae0df74c4b5694f1471c1b2453c5eb4bac3449f5970481
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

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

Download URL Cython-0.28.5-cp37-cp37m-win_amd64.whl
Size 2.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
fc6c20a8ac22202a779ad4c59756647be0826993d2151a03c015e76d2368ae5f
BLAKE2b-256 checksum
How to use checksums
e4eb8e28b1d38e6efbc3f20913b21332673e63d60d2db641de2536e94cebfbb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

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

Download URL Cython-0.28.5-cp37-cp37m-win32.whl
Size 2.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
759c799e9ef418f163b5412e295e14c0a48fe3b4dcba9ab8aab69e9f511cfefd
BLAKE2b-256 checksum
How to use checksums
7664110bacbf53fe2cf545b0ede8b92d787a1244c655d483472b6ed1964716bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp37-cp37m-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp37-cp37m-manylinux1_x86_64.whl
Size 3.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
f3e4860f5458a9875caa3de65e255720c0ed2ce71f0bcdab02497b32104f9db8
BLAKE2b-256 checksum
How to use checksums
4513f3b479013bd3ca96696702fa823ff3d8f81a445dde9a5b2dfee361404bfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp37-cp37m-manylinux1_i686.whl

Download URL Cython-0.28.5-cp37-cp37m-manylinux1_i686.whl
Size 3.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
2f526b0887128bf20ab2acc905a975f62b5a04ab2f63ecbe5a30fc28285d0e0c
BLAKE2b-256 checksum
How to use checksums
ffad07e6f8c121115725995af1c734e7d337cae2abb5314f3614e093ea98beb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL Cython-0.28.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 5.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
553956ec06ecbd731ef0c538eb28a5b46bedea7ab89b18237ff28b4b99d65eee
BLAKE2b-256 checksum
How to use checksums
e3bbd43cf512f7ee32653d8e3ae8dbb71f111096a8a16c1176128915de1a3ff5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

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

Download URL Cython-0.28.5-cp36-cp36m-win_amd64.whl
Size 2.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d2223a80c623e2a8e97953ab945dfaa9385750a494438dcb55562eb1ddd9565a
BLAKE2b-256 checksum
How to use checksums
b3b150ae389b0cf0f63e0e988df2162593e1dbfd1807c92a5d90c03c8c249c3f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

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

Download URL Cython-0.28.5-cp36-cp36m-win32.whl
Size 2.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
c78ad0df75a9fc03ab28ca1b950c893a208c451a18f76796c3e25817d6994001
BLAKE2b-256 checksum
How to use checksums
ff8bc0740e7281f49096ab54b439e6e527643d9f7c0412c7d7527f2efb6e1796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp36-cp36m-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp36-cp36m-manylinux1_x86_64.whl
Size 3.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4172c183ef4fb2ace6a29cdf7fc9200c5a471a7f775ff691975b774bd9ed3ad2
BLAKE2b-256 checksum
How to use checksums
198e32b280abb0947a96cdbb8329fb2014851a21fc1d099009f946ea8a8202c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp36-cp36m-manylinux1_i686.whl

Download URL Cython-0.28.5-cp36-cp36m-manylinux1_i686.whl
Size 3.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ea5c16c48e561f4a6f6b8c24807494b77a79e156b8133521c400f22ca712101b
BLAKE2b-256 checksum
How to use checksums
92e084550bb17e3185c46f3ef4cdfec09eadac7263ca9e71e188f4d198a9c1ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL Cython-0.28.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 5.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
827d3a91b7a7c31ce69e5974496fd9a8ba28eb498b988affb66d0d30de11d934
BLAKE2b-256 checksum
How to use checksums
fa50c95a83d423b75537581d61bbf6618dd8dc96c5ca812f36296a37276ab736
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp35-cp35m-win_amd64.whl

Download URL Cython-0.28.5-cp35-cp35m-win_amd64.whl
Size 2.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ee7a9614d51fe16e32ca5befe72e0808baff481791728449d0b17c8b0fe29eb9
BLAKE2b-256 checksum
How to use checksums
9e1def4ebed736a12310e11c1d84c02e9a1d30791000327a1cf2eabb71ba9f78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp35-cp35m-win32.whl

Download URL Cython-0.28.5-cp35-cp35m-win32.whl
Size 2.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
9400e5db8383346b0694a3e794d8bded18a27b21123516dcdf4b79d7ec28e98b
BLAKE2b-256 checksum
How to use checksums
ce6a59e68457bf2ee5cab65876488f4d522cb40bc2686c19b2524feb9fd9849d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp35-cp35m-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp35-cp35m-manylinux1_x86_64.whl
Size 3.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
660eeb6870687fd3eda91e00ba4e72220545c254c8c4d967fd0c910f4fbb8cbc
BLAKE2b-256 checksum
How to use checksums
99f91c93f3ef9189e53c8647b55ea60ad5f6fd4cdcb0217fc97e87e299d8528d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp35-cp35m-manylinux1_i686.whl

Download URL Cython-0.28.5-cp35-cp35m-manylinux1_i686.whl
Size 2.9 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
32de8637f5e6c5a76667bc7c8fc644bd9314dc19af36db8ce30a0b92ada0f642
BLAKE2b-256 checksum
How to use checksums
242264605c447e446386e26fa764aa7bfad79deb97e80d97770fa2ec3fed6831
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL Cython-0.28.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 5.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
cdbb917e41220bd3812234dbe59d15391adbc2c5d91ae11a5273aab9e32ba7ec
BLAKE2b-256 checksum
How to use checksums
28e18494cfb5443bc63ceaa643ffd93d03ea1f9353df67207424ca9b804a1530
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp34-cp34m-win_amd64.whl

Download URL Cython-0.28.5-cp34-cp34m-win_amd64.whl
Size 2.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
07659f4c57582104d9486c071de512fbd7e087a3a630535298442cc0e20a3f5a
BLAKE2b-256 checksum
How to use checksums
8e80734610e6d9cd20a52d6dcac8b8f5f934404aaf51a6b213fab0766220314e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp34-cp34m-win32.whl

Download URL Cython-0.28.5-cp34-cp34m-win32.whl
Size 2.2 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
87e57b5d730cfab225d95e7b23abbc0c6f77598bd66639e93c73ce8afbae6f38
BLAKE2b-256 checksum
How to use checksums
95536d419994b5c1f7e29dd86ef0c668decfac8af652a60aa01870741ec4e0e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp34-cp34m-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp34-cp34m-manylinux1_x86_64.whl
Size 3.3 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
693a8619ef066ece055ed065a15cf440f9d3ebd1bca60e87ea19144833756433
BLAKE2b-256 checksum
How to use checksums
a58fde2b47d5dcec0a5906a352c8a115612ca19659bed9ffd369f949c963d19f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp34-cp34m-manylinux1_i686.whl

Download URL Cython-0.28.5-cp34-cp34m-manylinux1_i686.whl
Size 2.9 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
183b35a48f58862c4ec1e821f07bb7b1156c8c8559c85c32ae086f28947474eb
BLAKE2b-256 checksum
How to use checksums
a78a1b4377493dcf036238d2b3515435a1beb281903de7cc3411d7c34c940fcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL Cython-0.28.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 5.2 MB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ef86de9299e4ab2ebb129fb84b886bf40b9aced9807c6d6d5f28b46fb905f82c
BLAKE2b-256 checksum
How to use checksums
a59451025f165d222bbb395004b30e8d2f3820dc2baf4cdde3e2b128762e58d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27mu-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp27-cp27mu-manylinux1_x86_64.whl
Size 3.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ae4784f040a3313c8bd00c8d04934b7ade63dc59692d8f00a5235be8ed72a445
BLAKE2b-256 checksum
How to use checksums
9caebe506d47f77fd31101a29eb740120f39050423f941cb0a461e4247330a47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27mu-manylinux1_i686.whl

Download URL Cython-0.28.5-cp27-cp27mu-manylinux1_i686.whl
Size 2.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
022592d419fc754509d0e0461eb2958dbaa45fb60d51c8a61778c58994edbe36
BLAKE2b-256 checksum
How to use checksums
096345ff29af26f9f590f02419d03d6b1675e1991b3b33a9fb394a2e870547d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27m-win_amd64.whl

Download URL Cython-0.28.5-cp27-cp27m-win_amd64.whl
Size 2.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b2ba8310ebd3c0e0b884d5e95bbd99d467d6af922acd1e44fe4b819839b2150e
BLAKE2b-256 checksum
How to use checksums
0db512b5d6df13bff5d3f7de8021852ae465f518f2f325b237b8372e6d163708
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27m-win32.whl

Download URL Cython-0.28.5-cp27-cp27m-win32.whl
Size 2.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e22f21cf92a9f8f007a280e3b3462c886d9068132a6c698dec10ad6125e3ca1e
BLAKE2b-256 checksum
How to use checksums
456aee830c861104af76083778d8ad3e8593f5bfe293d82c1dd3c1e38ababa18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27m-manylinux1_x86_64.whl

Download URL Cython-0.28.5-cp27-cp27m-manylinux1_x86_64.whl
Size 3.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
13eab5a2835a84ff62db343035603044c908d2b3b6eec09d67fdf9970acf7ac9
BLAKE2b-256 checksum
How to use checksums
f41d824b13fac1d4aff86be9043b9353e70e722f2e82d4a98dd1be80f37b75d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27m-manylinux1_i686.whl

Download URL Cython-0.28.5-cp27-cp27m-manylinux1_i686.whl
Size 2.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9ec27681c5b1b457aacb1cbda5db04aa28b76da2af6e1e1fd15f233eafe6a0b0
BLAKE2b-256 checksum
How to use checksums
69f98ea7a7b2a250516987fcf4eb20b4b2209342d720446d353757cb851dcd7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

Release files / Cython-0.28.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL Cython-0.28.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 5.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
13c73e2ffa93a615851e03fad97591954d143b5b62361b9adef81f46a31cd8ef
BLAKE2b-256 checksum
How to use checksums
71c5b02fe88cfea10ebb0973033933a4bedbebd6047250ea89470264d4d6f362
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.6.5

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

3.0.0

58 release files

0.29

28 release files

This release

0.28.5 This release

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