Skip to main content

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.

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

Cython-3.0.0b1.tar.gz (2.6 MB view details)

Uploaded Source

Built Distributions

Cython-3.0.0b1-py2.py3-none-any.whl (1.1 MB view details)

Uploaded Python 2 Python 3

Cython-3.0.0b1-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

Cython-3.0.0b1-cp311-cp311-win32.whl (2.5 MB view details)

Uploaded CPython 3.11 Windows x86

Cython-3.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Cython-3.0.0b1-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

Cython-3.0.0b1-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

Cython-3.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Cython-3.0.0b1-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

Cython-3.0.0b1-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

Cython-3.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Cython-3.0.0b1-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

Cython-3.0.0b1-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

Cython-3.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Cython-3.0.0b1-cp37-cp37m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

Cython-3.0.0b1-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86

Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Cython-3.0.0b1-cp36-cp36m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

Cython-3.0.0b1-cp36-cp36m-win32.whl (2.6 MB view details)

Uploaded CPython 3.6m Windows x86

Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

Cython-3.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Cython-3.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file Cython-3.0.0b1.tar.gz.

File metadata

  • Download URL: Cython-3.0.0b1.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1.tar.gz
Algorithm Hash digest
SHA256 30c7d7050bc0d58cbfb422a2fe16615d962a537409fd0588277add29f271c897
MD5 6e52cc14d46b12e51ddc40266150e5ed
BLAKE2b-256 ea4cd81c6afed97398c617d2b7a588768b721587369303b8d7319c9b2a163607

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-py2.py3-none-any.whl.

File metadata

  • Download URL: Cython-3.0.0b1-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 2, Python 3
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e55e3569d65730ca564e2bc8f16e40a439d0f40e161d457ae31f077ef367093c
MD5 ddeee9e2ab5a21929914f510af90350d
BLAKE2b-256 a20c891cbc732682aaaf61ea70d1bb5e567e1167f312cab6610b6546a04545b7

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-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/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

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b65169126f4f5e13f8652b36194f3e5f33bed7d815889451e76f27a8ca79041
MD5 f34c7bf195e9c744a166230476b40de7
BLAKE2b-256 e9807be3f77f594c6b0c9e898da0cb930fba06271395b7a580d4dcedd8687944

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 46792eba474299974407cff0ba673db5bef3e6b0fcc858c189b6a550e18d123b
MD5 220a55eb47605cb178c3dda7027d6924
BLAKE2b-256 83af6378fb1b1011b4f108eac6458bcf7608958c1fed12afeef7f26a77c46556

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 897b23313c1040d35fd44f5ee41e86b5fb49856b2bb31f8732ed49d710548517
MD5 7db23c1b88bd0c425ffe222bcecc0307
BLAKE2b-256 6ac05cd2fa1d546b2af7a684ef493e4077e56369b280d668bd17a3120fe21819

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 95715ff5128e5fd4b587b490645ba97ceee627bf7449fe25307c837a05638884
MD5 1ac56f21ebe3b8af5855553922b4a4f9
BLAKE2b-256 eee9e1a8e7a5a67c097f1804f6ef68c3c3371239f44d952e7bf3bb43e3a66b9d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17b5fc2cb7d496373a856e8e08f607b0f21d318f21bebd47418b0e430d3b4520
MD5 1566ace6f1f1061458208779ccd81531
BLAKE2b-256 584d6353eed11e89eab3191636ab6482f961be8395845ee6fb08da2f1fe6229b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 946938b3a39875d94f97b718e2606931e153343871f98331128532c3f22aec3a
MD5 30c3203562efa83336a09cfd4f36dc55
BLAKE2b-256 00ba5c64e96054943d5975fa9f290065f61e5b329146931d388c17a7a944eed9

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 207c91afb12e446df7e70e9519a9264c24ad29a2b465d6226f827d489651952f
MD5 ef8c114fb0b9329dbc3843e1ed5316c9
BLAKE2b-256 5a088de92762540cae908ae145b2f3f7c7a384d3f94073d738ec7a1f5dff1767

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5333e521623b106273520362e453bea57b74d5d2b5c0dbed751c03cb4e4ac04f
MD5 ba0268ff3fefadb61dfc9561d46c9918
BLAKE2b-256 4e7ce9311664b9fd4f3837dbb1b0d56707432d22b6deb2895c20547e3dafa739

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-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/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

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5fe6e1ccc7472b8653a6e807125b209d7c40aaa82ce3e14f0dff54087a413ec4
MD5 50766bc6f1e78c9f43718a31496a3a31
BLAKE2b-256 3d3332f22fb31e030738412497b370e9ccd90d318755eb069f348771f683ef65

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a1a702016bbed6fcd5ba65e0841986cc123a8e2dcaf33fc5003454bca156cc3c
MD5 a880ffb43e0e86cc624ce82133743ca1
BLAKE2b-256 c20701b5238b1ddc4840cdec3ca87bd70b2f3e489a05a1807cc43cbbd7241549

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2499a3717c43be02852295ad7969a447099d7da26a48e20413a7a64d29e9bf91
MD5 79416075caff581d59ef67cc96506ecb
BLAKE2b-256 a68aa04722f99058fd68851dfb6a7a248866f985711221a1344485cbd82cdb6a

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 502a080ea4e9b8533ee7406a855bb44f2e7308bc86e71728536444dc3b72e894
MD5 ceb6f8c4e0fea5041c1e6647f1fa8885
BLAKE2b-256 28ad5d649a9dd283cb797fd359a0671909eefdde7f53300d430dd56f7ddcb8a1

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4b22da30037881ed5fa9ba1803b145ac8b46b9c241772463cb032a396ecdecb
MD5 38619212925ebcc95ccc12867ddb2f3a
BLAKE2b-256 29ef0eaeb3cb6f7b1b3776b7226529b8b0b8c782299e90d57cec1a9a30cc969f

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 012b94618781686dcf8e3dc8812487a49ddc058a46cee1142e35e728e6da10dc
MD5 3db497de8446946f253655f3cc21b78b
BLAKE2b-256 ddc873e64d473ac6c0819c5ad08e62fb59aaa18f0bd44f109a73e8b4f8d3a46c

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a07ac3f666096d5583b35ac5b50eef14866bbafa5b98873b9c388e912a775e0b
MD5 f6c4e22b3a275a41119f95b9a7e0030f
BLAKE2b-256 08897073bf43baa0205242bdf5b7eecddebb5e6fcb35cfd269de41026d9905d2

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2858839b8be06aade07490f8a4b1155c880e9a9ddd980917a50adad9620d07a7
MD5 928d859c97651763ef181e5f59597ee2
BLAKE2b-256 6d33bd39d1ffb31d1ca162eda106af35e82e77bbf955fc78dbbbf895d6166200

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-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/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

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e501f673837df907cc72bc30ce7143f2e895af535a38796bd04377b36326fe71
MD5 7322fc6dbd4fe2e14ac34aba0bc1654f
BLAKE2b-256 570147432bc4841ef27f896125e56a76dc0297e03c4e72fa8ad14d93c8eb2588

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d21617807684ed956666ea80ab26163588f101685408e9fc8200ded3386813e5
MD5 e05a1719ea22f1873d695e0082c32a8a
BLAKE2b-256 f371d41320863c5db9de95c530eea0f4770d62d9b36b3e12b16642a540abce57

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eaccdeb14b378b465d802222c0d158595ebc4b2fefdc6da1084b4c5d506eb1e5
MD5 b4e44d7a02dfb06262e3fecfa816f7d5
BLAKE2b-256 173901a7ceda3433c4aaa0b157748590770f2245885e22adbc795a952c86ca3b

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c768c4ad700e6e8c71f659793717eb668210d75b7db983fb82e5c855df75759
MD5 90a1195380ab856251e5e1088b8a4af0
BLAKE2b-256 d5170c41d92d282aeaf96cc6d0e7a4c0b62d9ec1775bcc0b4a0245b4d04cb828

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfdc27f355001a2afb3c8949fb250e893e03087e609b9bbf6e9ec294675d7a15
MD5 3085b025bdf7a49369b4d91006fd628e
BLAKE2b-256 11cfcbc936cd50200144dcaf215802aa9a3f4fb1cb0d3e5756ed406af5dad6af

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c23c68fead93f62b8d4aa31c1f6c9cc8067c4aff21357772e533bce8c69ece2
MD5 3cccc471e18a63e110e690529269dd7b
BLAKE2b-256 d76915fe339866a449eb9804f16ce476d58125fa187abe4763ee27266ae5b98d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 633e3444ebbbbd7485b7b53dac9b04c827e24fef4fff972f7b3064c178d077cc
MD5 b50432210911d30c06c9a9f70ee1dd78
BLAKE2b-256 bf298dc7d8c453b3c6862e7e8846f8733d9c7bc7fd2581e3aa1c12695a41cf93

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 108c74e14f289a5b17cf0ecfadf514afaba736ae80da7e482487387bf7eed984
MD5 7d53392d54274bed48f214bfb7ca1bad
BLAKE2b-256 8457252c2f0adafe9ca27c325265291b88c97406f89226b6509e12c587a51468

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-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/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

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 56519786f62195c913cecde0ceaede92369890b4d37052055c9e0e5ec5a3544f
MD5 ca34b23636aa57e1afeeda1f06cabd1b
BLAKE2b-256 e7a93f3b84fde6d8c83f73555b6eabe4c8adb2cd1e26d9fc294f6b4ac3595361

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 11a70dc2a765dd42e887064b7f0e9d64d21a4ce1f548ac2d224140185b76d0e4
MD5 0e4b1cdaa0510a009671bc97be7f5588
BLAKE2b-256 7b61a73cbf36cc313c77312277704df91e9164458f730757d3393c314b3a38cc

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e67647af0d2fb0a0be6ed0e79f2e76da3dadb271db9347abe1b02641e57ef7da
MD5 7d9392ef0ec349c913bac4fe6378dee4
BLAKE2b-256 f31d2b57b129fe88f446b995a9fe15b1ab3368a65c253a9bdfa6660a834614e9

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0a86e3997ad2ab857c9b64a7d4020843ac0adce664c7d58c1f83e25aca01490d
MD5 744ab933eee17e7d25cdf7808217d4c1
BLAKE2b-256 b978eed5471e9e62144f249fb25c98dd461c7c7719bf300f43a5c5587fca8238

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8d6f5007b53d776531b3337d4f9844359eb6ea6b4f1018674bc31f53dc896c5
MD5 5e2f5027561ae2e392b0f34a1830b0d1
BLAKE2b-256 aac3d6ed758a29a14fe0b6950a9ca691daaf0848918e2f1346d6f6c69298d33c

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 083d4ef0108ed8d343937536b1b59849164e1d60a274da7a61d5fcb055b97092
MD5 20fd715baafba97ab2dc8da547fc5a77
BLAKE2b-256 b50cc79cfd4b8f7357d249f329f18b4ab7e9a5c36aeffd956bddd9b1d741e5d6

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 359ede89dff64f79e3dcdbcb2dfb9b02d1215ad70e9c08a9ec81b8ad6846c816
MD5 d81d97eebca5f01e914753ed4d5658bf
BLAKE2b-256 1b82e6d2b0fada49baa2626a35b109fcad843667d433d6ea0c1104a42cc265a5

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa155bbc2ce68d7fe01f4b21f588c59494db9d56f863b467d93fbe7162801598
MD5 87cf0208adbb5e21ae1982dc8eaa9613
BLAKE2b-256 336f37f4bd6dcc49cbe73bcff34d852a946861d67b0393fa104bd083f2fcebe6

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7a89952f8473689f729885a17ffbe7fca333cb8b64cfac84f0d0b471abfa5d98
MD5 0dd680abf4c2af64a82ae511eb83b8dc
BLAKE2b-256 a774a2545763109134d5ba04649aa253234ccfc06bc6cd8f8b56c9786a0fd3f9

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e467746c12bcb47c5c9482575481261cbe2a9c76c52e785f02e23b63646a3d4d
MD5 63b7732df9f622c6cfea617445f402b2
BLAKE2b-256 ae8baac04c62450c386472fc78f63c4dec2e73b21b6d139b7c249ae4525bf574

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29f11ab01bddd1a742a378150caad719a58f7c58a299ebd7dad9d84982789f73
MD5 4170264f06a2e4515e98e67ffe34d18b
BLAKE2b-256 69bc94fbc96da6b20699115188122f8e906f39a35930a9ef036d1bb06bcc7e13

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a923b8ccbb3f9274611cb00ea5a798be9df227404d83523a4adb72c92a8fa883
MD5 f484f91d50acca0286293b2ec002f3d8
BLAKE2b-256 ef788cadee65b25d530fe11f5322af324039d04ba2224561e627c37a35d30b84

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86619be929835957dc79a246b87b3b5b71dd6ea26dc59257fa1db5c08aa13783
MD5 53415052a6e245486e6fcb4daa5845b9
BLAKE2b-256 ad98ab0c7ba16aee6a40172ad1ba1e1f144a436122958a2a3e481a6dffaec7c3

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8672bd94046c8bce6e05f82307938eae6e1ac0a77380925ea77dd439fe5b159
MD5 d5f04eebd3d4f3f6b41df2b4927b4b89
BLAKE2b-256 c1b405688503ddf8899be9381aa180ed8d00d65882ad6614e4b123de1252791d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 473ca932f8182518ec98d642ccb3d2b433645084416bec94bacf486e2ab6d6a0
MD5 e0545652e7c2bc07a5df2a6a400b5097
BLAKE2b-256 9c015650d46cbf32b68724857728553b1ea18ca5dbcae3c0032fa7addbd3ce2f

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbe441b8d9f0f178f7317deaea814ed9d818ac74887236044bc6f8543d93f3ef
MD5 c5528003dfc1232588cdf8bda15b40ad
BLAKE2b-256 b1196ec4c9149d3d86508c6573900e94251967c4ec665637b0e72c50f02d62e1

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3a40b6d18bd2a8c2e01251e46ceafc5ef61254022969e9e3f2d0eaf51699af40
MD5 43da560100853ed8b5efa2a4d87be771
BLAKE2b-256 4605f658a79e14dfda0953af7328b9e85a394f56e7c8ea5a8c04e19a575505ac

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6d9a97b4ea07d334ddc715a04fd8b7b123e5d71759d91bc3ec0b4b7736391477
MD5 63140a3d0645f229345391d4a6a524e5
BLAKE2b-256 a1dd585f1c528f83aba0b351f7bba85df7209d9ec05233004aa54e5e2697d032

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3251d73b444cf69e3ba6401ce54d3a38f37d3a4c74d106b57a5555e1bd39f60
MD5 1d8892ff858ea4bdf159f0ab22ada230
BLAKE2b-256 ea3d50f2b15c17e3a4236dbf2356882516fdfbd3628cb32c9096d559252b4cbc

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 818a48c2db49f3c491faebd76d925785bffc370d3713898f5db1bb478e778da6
MD5 fe98d11d84ffc12cdf31a7459ff7348c
BLAKE2b-256 dc21e71624756587140f7f74013a9da818b201c084c1421df00ea42247080f16

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 758c592f496698927d89bb7af76436502a1908d234a467758968309c001a5b25
MD5 60be2224fe2b692bf397649e55446ffd
BLAKE2b-256 3c24ee6a1aadc32ac750c0bfa0b6d136e178bd5410f9268fdc07e834a47fddc8

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fff94b304ebd8841bccecb250851da0ec247ce90c46b2c39fbed371a0c496d90
MD5 4aee631edaabc6a5bf098f6e26abddd5
BLAKE2b-256 928999861121816f835a424f73db8e41a290b54bac35d0646784b69c26bcc831

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8817cd19326681fc4540b2b33759ce0d215da7325edba039943cb8faa0a02880
MD5 1d6b0acb3d278b0c401803f830a140b8
BLAKE2b-256 7e17d37666b2ef887684140982ec999f35a063315710afc8653b545111b4330d

See more details on using hashes here.

File details

Details for the file Cython-3.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for Cython-3.0.0b1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b6126d297edb47fe5fada3f7c94954892ec25959d3540bb94576948f072425a
MD5 e75cdcf7fa49c9ed49e039934f670eeb
BLAKE2b-256 05b2a0fd40e38fb97b0165a6198b1a0067b5f6a6f85f7cc42b94628a4a5c6054

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page