The Cython compiler for writing C extensions in the Python language.
Project description
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.
The newest Cython release can always be downloaded from https://cython.org/. Unpack the tarball or zip file, enter the directory, and then run:
pip install .
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:
NO_CYTHON_COMPILE=true pip install .
3.1.2 (2025-06-09)
Bugs fixed
Attribute lookups failed on the bool builtin type. (Github issue https://github.com/cython/cython/issues/6905)
Type checks on or-ed union types could incorrectly return false. (Github issue https://github.com/cython/cython/issues/6420)
Negative list indexing could accidentally wrap around twice in PyPy and the Limited API.
Iterating over literal sequences with starred (unpacked) items could infer a wrong type for the loop variable and fail to assign the values. (Github issue https://github.com/cython/cython/issues/6924)
Calls to C functions taking exception types failed to check for a None argument. (Github issue https://github.com/cython/cython/issues/6420)
Fused functions had an incorrect __module__ attribute. (Github issue https://github.com/cython/cython/issues/6897)
The type of Cython implemented functions had an incorrect __module__ attribute. (Github issue https://github.com/cython/cython/issues/6841)
Errors while indexing into bytearray or str in nogil sections could crash. (Github issue https://github.com/cython/cython/issues/6947)
bytearray.append() could silently accept some invalid character numbers.
The C++11 <type_traits> header was included regardless of the C++ version. (Github issue https://github.com/cython/cython/issues/6896)
PyDict_GetItemStringRef() was accidentally used in older Limited API versions. (Github issue https://github.com/cython/cython/issues/6914)
abort() was used but not always available in the Limited API. (Github issue https://github.com/cython/cython/issues/6918)
Some dependencies were missing from the depfile. (Github issue https://github.com/cython/cython/issues/6938)
Embedded function signatures were not always separated from the existing docstring. (Github issue https://github.com/cython/cython/issues/6904)
numpy.math was missing from Cython/Includes/ and could not be cimported. (Github issue https://github.com/cython/cython/issues/6859)
Some tests were adapted for NumPy 2.x. (Github issue https://github.com/cython/cython/issues/6898)
Some C compiler warnings were fixed. (Github issue https://github.com/cython/cython/issues/6870)
Cython.Build was not officially exposing the cythonize function. (Github issue https://github.com/cython/cython/issues/6934)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file cython-3.1.2.tar.gz
.
File metadata
- Download URL: cython-3.1.2.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381
|
|
MD5 |
6fb2dc869f4d00b4a13e130ec1197bfd
|
|
BLAKE2b-256 |
18407b17cd866158238db704965da1b5849af261dbad393ea3ac966f934b2d39
|
File details
Details for the file cython-3.1.2-py3-none-any.whl
.
File metadata
- Download URL: cython-3.1.2-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d23fd7ffd7457205f08571a42b108a3cf993e83a59fe4d72b42e6fc592cf2639
|
|
MD5 |
0aef95e961b68f68b521aebffd808ccb
|
|
BLAKE2b-256 |
25d6ef8557d5e75cc57d55df579af4976935ee111a85bbee4a5b72354e257066
|
File details
Details for the file cython-3.1.2-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8ab1319c77f15b0ae04b3fb03588df3afdec4cf79e90eeea5c961e0ebd8fdf72
|
|
MD5 |
2e1bc9e47dc007e18550ed186c2a0f9c
|
|
BLAKE2b-256 |
c29465ba40faeafe74845ba22b61aff7d73475671c3bd24bffc6cba53f3b0063
|
File details
Details for the file cython-3.1.2-cp313-cp313-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b377d542299332bfeb61ec09c57821b10f1597304394ba76544f4d07780a16df
|
|
MD5 |
eea233a7fc215214dbcadb0f25622f20
|
|
BLAKE2b-256 |
a788e792eb40d8a17010793da2f6c0f72624ec2b7964fccba8d5c544aed16400
|
File details
Details for the file cython-3.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
63335513c06dcec4ecdaa8598f36c969032149ffd92a461f641ee363dc83c7ad
|
|
MD5 |
e3800e1295c14ce542c6d4589ad89714
|
|
BLAKE2b-256 |
4fd22ee59f5e31b1d7e397ca0f3899559681a44dd3502fa8b68d2bb285f54aa7
|
File details
Details for the file cython-3.1.2-cp313-cp313-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7542f1d18ab2cd22debc72974ec9e53437a20623d47d6001466e430538d7df54
|
|
MD5 |
fd3b1015b6ecca5f6d1306bba31c7df4
|
|
BLAKE2b-256 |
f5e925a5f5c962f2f331dc2ff74a62046e35ec0ffd08f0da6fa51261101a5e2e
|
File details
Details for the file cython-3.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b4c516d103e87c2e9c1ab85227e4d91c7484c1ba29e25f8afbf67bae93fee164
|
|
MD5 |
8da9bf5ff3766f0b7f99462a3da5421e
|
|
BLAKE2b-256 |
fe6aae723af7a2c9fe9e737468c046d953b34d427093c4974d34c15174cf7efe
|
File details
Details for the file cython-3.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
80d0ce057672ca50728153757d022842d5dcec536b50c79615a22dda2a874ea0
|
|
MD5 |
7ed86eb06bce35f4c56dd9756ed1925f
|
|
BLAKE2b-256 |
b39b20a8a12d1454416141479380f7722f2ad298d2b41d0d7833fc409894715d
|
File details
Details for the file cython-3.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
88dc7fd54bfae78c366c6106a759f389000ea4dfe8ed9568af9d2f612825a164
|
|
MD5 |
16498e482c9097e1c73006b656dd5ba3
|
|
BLAKE2b-256 |
28462bbcd5a8a67e4ec0dbdf73b0b85add085e401d782cdc9291673aeaf05fc2
|
File details
Details for the file cython-3.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eda6a43f1b78eae0d841698916eef661d15f8bc8439c266a964ea4c504f05612
|
|
MD5 |
c4ac292a884e790e1770b08e382c5b2f
|
|
BLAKE2b-256 |
3a9f20cdecae7966dfbaff198952bcee745e402072a3b6565dfebb41202b55f8
|
File details
Details for the file cython-3.1.2-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42c7bffb0fe9898996c7eef9eb74ce3654553c7a3a3f3da66e5a49f801904ce0
|
|
MD5 |
cfe6673b41c3908bc69ec6a5dbcbb7bf
|
|
BLAKE2b-256 |
7cd6fb1033396585fd900adda9a410624b96d2a37b5f7f3685f0bdc5fa2bafe0
|
File details
Details for the file cython-3.1.2-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cc22e5f18af436c894b90c257130346930fdc860d7f42b924548c591672beeef
|
|
MD5 |
7b71490573dadfec707bd3f4e5dbb58c
|
|
BLAKE2b-256 |
7be2355354a00a4ee7029b89767a280272f91c7e68b6edb686690992aaa6c32c
|
File details
Details for the file cython-3.1.2-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
06789eb7bd2e55b38b9dd349e9309f794aee0fed99c26ea5c9562d463877763f
|
|
MD5 |
2605998e48d87ecd57f5fc00874e7f1c
|
|
BLAKE2b-256 |
8e82df61d09ab81979ba171a8252af8fb8a3b26a0f19d1330c2679c11fe41667
|
File details
Details for the file cython-3.1.2-cp312-cp312-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
12c5902f105e43ca9af7874cdf87a23627f98c15d5a4f6d38bc9d334845145c0
|
|
MD5 |
3815decdb8f1ea00c44d7ebd3f243fd2
|
|
BLAKE2b-256 |
030d417745ed75d414176e50310087b43299a3e611e75c379ff998f60f2ca1a8
|
File details
Details for the file cython-3.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a3bb893e85f027a929c1764bb14db4c31cbdf8a96f59a78f608f2ba7cfbbce95
|
|
MD5 |
fdf3aaedcfda5aa29c78f0b9a40006c6
|
|
BLAKE2b-256 |
95424842f8ddac9b36c94ae08b23c7fcde3f930c1dd49ac8992bb5320a4d96b5
|
File details
Details for the file cython-3.1.2-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d8c43566701133f53bf13485839d8f3f309095fe0d3b9d0cd5873073394d2edc
|
|
MD5 |
c8ce861ac4330ea21de5d75862ba06fd
|
|
BLAKE2b-256 |
dbd25e7053a3214c9baa7ad72940555eb87cf4750e597f10b2bb43db62c3f39f
|
File details
Details for the file cython-3.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f27143cf88835c8bcc9bf3304953f23f377d1d991e8942982fe7be344c7cfce3
|
|
MD5 |
1dfba752b0a06a198aa7b6fce7b25868
|
|
BLAKE2b-256 |
6f0b491f1fd3e177cccb6bb6d52f9609f78d395edde83ac47ebb06d21717ca29
|
File details
Details for the file cython-3.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f6e7188df8709be32cfdfadc7c3782e361c929df9132f95e1bbc90a340dca3c7
|
|
MD5 |
8dbd35253bd460e59dc69be1e4b76df6
|
|
BLAKE2b-256 |
6bc8383ad1851fb272920a152c5a30bb6f08c3471b5438079d9488fc3074a170
|
File details
Details for the file cython-3.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c05111f89db1ca98edc0675cfaa62be47b3ff519a29876eb095532a9f9e052b8
|
|
MD5 |
809cca00de2f3f5bf9d5168cf2acfc78
|
|
BLAKE2b-256 |
f834637771d8e10ebabc34a34cdd0d63fe797b66c334e150189955bf6442d710
|
File details
Details for the file cython-3.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1c0ecc71e60a051732c2607b8eb8f2a03a5dac09b28e52b8af323c329db9987b
|
|
MD5 |
ab062adb76f25af7488dfcecc70141d8
|
|
BLAKE2b-256 |
e61120adc8f2db37a29f245e8fd4b8b8a8245fce4bbbd128185cc9a7b1065e4c
|
File details
Details for the file cython-3.1.2-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bdbc115bbe1b8c1dcbcd1b03748ea87fa967eb8dfc3a1a9bb243d4a382efcff4
|
|
MD5 |
95f84991dd95222b29097e8f1e8a12bb
|
|
BLAKE2b-256 |
f9b83d10ac37ab7b7ee60bc6bfb48f6682ebee7fddaccf56e1e135f0d46ca79f
|
File details
Details for the file cython-3.1.2-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9c2c4b6f9a941c857b40168b3f3c81d514e509d985c2dcd12e1a4fea9734192e
|
|
MD5 |
cb75095aab1b7c99844c176e7fcedf10
|
|
BLAKE2b-256 |
22869393ab7204d5bb65f415dd271b658c18f57b9345d06002cae069376a5a7a
|
File details
Details for the file cython-3.1.2-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8efa44ee2f1876e40eb5e45f6513a19758077c56bf140623ccab43d31f873b61
|
|
MD5 |
bf8366f0c3cada753eb8248a52163674
|
|
BLAKE2b-256 |
a2500aa65be5a4ab65bde3224b8fd23ed795f699d1e724ac109bb0a32036b82d
|
File details
Details for the file cython-3.1.2-cp311-cp311-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3d439d9b19e7e70f6ff745602906d282a853dd5219d8e7abbf355de680c9d120
|
|
MD5 |
9c0d5683016083e5fd3026f7f6456aa1
|
|
BLAKE2b-256 |
9bb8280eed114110a1a3aa9e2e76bcd06cdd5ef0df7ab77c0be9d5378ca28c57
|
File details
Details for the file cython-3.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
aaae97d6d07610224be2b73a93e9e3dd85c09aedfd8e47054e3ef5a863387dae
|
|
MD5 |
b66561bb766e5f9d938513dfa5aa20e3
|
|
BLAKE2b-256 |
c8952365937da44741ef0781bb9ecc1f8f52b38b65acb7293b5fc7c3eaee5346
|
File details
Details for the file cython-3.1.2-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca45020950cd52d82189d6dfb6225737586be6fe7b0b9d3fadd7daca62eff531
|
|
MD5 |
e9801ef2300b88255414a68a97f36ba6
|
|
BLAKE2b-256 |
24def8c1243c3e50ec95cb81f3a7936c8cf162f28050db8683e291c3861b46a0
|
File details
Details for the file cython-3.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
18161ef3dd0e90a944daa2be468dd27696712a5f792d6289e97d2a31298ad688
|
|
MD5 |
7cada93d174bd68eb176a177a0a7227c
|
|
BLAKE2b-256 |
bde44cd3624e250d86f05bdb121a567865b9cca75cdc6dce4eedd68e626ea4f8
|
File details
Details for the file cython-3.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e05a36224e3002d48c7c1c695b3771343bd16bc57eab60d6c5d5e08f3cbbafd8
|
|
MD5 |
c3f1bc163939c7d216181fe8ee805179
|
|
BLAKE2b-256 |
383c7c61e9ce25377ec7c4aa0b7ceeed34559ebca7b5cfd384672ba64eeaa4ba
|
File details
Details for the file cython-3.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
20ce53951d06ab2bca39f153d9c5add1d631c2a44d58bf67288c9d631be9724e
|
|
MD5 |
779f6a5585d05ffae64d9e19393e9754
|
|
BLAKE2b-256 |
f44b29d290f14607785112c00a5e1685d766f433531bbd6a11ad229ab61b7a70
|
File details
Details for the file cython-3.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dbc0fc0777c7ab82297c01c61a1161093a22a41714f62e8c35188a309bd5db8e
|
|
MD5 |
ed13183cda422acb4b5c2fa4c13d8e53
|
|
BLAKE2b-256 |
10962d3fbe7e50e98b53ac86fefb48b64262b2e1304b3495e8e25b3cd1c3473e
|
File details
Details for the file cython-3.1.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4bf3ea5bc50d80762c490f42846820a868a6406fdb5878ae9e4cc2f11b50228a
|
|
MD5 |
387b7ccf8c074da89337ccd1d3ba08bd
|
|
BLAKE2b-256 |
bbc891b00bc68effba9ba1ff5b33988052ac4d98fc1ac3021ade7261661299c6
|
File details
Details for the file cython-3.1.2-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5548573e0912d7dc80579827493315384c462e2f15797b91a8ed177686d31eb9
|
|
MD5 |
d34022e0fa466a0f76b4b8e924455b18
|
|
BLAKE2b-256 |
1fde502ddebaf5fe78f13cd6361acdd74710d3a5b15c22a9edc0ea4c873a59a5
|
File details
Details for the file cython-3.1.2-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e1f30a1339e03c80968a371ef76bf27a6648c5646cccd14a97e731b6957db97a
|
|
MD5 |
ebc7c74aa541861ea64da0cfd42d16be
|
|
BLAKE2b-256 |
f519119287fa7e3c8268d33ac6213fc7e7d6e9b74b239d459073d285362ebf2a
|
File details
Details for the file cython-3.1.2-cp310-cp310-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2d8291dbbc1cb86b8d60c86fe9cbf99ec72de28cb157cbe869c95df4d32efa96
|
|
MD5 |
093e8c6064b913d0a30ecf80cca6cff4
|
|
BLAKE2b-256 |
13255c1177bbc23263ba82b60a754383a001c57798d3f7982ea9b5fd3916c1fa
|
File details
Details for the file cython-3.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
63da49672c4bb022b4de9d37bab6c29953dbf5a31a2f40dffd0cf0915dcd7a17
|
|
MD5 |
cd101e2f349446406676bff8832af095
|
|
BLAKE2b-256 |
9d1ce107d8bc45ab1f3c2205c7f4a17b3c594126b72f7fc2d78b304f5ae72434
|
File details
Details for the file cython-3.1.2-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9be3d4954b46fd0f2dceac011d470f658eaf819132db52fbd1cf226ee60348db
|
|
MD5 |
09194d688a1e4ca7e014c04498c73339
|
|
BLAKE2b-256 |
19090998fa0c42c6cc56fdcba6bb757abe13fc4456a5a063dacb5331e30d7560
|
File details
Details for the file cython-3.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
af127da4b956e0e906e552fad838dc3fb6b6384164070ceebb0d90982a8ae25a
|
|
MD5 |
e07f646df4025d85297534105605ae66
|
|
BLAKE2b-256 |
9418dd10c4531c0e918b20300ee23b32a4bffa5cbacaa8e8dd19fa6b02b260fe
|
File details
Details for the file cython-3.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ae53ae93c699d5f113953a9869df2fc269d8e173f9aa0616c6d8d6e12b4e9827
|
|
MD5 |
50740c09516dcac27d5191b8107b68b4
|
|
BLAKE2b-256 |
b4eb8c47ba21177929f9122e7aceca9fe1f9f5a037e705226f8a5a9113fb53ba
|
File details
Details for the file cython-3.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
262bf49d9da64e2a34c86cbf8de4aa37daffb0f602396f116cca1ed47dc4b9f2
|
|
MD5 |
afc578129566c1e235600d0f267a1b81
|
|
BLAKE2b-256 |
233a5b92bfff9c1cc1179a493684d0e6a893ee7cd69c4f1977813000ea76c5d7
|
File details
Details for the file cython-3.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b417c5d046ce676ee595ec7955ed47a68ad6f419cbf8c2a8708e55a3b38dfa35
|
|
MD5 |
d2ae30c5ab97145b8041c6916e3d9c10
|
|
BLAKE2b-256 |
2aa7e29079146154c4c0403dfb5b9b51c183e0887fc19727aacc3946246c5898
|
File details
Details for the file cython-3.1.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0d6248a2ae155ca4c42d7fa6a9a05154d62e695d7736bc17e1b85da6dcc361df
|
|
MD5 |
c803e24052519a32bc3711bcd2a277fe
|
|
BLAKE2b-256 |
9ce5d7fb67187193c5763d59a4b70d86a92be18b05b01737af8bfca7bafea0d3
|
File details
Details for the file cython-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0f2add8b23cb19da3f546a688cd8f9e0bfc2776715ebf5e283bc3113b03ff008
|
|
MD5 |
09d218f5f461434288b70a01c7ba73e1
|
|
BLAKE2b-256 |
4c5ec89172b252697acd6a440a2efead37685f8f2c42ea0d906098cbfb9aed69
|
File details
Details for the file cython-3.1.2-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a965b81eb4f5a5f3f6760b162cb4de3907c71a9ba25d74de1ad7a0e4856f0412
|
|
MD5 |
d19f4a6ce69f9a5aab18a033e2f8d266
|
|
BLAKE2b-256 |
24153a2d377435ff30b4fc5b5bd97104523cdb64f831f90140b005b9eee47fed
|
File details
Details for the file cython-3.1.2-cp39-cp39-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4896fc2b0f90820ea6fcf79a07e30822f84630a404d4e075784124262f6d0adf
|
|
MD5 |
fbde27d2ed7ea0251bc339e1c1ac204b
|
|
BLAKE2b-256 |
0724501c130ecd6a5044eb674bec05f2527fe46068e2072a19395f0f110b2962
|
File details
Details for the file cython-3.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9e3016ca7a86728bfcbdd52449521e859a977451f296a7ae4967cefa2ec498f7
|
|
MD5 |
2f1157a771e28adf057d7c6a4376daa2
|
|
BLAKE2b-256 |
4206e161f72adff8f8cffb5a66c4937510a83d552dff5a6017b72c081f9d85ec
|
File details
Details for the file cython-3.1.2-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
855f2ae06438c7405997cf0df42d5b508ec3248272bb39df4a7a4a82a5f7c8cb
|
|
MD5 |
489362e6b00375c524b4932a5d1a9f6c
|
|
BLAKE2b-256 |
59d05a6c717d4738392cb3a12f044023b9cc841379d031d99e26d12cf4cca39f
|
File details
Details for the file cython-3.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
604c39cd6d152498a940aeae28b6fd44481a255a3fdf1b0051c30f3873c88b7f
|
|
MD5 |
a3845c151c6c864c631479a3cc7307bb
|
|
BLAKE2b-256 |
f5ea9235a08c2e645170c94502e13abbe9684b050c87efd0ba3320d1a8d3a3b1
|
File details
Details for the file cython-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3b1a69b9b4fe0a48a8271027c0703c71ab1993c4caca01791c0fd2e2bd9031aa
|
|
MD5 |
a16a75982d6a5bb40c5b1aff5620226f
|
|
BLAKE2b-256 |
18907dc13bd8621b25caa57d6047938ac5e324c763828fccfe956c2a38b22f90
|
File details
Details for the file cython-3.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
df57827185874f29240b02402e615547ab995d90182a852c6ec4f91bbae355a4
|
|
MD5 |
8ec6014d183ec14b7c13a95e4c18b466
|
|
BLAKE2b-256 |
e32652334194ab805c717e85b9bf45d156d9db44cd67841c637c1132ae1e4b0d
|
File details
Details for the file cython-3.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
970cc1558519f0f108c3e2f4b3480de4945228d9292612d5b2bb687e36c646b8
|
|
MD5 |
fb2e9191674eee54fb64c823514ded15
|
|
BLAKE2b-256 |
13b29c4d8eb69cd4d772a889cea3b2840a726d703d04cc1786e27be6956184a7
|
File details
Details for the file cython-3.1.2-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c9ec7d2baea122d94790624f743ff5b78f4e777bf969384be65b69d92fa4bc3f
|
|
MD5 |
ffabccf930de85e4617220f0c8ed6469
|
|
BLAKE2b-256 |
55bada6cc131bb9323d804971056c283bc1bb977d7e3ba032dfe8866a3f47f6c
|
File details
Details for the file cython-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fe7f1ee4c13f8a773bd6c66b3d25879f40596faeab49f97d28c39b16ace5fff9
|
|
MD5 |
60e0fed80ee30b20fb6884c5fc1a4d65
|
|
BLAKE2b-256 |
7b27e402bf7f793773d7c2048d10e6727c97a23fd948d32c34a1e8b9ff6eea3f
|
File details
Details for the file cython-3.1.2-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 2.7 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
aca994519645ba8fb5e99c0f9d4be28d61435775552aaf893a158c583cd218a5
|
|
MD5 |
dcc1c659f8ea203f7ea1e0ea6ff26f9e
|
|
BLAKE2b-256 |
5ba0eb9f7493a0ee09b39e50d2c57fa440cb2128f7e8ff7f4979e42d58eab39a
|
File details
Details for the file cython-3.1.2-cp38-cp38-win32.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-win32.whl
- Upload date:
- Size: 2.5 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
919ff38a93f7c21829a519693b336979feb41a0f7ca35969402d7e211706100e
|
|
MD5 |
914ed77e4c823c631285ffe130e4cc2d
|
|
BLAKE2b-256 |
fd42afabdcbd7132c5dd6cdebeecbc014bbc066aa4c15063e169df2a037e6dac
|
File details
Details for the file cython-3.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
58d4d45e40cadf4f602d96b7016cf24ccfe4d954c61fa30b79813db8ccb7818f
|
|
MD5 |
28c49ece3941ab9f64b2b2b9e3ad454f
|
|
BLAKE2b-256 |
275196f786beaa3e0d5ea5e9169215998d895637566cd466a31b0222ad204ff2
|
File details
Details for the file cython-3.1.2-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b7e1d3c383a5f4ca5319248b9cb1b16a04fb36e153d651e558897171b7dbabb9
|
|
MD5 |
47a48ea56468c38980cebdc2e0cea81b
|
|
BLAKE2b-256 |
5e24071240e32e025f2d85418728a980c18051de721c249b9351450d5270cc58
|
File details
Details for the file cython-3.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f3d03077938b02ec47a56aa156da7bfc2379193738397d4e88086db5b0a374e0
|
|
MD5 |
f56d2961654aca9db6b6944f8fb03269
|
|
BLAKE2b-256 |
94a2ee4a09b8652883e9e1d9f6954cb905c37412f294017ab6998f6a0742f1fe
|
File details
Details for the file cython-3.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0b58e859889dd0fc6c3a990445b930f692948b28328bb4f3ed84b51028b7e183
|
|
MD5 |
e612621dc4efcbf1410fd7072615db3c
|
|
BLAKE2b-256 |
c9641ad051720a3c7897edb2673eef9d8a478e998f44c285ab5b9ed30a2fe3a1
|
File details
Details for the file cython-3.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
955bc6032d89ce380458266e65dcf5ae0ed1e7c03a7a4457e3e4773e90ba7373
|
|
MD5 |
06fe338622574360e00ba25e40c5303a
|
|
BLAKE2b-256 |
88532debb403f3650896e0f5ba4cfa3f2c781881b133fd9aba63aa2588a0a84e
|
File details
Details for the file cython-3.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
992a6504aa3eed50dd1fc3d1fa998928b08c1188130bd526e177b6d7f3383ec4
|
|
MD5 |
ec883a17d374fcb694fa56038181b53f
|
|
BLAKE2b-256 |
50cd29b9763b9e093a87c54dbc36af134eb06c782b14b26f99e3e6abdfabdc30
|
File details
Details for the file cython-3.1.2-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c1661c1701c96e1866f839e238570c96a97535a81da76a26f45f99ede18b3897
|
|
MD5 |
f1fcc4e344d29dc782a9074da8fb80f8
|
|
BLAKE2b-256 |
31b439e2b4cf08f368a4f0c78397807bbdf9497230ea7c1ceae55d058b775bd8
|
File details
Details for the file cython-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: cython-3.1.2-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
dbc1f225cb9f9be7a025589463507e10bb2d76a3258f8d308e0e2d0b966c556e
|
|
MD5 |
76af59e6e879fb1207ec3b5c1a39ba34
|
|
BLAKE2b-256 |
9128c77e08e0b97a90f1cf93de7d3a2338616074fe5f8f77bc20f2d85498995d
|