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.26
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Cython-0.26.tar.gz | 1.7 MB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| Cython-0.26-cp36-none-win_amd64.whl | CPython 3.6 | none | Windows x86-64 | Details |
| Cython-0.26-cp36-none-win32.whl | CPython 3.6 | none | Windows x86-32 | Details |
| Cython-0.26-cp36-cp36m-manylinux1_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp36-cp36m-manylinux1_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-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+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386) | Details |
| Cython-0.26-cp35-none-win_amd64.whl | CPython 3.5 | none | Windows x86-64 | Details |
| Cython-0.26-cp35-none-win32.whl | CPython 3.5 | none | Windows x86-32 | Details |
| Cython-0.26-cp35-cp35m-manylinux1_x86_64.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp35-cp35m-manylinux1_i686.whl | CPython 3.5 | CPython 3.5 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-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+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386) | Details |
| Cython-0.26-cp34-none-win_amd64.whl | CPython 3.4 | none | Windows x86-64 | Details |
| Cython-0.26-cp34-none-win32.whl | CPython 3.4 | none | Windows x86-32 | Details |
| Cython-0.26-cp34-cp34m-manylinux1_x86_64.whl | CPython 3.4 | CPython 3.4 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp34-cp34m-manylinux1_i686.whl | CPython 3.4 | CPython 3.4 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-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+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.6+ Intel (x86-64, i386) | Details |
| Cython-0.26-cp33-cp33m-manylinux1_x86_64.whl | CPython 3.3 | CPython 3.3 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp33-cp33m-manylinux1_i686.whl | CPython 3.3 | CPython 3.3 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl | CPython 3.3 | CPython 3.3 pymalloc | macOS 10.9+ Intel (x86-64, i386), macOS 10.10+ Intel (x86-64, i386), macOS 10.10+ x86-64, macOS 10.6+ x86-64, macOS 10.9+ x86-64 | Details |
| Cython-0.26-cp27-none-win_amd64.whl | CPython 2.7 | none | Windows x86-64 | Details |
| Cython-0.26-cp27-none-win32.whl | CPython 2.7 | none | Windows x86-32 | Details |
| Cython-0.26-cp27-cp27mu-manylinux1_x86_64.whl | CPython 2.7 | CPython 2.7 pymalloc wide-unicode | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp27-cp27mu-manylinux1_i686.whl | CPython 2.7 | CPython 2.7 pymalloc wide-unicode | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-cp27-cp27m-manylinux1_x86_64.whl | CPython 2.7 | CPython 2.7 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp27-cp27m-manylinux1_i686.whl | CPython 2.7 | CPython 2.7 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| Cython-0.26-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.10+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ x86-64 | Details |
| Cython-0.26-cp26-cp26mu-manylinux1_x86_64.whl | CPython 2.6 | CPython 2.6 pymalloc wide-unicode | Linux glibc 2.5+ x86-64 | Details |
| Cython-0.26-cp26-cp26mu-manylinux1_i686.whl | CPython 2.6 | CPython 2.6 pymalloc wide-unicode | Linux glibc 2.5+ x86-32 | Details |
Total release size: 140.0 MB
Release files / Cython-0.26.tar.gz
| Download URL | Cython-0.26.tar.gz |
|---|---|
| Size | 1.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66
|
|
BLAKE2b-256 checksum How to use checksums |
10d5753d2cb5073a9f4329d1ffed1de30b0458821780af8fdd8ba1ad5adb6f62
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp36-none-win_amd64.whl
| Download URL | Cython-0.26-cp36-none-win_amd64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.6 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bf3066461ff495b03e78a4ab5cfdf062cbc2ac5a05f41a971bdcb63574ad6c36
|
|
BLAKE2b-256 checksum How to use checksums |
0cda2f0e1960474a32b9e6ab197a24b4124df95f605c64daee763bd846ad39df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp36-none-win32.whl
| Download URL | Cython-0.26-cp36-none-win32.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
68d2477b49a70376ff3b876dc9a5c6080c4860413bb139aae225e245d004cd3e
|
|
BLAKE2b-256 checksum How to use checksums |
16640f5d76ff8a3c6d6ebbfadf338b2b504fcbf24fdb99f25a182b1ee883ce3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp36-cp36m-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp36-cp36m-manylinux1_x86_64.whl |
|---|---|
| Size | 8.1 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
6ad88cc9166e968f528b54455c1421af0ee3fe9c42ac810f462c8afcb099eb6e
|
|
BLAKE2b-256 checksum How to use checksums |
a5cff89f542b096a8574712a3d97a2a2c1aa3881a3f988473ccefc2f8a11add9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp36-cp36m-manylinux1_i686.whl
| Download URL | Cython-0.26-cp36-cp36m-manylinux1_i686.whl |
|---|---|
| Size | 7.4 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
b6a0a56e4dcd016fa1f22434b6dc1e476850f50efa439b786a51482b370c5742
|
|
BLAKE2b-256 checksum How to use checksums |
bc988273a0196c0f6b4b6b5963ad881e70ad12e187955fe7a0a543a7c15d7463
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-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.26-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 | 4.6 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 |
c2deea143223c84984e9458e8f41ce69f8869ddde0fd40a443b2d4a210ea19c4
|
|
BLAKE2b-256 checksum How to use checksums |
9b32bddf5fe33938bd215cd5de525227e1637b5e73c34a94b5237fd2014305be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp35-none-win_amd64.whl
| Download URL | Cython-0.26-cp35-none-win_amd64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.5 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9e24343de9a9506d5d410b4110a896d9f422d345547cc6606d9317b527e95b4b
|
|
BLAKE2b-256 checksum How to use checksums |
9fd25f5e60b073e63ff0e422c8e8fc6a9427784fec33f54adb5f6ad2c1b250c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp35-none-win32.whl
| Download URL | Cython-0.26-cp35-none-win32.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.5 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
db9cb52f486ca8b65b2bde5e3ae826112938a0dc1cbaad8be34808de6003b2c9
|
|
BLAKE2b-256 checksum How to use checksums |
5e34f71323baefdb1a89452807aa0cc70e42324f926aa9a474e2cd466bb05477
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp35-cp35m-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp35-cp35m-manylinux1_x86_64.whl |
|---|---|
| Size | 7.7 MB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
ea93ac8f3c8a05da7bf417414e91c81b156e8d5c578a053f3396d9feff6c803d
|
|
BLAKE2b-256 checksum How to use checksums |
8143dee85893e89ce7020e6b35673a926183acf32c3a11f6997a16b1f4500523
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp35-cp35m-manylinux1_i686.whl
| Download URL | Cython-0.26-cp35-cp35m-manylinux1_i686.whl |
|---|---|
| Size | 7.0 MB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
3a75abae5447899eab63329f73607379b6c3415611f8b30067e761ad56f7861d
|
|
BLAKE2b-256 checksum How to use checksums |
247da8ed9bbc42621ae6bfbfe64270b0285b58e05c2cfe19f9e631e90ec7c5bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-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.26-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 | 4.4 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 |
5d9f8e832cb828a656e9bbdddfa16a74ce6c47a278de0b2d42690dc66f2f6187
|
|
BLAKE2b-256 checksum How to use checksums |
e131e74ad083f48fc24280413acbff81241a93bf84a4cfa35a319c10544ab7ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp34-none-win_amd64.whl
| Download URL | Cython-0.26-cp34-none-win_amd64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.4 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c34b1c85c17fc4f96b8ac9b923159eee99fe0ee74710f20fcdf4888f93a9516b
|
|
BLAKE2b-256 checksum How to use checksums |
6ca2aea9a93c36e08f7a59b503a994fe306be56b8cb491e85d1e6f598af4f901
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp34-none-win32.whl
| Download URL | Cython-0.26-cp34-none-win32.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.4 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
33d2dbe6b7547bfbe2e70c51682263d517da45fbb40a48621656e8566ab0818b
|
|
BLAKE2b-256 checksum How to use checksums |
5f2049f6d8a73b6099b2eec578c45c792b3a0c2e80a0d933106f0cbf0a2e4acc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp34-cp34m-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp34-cp34m-manylinux1_x86_64.whl |
|---|---|
| Size | 7.9 MB |
| Tags | CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
44400de11b90d5b384820b0a84d0055f13313908ce7b4f4a35aaf67cb6ca3b4f
|
|
BLAKE2b-256 checksum How to use checksums |
633335d6e63ea02b72c2cd2f0a26c862932d1653a2b2bea9dc044c09dffd4f85
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp34-cp34m-manylinux1_i686.whl
| Download URL | Cython-0.26-cp34-cp34m-manylinux1_i686.whl |
|---|---|
| Size | 7.2 MB |
| Tags | CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
940ab84c6b0be48453620d2b34ce0566bef971c164d057f52444c2c9461726c9
|
|
BLAKE2b-256 checksum How to use checksums |
c64b9ab41b49d2e88381801a2c76b1e6557b797a2a138e42fc45072614e34e99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-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.26-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 | 4.5 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 |
4d22244cc9ee68184dffdc5b82973d5e94c52c774a2dc262d05c0df26d53e603
|
|
BLAKE2b-256 checksum How to use checksums |
f0afbd9b8db56e3802608325912062eb1922aaa1614d6c2ff848bf576e27db05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp33-cp33m-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp33-cp33m-manylinux1_x86_64.whl |
|---|---|
| Size | 7.2 MB |
| Tags | CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
fbc063dfff767770d83e1ef2ec95a08ecced2ec71061d00981f9c59ffedff6af
|
|
BLAKE2b-256 checksum How to use checksums |
4c3b2818304c91c8734b8a248c1e94285e2d8711112d7e2eed180fca508c8a7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp33-cp33m-manylinux1_i686.whl
| Download URL | Cython-0.26-cp33-cp33m-manylinux1_i686.whl |
|---|---|
| Size | 6.5 MB |
| Tags | CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
87d6a780ec65cebfbb8c0c78a176d17cd21f141ddfc7f38195eee4da47ad2307
|
|
BLAKE2b-256 checksum How to use checksums |
b3f9b62649d4834a9d8dcb4e88c4bb90557de8617abd983a71c69753e6b4203e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
| Download URL | Cython-0.26-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl |
|---|---|
| Size | 4.5 MB |
| Tags | CPython 3.3 CPython 3.3 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ x86-64 macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
7d1d5f2dac329bb86b837ed7b1e4d87e28cf66135883eadbc999ec46c9b4e29b
|
|
BLAKE2b-256 checksum How to use checksums |
d6126cfef614d343b305dd7ccc8ef390a8833cda6c2e0889d255adbebd237934
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-none-win_amd64.whl
| Download URL | Cython-0.26-cp27-none-win_amd64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 2.7 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
4a8ec5e1cf8182537fc52ada1c3a4e023d098d136d2e4cc7d1bb99539081c127
|
|
BLAKE2b-256 checksum How to use checksums |
83890200ee281f83ff72c91acceb2666049c87254e927a4c45f9227666cb3cf9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-none-win32.whl
| Download URL | Cython-0.26-cp27-none-win32.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 2.7 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
bf6aedd41da5285d0bbd25c8cb57bc27429d76d62e651a8d70eab1220902a4e9
|
|
BLAKE2b-256 checksum How to use checksums |
794c12545931d7a720e05cf066268a23d541364d381dca79fa88cddb2c5495f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-cp27mu-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp27-cp27mu-manylinux1_x86_64.whl |
|---|---|
| Size | 7.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 |
4c383c00834cb5a5ae68c712b4955f50bfcfb789fed5381211e41b2d779e0dc1
|
|
BLAKE2b-256 checksum How to use checksums |
876c53a9e636c9dbe7acd5c002422c1a7a48a367f3b4c0cf6490908f43398ca6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-cp27mu-manylinux1_i686.whl
| Download URL | Cython-0.26-cp27-cp27mu-manylinux1_i686.whl |
|---|---|
| Size | 6.4 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
c3b229cc4060cd90d879066b0ca8e7516ffe405bda8c34e2900bd77aa1537361
|
|
BLAKE2b-256 checksum How to use checksums |
3e5f596344f4739156f577a40dbd32d2a5b3c0e31ea2cf2213671c3910bab7b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-cp27m-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp27-cp27m-manylinux1_x86_64.whl |
|---|---|
| Size | 7.0 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
5dea9152588c32b714dfa68a5568e04009e260de5b96b820f6703bf3b7f7a560
|
|
BLAKE2b-256 checksum How to use checksums |
60628c202f67902bb62c0ee03450fb794041706623d0eeb05a976181339bf3fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp27-cp27m-manylinux1_i686.whl
| Download URL | Cython-0.26-cp27-cp27m-manylinux1_i686.whl |
|---|---|
| Size | 6.4 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
a43c378726c5ded3eb7d3e9b4a164e3dfb1270e4d900aece8f3f7dabe528930d
|
|
BLAKE2b-256 checksum How to use checksums |
e927caedb837b787fcf6f83e7734f381756c44bcc8ee43185d821fda5b917039
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-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.26-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 | 4.5 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 |
5f7e554310b4b7dd57f4e776cb90396dc17fe044f4ec3fdba5e8833144bee083
|
|
BLAKE2b-256 checksum How to use checksums |
22752d061a90259dd966b2f6a3f81ef83999c5a1dc19baa68f0e196f1ad836a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp26-cp26mu-manylinux1_x86_64.whl
| Download URL | Cython-0.26-cp26-cp26mu-manylinux1_x86_64.whl |
|---|---|
| Size | 7.0 MB |
| Tags | CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
d6293de1bd68c2baaa73b45c9906783cb4adcd22aa68594fc3dd98cac8783892
|
|
BLAKE2b-256 checksum How to use checksums |
90ad6fe8e5e6cbf6b25512f9737a5657322231978c38f5411f63cb8a4b61f9e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Cython-0.26-cp26-cp26mu-manylinux1_i686.whl
| Download URL | Cython-0.26-cp26-cp26mu-manylinux1_i686.whl |
|---|---|
| Size | 6.4 MB |
| Tags | CPython 2.6 CPython 2.6 pymalloc wide-unicode Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
d7bcb9b5346de585d172cc2325a4bdac90030dbecd7679ef61fa66cd69308d5e
|
|
BLAKE2b-256 checksum How to use checksums |
042205046d021d577b6ada8d3d546086d6b17127692e8308b1d8cfe15d77f46a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |