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 0.29.34
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.29.34.tar.gz | 2.1 MB | Details |
Built distributions (wheels)
Total release size: 76.5 MB
Release files / Cython-0.29.34.tar.gz
| Download URL | Cython-0.29.34.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1909688f5d7b521a60c396d20bba9e47a1b2d2784bfb085401e1e1e7d29a29a8
|
|
BLAKE2b-256 checksum How to use checksums |
0a701500f05bddb16d795b29fac42954b3c8764c82367b8326c10f038471ae7f
|
| 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-0.29.34-py2.py3-none-any.whl
| Download URL | Cython-0.29.34-py2.py3-none-any.whl |
|---|---|
| Size | 988.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
be4f6b7be75a201c290c8611c0978549c60353890204573078e865423dbe3c83
|
|
BLAKE2b-256 checksum How to use checksums |
d2499845f14b6716614c832535b67e3b491434d7fdecf510fcb6fe254f60a974
|
| 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-0.29.34-cp311-cp311-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp311-cp311-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
dbd79221869ee9a6ccc4953b2c8838bb6ae08ab4d50ea4b60d7894f03739417b
|
|
BLAKE2b-256 checksum How to use checksums |
1b1c2cd8a6b8cf8d1e9d1379e3b90e84c739309f74e947ec32b8287147c7950d
|
| 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-0.29.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
e4401270b0dc464c23671e2e9d52a60985f988318febaf51b047190e855bbe7d
|
|
BLAKE2b-256 checksum How to use checksums |
68658acfd6018b98d0ea7a9b62f3126a73408a540857efbb3bbaf00b12b84162
|
| 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-0.29.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
e971db8aeb12e7c0697cefafe65eefcc33ff1224ae3d8c7f83346cbc42c6c270
|
|
BLAKE2b-256 checksum How to use checksums |
5397118cd8e28787496e855f3f08641a91f9a7e94f33f986b1f0aa4a0ececa14
|
| 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-0.29.34-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.11 Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
dce0a36d163c05ae8b21200059511217d79b47baf2b7b0f926e8367bd7a3cc24
|
|
BLAKE2b-256 checksum How to use checksums |
a2a69577ec50401b10ada1603cb7caab62e260934dac0e49fbd52c4ba77b48d9
|
| 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-0.29.34-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
56866323f1660cecb4d5ff3a1fba92a56b91b7cfae0a8253777aa4bdb3bdf9a8
|
|
BLAKE2b-256 checksum How to use checksums |
51f076f99a049ca056459883b24c3265a82fda3e2093eef71b15717d7e2b75b3
|
| 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-0.29.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
308c8f1e58bf5e6e8a1c4dcf8abbd2d13d0f9b1e582f4d9ae8b89857342d8bb5
|
|
BLAKE2b-256 checksum How to use checksums |
6f2324664adeb330fc0048e9cee5321a23b2902ed3f5493b3fd27d7f84143f06
|
| 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-0.29.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
21b88200620d80cfe193d199b259cdad2b9af56f916f0f7f474b5a3631ca0caa
|
|
BLAKE2b-256 checksum How to use checksums |
78fe3fad1d0583e98885dfd1d679fa42923a49c8f51924ffafb25f4f684148fb
|
| 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-0.29.34-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.10 Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
d8f822fb6ecd5d88c42136561f82960612421154fc5bf23c57103a367bb91356
|
|
BLAKE2b-256 checksum How to use checksums |
e5d682f3ec9c36b52d8ebb17067c32b7995f4c2bff450adc5b09536a0bde0d93
|
| 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-0.29.34-cp39-cp39-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp39-cp39-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
44733366f1604b0c327613b6918469284878d2f5084297d10d26072fc6948d51
|
|
BLAKE2b-256 checksum How to use checksums |
657b170c1f941cdca31c13fba756c48628c707100ac3dc3033b12a7fdc92f99f
|
| 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-0.29.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
cfb2302ef617d647ee590a4c0a00ba3c2da05f301dcefe7721125565d2e51351
|
|
BLAKE2b-256 checksum How to use checksums |
2f6d7dc0e08b5305ffb790043535460c2bf2e1d2a74e46e1e284d0886c6cb0ed
|
| 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-0.29.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
5718319a01489688fdd22ddebb8e2fcbbd60be5f30de4336ea7063c3ae29fbe5
|
|
BLAKE2b-256 checksum How to use checksums |
9628c8815bb3aa85155dd39e0c717cf7816996c4587092417765073dc5ca9da0
|
| 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-0.29.34-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
7879992487d9060a61393eeefe00d299210256928dce44d887b6be313d342bac
|
|
BLAKE2b-256 checksum How to use checksums |
8cd05faddf9834eda4d6e040b04730078a5cd24f134a988c8b4ccca860df5f22
|
| 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-0.29.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
0963266dad685812c1dbb758fcd4de78290e3adc7db271c8664dcde27380b13e
|
|
BLAKE2b-256 checksum How to use checksums |
4849e06a169507f7bf43e5c3b3cb5e72cc363d898e86f25fa39f8968ed028147
|
| 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-0.29.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
67b850cf46b861bc27226d31e1d87c0e69869a02f8d3cc5d5bef549764029879
|
|
BLAKE2b-256 checksum How to use checksums |
a0858aad1a805e669b978c7e969209a9ce42d6776845f2ca47ec71b58f24e229
|
| 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-0.29.34-cp38-cp38-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp38-cp38-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
11b1b278b8edef215caaa5250ad65a10023bfa0b5a93c776552248fc6f60098d
|
|
BLAKE2b-256 checksum How to use checksums |
b8a68202af91cf8aa2e6b024d9d17d887f228d4173ae0101af9d25adff26cb70
|
| 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-0.29.34-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
a8ad755f9364e720f10a36734a1c7a5ced5c679446718b589259261438a517c9
|
|
BLAKE2b-256 checksum How to use checksums |
180d1ef8b236b029c1bb3b04ba2b7cc167d3b84ad60eba0d2d3241fcecf208a9
|
| 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-0.29.34-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
bdb3285660e3068438791ace7dd7b1efd6b442a10b5c8d7a4f0c9d184d08c8ed
|
|
BLAKE2b-256 checksum How to use checksums |
c4974bc6ac2c2334ff039c23a9f2aa99f70b7d07fa0a995a53c6d018a254cd4f
|
| 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-0.29.34-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
ccb223b5f0fd95d8d27561efc0c14502c0945f1a32274835831efa5d5baddfc1
|
|
BLAKE2b-256 checksum How to use checksums |
f8771d4e1487d93aaabfc696b733abe12f91cb3dac3d6fec2f53efb946ed7fc4
|
| 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-0.29.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
e6ef7879668214d80ea3914c17e7d4e1ebf4242e0dd4dabe95ca5ccbe75589a5
|
|
BLAKE2b-256 checksum How to use checksums |
b34e5ca633f3cdac081118d63e38afb7e1168384e5f3cc967cfe231078369fc4
|
| 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-0.29.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.8 Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
7595d29eaee95633dd8060f50f0e54b27472d01587659557ebcfe39da3ea946b
|
|
BLAKE2b-256 checksum How to use checksums |
42e285ef37e984213c0867ca767846c61095d802cd5686ee338aaf8ea7354e94
|
| 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-0.29.34-cp37-cp37m-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp37-cp37m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
0e9032cd650b0cb1d2c2ef2623f5714c14d14c28d7647d589c3eeed0baf7428e
|
|
BLAKE2b-256 checksum How to use checksums |
04ef2b65cdacdd9f327d672af2a37a2c75e8d7e4aeaff6c7a445ba305f1b572f
|
| 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-0.29.34-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
0ab3cbf3d62b0354631a45dc93cfcdf79098663b1c65a6033af4a452b52217a7
|
|
BLAKE2b-256 checksum How to use checksums |
c320152740fdc426f4a52b5615ec69b43dd1823fccee2cca2af28c12b37f0590
|
| 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-0.29.34-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
b6149f7cc5b31bccb158c5b968e5a8d374fdc629792e7b928a9b66e08b03fca5
|
|
BLAKE2b-256 checksum How to use checksums |
f4b1f29d7c8f7aa68bf3c03bd593bc00abd80236f59fd02f4cc3bf980a51e036
|
| 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-0.29.34-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
8c3cd8bb8e880a3346f5685601004d96e0a2221e73edcaeea57ea848618b4ac6
|
|
BLAKE2b-256 checksum How to use checksums |
6bb85250d189bf221d9902092c4ac4dd0a5c16ba5eb7dff4e2d2ec7b76ef4543
|
| 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-0.29.34-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp37-cp37m-manylinux_2_5_i686.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 |
e40cf86aadc29ecd1cb6de67b0d9488705865deea4fc185c7ad56d7a6fc78703
|
|
BLAKE2b-256 checksum How to use checksums |
c1f9806de0ab488bf80317c19576799fc8242b3b7e91b72f080c4dafd0a6a091
|
| 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-0.29.34-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
4a2723447d1334484681d5aede34184f2da66317891f94b80e693a2f96a8f1a7
|
|
BLAKE2b-256 checksum How to use checksums |
e6e297bca65d197f06e31d06dea74509c560a64f5f7cd20ef089dfe12c54cd08
|
| 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-0.29.34-cp36-cp36m-musllinux_1_1_x86_64.whl
| Download URL | Cython-0.29.34-cp36-cp36m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
5c121dc185040f4333bfded68963b4529698e1b6d994da56be32c97a90c896b6
|
|
BLAKE2b-256 checksum How to use checksums |
b6db4a94a698e5246f40bd355525a12cbc536936e816446362feb69d7ed98994
|
| 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-0.29.34-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
| Download URL | Cython-0.29.34-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
459994d1de0f99bb18fad9f2325f760c4b392b1324aef37bcc1cd94922dfce41
|
|
BLAKE2b-256 checksum How to use checksums |
4b555d131b9f3d4f687e716b402c00eefccf2d0edeab556efe0a3c17bbbce305
|
| 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-0.29.34-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
| Download URL | Cython-0.29.34-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 |
|
SHA-256 checksum How to use checksums |
d7ef5f68f4c5baa93349ea54a352f8716d18bee9a37f3e93eff38a5d4e9b7262
|
|
BLAKE2b-256 checksum How to use checksums |
711b1fdf8d92c025435a1097ddff2a2470a761a607a0e62a341ff8c413684e1a
|
| 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-0.29.34-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
9489de5b2044dcdfd9d6ca8242a02d560137b3c41b1f5ae1c4f6707d66d6e44d
|
|
BLAKE2b-256 checksum How to use checksums |
28836c1f92db53d1242a3ef3ba2d478875b6966dee22cc49cd83bc2ae845aae2
|
| 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-0.29.34-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp36-cp36m-manylinux_2_5_i686.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 |
f674ceb5f722d364395f180fbac273072fc1a266aab924acc9cfd5afc645aae1
|
|
BLAKE2b-256 checksum How to use checksums |
599f58b57f086f1834a91756227de37dd96ff101b06e24c35957346803b87c6c
|
| 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-0.29.34-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl
| Download URL | Cython-0.29.34-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_24_i686.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.24+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
1d6c809e2f9ce5950bbc52a1d2352ef3d4fc56186b64cb0d50c8c5a3c1d17661
|
|
BLAKE2b-256 checksum How to use checksums |
2308d301e2e6fd836df6e838e92a244ccef5f1e041d284b8e0a613f4f1294147
|
| 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-0.29.34-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp35-cp35m-manylinux_2_5_x86_64.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 |
fd1ea21f1cebf33ae288caa0f3e9b5563a709f4df8925d53bad99be693fc0d9b
|
|
BLAKE2b-256 checksum How to use checksums |
017fbe6a89dee727050bc617031ae8a485c01cbf8c52399d638cfbad035ecb6b
|
| 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-0.29.34-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
a0f4229df10bc4545ebbeaaf96ebb706011d8b333e54ed202beb03f2bee0a50e
|
|
BLAKE2b-256 checksum How to use checksums |
2c7d5bc25cbe8ef8680abcdbd019002dcf622b6f2060c95a5abf88b54d8b28e5
|
| 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-0.29.34-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
60969d38e6a456a67e7ef8ae20668eff54e32ba439d4068ccf2854a44275a30f
|
|
BLAKE2b-256 checksum How to use checksums |
6aa02708e27d98d557a00b8ea7dc6c2a6c64c115508fda955234462ad3ee41eb
|
| 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-0.29.34-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
5a8de3e793a576e40ca9b4f5518610cd416273c7dc5e254115656b6e4ec70663
|
|
BLAKE2b-256 checksum How to use checksums |
483f146ae10a3a541b42bc07e7a92af1ca7bf10c3aa05f564616d5b7545b2132
|
| 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-0.29.34-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | Cython-0.29.34-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
03daae07f8cbf797506446adae512c3dd86e7f27a62a541fa1ee254baf43e32c
|
|
BLAKE2b-256 checksum How to use checksums |
c291fe73ac80359215b7887cc32fe873f210a0fdd8c334015ad154cb333e7d3d
|
| 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-0.29.34-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | Cython-0.29.34-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
742544024ddb74314e2d597accdb747ed76bd126e61fcf49940a5b5be0a8f381
|
|
BLAKE2b-256 checksum How to use checksums |
904d05a7e57fca50e527abc52160e3708c14ac67a16384db3e26046f0d5c5c99
|
| 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
|