greenlet 3.2.0
pip install greenlet
Released:
Lightweight in-process concurrent programming
Navigation
Verified details
These details have been verified by PyPIMaintainers
Meta
- Maintainer: Jason Madden
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT AND Python-2.0
- Author: Alexey Borzenkov
- Maintainer: Jason Madden
- Tags greenlet, coroutine, concurrency, threads, cooperative
- Requires: Python >=3.9
-
Provides-Extra:
docs
,test
Classifiers
- Development Status
- Intended Audience
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Greenlets are lightweight coroutines for in-process concurrent programming.
The “greenlet” package is a spin-off of Stackless, a version of CPython that supports micro-threads called “tasklets”. Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on “channels”.
A “greenlet”, on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python’s own generators is that our generators can call nested functions and the nested functions can yield values too. (Additionally, you don’t need a “yield” keyword. See the example in test_generator.py).
Greenlets are provided as a C extension module for the regular unmodified interpreter.
Who is using Greenlet?
There are several libraries that use Greenlet as a more flexible alternative to Python’s built in coroutine support:
Getting Greenlet
The easiest way to get Greenlet is to install it with pip:
pip install greenlet
Source code archives and binary distributions are available on the python package index at https://pypi.org/project/greenlet
The source code repository is hosted on github: https://github.com/python-greenlet/greenlet
Documentation is available on readthedocs.org: https://greenlet.readthedocs.io
Project details
Verified details
These details have been verified by PyPIMaintainers
Meta
- Maintainer: Jason Madden
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT AND Python-2.0
- Author: Alexey Borzenkov
- Maintainer: Jason Madden
- Tags greenlet, coroutine, concurrency, threads, cooperative
- Requires: Python >=3.9
-
Provides-Extra:
docs
,test
Classifiers
- Development Status
- Intended Audience
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Uploaded
CPython 3.14
macOS 11.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.13t
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.13t
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.13t
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13t
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
Windows x86-64
Uploaded
CPython 3.13
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.13
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
macOS 11.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.12
Windows x86-64
Uploaded
CPython 3.12
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.12
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
macOS 11.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.11
Windows x86-64
Uploaded
CPython 3.11
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
macOS 11.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.10
Windows x86-64
Uploaded
CPython 3.10
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
macOS 11.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.9
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.1+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.24+ x86-64
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ s390x
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ppc64le
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
macOS 11.0+ universal2 (ARM64, x86-64)
File details
Details for the file greenlet-3.2.0.tar.gz
.
File metadata
- Download URL: greenlet-3.2.0.tar.gz
- Upload date:
- Size: 183.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d2d43bd711a43db8d9b9187500e6432ddb4fafe112d082ffabca8660a9e01a7 |
|
MD5 | daebe464e5b6590bdab9ca3dcfee22cb |
|
BLAKE2b-256 | b09c666d8c71b18d0189cf801c0e0b31c4bfc609ac823883286045b1f3ae8994 |
File details
Details for the file greenlet-3.2.0-cp314-cp314-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp314-cp314-macosx_11_0_universal2.whl
- Upload date:
- Size: 269.9 kB
- Tags: CPython 3.14, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.14.0a7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 397b6bbda06f8fe895893d96218cd6f6d855a6701dc45012ebe12262423cec8b |
|
MD5 | 2b7feb481100c20c24c175ce17cac2fb |
|
BLAKE2b-256 | 807b773a30602234597fc2882091f8e1d1a38ea0b4419d99ca7ed82c827e2c3a |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b17a26abc6a1890bf77d5d6b71c0999705386b00060d15c10b8182679ff2790 |
|
MD5 | f935e6d64374b85efffc77a0b43e612b |
|
BLAKE2b-256 | 4db93d201f819afc3b7a8cd7ebe645f1a17799603e2d62c968154518f79f4881 |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17fd241c0d50bacb7ce8ff77a30f94a2d0ca69434ba2e0187cf95a5414aeb7e1 |
|
MD5 | 265981cc39bc809decaac38d8610f3dc |
|
BLAKE2b-256 | bb09cca3392927c5c990b7a8ede64ccd0712808438d6490d63ce6b8704d6df5f |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 593.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6005f7a86de836a1dc4b8d824a2339cdd5a1ca7cb1af55ea92575401f9952f4c |
|
MD5 | 2596f2d4a8cad0fce9d4ae7d5e63e848 |
|
BLAKE2b-256 | 9f59e449a44ce52b13751f55376d85adc155dd311608f6d2aa5b6bd2c8d15486 |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 628.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0010e928e1901d36625f21d008618273f9dda26b516dbdecf873937d39c9dff0 |
|
MD5 | 2151ed61d2ad10ae3a51750fb91590be |
|
BLAKE2b-256 | da7f91f0ecbe72c9d789fb7f400b39da9d1e87fcc2cf8746a9636479ba79ab01 |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 632.5 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 199453d64b02d0c9d139e36d29681efd0e407ed8e2c0bf89d88878d6a787c28f |
|
MD5 | a56519d2dd645931879e0a7cb4683cb9 |
|
BLAKE2b-256 | 34924b7b4e2e23ecc723cceef9fe3898e78c8e14e106cc7ba2f276a66161da3e |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 635.3 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7154b13ef87a8b62fc05419f12d75532d7783586ad016c57b5de8a1c6feeb517 |
|
MD5 | 855d180b613b68fc12949ffad5b8e005 |
|
BLAKE2b-256 | 5ea9f3f304fbbbd604858ff3df303d7fa1d8f7f9e45a6ef74481aaf03aaac021 |
File details
Details for the file greenlet-3.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 629.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee59db626760f1ca8da697a086454210d36a19f7abecc9922a2374c04b47735b |
|
MD5 | b746db0be2ac4b3207891b12e5a97e0d |
|
BLAKE2b-256 | 626ddc9c909cba5cbf4b0833fce69912927a8ca74791c23c47b9fd4f28092108 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 296.0 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a8940a8d301828acd8b9f3f85db23069a692ff2933358861b19936e29946b95 |
|
MD5 | aa31732b5d6529ac7db6968f8a53bdb9 |
|
BLAKE2b-256 | dc625215e374819052e542b5bde06bd7d4a171454b6938c96a2384f21cb94279 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd37273dc7ca1d5da149b58c8b3ce0711181672ba1b09969663905a765affe21 |
|
MD5 | 9f263e1785dc1b4d5f8983766e4ff1ea |
|
BLAKE2b-256 | 6cffc6e3f3a5168fef5209cfd9498b2b5dd77a0bf29dfc686a03dcc614cf4432 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ac9a2c20fbff3d0b853e9ef705cdedb70d9276af977d1ec1cde86a87a4c821 |
|
MD5 | 038e49cdd1e2caab22489390116a6406 |
|
BLAKE2b-256 | 9d24160f04d2589bcb15b8661dcd1763437b22e01643626899a4139bf98f02af |
File details
Details for the file greenlet-3.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 606.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8622b33d8694ec373ad55050c3d4e49818132b44852158442e1931bb02af336 |
|
MD5 | fb9e6400047225dc3a0d874c710c2459 |
|
BLAKE2b-256 | 4dddd6452248fa6093504e3b7525dc2bdc4e55a4296ec6ee74ba241a51d852e2 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 648.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18adc14ab154ca6e53eecc9dc50ff17aeb7ba70b7e14779b26e16d71efa90038 |
|
MD5 | 992eb0003f73a43159a187e2e8010194 |
|
BLAKE2b-256 | 355b33c221a6a867030b0b770513a1b78f6c30e04294131dafdc8da78906bbe6 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 645.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47aeadd1e8fbdef8fdceb8fb4edc0cbb398a57568d56fd68f2bc00d0d809e6b6 |
|
MD5 | 645d49b12829a86262a41cac20713d3d |
|
BLAKE2b-256 | f00733bd7a3dcde1db7259371d026ce76be1eb653d2d892334fc79a500b3c5ee |
File details
Details for the file greenlet-3.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 651.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5be69cd50994b8465c3ad1467f9e63001f76e53a89440ad4440d1b6d52591280 |
|
MD5 | 4f293a8da39380d3241f5eaad69b7bea |
|
BLAKE2b-256 | 8965c3ee41b2e56586737d6e124b250583695628ffa6b324855b3a1267a8d1d9 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 637.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 144283ad88ed77f3ebd74710dd419b55dd15d18704b0ae05935766a93f5671c5 |
|
MD5 | fcda0d470759616e0c920b0fa10b9a49 |
|
BLAKE2b-256 | 7c7dc8f51c373c7f7ac0f73d04a6fd77ab34f6f643cb41a0d186d05ba96708e7 |
File details
Details for the file greenlet-3.2.0-cp313-cp313-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp313-cp313-macosx_11_0_universal2.whl
- Upload date:
- Size: 269.1 kB
- Tags: CPython 3.13, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b86a3ccc865ae601f446af042707b749eebc297928ea7bd0c5f60c56525850be |
|
MD5 | bc577d430246db1b70467c8a421ccd93 |
|
BLAKE2b-256 | c943c0b655d4d7eae19282b028bcec449e5c80626ad0d8d0ca3703f9b1c29258 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 296.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 211a9721f540e454a02e62db7956263e9a28a6cf776d4b9a7213844e36426333 |
|
MD5 | 9d4f5de04df99d1587a77f90bc181143 |
|
BLAKE2b-256 | 8ad470d262492338c4939f97dca310c45b002a3af84b265720f0e9b135bc85b2 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e57ff52315bfc0c5493917f328b8ba3ae0c0515d94524453c4d24e7638cbb53 |
|
MD5 | af7431f06ff92da7aeb9610962cb7859 |
|
BLAKE2b-256 | 17260f8a4d222b9014af88bb8b5d921305308dd44de667c01714817dc9fb91fb |
File details
Details for the file greenlet-3.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 430cba962c85e339767235a93450a6aaffed6f9c567e73874ea2075f5aae51e1 |
|
MD5 | c7e3327e4aae55aa3a8e98490f46ce86 |
|
BLAKE2b-256 | 4a110bad66138622d0c1463b0b87935cefd397f9f04fac325a838525a3aa4da7 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 603.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2392cc41eeed4055978c6b52549ccd9effd263bb780ffd639c0e1e7e2055ab0 |
|
MD5 | c0d22481b3b0c593654ec9dd2c926498 |
|
BLAKE2b-256 | 56e5813a2e8e842289579391cbd3ae6e6e6a3d2fcad8bdd89bd549a4035ab057 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 648.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04e781447a4722e30b4861af728cb878d73a3df79509dc19ea498090cea5d204 |
|
MD5 | d8eb21782070b06a8dcf1ae39fae8faf |
|
BLAKE2b-256 | f03ef329b452869d8bc07dbaa112c0175de5e666a7d15eb243781481fb59b863 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 646.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e61d426969b68b2170a9f853cc36d5318030494576e9ec0bfe2dc2e2afa15a68 |
|
MD5 | 374b83f1ab02fe34384d800c57c3768d |
|
BLAKE2b-256 | a944fb5e067a728a4df73a30863973912ba6eb01f3d910caaf129ef789ca222d |
File details
Details for the file greenlet-3.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 651.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33ea7e7269d6f7275ce31f593d6dcfedd97539c01f63fbdc8d84e493e20b1b2c |
|
MD5 | 15e2ff747f1af919f900252bf2e6b7ae |
|
BLAKE2b-256 | 71f860214debfe3b9670bafac97bfc40e318cbddb4ff4b5cf07df119c4a56dcd |
File details
Details for the file greenlet-3.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 637.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ef3d637c54e2f079064ca936556c4af3989144e4154d80cfd4e2a59fc3769c |
|
MD5 | 9fb2f1a116c6b1d27037c7132f12d974 |
|
BLAKE2b-256 | 8b6f4a15185a386992ba4fbb55f88c1a189b75c7ce6e145b43ae4e50754d1969 |
File details
Details for the file greenlet-3.2.0-cp312-cp312-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp312-cp312-macosx_11_0_universal2.whl
- Upload date:
- Size: 270.4 kB
- Tags: CPython 3.12, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d08b88ee8d506ca1f5b2a58744e934d33c6a1686dd83b81e7999dfc704a912f |
|
MD5 | c18a1814d3ca15fd0b6efe10127ebe19 |
|
BLAKE2b-256 | 0e8d3c55e88ab01866fb696f68d6c94587a1b7ec8c8a9c56b1383ad05bc14811 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 295.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39801e633a978c3f829f21022501e7b0c3872683d7495c1850558d1a6fb95ed0 |
|
MD5 | a6e0387680cc0aa1679749d02a943b95 |
|
BLAKE2b-256 | ba82c7cf91e89451a922c049ac1f0123de091260697e26e8b98d299555ad96a5 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f163d04f777e7bd229a50b937ecc1ae2a5b25296e6001445e5433e4f51f5191 |
|
MD5 | 3cf800cd50cf155d78286cb4ac0070b6 |
|
BLAKE2b-256 | 452315cf5d4bc864c3dc0dcb708bcaa81cd1a3dc2012326d32ad8a46d77a645e |
File details
Details for the file greenlet-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e14541f9024a280adb9645143d6a0a51fda6f7c5695fd96cb4d542bb563442f |
|
MD5 | 5e61275e1b9994817af7546b66839467 |
|
BLAKE2b-256 | 44a8dedd1517fae684c3c08ff53ab8b03e328015da4b52d2bd993279ac3a8c3d |
File details
Details for the file greenlet-3.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 583.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fad8a9ca98b37951a053d7d2d2553569b151cd8c4ede744806b94d50d7f8f73 |
|
MD5 | 7f93fb03c164d20eeed8294559a8fee2 |
|
BLAKE2b-256 | fcb228ab943ff898d6aad3e0ab88fad722c892a43375fabb9789dcc29075da36 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 636.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fee6f518868e8206c617f4084a83ad4d7a3750b541bf04e692dfa02e52e805d |
|
MD5 | 0b6514293aa80da03726daa414da2495 |
|
BLAKE2b-256 | 12d6f9ecc8dcb17516a0f4ab91df28497303e8d2d090d509fe3e1b1a85b23e90 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 636.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82a68a25a08f51fc8b66b113d1d9863ee123cdb0e8f1439aed9fc795cd6f85cf |
|
MD5 | d3992019da77404285c448adb0c51821 |
|
BLAKE2b-256 | d5f12a572bf4fc667e8835ed8c4ef8b729eccd0666ed9e6db8c61c5796fd2dc9 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 640.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dcb1108449b55ff6bc0edac9616468f71db261a4571f27c47ccf3530a7f8b97 |
|
MD5 | e43cb1a96e94178a63fdc9e162099d80 |
|
BLAKE2b-256 | 128df248691502cb85ce8b18d442032dbde5d3dd16ff2d15593cbee33c40f29c |
File details
Details for the file greenlet-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 628.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0bc5776ac2831c022e029839bf1b9d3052332dcf5f431bb88c8503e27398e31 |
|
MD5 | 41cdd026ea67c11965e69ccb3cf1b952 |
|
BLAKE2b-256 | ff40f937eb7c1e641ca12089265c57874fcdd173c6c8aabdec3a494641d81eb9 |
File details
Details for the file greenlet-3.2.0-cp311-cp311-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp311-cp311-macosx_11_0_universal2.whl
- Upload date:
- Size: 268.6 kB
- Tags: CPython 3.11, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b99de16560097b9984409ded0032f101f9555e1ab029440fc6a8b5e76dbba7ac |
|
MD5 | 7dc967a40b1d175563e18f2bc0fd29f4 |
|
BLAKE2b-256 | 2dd30a25528e54eca3c57524d2ef1f63283c8c6db466c785218036ab7fc2d4ff |
File details
Details for the file greenlet-3.2.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 295.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29449a2b82ed7ce11f8668c31ef20d31e9d88cd8329eb933098fab5a8608a93a |
|
MD5 | 89c3586e07855f72c5ab174107e8b15c |
|
BLAKE2b-256 | 0ad614648d06627db2db62d633d5d6af96866cea7e38b02b8e4992cd33c58e00 |
File details
Details for the file greenlet-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b986f1a6467710e7ffeeeac1777da0318c95bbfcc467acbd0bd35abc775f558 |
|
MD5 | a9c3c2cce903eaae90b98996f29ff142 |
|
BLAKE2b-256 | 95c4f9be6264cc19b8ea2c868e1a0b06546de7da2aa296400845cd4abdbb877b |
File details
Details for the file greenlet-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 844acfd479ee380f3810415e682c9ee941725fb90b45e139bb7fd6f85c6c9a30 |
|
MD5 | 4ad775904464b5cddde6774b7e36c80d |
|
BLAKE2b-256 | e92053a45e165c228b4d490a15918377a6ef16cf4ea9ddf5974d4b49e5c81650 |
File details
Details for the file greenlet-3.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 580.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2919b126eeb63ca5fa971501cd20cd6cdb5522369a8e39548bbc73a3e10b8b41 |
|
MD5 | 5775e6d5078f0c4ded4a9a49db15d911 |
|
BLAKE2b-256 | 5654a4bdefd2664382c7652fde5d7c2d8851b88161c65fbeeed15b351e5d9fc6 |
File details
Details for the file greenlet-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 631.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23f56a0103deb5570c8d6a0bb4ddf8a7a28931973ad7ed7a883460a67e599b32 |
|
MD5 | 8736c3e2241b571ed5c1e23e434851be |
|
BLAKE2b-256 | 2cfb6868c1c796ff6f9893d5b312c36c6c9d31c8be98e435210bfe1e5e6f8624 |
File details
Details for the file greenlet-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 632.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d97bc1be4bad83b70d8b8627ada6724091af41139616696e59b7088f358583b9 |
|
MD5 | 02340e899f63a52544658b224a4ee03b |
|
BLAKE2b-256 | 5ed8dc3e8157b045423f75e2fb327d4c6f20246b5cc12a09f0c7f28860be5dea |
File details
Details for the file greenlet-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 637.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3f32d7c70b1c26844fd0e4e56a1da852b493e4e1c30df7b07274a1e5a9b599e |
|
MD5 | 6d7737e87629bcf968267ff72f4b3a0a |
|
BLAKE2b-256 | 598a70b63c74b3e27df7827777e206395ee190a0cf8f85cd1b3674b7992651f1 |
File details
Details for the file greenlet-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 625.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60e77242e38e99ecaede853755bbd8165e0b20a2f1f3abcaa6f0dceb826a7411 |
|
MD5 | 57847b66b05fcf157e76bd957aebf204 |
|
BLAKE2b-256 | a3a77ec4461f7a6a9f8963f2be793a99763e9cd66bc07599011620a75bb3900e |
File details
Details for the file greenlet-3.2.0-cp310-cp310-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp310-cp310-macosx_11_0_universal2.whl
- Upload date:
- Size: 267.4 kB
- Tags: CPython 3.10, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7a7b7f2bad3ca72eb2fa14643f1c4ca11d115614047299d89bc24a3b11ddd09 |
|
MD5 | 81c82dae538e01e73fa3c862640db840 |
|
BLAKE2b-256 | 96bd1d330ca53f844c463cb63cf4ca1ed1798a50b8fd1e1db576cbb473b8c1b3 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 294.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b162de2fb61b4c7f4b5d749408bf3280cae65db9b5a6aaf7f922ac829faa67c |
|
MD5 | 8b0ee430a71ed6617c30113556c82fc5 |
|
BLAKE2b-256 | 7b9d7448f8ba7cc29c7113aeb06b70b28be910a3d19a112e5c56885cff7977e5 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-win32.whl
- Upload date:
- Size: 277.7 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce531d7c424ef327a391de7a9777a6c93a38e1f89e18efa903a1c4ba11f85905 |
|
MD5 | a4f55964d3646058718715699b172050 |
|
BLAKE2b-256 | 9896c44981a880025a1731ac0c5d83bdb36b1a184c59266c22a4d19041aef19b |
File details
Details for the file greenlet-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b3538711e7c0efd5f7a8fc1096c4db9598d6ed99dc87286b31e4ce9f8a8da67 |
|
MD5 | 4c3d30761afc7f14188927de0f2045d7 |
|
BLAKE2b-256 | 1efe4c2daea17f56d41df38af74a7e50fed718a618bfb7e86ac9399560c48d97 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cf89e2d92bae0d7e2d6093ce0bed26feeaf59a5d588e3984e35fcd46fc41090 |
|
MD5 | 3e04c55d86c19ae7ec4e7a5b7546e570 |
|
BLAKE2b-256 | 4b8abf0a3c944b446716954a9a6f97f51fdd64ed38864d4fba16835e95be0f06 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 579.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2688b3bd3198cc4bad7a79648a95fee088c24a0f6abd05d3639e6c3040ded015 |
|
MD5 | 275b6642c2534279549201f71f659f43 |
|
BLAKE2b-256 | 2868bba631f01f3a4df8f45fb4cd3888c54a113829df0612fc380bef20d35664 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 630.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 598da3bd464c2cc411b723e3d4afc27b13c219ac077ba897bac88443ae45f5ec |
|
MD5 | 03cecc7605f53eba5b447f658573d436 |
|
BLAKE2b-256 | c5063d98e958b27c06b23c531761eef75f2efea7c3a446ab1eb57b70bad8528e |
File details
Details for the file greenlet-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 630.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fd2583024ff6cd5d4f842d446d001de4c4fe1264fdb5f28ddea28f6488866df |
|
MD5 | 3a6e02bacf47487063c15f333c180fd2 |
|
BLAKE2b-256 | c0c5ec035ba7b6c66b475ac12a06d544cae211d65afb6ac3af39215d422bf679 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 635.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78b721dfadc60e3639141c0e1f19d23953c5b4b98bfcaf04ce40f79e4f01751c |
|
MD5 | 4bf2cd923cf0f65b43e1b3e6613e8f60 |
|
BLAKE2b-256 | 04e2df53870438ec52e9a1a0fe7da97d25292dd11e1626a13496e27c18eced0d |
File details
Details for the file greenlet-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 623.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6017a4d430fad5229e397ad464db504ae70cb7b903757c4688cee6c25d6ce8d8 |
|
MD5 | 5fce90991dded64e9c9a78f800279eb4 |
|
BLAKE2b-256 | 000a009c70774c23dd5c353cff5da84320f3c3e92a4e7ee39cf42e0ae2186030 |
File details
Details for the file greenlet-3.2.0-cp39-cp39-macosx_11_0_universal2.whl
.
File metadata
- Download URL: greenlet-3.2.0-cp39-cp39-macosx_11_0_universal2.whl
- Upload date:
- Size: 266.2 kB
- Tags: CPython 3.9, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4174fa6fa214e8924cedf332b6f2395ba2b9879f250dacd3c361b2fca86f58af |
|
MD5 | 7cf384ceed57add8c1107ddcf81d7bd3 |
|
BLAKE2b-256 | e63506d5fca767ae4660d0f8087bd0552bf7a70e590bad16d0dbd94e1628f4ba |