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

Uploaded Source

Built Distributions

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

Uploaded Python 2 Python 3

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

Cython-3.0.4-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.4-cp312-cp312-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Cython-3.0.4-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.4-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.4-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.4-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.4-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Cython-3.0.4-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.4-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.4-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.4-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.4-cp37-cp37m-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

Cython-3.0.4-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.4-cp37-cp37m-musllinux_1_1_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

Cython-3.0.4-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.4-cp36-cp36m-musllinux_1_1_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

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

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

Cython-3.0.4-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.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: Cython-3.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 2e379b491ee985d31e5faaf050f79f4a8f59f482835906efe4477b33b4fbe9ff
MD5 9bafc611be35748b17a62f47bc479b35
BLAKE2b-256 3faa1a5c72615e0ba4dc30cc36de7e8a9a2eca2158922b0677654fced0d3476c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e5e2859f97e9cceb8e70b0934c56157038b8b083245898593008162a70536d7e
MD5 6338aca806d637270a83cf4b106fb848
BLAKE2b-256 8afd6cb52d1f5771e3a7c05361caab83c78e7aa4f70acace1b9974f1ed84b805

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0021350f6d7022a37f598320460b84b2c0daccf6bb65641bbdbc8b990bdf4ad2
MD5 aa3f463c12cbdd3f3e4e983d8bcb66ce
BLAKE2b-256 c513c0d708b368753475df235c00794bfd545bc2e55fd56b77bd486ba9d8023b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0aa2a6bb3ff67794d8d1dafaed22913adcbb327e96eca3ac44e2f3ba4a0ae446
MD5 5775210e4a2ca511bd030bb32ee3638d
BLAKE2b-256 f4aeb1386bf7dfb79b93953a3e0f75440eea94fb83a47d6414f584a20e91fa81

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7fcd93d15deceb2747b10266a39deccd94f257d610f3bbd52a7e16bc5908eda
MD5 68d133ff9d2476563ed14713c5bf633d
BLAKE2b-256 c8829de5d7662cb8018e0a0d6f884d74c744c33cd96cb9b7b36cbd21184389fc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 07d0e69959f267b79ffd18ece8599711ad2f3d3ed1eddd0d4812d2a97de2b912
MD5 821835f255ad0f5e72798d0e57e9c762
BLAKE2b-256 d409c3bc44e9edf3c600ac7451af4cad851a513242f1ef262252b936ed2c1292

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b906997e7b98d7d29b84d10a5318993eba1aaff82ff7e1a0ac00254307913d7
MD5 9248f19a12c92308108778280c30fe3e
BLAKE2b-256 2851e87e5421aa08a7789aa7052c350b172e51b950d216363a64408dabc165c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58cdfdd942cf5ffcee974aabfe9b9e26c0c1538fd31c1b03596d40405f7f4d40
MD5 7e1d6531099acbe0da14087a59bb955e
BLAKE2b-256 25e9231e76e965ccfe919ecb8f091ef25f5c928739793edafe9c3d705d619f90

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f24114e1777604a28ae1c7a56a2c9964655f1031edecc448ad51e5abb19a279b
MD5 08f9d019110b8296483c04eb1e20fc4c
BLAKE2b-256 c69593bffd7b5b5d00520b933353770694c699ec215b4118e4018980671ec170

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d5a55749509c7f9f8a33bf9cc02cf76fd6564fcb38f486e43d2858145d735953
MD5 cbfa48bc6a4888ec659b929bdfa86170
BLAKE2b-256 5c6af17aaf64f89a06ac433741930fa7f1ac7ed4a0f760f572cab2ac5d6f5d71

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9d31d76ed777a8a85be3f8f7f1cfef09b3bc33f6ec4abee1067dcef107f49778
MD5 ccebb494ce40a56ceaff22a8ebcaffaf
BLAKE2b-256 c2747c176089951146fa93c831b26426cdea62eed727c28d5c8f4a77c7498db8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 28de18f0d07eb34e2dd7b022ac30beab0fdd277846d07b7a08e69e6294f0762b
MD5 dc37063d15e9bf7901e9abdf3b94124f
BLAKE2b-256 9eb790ee9c5fd8a7ddb609e0f26b50fdf9c04373a1779ee495a0dd14a043d16a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 10b426adc3027d66303f5c7aa8b254d10ed80827ff5cce9e892d550b708dc044
MD5 d17b7aadd406250958ce931fc85cc725
BLAKE2b-256 33c79e3b8c56881a2820cf5dd40bea581fe3a0ff18a1731820bc1731da6eeb82

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4355a2cb03b257773c0d2bb6af9818c72e836a9b09986e28f52e323d87b1fc67
MD5 3c35a9345c1a24ef2cacee89ba54c871
BLAKE2b-256 dce6bc2fba6c4da5cad480dab2c170ee1b729f2cc766468ff8f9602a0216116f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6da74000a672eac0d7cf02adc140b2f9c7d54eae6c196e615a1b5deb694d9203
MD5 99e2ad141b7fef086bdaa6a7ba1e88a9
BLAKE2b-256 85354768394247be7c9e2c128b515725f58aad1a0aa8857d6e2633d40d134117

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fe227d6d8e2ea030e82abc8a3e361e31447b66849f8c069caa783999e54a8f2
MD5 83dbdd3aca564bb7e41dfb085f0a21d1
BLAKE2b-256 5cda9c51577adc59ef17c838095f6fb11f2af63d13949bf3501b571410ef165d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48cda82eb82ad2014d2ad194442ed3c46156366be98e4e02f3e29742cdbf94a0
MD5 34e4ff9d7be40cfe00663faa4e47d0d2
BLAKE2b-256 dcfbf90557c17df845c4d91cc5613ce24ee6aa9fbfcdc678e8ed5d3b8bf76286

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8e0f98d950987b0f9d5e10c41236bef5cb4fba701c6e680af0b9734faa3a85e
MD5 4476cf029d8b976396ac9cc364ed2511
BLAKE2b-256 a4d996a148f07f7c4a6cc7964815d9e768578ba4549cc640929001d6f862316f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 146bfaab567157f4aa34114a37e3f98a3d9c4527ee99d4fd730cab56482bd3cf
MD5 f3ddcc78aee37ab5d551c0f87bba9ca1
BLAKE2b-256 61bc433bcb71c0d8c6316d289775784b5b60806cac6c88ed376216b2a0707117

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c9b1322f0d8ce5445fcc3a625b966f10c4182190026713e217d6f38d29930cb1
MD5 f29da967cad75b1ba9977a9dc1dfafd9
BLAKE2b-256 81a15b6d23766ea50fcc352de0650d9c14598cd77f2e1d66ce2d4b3d1d2308a9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c214f6e88ecdc8ff5d13f0914890445fdaad21bddc34a90cd14aeb3ad5e55e2e
MD5 eee277dbc059f577599834b534b4505d
BLAKE2b-256 db58222abef45ca52254739879011bae0b437ebe698c1de597218cc87e1541fa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c0fb9e7cf9db38918f19a803fab9bc7b2ed3f33a9e8319c616c464a0a8501b8d
MD5 533646cac5653a375bf5dfb4cca4776d
BLAKE2b-256 5f4a2d2ade53e73d1371773fd13f1aff34829fbfdfb8eeee1ff3c12982029931

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 beb367fd88fc6ba8c204786f680229106d99da72a60f5906c85fc8d73640b01a
MD5 52246a8869f53fbcfc38f5655d5655fc
BLAKE2b-256 9687ff035616fe86bd1b3910da8d3d1843c6ba16e84c2f970ee3cdb7549f13d1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf671d712816b48fa2731799017ed68e5e440922d0c7e13dc825c226639ff766
MD5 cb9a636bb2b69204405a7ebf5e395d44
BLAKE2b-256 95b05ba3ec4dc705543ad3f4956e0c73777a8b79b3b491a65a5275725d440c86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6619264ed43d8d8819d4f1cdb8a62ab66f87e92f06f3ff3e2533fd95a9945e59
MD5 d45b05d9b8b2f313b1164cebc3e06505
BLAKE2b-256 3988b9ca08bc1a11dffa8b014f157792577a815632e2feacf044048d369c75ec

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 096cb461bf8d913a4327d93ea38d18bc3dbc577a71d805be04754e4b2cc2c45d
MD5 99f70b641c8cfd520c14119a8e1afddc
BLAKE2b-256 ff66fd5119d4590fe6cbcf00b1f1955c9b7316d311da1e0c2e435d4da0893421

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 003ccc40e0867770db0018274977d1874e4df64983d5e3e36937f107e0b2fdf6
MD5 5b4b1af21970436244170b044e5cea8f
BLAKE2b-256 0bc922e43b1c2b6f61752fb897eca032f2e1e57649a17dcb6074177204d62c1a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c2215f436ce3cce49e6e318cb8f7253cfc4d3bea690777c2a5dd52ae93342504
MD5 0c573f5ab5ff6af6cfac792e8b9bb1e0
BLAKE2b-256 bf68bf20e7532d7d577382d9caa8ace89f8ab1035044f112963448ef431711a8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f234bc46043856d118ebd94b13ea29df674503bc94ced3d81ca46a1ad5b5b9ae
MD5 63ac7e9b02c1d86d32657b9e5cab93ef
BLAKE2b-256 3b51c4eaeac127459ac2fa3b315b0b305ea80f897058df846995a9e843e1f453

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8692249732d62e049df3884fa601b70fad3358703e137aceeb581e5860e7d9b7
MD5 9a11721a8b21fe50ac5a6a47e3c0e7f3
BLAKE2b-256 a6e23c08ce0fc4cfdc698a8e44589ab6c2ea597734921d9f161e347af9492ee3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36299ffd5663203c25d3a76980f077e23b6d4f574d142f0f43943f57be445639
MD5 1e5d77009adbb78b68e10c3acdcb8442
BLAKE2b-256 f87ca94e50c8bf3cbfd0209319264c535c9cdf65e4d015954d6cb4efcd21fe09

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e84988d384dfba678387ea7e4f68786c3703543018d473605d9299c69a07f197
MD5 6f2c544010ed8804610e2496d2f7369e
BLAKE2b-256 044cc04ac1699a2e0c76132d0fe5c302ab02838c3f40f17aa538807b6d0aa7d2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8529cf09919263a6826adc04c5dde9f1406dd7920929b16be19ee9848110e353
MD5 2812c3146218389110a8acca20f822ef
BLAKE2b-256 c88f9a9dd967436028e559e777484d0aa0790191c61563e4d471abd275ebc8aa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fc9e974419cc0393072b1e9a669f71c3b34209636d2005ff8620687daa82b8c
MD5 2c5eae2dcf381f0b79f0c7e32e5d1dc9
BLAKE2b-256 b00470a7490be8ccaba31629c7746def08cf1e058929871c8cde95769466bcf5

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6603a287188dcbc36358a73a7be43e8a2ecf0c6a06835bdfdd1b113943afdd6f
MD5 d80180067ff4128aa6fe04363d264523
BLAKE2b-256 cbdea8f206314f955b7f86e678bd7534c8e9f801719da276a9c30c608dd9fb94

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b86871862bd65806ba0d0aa2b9c77fcdcc6cbd8d36196688f4896a34bb626334
MD5 317bc743b1a41ea31117d40bbbcd5afc
BLAKE2b-256 f524a6364b96194d11c7877e34d4bda7907384f1c0cca6da9a8e4d21b3097490

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0612439f810cc281e51fead69de0545c4d9772a1e82149c119d1aafc1f6210ba
MD5 0f5d3d8d1df09c4115dbf9dd05bb8209
BLAKE2b-256 270b0247e2c8e18e2bb0b1f97ad623473c54bcd9e7954401cf9cb57bf696afbf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ef4b144c5b29b4ea0b40c401458b86df8d75382b2e5d03e9f67f607c05b516a9
MD5 ff7a1bb0a842778da45a61c45cb6e34b
BLAKE2b-256 0e6c12ccc1c777954e95f35b57fcef4f5e78154c709fa4d57d056f49805f1f83

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 207f53893ca22d8c8f5db533f38382eb7ddc2d0b4ab51699bf052423a6febdad
MD5 2165b99fa1cf7e6e4de830c83ac21c3a
BLAKE2b-256 ab6a26b9183886b1cb3a2d9d3d88165925b7a682742490c4a19a8ae05e85705b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d40d4135f76fb0ed4caa2d422fdb4231616615698709d3c421ecc733f1ac7ca0
MD5 7b19f0a560097d09a5af8af77605a759
BLAKE2b-256 d7811aea394dbd61493b40f693dba6bf590b22ca04f268b0a91301e755114629

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0422a40a58dcfbb54c8b4e125461d741031ff046bc678475cc7a6c801d2a7721
MD5 097c9f38531f0149e34e29c3527a3d4f
BLAKE2b-256 9537d7917f6e554415b1c0a88f79f198aca876464864c362fd50485a343557e7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7a7dd7c50d07718a5ac2bdea166085565f7217cf1e030cc07c22a8b80a406a7
MD5 1133411ad364874f16f54415ba71e2a4
BLAKE2b-256 3cac78e604dad459d7fc22e13847d64b8261abb406ee0817c73ca5b9599659fa

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 861979428f749faa9883dc4e11e8c3fc2c29bd0031cf49661604459b53ea7c66
MD5 a616d3cadb52ec9b51c52ea3ac895938
BLAKE2b-256 bd48a32de24cffce9da801a7fe9c509d81c2d9fdc63954155076b061091c0d5b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 48b35ab009227ee6188991b5666aae1936b82a944f707c042cef267709de12b5
MD5 99b608410336fe2b62d2dadbee0efc66
BLAKE2b-256 1ef9e8df30858946b7c51b009b6f96d663ec46d6a47508f3f924232f8abeef0c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f124ac9ee41e1bfdfb16f53f1db85de296cd2144a4e8fdee8c3560a8fe9b6d5d
MD5 fc66e8df0e21d084d657c1722ac4b241
BLAKE2b-256 1b8635f9c74e0a0583969a07021ff8bfc035424e8777df155162ce6691ac399c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.1 requests/2.26.0 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for Cython-3.0.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bc42004f181373cd3b39bbacfb71a5b0606ed6e4c199c940cca2212ba0f79525
MD5 48ccb20ba27e19af6ecfc8484b689f2d
BLAKE2b-256 11a7b50383094d01d8ee940b992eb485bea72babd0d72b81875b04b3f166e5f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ada3659608795bb36930d9a206b8dd6b865d85e2999a02ce8b34f3195d88301
MD5 8d2fa6c9465a5e651cfd2eb60a4274b6
BLAKE2b-256 dcdd4b2c05334c4804d108f37ae79d11f82aca13afc13014fca8f1403acddf57

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a0b92adfcac68dcf549daddec83c87a86995caa6f87bfb6f72de4797e1a6ad6
MD5 d444e70a524f50b28086f53b8d53657c
BLAKE2b-256 da13d0829b05411f7cf207688346395e5e94ff11ae75fd2167d566bcfa9ca16a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 061dec1be8d8b601b160582609a78eb08324a4ccf21bee0d04853a3e9dfcbefd
MD5 a72c8de387ca7b2078d1746929361c87
BLAKE2b-256 2dc17b03e9e7bcdde7b7659e8f22e6b181105d5c04e3dc647d2fcf096bd1d03d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3ddfc6f05410095ec11491dde05f50973e501567d21cbfcf5832d95f141878a
MD5 8f1a9582bed3dfc14bc08c469f9bc398
BLAKE2b-256 6f03eeaeb90b6794470a9d67660262061ca83e827cbffb81344d25d891ecea2f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0650460b5fd6f16da4186e0a769b47db5532601e306f3b5d17941283d5e36d24
MD5 462e105df3dcf474fd7e94efb2fe6201
BLAKE2b-256 464dee3c4f919af4a30bcc2460c619ff3491d3419191c4ec6e22aa575905c84d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 15d52f7f9d08b264c042aa508bf457f53654b55f533e0262e146002b1c15d1cd
MD5 f32da9b7ba01c7b6b1ede9e91424a20a
BLAKE2b-256 542772bd96e7d9784420732ebe181fce9befef4ffde269e716373c3c0dfa5975

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc96efa617184b8581a02663e261b41c13a605da8ef4ba1ed735bf46184f815e
MD5 e10ec13880d940d97ca624e15d103b59
BLAKE2b-256 4bcdf87e32e49c57a23d590c87cb31bee7fe2cc29ce65076858c9774deb9c021

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 19a64bf2591272348ab08bcd4a5f884259cc3186f008c9038b8ec7d01f847fd5
MD5 8cc93e5bf5b30ee59cc534b489fdde5f
BLAKE2b-256 6e9d2a2a0694f419143c7f7cc8f8a3d4d671a3af230c954db786f112347f9091

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28af4e7dff1742cb0f0a4823102c89c62a2d94115b68f718145fcfe0763c6e21
MD5 1763925ba2b73097577726e1f9432124
BLAKE2b-256 bebe55affa83866059a25493c35eec750ade7653f62ac403cb99ad458c777408

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a9262408f05eef039981479b38b38252d5b853992e5bc54a2d2dd05a2a0178e
MD5 35fadd6eaa50e1b2cda830e8bcbff70d
BLAKE2b-256 45e13327557c9ed78cd8f83fc2fc40fb997a94e5399609f0d0d6dce3262abe0e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for Cython-3.0.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e8c144e2c5814e46868d1f81e2f4265ca1f314a8187d0420cd76e9563294cf8
MD5 8fafb88cf499df8ad99f3b4a9afa3b2a
BLAKE2b-256 adb641a58d7c80aa923b936a51b2113d86af8d629826a9c861e814b1a9d3e18d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: Cython-3.0.4-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.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b72c426df1586f967b1c61d2f8236702d75c6bbf34abdc258a59e09155a16414
MD5 f13b7367d5770ab0c916d060cad844e4
BLAKE2b-256 46bcae09f8c77550460c4554829f9d10944809e740dfe97caaefee6a8aa8cf64

See more details on using hashes here.

Provenance

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