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.8.tar.gz (2.7 MB view details)

Uploaded Source

Built Distributions

Cython-3.0.8-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2 Python 3

Cython-3.0.8-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

Cython-3.0.8-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12 Windows x86

Cython-3.0.8-cp312-cp312-musllinux_1_1_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

Cython-3.0.8-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Cython-3.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Cython-3.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

Cython-3.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

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

Cython-3.0.8-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

Cython-3.0.8-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

Cython-3.0.8-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11 Windows x86

Cython-3.0.8-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.8-cp311-cp311-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Cython-3.0.8-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.8-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.8-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.8-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.8-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

Cython-3.0.8-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

Cython-3.0.8-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.8-cp310-cp310-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Cython-3.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Cython-3.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Cython-3.0.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.8-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.8-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

Cython-3.0.8-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

Cython-3.0.8-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.8-cp39-cp39-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Cython-3.0.8-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.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Cython-3.0.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

Cython-3.0.8-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.8-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8 Windows x86-64

Cython-3.0.8-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86

Cython-3.0.8-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.8-cp38-cp38-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.8-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.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Cython-3.0.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl (3.6 MB view details)

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

Cython-3.0.8-cp37-cp37m-musllinux_1_1_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Cython-3.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB view details)

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

Cython-3.0.8-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.8-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.8-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.8-cp36-cp36m-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.8-cp36-cp36m-musllinux_1_1_x86_64.whl (3.5 MB view details)

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Cython-3.0.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

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

Cython-3.0.8-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.8-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.8-cp36-cp36m-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file Cython-3.0.8.tar.gz.

File metadata

  • Download URL: Cython-3.0.8.tar.gz
  • Upload date:
  • Size: 2.7 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.8.tar.gz
Algorithm Hash digest
SHA256 8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6
MD5 9f7baaa983e1bd06eaeb4fa0adfc77e5
BLAKE2b-256 6809ffb61f29b8e3d207c444032b21328327d753e274ea081bc74e009827cc81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Cython-3.0.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 1.2 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.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 171b27051253d3f9108e9759e504ba59ff06e7f7ba944457f94deaf9c21bf0b6
MD5 7bf9fa8bd2946ce772e73dbf101472b1
BLAKE2b-256 e37ff584f5d15323feb897d42ef0e9d910649e2150d7a30cf7e7a8cc1d236e6f

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0cb2dcc565c7851f75d496f724a384a790fab12d1b82461b663e66605bec429a
MD5 f62ddf24dfa67e9dab326c9088321941
BLAKE2b-256 b469cb4620287cd9ef461103e122c0a2ae7f7ecf183e02510676fb5a15c95b05

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 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.0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 85077915a93e359a9b920280d214dc0cf8a62773e1f3d7d30fab8ea4daed670c
MD5 6ded3570db51bbff961ac934950fc217
BLAKE2b-256 2bcb132115d07a0b9d4f075e0741db70a5416b424dcd875b2bb0dd805e818222

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp312-cp312-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.12, 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.8-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 80fd94c076e1e1b1ee40a309be03080b75f413e8997cddcf401a118879863388
MD5 8c9c499333a69ebdaa6addc6c0ca75a8
BLAKE2b-256 335998a87b6264f4ad45c820db13c4ec657567476efde020c49443cc842a86af

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp312-cp312-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.12, 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.8-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe81b339cffd87c0069c6049b4d33e28bdd1874625ee515785bf42c9fdff3658
MD5 f49756553a2bd36953c0abd801ade61e
BLAKE2b-256 6bd5ca6513844d0634abd05ba12304053a454bb70441a9520afa9897d4300156

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f020fa1c0552052e0660790b8153b79e3fc9a15dbd8f1d0b841fe5d204a6ae6
MD5 aa3961c2f8fcea3cf6bb5e4cec3c959f
BLAKE2b-256 8a47ec3fceb9e8f7d6fa130216b8740038e1df7c8e5f215bba363fcf1272a6c1

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e24791ddae2324e88e3c902a765595c738f19ae34ee66bfb1a6dac54b1833419
MD5 237539f5c290abcb31c6d4c667339197
BLAKE2b-256 831f4720cb682b8ed1ab9749dea35351a66dd29b6a022628cce038415660c384

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18bfa387d7a7f77d7b2526af69a65dbd0b731b8d941aaff5becff8e21f6d7717
MD5 2b298e43b4da780e420f48c0005554b1
BLAKE2b-256 7131b458127851e248effb909e2791b55870914863cde7c60b94db5ee65d7867

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp312-cp312-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.12, 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.8-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90d3fe31db55685d8cb97d43b0ec39ef614fcf660f83c77ed06aa670cb0e164f
MD5 4fedd3b53be828e54c9af805fd776341
BLAKE2b-256 3d8e28f8c6109990eef7317ab7e43644092b49a88a39f9373dcd19318946df09

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 000dc9e135d0eec6ecb2b40a5b02d0868a2f8d2e027a41b0fe16a908a9e6de02
MD5 95830510ca89f7d578812374646681ae
BLAKE2b-256 857d58635941dfbb5b4e197adb88080b9cbfb230dc3b75683698a530a1989bdb

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 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.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c8aa05f5e17f8042a3be052c24f2edc013fb8af874b0bf76907d16c51b4e7871
MD5 a48996dfb52048a27297fc72f158a9ea
BLAKE2b-256 70e23e3e448b7a94887bec3235bcb71957b6681dc42b4536459f8f54d46fa936

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 289ce7838208211cd166e975865fd73b0649bf118170b6cebaedfbdaf4a37795
MD5 66143a6f486f456742e9784cfaeec62a
BLAKE2b-256 72abac6f5548d6194f4bb2fc8c6c996aa7369f0fa1403e4d4de787d9e9309b27

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp311-cp311-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.8-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c26daaeccda072459b48d211415fd1e5507c06bcd976fa0d5b8b9f1063467d7b
MD5 534aa33fb2ebd08df83c346db04162b7
BLAKE2b-256 17aecd055c2c081c67a6fcad1d8d17d82bd6395b14c6741e3a938f40318c8bc5

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a567d4b9ba70b26db89d75b243529de9e649a2f56384287533cf91512705bee
MD5 ec6b9c8dc3d322f3e43efe80041e0054
BLAKE2b-256 262c6a887c957aa53e44f928119dea628a5dfacc8e875424034f5fecac9daba4

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 547eb3cdb2f8c6f48e6865d5a741d9dd051c25b3ce076fbca571727977b28ac3
MD5 bc614c16b60ef6b45147a95987c63b26
BLAKE2b-256 e9e9e9295df74246c165b91253a473bfa179debf739c9bee961cbb3ae56c2b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51d1426263b0e82fb22bda8ea60dc77a428581cc19e97741011b938445d383f1
MD5 8cd9543d4e0de32db98a615c42f51405
BLAKE2b-256 bab8f9c97bae6281da50b3ecb1f7fef0f7f7851eae084609b364717a2b366bf1

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aae26f9663e50caf9657148403d9874eea41770ecdd6caf381d177c2b1bb82ba
MD5 ec0ec6189c7a6495d721aed2f0a92cca
BLAKE2b-256 dba7f4a0bc9a80e23b380daa2ebb4879bf434aaa0b3b91f7ad8a7f9762b4bd1b

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8140597a8b5cc4f119a1190f5a2228a84f5ca6d8d9ec386cfce24663f48b2539
MD5 ae2272256b1fee2aa9e8bf7786c8dc04
BLAKE2b-256 1815fdc0c3552d20f9337b134a36d786da24e47998fc39f62cb61c1534f26123

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 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.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 96b028f044f5880e3cb18ecdcfc6c8d3ce9d0af28418d5ab464509f26d8adf12
MD5 11beb8bc4b8edcbf7432d32430732161
BLAKE2b-256 ef7311a4355d8b8966504c751e5bcb25916c4140de27bb2ba1b54ff21994d7fe

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 13c2a5e57a0358da467d97667297bf820b62a1a87ae47c5f87938b9bb593acbd
MD5 3203e26a547f635ec990143a8fd2409a
BLAKE2b-256 13cd72b8e0af597ac1b376421847acf6d6fa252e60059a2a00dcf05ceb16d28f

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.8-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a1df7a129344b1215c20096d33c00193437df1a8fcca25b71f17c23b1a44f782
MD5 0ed16c4fc94acae1f8f9f47268c1efb0
BLAKE2b-256 63b081dad725604d7b529c492f873a7fa1b5800704a9f26e100ed25e9fd8d057

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baa0b7f3f841fe087410cab66778e2d3fb20ae2d2078a2be3dffe66c6574be39
MD5 8ee6523e61099a5332d6ee0eea4e2a77
BLAKE2b-256 f9bde8a1d26d04c08a67bcc383f2ea5493a4e77f37a8770ead00a238b08ad729

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45523fdc2b78d79b32834cc1cc12dc2ca8967af87e22a3ee1bff20e77c7f5520
MD5 de8bbc34f95e898dcbd174201fd3e2d6
BLAKE2b-256 fc272652f395aa708fb3081148e0df3ab700bd7288636c65332ef7febad6a380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e87294e33e40c289c77a135f491cd721bd089f193f956f7b8ed5aa2d0b8c558f
MD5 8a1bc3c0d4b6566648aaee8222d479fa
BLAKE2b-256 03aeead7ec03d0062d439879d41b7830e4f2480213f7beabf2f7052a191cc6f7

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a846e0a38e2b24e9a5c5dc74b0e54c6e29420d88d1dafabc99e0fc0f3e338636
MD5 d44b9e70b914086f7502c3b677961766
BLAKE2b-256 63f4d2542e186fe33ec1cc542770fb17466421ed54f4ffe04d00fe9549d0a467

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 16873d78be63bd38ffb759da7ab82814b36f56c769ee02b1d5859560e4c3ac3c
MD5 4d1f51b2d3982f33f9eaff1faeae233d
BLAKE2b-256 17a2e562549e92492d8c22b6f9f049d9ca6e0fb42a130c5d7f821f64af25c991

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 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.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1aca1b97e0095b3a9a6c33eada3f661a4ed0d499067d121239b193e5ba3bb4f0
MD5 340355f37ff3458575afbca40446fbf3
BLAKE2b-256 5d59d5066e6f7620717b9e047283cd57ab4dedcf5f3cc3e55490d3d9eb6af032

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df8093deabc55f37028190cf5e575c26aad23fc673f34b85d5f45076bc37ce39
MD5 1ee08c975a047311bea153294f6b464e
BLAKE2b-256 798704de38b31ba8169b08e0a00313dceb4e672e5ffc882423a7aad2da626cb2

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.8-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 78825a3774211e7d5089730f00cdf7f473042acc9ceb8b9eeebe13ed3a5541de
MD5 6f06a05f24f2ef5d4aadaa8e4730ff91
BLAKE2b-256 048021511c1a2bc05f862c6bd999ce0c1d93f45ab1e031daad0cccd004b38b8f

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de892422582f5758bd8de187e98ac829330ec1007bc42c661f687792999988a7
MD5 55ddc5542824ca7dd1a69d088eab8ca5
BLAKE2b-256 c1a7606c4414a46d589114bf4de7eebeea315aae68283de095dd3e949d9c96d8

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f05c0bf9d085c031df8f583f0d506aa3be1692023de18c45d0aaf78685bbb944
MD5 fe8d12fcbc3dcdf3dc7c74fbc9f529a1
BLAKE2b-256 076b0a289ab5d656a9e284a48791ef83410f8bd2342b45ed330933e7fe26f12e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 314f2355a1f1d06e3c431eaad4708cf10037b5e91e4b231d89c913989d0bdafd
MD5 b86b517021ea789a31f4547566ae0b3e
BLAKE2b-256 688c69098abef3bc80758f3802b1c61c3a90cc78481db6e9d3db60b9992687c3

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa97893d99385386925d00074654aeae3a98867f298d1e12ceaf38a9054a9bae
MD5 6eab145198c7f45d064365cd3df4e558
BLAKE2b-256 5660db9d17e865559b4ca8b843f6ceffc987054a017ee9b0c967f17928e4cad5

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2cdfc32252f3b6dc7c94032ab744dcedb45286733443c294d8f909a4854e7f83
MD5 5bbc194d670f0f585ed295d797cfad8d
BLAKE2b-256 86570e6dcb19124ac2a2d5606bc193a12c947190b4a7bcb68c9e65f366d94891

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 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.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 17a642bb01a693e34c914106566f59844b4461665066613913463a719e0dd15d
MD5 4decc4975233b5162c923a625104d3e5
BLAKE2b-256 7fb7d62e30c349f1745d03dcc6cdc7a481e0ef387a10465add329a85ecb5a0b2

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a3d67f079598af49e90ff9655bf85bd358f093d727eb21ca2708f467c489cae
MD5 1e3762c0330abb187e1f317d6f95f835
BLAKE2b-256 c7b1d5b0c39d1b30d107376a0e5fc4b6a2a18b4cfa7062d7c744f6f25d9f457f

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.8-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 61a237bc9dd23c7faef0fcfce88c11c65d0c9bb73c74ccfa408b3a012073c20e
MD5 d9523491fa93bc41714196c965c21f58
BLAKE2b-256 bf24622c5581e0ee483c2416a234a41cc0ba52caf205dd12f7963b354c795fc5

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b983c8e6803f016146c26854d9150ddad5662960c804ea7f0c752c9266752f0
MD5 26b5f1ddc353d60e66d6488f81d404a5
BLAKE2b-256 4d75c6173ce882a7457f4506e21e1c7598026e3396165a3fa1e6008856a325d2

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Cython-3.0.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7990ca127e1f1beedaf8fc8bf66541d066ef4723ad7d8d47a7cbf842e0f47580
MD5 3d3339ca3c0e0dbf67def865888c9d14
BLAKE2b-256 97e4908b7d70cad95f432dbcbba734c300cfdcf50bb918007eb27af0ac95fbad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a973268d7ca1a2bdf78575e459a94a78e1a0a9bb62a7db0c50041949a73b02ff
MD5 9c104bf302d91a862cd5e5adaccd3214
BLAKE2b-256 182abf1bbf276a72e0c3ff007f51e85f4f32aeb1e70278db3325592b66ec3c41

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.0.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2cde23c555470db3f149ede78b518e8274853745289c956a0e06ad8d982e4db9
MD5 68d8fec0b95eb08ac0473b7bc9027721
BLAKE2b-256 aa835b0aa0dc2f78fde2782181b9dd01af4395b2a18def1d745a03e74a1e925b

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9e2be2b340fea46fb849d378f9b80d3c08ff2e81e2bfbcdb656e2e3cd8c6b2dc
MD5 6b16cd2cb6a935bbc3dcbd8329204a3d
BLAKE2b-256 f81798a4bb3c63da38dce4333425f491c65a2c8fa051518eae50862faf6421f6

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 97b2a45845b993304f1799664fa88da676ee19442b15fdcaa31f9da7e1acc434
MD5 ebf71d91a82034d1f32464bd9033bbad
BLAKE2b-256 1bc9f5815c75f1fd090cfa3a7536c1a2c175881d9e2de07c303fce6a6a3704ba

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.6 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.8-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae7ac561fd8253a9ae96311e91d12af5f701383564edc11d6338a7b60b285a6f
MD5 68601191545bae0873be00775cb03e24
BLAKE2b-256 71e0669368bad05cd69505eb6d5c9afc2b77eedec28c0c9510fa4c087f4e2529

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.5 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.8-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9d3f74388db378a3c6fd06e79a809ed98df3f56484d317b81ee762dbf3c263e0
MD5 538d508c9b8995c738bf4cf63e9b79be
BLAKE2b-256 41abcdba1025b9e3f1efced0460f4e2e157e0ccd002b47ce68e43f4b85fd9297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ab75242869ff71e5665fe5c96f3378e79e792fa3c11762641b6c5afbbbbe026
MD5 f29e94bf3d16e9856703026d821b1e8f
BLAKE2b-256 c2508644d17bfe223cbd15aa9a3ccb1a386bfb00e0e0af33fc5ac801480494eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9c0f29246734561c90f36e70ed0506b61aa3d044e4cc4cba559065a2a741fae
MD5 90251d983bb3b9d491c1610120d71e91
BLAKE2b-256 afa648a820425409ee3a0ad901d67ac047d37acc43df5f4069b84abc3a981878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6717c06e9cfc6c1df18543cd31a21f5d8e378a40f70c851fa2d34f0597037abc
MD5 c0fe83bfee0b1134432437d3f2c8049f
BLAKE2b-256 1592e715c400114dfdebfb445cb4225d7ff8b866b4c88b6891413a9b8383f566

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 115f0a50f752da6c99941b103b5cb090da63eb206abbc7c2ad33856ffc73f064
MD5 a85361b3443ff20b8738368fc66cbf88
BLAKE2b-256 da4361dd7558ac708fe5398e1a2c077f3c3ef6da419be70dbec9f230fb546f12

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6c46939c3983217d140999de7c238c3141f56b1ea349e47ca49cae899969aa2c
MD5 3f1a2596febebbe54fda9b129a61db56
BLAKE2b-256 53fa222351a82bc89d14c2fd1c814a2b949fdb350c855bf97d3de80c7899fbd2

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0c38c9f0bcce2df0c3347285863621be904ac6b64c5792d871130569d893efd7
MD5 75b7a73c570f510bccc6cd4fe375c9f5
BLAKE2b-256 00a5b5fc042c1bfe5641638c00ed4ad87d5467a8e8c4ccfaf8d417f7cdbfeee6

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 3.5 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.8-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bfabe115deef4ada5d23c87bddb11289123336dcc14347011832c07db616dd93
MD5 7f1cd69495c4574f618610c9c7dd5878
BLAKE2b-256 8562c9ff30dda01d43fd9736eabc6259f948265a68afce14e39a63cf915f45f3

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: Cython-3.0.8-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.8-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 05d7eddc668ae7993643f32c7661f25544e791edb745758672ea5b1a82ecffa6
MD5 77cd6d3de07d57a941d348c2d0630cbe
BLAKE2b-256 c2d1df9592088db50d944eb252b7e3aae534328b8ae066cb6c569b398cdc0f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1949d6aa7bc792554bee2b67a9fe41008acbfe22f4f8df7b6ec7b799613a4b3
MD5 719b6c95ebabde7a7bd44b2bf8fefc69
BLAKE2b-256 2752a9dfa805070bcc72e69cc581348f2b9f72c159a1012d1754d7c9933b3bf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e8f2454128974905258d86534f4fd4f91d2f1343605657ecab779d80c9d6d5e
MD5 3ac76869b597831b47fd3d2b7410d26b
BLAKE2b-256 1dab18e860887926ef0b0c4259be2a2000b3796d471b3f2253078c10a1b9503f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Cython-3.0.8-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9f2c6e1b8f3bcd6cb230bac1843f85114780bb8be8614855b1628b36bb510e0
MD5 62f6e46b6f6b60db9794938462fdcdb1
BLAKE2b-256 1df9b140dbac9425936a9a3c4425e74a608d93f262925416f26097ceb13aadf8

See more details on using hashes here.

File details

Details for the file Cython-3.0.8-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: Cython-3.0.8-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.0 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.8-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 870d2a0a7e3cbd5efa65aecdb38d715ea337a904ea7bb22324036e78fb7068e7
MD5 138a0be767a2090e8b5049fad4470046
BLAKE2b-256 482260b43cded7501eba31ece52c74a16e0f352b585f4a7426242ae645fc7399

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