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.

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 .

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.1.0a1.tar.gz (3.1 MB view details)

Uploaded Source

Built Distributions

Cython-3.1.0a1-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

Cython-3.1.0a1-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13 Windows x86-64

Cython-3.1.0a1-cp313-cp313-win32.whl (2.5 MB view details)

Uploaded CPython 3.13 Windows x86

Cython-3.1.0a1-cp313-cp313-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp313-cp313-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

Cython-3.1.0a1-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

Cython-3.1.0a1-cp313-cp313-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

Cython-3.1.0a1-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

Cython-3.1.0a1-cp312-cp312-win32.whl (2.5 MB view details)

Uploaded CPython 3.12 Windows x86

Cython-3.1.0a1-cp312-cp312-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp312-cp312-musllinux_1_2_i686.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

Cython-3.1.0a1-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

Cython-3.1.0a1-cp312-cp312-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

Cython-3.1.0a1-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

Cython-3.1.0a1-cp311-cp311-win32.whl (2.5 MB view details)

Uploaded CPython 3.11 Windows x86

Cython-3.1.0a1-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp311-cp311-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.3 MB view details)

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

Cython-3.1.0a1-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Cython-3.1.0a1-cp311-cp311-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Cython-3.1.0a1-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

Cython-3.1.0a1-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

Cython-3.1.0a1-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp310-cp310-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

Cython-3.1.0a1-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

Cython-3.1.0a1-cp310-cp310-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Cython-3.1.0a1-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

Cython-3.1.0a1-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

Cython-3.1.0a1-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp39-cp39-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

Cython-3.1.0a1-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

Cython-3.1.0a1-cp39-cp39-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Cython-3.1.0a1-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

Cython-3.1.0a1-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

Cython-3.1.0a1-cp38-cp38-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

Cython-3.1.0a1-cp38-cp38-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

Cython-3.1.0a1-cp38-cp38-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

Cython-3.1.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Cython-3.1.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Cython-3.1.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

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

Cython-3.1.0a1-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

Cython-3.1.0a1-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file cython-3.1.0a1.tar.gz.

File metadata

  • Download URL: cython-3.1.0a1.tar.gz
  • Upload date:
  • Size: 3.1 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.1.0a1.tar.gz
Algorithm Hash digest
SHA256 35b53f6947c3133452b84f0f9703f222deb9b02874861427a45e63c891379440
MD5 c902c010dab1c37150fb7c66fc012c01
BLAKE2b-256 ce5fee78a34ba3eea2110923c5f9c38f92bf45da407b531b0efea6c4e08de230

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-py3-none-any.whl.

File metadata

  • Download URL: Cython-3.1.0a1-py3-none-any.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: 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.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1ac7004561ff28b6fd5d949355d888405b790322e7af8f638592498dd25022b
MD5 f07ef084e82284884618214ed80b085d
BLAKE2b-256 70a7448d073d9ef13f41470ab1155bea86b263629f97c3eadb508a33e87abfb9

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b0832576e717b91e6f82b1367f2d9b5e0da5d65ff6c1a5399574b93226d33a5
MD5 db35255e8994f8d582f0aaffab1c063e
BLAKE2b-256 4b514cd8b8e428098d20b9f5ddb88f680f43208994857589bdb85c47c98c71c8

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.13, 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.1.0a1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8f7abe5a81712c65b4c85e027980d60d8704357074ed463c69a9022ab707147d
MD5 379eaadfa968adbd48879275fa7015cd
BLAKE2b-256 18079accaa1a232b2010919b8db2c770589f1892949c5e4e7f28e1df0fbb3ae2

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac278d0e516aec36fa44a9ac88a35dd5f80fb8e5ab7a80e4a561a530d0d80975
MD5 2d7aa19cc324838dc5d0f8dd24ae69a8
BLAKE2b-256 c5b075c59ed5bcad7815a77ca65d9a84165eed18af394ba48fa9b036a7037018

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • 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.1.0a1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ed286f0f946227ec6f154b27a899bd120ff57008f43bdcb4e33eb46e89b3864
MD5 71d02b0e1a99e69149b068d2ad1b7d2a
BLAKE2b-256 8afd03baf23e3baf016cf9c225ab2c42009cfef5a36bfc82af7f675d6c404375

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e987fde4bf7067c96a5735a61ca88e62d7e40fbda36d3aeeb90950df42142f8
MD5 98ac4cde0175939a2bca975ef61d32ce
BLAKE2b-256 c3da4f72616e96ae2d8790decbe17d8ba5cc5479b442240a615c17544ebe996c

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 866633cc97dbe8502b22e306293f696dcfc31c062431301d16de82faf4cb7ade
MD5 2b219be8229debc627a284b877139bdf
BLAKE2b-256 b6fe2901539f0c219145ff1a63f16f866b90dd2ec7145fa4dd1d3df0a06421ad

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2215af12740658246f6c82d77dd8ce2c5f761274d797349c5715cac1b37f667a
MD5 94c72ca706115e90dad04971215483f7
BLAKE2b-256 828c0f6d6611a0e1d6a51095eaa8b84ea3980f6d138eac371f784378510b710e

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc00b33a762c609925063f367b2560bdc4e674621c84e7274922b5e1007863d0
MD5 9b83f52631d59e7d2a2d575de55d524c
BLAKE2b-256 9d29bbb27cc279d0fc346d3b82f98b361fecea8519af9df31f29f8d2764696fe

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.13, macOS 11.0+ 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.1.0a1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a047a0c7d97aa490ef5578084b31c5daeedb4b09d6702012d438c740636adb1
MD5 b66e599cf3bafd00a0aadf68aab1bfec
BLAKE2b-256 ac510e467e4286c5c4c1726f6c2b4f752493698c782a42bacf3f32cf7093fa4f

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp313-cp313-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, macOS 10.13+ 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.1.0a1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fd1bce08aba8a877fb80e06f76cb538b6052df41dc6e0a51cc06e77dd31b5066
MD5 4bea67fa3b0ab1d33e4c271a97491080
BLAKE2b-256 db462793285f6b46076d3237e188809c55e30f04e540125daf25bfcf204678b7

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b7772e89992089343c2c8d3c87805a6e9b9596b27c11d128f72deeac6fc1d18
MD5 c76ba6fe1d55a9dd26f3986c04ef655d
BLAKE2b-256 9d30f93b9d17f57affbe942e1e83e72fc347cf5c92137882ffc3cc6ebce92fbc

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.12, 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.1.0a1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8d1ba35229437d52e97a8528664a110be2459a0c5c92d0a90742e20f72efd710
MD5 f213d6d48a6d124b84d9fbfb90b65949
BLAKE2b-256 b56afa95ca9c410e16c10bb2533e00c6d401dafea4effc981025cecfcbe2d4e9

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4db8376cbc593fb098ae5bad630f49ffcd8bc316f15e88140c75aaf783ca1711
MD5 df691a5e0a776b1f94a94e6ab4fbd2d2
BLAKE2b-256 bf462e1d6b60b6c3ec4f8aa3e284af2015a0daa7ea1dbdedb9bcfe0f2afdb49d

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • 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.1.0a1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90fe12ad2df8b771a4c6331c201bb270c111a5c05996a39507d867baaab30d6f
MD5 96ba1a97707622b641cbfd7595df7f27
BLAKE2b-256 ece0041136f4484977292424bf196bd659f679ea4de654ac6abe43a53fcd161f

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fe45159862b938d880f870330e859ca558760e682eb823f5bc4f899aa2b9341
MD5 bbc34ebe6615bdfe5a9eb2dd5a81c8f4
BLAKE2b-256 9cf3fffb2abab2c7eb24bb9e59acb90bc8cc7819c8d3055e41a8f6220e8f47c4

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e963b832ac2bbdf2339f702fda01bfd7b58b6dc63d016166e433856723781582
MD5 fc673ca8565cb0728d37555662d74e39
BLAKE2b-256 9246d5e4ce602d7476a65b0a8cd47c8ffda9f819fa51cf76a33b4290a28547e1

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 283ebc232a1c40094289d63948cbfdaa68e1ad6063e85df09723ddfa42b2c1b5
MD5 b01067269c8c38aaab09ba564d57a52c
BLAKE2b-256 7a3ee1bdd5a99a03dbdedea32ff7da787e425a2ddf472dec7b1d1f704d3c684a

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 143608ede2f174ab2a5ca38f9176e25de78f1ea190f7f1ebd69c8723b194d49c
MD5 3dc974803e94017bf0c84384bb7cc3c2
BLAKE2b-256 3e72ff6362a1e053c3a23f31aaf461eb0728f8610abb1efe8a6e4788d6c73ca1

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.12, macOS 11.0+ 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.1.0a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ba885c752b90b95a2ee1cb2f11d7c3d8b8f8a050ce92d26424fe364169027da
MD5 411a3d6813b2bae4434ad878901ac185
BLAKE2b-256 a7fd2d33fcb15598b2b40e502f73afbad0c5306af0bedcb4f162c5637a073657

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp312-cp312-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, macOS 10.13+ 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.1.0a1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ae39d5433b5ce8f20488d8f15564bf9dbe60485d289f8414ead22e4ff12300e5
MD5 d4f9d849d2071770ce7be9183e5eea97
BLAKE2b-256 3e4b45da0ee2669ab5b7d2ad19c651d3068a8757bb21ada78f3868644f6caaba

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1cc0ef4b95cfa47a7997b28a29a5edc028eaf085b40b9733df4c80ab2eaa98a7
MD5 40a6ac6944afe0182832fcad87b32415
BLAKE2b-256 905434b87757b98bd756f7a176889e010ebf727bb92a372cccaa6e301a25ede1

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0f1b8c3369cd03af3598a619addd1d4e14def0e9663fd245c4dffd56a3268e8a
MD5 1e72909337d2a10a4b34cece2ace4c8a
BLAKE2b-256 00d92faee1b07a304c933166973bab3ece739247c907dd21c5cfb03acde9d107

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ 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.1.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5c6b85f16de1d4291ed6fbf5e8f4f2ab225fe1a2acc23bd9621f5629313188c
MD5 70745fcb25887fd668d4699e68279b65
BLAKE2b-256 4b9744fad877e8bdb7065840621565e59c97c2f5d3029a725fd382fe5f2b50b7

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • 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.1.0a1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 249ab22172379eda8bd18ab608eec6b4f19e873cffae17b4e75388cf9e9d5d55
MD5 a477d85648895953efcd1702681441a1
BLAKE2b-256 8c5a9d0fc533ad1a5efb407c5261b293e596cb59c1c6fbd805bccefc583e4d16

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6029bef4bfd55d1b4951eaaaff64a1853edbe888d07717574f9c8de4967e7f0
MD5 51c5f72f2e05e1859fffdc6b7b10f7bf
BLAKE2b-256 cbc38f5bcef4b64925c5fdf11a23433d35f187d1453673acac09e2ce5cd3dd18

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e02fbcff942ad944208b19c338bd8957462a4b0b11b16bf8c9499372292a4ff3
MD5 96149939a2d97cd23aff332b33ef39ae
BLAKE2b-256 6554eac7fd62389e43d202ae215cbe4b1830bd865abe703b39bb87a66a45e268

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41723163bafe249afa01b0e7b9c1636101d9fa2bdd3c69caff7c4a598a63f325
MD5 9c633f43faf1a771af3926ab5f2ef5d7
BLAKE2b-256 119fd96763f8314e6c7e1db3059df1712c9ea87d0249d87bc772265f7fe43c84

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18f6a4fdd8c17c86b89477af88a09e0e7f30601d5f78687cad4ee4d0bdaf463f
MD5 fdc93cacf006bae3db3305e7e0bc043f
BLAKE2b-256 5d410d5466287d4e6b77a08b6c7811e7308ff68eec50100b1cd33bad4765e871

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa64ac7ee21afa2ab2f5f5346eed2a044e002af7eac0cabd8c393156c2ad77fd
MD5 2f0e94aa6318c6fea6b62a0dbf90e243
BLAKE2b-256 aefec5f595f8c48e8470c6e66f4c3d070b73178ed17df8d7585e160b918a0697

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e20a4100ad315ef951cfd47516f803da4a2a9466859c93be0036314765bbf1c1
MD5 fa27239398673d59e71c5ec9a84eeccb
BLAKE2b-256 b36e2429d2397e148c7d4f573c08a52e0624f1643cff5f34509293fcca3d42a2

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8da7d9e03bc11c34d1ad432d72d93961c6cc6ba1801874f6e46fa6bd1e2206c8
MD5 5294862c8b6920a32294a38052794edc
BLAKE2b-256 1e8fb39e264155b6c73415fb6696207d9d2c8a5d7ce9e6ffd08ace9b3c097bc4

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 48664ab41181579fbe9bda2e83f8ed5ae06a4655f28c6e7d54b66f42ef6b4389
MD5 35d969aa25eec3a8b538ba9a7402260b
BLAKE2b-256 350d4e48b434d909f834fd4064d36dcd0d1fa98f93ef6f896ffb752153622a3c

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddf3e87e3f2c33eba936adcbd8cc1adb6bd9eb1449fa13bac1bb6cdefc1ef2cc
MD5 a14f962b7018a21f4b24021695635e82
BLAKE2b-256 645643456baa52173daf622d80b394387946866f7460fe6cad51ec657450c937

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6b7893d73ef568a54eaddb83d2c6b412fe97909d9d557121ed303e0e0aea926
MD5 a1ad2a327f20b349e53822d842b8be1c
BLAKE2b-256 e170ef06d634bdf86a9a488ca24e7428890f13b99a731bccae0bfdd251a68056

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ 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.1.0a1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a802a9ef5007b1aeb0b69ee10370624de4c4b4878903b28610579fd4a8f2365a
MD5 bb86485daeac7e6fd9afd7d0d71500ad
BLAKE2b-256 1993256de6a04a7242b2933eda64ea3e9b8ef88ef7102316b014cacca36e9636

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f4c07447bcec0699ed880dc45c7dfa5a65571c2d66069cae706fe6dada3d84d
MD5 127776b752f6852cc6e64ac22de56bcb
BLAKE2b-256 e67e6b5ba69f33563a56b3587dea3d44e3e822149c54bbeea6e9f57c73adb089

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a06d775f9fca3dfdc8ae253621ddf43c74e9b3cc36d738fff0e80a146e881070
MD5 48ea3188ecc3f8477a97ff85de03db45
BLAKE2b-256 50041300e88d56f24d4b6d808d5c98b2aba8bcfc31ddfa5edff3b305a18fa4b8

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 83a7a54df19007395e40a3555fb4ac8658a44c0b6eaea23487e93290ed43f4ae
MD5 6aa4f4df17a40f9ecacd9ac1ab294c44
BLAKE2b-256 cb2f6d7702b741a557587e7aa240bbe44a9750dcefb61acdc59abc6e21160451

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.10, macOS 11.0+ 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.1.0a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c57d1c942169f684ac85903f2482ef31e4ce311ce603252e03faab97c3777d2
MD5 43442cfd5b524996bbcb98d04ab117da
BLAKE2b-256 05863baf2dcf7e55b0e587a85f5fce38a2e01048549df8b3a87d9a90e1e2e4a0

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1e4c2147dc6008aa180532f125d5796f868aa94a261ac9f6995e89a6858f62f
MD5 d3cbd4cfca9793658101274f1d081cb9
BLAKE2b-256 1c427393345b0904a4a2b130a1db4dfe2aa80617d5ac99143beb7da240e199df

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ec847ff17395c4c05086bb400737c191f3244999a75ddce0077b84e58fc15a14
MD5 9e2bf176b38bbf82413a63e427439e4a
BLAKE2b-256 4d6ffd7d2f9f6c16b070ef123445a5acd620931045d25e8de18393e6a74f2276

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2b03a353b253e7b733b4b4899a17155d5f7d10540830f8b822c03d00c4fb3511
MD5 a7f8c7a9031e47501c469fe08efd0105
BLAKE2b-256 3a91b566cfb4296c555a35955cd5a44165733eb3270fd50142ea08fe47122329

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01c0fa03bd518db2d21424e74ac07e1049d50eed820881450495e58dfbae69be
MD5 8510d0726fcbfcb1daf4aba53d1255fa
BLAKE2b-256 4f0ec695437679509ee491bda068c90e961bcf547654d3746d24d7dfe5d71bd1

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0da801866172ac094c3969315b5a8f3c0d969b164d21545bd16161dc87f4b8a3
MD5 44b47f54c9bf7d95bb0dad1f32c55681
BLAKE2b-256 60441c3291b01d8cc97f358e07963817a523c34bb935340fb5f856083157f5da

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp39-cp39-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ 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.1.0a1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97c751542e9d4baad221c7c30565617f9f89a1380bc4fb05821c5d74c75ceaf5
MD5 21d87526b15b70de4c6c48be067cad22
BLAKE2b-256 4c5ed2c9a2c8d7ade69976465e868e5ced0a581c28772e5bdb69a7686d8a78d4

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bc263cf1d07d881f3375466e9235162c9a02e8e9337f9308224060c2702ac51
MD5 1bd7d96d118dbed5bd10760b2fbd80ea
BLAKE2b-256 335aedd7bd5f06e5cbae97bc6445755475fbb6aac6e348c7b60a07111d63c258

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0b6867dbf9ab2df1f0c7140e95e09c958b34abaf126c82082ca8412c001d94f
MD5 e41db06dde1ed1b090d7fd5c71a9f052
BLAKE2b-256 73e091c1c3e8fc0c569f07d41d6f39aa38f9addc3b878c88ee547e7408b4ffff

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a84d6aab9eabb9a69a13a3c95bbb0abcfe10c08e1ef6792acfa71ea728195e6
MD5 b52721c065402077e421bef4fe6fe37b
BLAKE2b-256 1e4d76dcfa79644682d2cf5d6357ecb7066cf8a58788918509012081d3064a8c

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9, macOS 11.0+ 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.1.0a1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f157c125fc5fc0124da6570534d2fca5dd6d90af9ac38640b2f4ed054112cea8
MD5 286d7e334d1ff20d81b97c26f9c45e72
BLAKE2b-256 4cd290abf20e3a8c340ba26fbd100650398e792fa054faecab648e6e69feb25d

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d80ddea49b5739309bc4f452a737adae747fb572b96c6e868fb2db759f3e1495
MD5 3db401f03836db9b52aef5513104442f
BLAKE2b-256 cb4d9f26909639512f277c47b4c6f0a746499547ee1b8fae5f533ac1cc06358c

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 424ae6f5f7c335fe5eab41dbca905ef7096525545bfccb3cf1d8ae8888f80a4d
MD5 4a6ab01f36dcc326fdbc25eb46241392
BLAKE2b-256 9ce150b0ddb07743b5e969ffb26a24d6bd8cd369ffcbad07cfcb522b2a5a846e

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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.1.0a1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ea5dbbfc67729d3d0659e445ef61ec2c74c93e8be4af2f84ef0587f92797e71e
MD5 03b75c34c72e1f6c768354f010d88e43
BLAKE2b-256 981c68e00efaf657672d6e27266be13e54422a40e659b836eba27373d71b244b

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ 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.1.0a1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92ef6cc5b573335603fcbb5c460c50b7cc26f129ad7646a47c5f7a1fb45ae1e3
MD5 3dcb41d564f80b1d04d7b27fffe208f8
BLAKE2b-256 b5806de0d5b7574d566ad31a62f444377c2e83ec57b8a76ca0187ab80ebb3df3

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • 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.1.0a1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2afa2becf3c323976dbafd934ceb60f0cc3eb561ca297529b53b001ac66f7dc1
MD5 48a485ea8637fa8a5e4b6c21badcc6da
BLAKE2b-256 bfc91df0b74cc82363344e2dd9b644a36fe1a0df09c46d48d5eb3685c8d92484

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-cp38-cp38-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ 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.1.0a1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92bccb6d9eda46705cb74d54232ef0aa575b5677638b895ddfc877c1da6f7cb0
MD5 7928d017ee9831c2f510e981ae36b668
BLAKE2b-256 f65ff0b109d014b2fb7f9f77565e2e4a702450cc3adc502017fd1375316bdd72

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c19b7e8b88d9a1480e5380ba48f6dbb4a2b7295afdfb518ccf44a3b917f798b1
MD5 62adfdd7beb583cee58603e7279db7e4
BLAKE2b-256 de2f3c32c8e85137fbe4e3466878dfbf7523b85c61c1d595788ead06a9f2bb6e

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68a63e03395a11817f1cfe6120b1c672dcdc13dcb27a62cbb5cdc2aade272e1e
MD5 1f2c232fd12f8c31ab3c30a693e0b198
BLAKE2b-256 72995c4d2e72432c4326733bf9c1d7faa6b67174d9f07ed4cd79bd6a4515d4ce

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Cython-3.1.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7fa1d0442e1c97ae43d14f40949650b42f1275262e3071c709dca9c96946f714
MD5 c68c9663591750ffbb3a8809fb553ee5
BLAKE2b-256 91a1c77a575247fbec85fae8dcb049e64cde03e2023bcc82ffd848b27e576602

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f87036abdb83ed213e297f78d47f91d37f2fd91202498d0ee9c566617970ee67
MD5 2f7f1cce594d25cdc9741f50dd76eacf
BLAKE2b-256 57dfe313346e3f1193fb3b48942592be47246296d201492f9ef7b72646bdd79c

See more details on using hashes here.

File details

Details for the file Cython-3.1.0a1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.1.0a1-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/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.1.0a1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac62d020f0b6d693c64470d785b7b0864e014d7c1605b2889930258e2205173c
MD5 4acac74b4942486b95ef1785f1f7f438
BLAKE2b-256 7c0766d500592b6b811d36ead829c3ea120fe91b1c4a581cdb8de72f9f9e0748

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