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

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.29.10
File Size Uploaded
Cython-0.29.10.tar.gz 2.0 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for Cython 0.29.10
File
Cython-0.29.10-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
Cython-0.29.10-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
Cython-0.29.10-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-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.9+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details
Cython-0.29.10-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
Cython-0.29.10-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
Cython-0.29.10-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-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+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details
Cython-0.29.10-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
Cython-0.29.10-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
Cython-0.29.10-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-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.10+ x86-64, macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386) Details
Cython-0.29.10-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
Cython-0.29.10-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
Cython-0.29.10-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-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+ x86-64, macOS 10.6+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386) Details
Cython-0.29.10-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
Cython-0.29.10-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
Cython-0.29.10-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
Cython-0.29.10-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
Cython-0.29.10-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+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 55.9 MB

Release files / Cython-0.29.10.tar.gz

Download URL Cython-0.29.10.tar.gz
Size 2.0 MB
Tags Source
SHA-256 checksum
How to use checksums
26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857
BLAKE2b-256 checksum
How to use checksums
e72eaee8dfff93c7f5d20461ddcefd1da3d43bab18e1666a7777f4d9dbe94065
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp37-cp37m-win_amd64.whl
Size 1.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
fd2906b54cbf879c09d875ad4e4687c58d87f5ed03496063fec1c9065569fd5d
BLAKE2b-256 checksum
How to use checksums
98ed59eb10f0f457db11af28bddc64858ae04eab92d86df650a4c75dc41747ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp37-cp37m-win32.whl
Size 1.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
ee697c7ea65cb14915a64f36874da8ffc2123df43cf8bc952172e04a26656cd6
BLAKE2b-256 checksum
How to use checksums
662e8c294e995c1988f28007b3f2c0be567e5935af19626b45b6567b19833d66
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp37-cp37m-manylinux1_x86_64.whl
Size 2.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
700ccf921b2fdc9b23910e95b5caae4b35767685e0812343fa7172409f1b5830
BLAKE2b-256 checksum
How to use checksums
b8c0500afce93187b9d94d5c6e80a3032f90bf559bd4c8d12b45a10bc9a67b92
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp37-cp37m-manylinux1_i686.whl
Size 1.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
7b41eb2e792822a790cb2a171df49d1a9e0baaa8e81f58077b7380a273b93d5f
BLAKE2b-256 checksum
How to use checksums
29bccf704cb3e55f6a5c8085886c00c0e2f3f75b12929b92b43b903f168b1a4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / Cython-0.29.10-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.29.10-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 2.9 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
a7ba4c9a174db841cfee9a0b92563862a0301d7ca543334666c7266b541f141a
BLAKE2b-256 checksum
How to use checksums
ecb05fb5264fb6277e4591012525800f330377883e7a71d0e1fe812ff96171f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp36-cp36m-win_amd64.whl
Size 1.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b49dc8e1116abde13a3e6a9eb8da6ab292c5a3325155fb872e39011b110b37e6
BLAKE2b-256 checksum
How to use checksums
0eb50ec9c76adae3957726011de8c138974e61a2435c5b2979b849f139e8e3b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp36-cp36m-win32.whl
Size 1.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2f28396fbce6d9d68a40edbf49a6729cf9d92a4d39ff0f501947a89188e9099f
BLAKE2b-256 checksum
How to use checksums
7ccf12a002d94d1f52be048936e1f88292ee3fdce396d677caa7be7d3561031f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp36-cp36m-manylinux1_x86_64.whl
Size 2.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
51abfaa7b6c66f3f18028876713c8804e73d4c2b6ceddbcbcfa8ec62429377f0
BLAKE2b-256 checksum
How to use checksums
5d7ed2a81d821193c88113e3613f2df456a4d7b1b15bd4551e97978e8107e3ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp36-cp36m-manylinux1_i686.whl
Size 1.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
bd40def0fd013569887008baa6da9ca428e3d7247adeeaeada153006227bb2e7
BLAKE2b-256 checksum
How to use checksums
1e255ed26bf07370fe7c6ff43359165e9e26e8db3d5e78d99c7ed2dafec96798
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / Cython-0.29.10-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.29.10-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 2.9 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
61c24f4554efdb8fb1ac6c8e75dab301bcdf2b7b739ed0c2b267493bb43163c5
BLAKE2b-256 checksum
How to use checksums
df5ea43dd5869107788c56b957089a2d9819588e41d6269253590fe81e82d5bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp35-cp35m-win_amd64.whl
Size 1.7 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
99af5cfcd208c81998dcf44b3ca466dee7e17453cfb50e98b87947c3a86f8753
BLAKE2b-256 checksum
How to use checksums
31922d10cd9e95e06fd4336bcd1f22fac6b75269ada5a9751789db914fdc625a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp35-cp35m-win32.whl
Size 1.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2a9deafa437b6154cac2f25bb88e0bfd075a897c8dc847669d6f478d7e3ee6b1
BLAKE2b-256 checksum
How to use checksums
802270c0c8fd73aa3082f7db1a0b5bf656be262be6397f4851aced7096a36528
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp35-cp35m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c2fad1efae5889925c8fd7867fdd61f59480e4e0b510f9db096c912e884704f1
BLAKE2b-256 checksum
How to use checksums
1b11df7fffb08199e48b6570ad9b014be4a79362ef9f2dd3b6ace8d2c0aa6b15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp35-cp35m-manylinux1_i686.whl
Size 1.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1c608ba76f7a20cc9f0c021b7fe5cb04bc1a70327ae93a9298b1bc3e0edddebe
BLAKE2b-256 checksum
How to use checksums
42a8e0d9f1cc866fa666946cd212aa594f18c9fc7d0acffe7c1aa4f454789936
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / Cython-0.29.10-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.29.10-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 2.8 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
e74eb224e53aae3943d66e2d29fe42322d5753fd4c0641329bccb7efb3a46552
BLAKE2b-256 checksum
How to use checksums
357f9dfc581286c50dcbacb5d6a57f18d577fd277f75f424c8eac456169997c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp34-cp34m-win_amd64.whl
Size 1.7 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
da786e039b4ad2bce3d53d4799438cf1f5e01a0108f1b8d78ac08e6627281b1a
BLAKE2b-256 checksum
How to use checksums
207e9623d2db44d1e3d9c5fc4c4b614e975706e8b7ca5f44aad29c0fa3ef1f57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp34-cp34m-win32.whl
Size 1.6 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
9faea1cca34501c7e139bc7ef8e504d532b77865c58592493e2c154a003b450f
BLAKE2b-256 checksum
How to use checksums
b79e67a1dbde21e548ac6a6dbd7d1b92c517a94c15379dec39c13a6ec07f79fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp34-cp34m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
803987d3b16d55faa997bfc12e8b97f1091f145930dee229b020487aed8a1f44
BLAKE2b-256 checksum
How to use checksums
879efcef184a652286e3bd8d35ea67aafe9286b3c5ebd356a96589f3de4c49f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp34-cp34m-manylinux1_i686.whl
Size 1.8 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
deab85a069397540987082d251e9c89e0e5b2e3e044014344ff81f60e211fc4b
BLAKE2b-256 checksum
How to use checksums
29fd5d0c4870b77644f41b8fb7e36d9b6ecdea25ae3246483778b579cc6ad029
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / Cython-0.29.10-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.29.10-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 2.8 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
0afa0b121b89de619e71587e25702e2b7068d7da2164c47e6eee80c17823a62f
BLAKE2b-256 checksum
How to use checksums
c954fbc2ddcd2df11d36d91dcf8ce160f98a240479c34f2d38b57750832116e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27mu-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4100a3f8e8bbe47d499cdac00e56d5fe750f739701ea52dc049b6c56f5421d97
BLAKE2b-256 checksum
How to use checksums
38d4b8aaae645d1d33dfca8f95018fbcafdf5a882b80693a34165ff0b5c26aba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27mu-manylinux1_i686.whl
Size 1.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
b26071c2313d1880599c69fd831a07b32a8c961ba69d7ccbe5db1cd8d319a4ca
BLAKE2b-256 checksum
How to use checksums
0e4c0d8b0ec2866b00ca26d9610ba44660972e11a7523d1540d7f2d22a25e240
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27m-win_amd64.whl
Size 1.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f37792b16d11606c28e428460bd6a3d14b8917b109e77cdbe4ca78b0b9a52c87
BLAKE2b-256 checksum
How to use checksums
21be628c740fbf712a40bac7ca60b9c6a52385b091f426685ab2d74938b19ee0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27m-win32.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e3f1e6224c3407beb1849bdc5ae3150929e593e4cffff6ca41c6ec2b10942c80
BLAKE2b-256 checksum
How to use checksums
ec2278d1e02ee144454130495280bedf43006337c1d25fe8e066e6cd225572be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27m-manylinux1_x86_64.whl
Size 2.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
bfd0db770e8bd4e044e20298dcae6dfc42561f85d17ee546dcd978c8b23066ae
BLAKE2b-256 checksum
How to use checksums
5539dd5d77ac8d137e85055b5e3648f0b0913b793e41d513b7e73f43293ca46e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

Download URL Cython-0.29.10-cp27-cp27m-manylinux1_i686.whl
Size 1.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
3983dd7b67297db299b403b29b328d9e03e14c4c590ea90aa1ad1d7b35fb178b
BLAKE2b-256 checksum
How to use checksums
a0f88cbd8371af39a44911b8aa05336b553498d687b11ca413c0e85fb1dc3374
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

Release files / Cython-0.29.10-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.29.10-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 2.8 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
c81aea93d526ccf6bc0b842c91216ee9867cd8792f6725a00f19c8b5837e1715
BLAKE2b-256 checksum
How to use checksums
104cfbece7a434ab5f8038d71012642279723640f26a52b38e439af16ccf45a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

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

This release

0.29.10 This release

28 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