Python Bidi layout wrapping the Rust crate unicode-bidi
Project description
Bi-directional (BiDi) layout for Python, wrapping the unicode-bidi crate.
API
The algorithm starts with a single entry point bidi.get_display.
Required arguments:
str_or_bytes: The string or bytes (i.e.: storage). If it’s bytes use the optional argument encoding to specify it’s encoding.
Optional arguments:
encoding: If unicode_or_str is a string, specifies the encoding. The algorithm uses unicodedata which requires unicode. This encoding will be used to decode and encode back to string before returning (default: “utf-8”).
base_dir: 'L' or 'R', override the calculated base_level.
debug: True to display the Unicode levels as seen by the algorithm (default: False).
Returns the display layout, either as str or encoding encoded bytes (depending on the type of str_or_bytes').
Example:
>>> from bidi import get_display >>> # keep as list with char per line to prevent browsers from changing display order >>> HELLO_HEB = "".join([ ... "ש", ... "ל", ... "ו", ... "ם" ... ]) >>> >>> HELLO_HEB_DISPLAY = "".join([ ... "ם", ... "ו", ... "ל", ... "ש", ... ]) >>> >>> get_display(HELLO_HEB) == HELLO_HEB_DISPLAY True
CLI
pybidi is a command line utility (calling bidi.main) for running the display algorithm. The script can get a string as a parameter or read text from stdin.
Usage:
$ pybidi -h usage: pybidi [-h] [-e ENCODING] [-d] [-b {L,R}] options: -h, --help show this help message and exit -e ENCODING, --encoding ENCODING Text encoding (default: utf-8) -d, --debug Output to stderr steps taken with the algorithm -b {L,R}, --base-dir {L,R} Override base direction [L|R]
Examples:
$ pybidi -u 'Your string here' $ cat ~/Documents/example.txt | pybidi
Installation
See docs/INSTALL.rst
Running tests
To run the tests:
pip install nox nox
Project details
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
File details
Details for the file python_bidi-0.5.2.tar.gz
.
File metadata
- Download URL: python_bidi-0.5.2.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4f208078530ab631fd623741d7cfff1394c97aa764f4375bdd4ff2e007bcc88 |
|
MD5 | 0c6490355a77631a6204b381a827a735 |
|
BLAKE2b-256 | f07d96bae744dc4dc7b1c4f3e3525894b52fb7c984fbeba1a0b2dd5fee8c1063 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 441.8 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c964862933ac5400d87d82427525827a9ac9e03404115b009910902298f5020 |
|
MD5 | 6139aeaf5143d6c60b52454f99a9d3d8 |
|
BLAKE2b-256 | aee71dc5b1b25d382637f4e45f5f27c833bf051a67bd86528d6d7272835102f6 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 462.1 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208458aee63cf2f850aa59d3d31d7c54ad3336803f35fd11e8a29909a33cffa3 |
|
MD5 | 1fdd68add5ca85bc3a19e3f35177927b |
|
BLAKE2b-256 | 6288f945ba76f7ed47c29e1c3b4305af0e51dba9153d7bc8974ee2b621a2a7c7 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 539.4 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51197f002f2051afcdf4246b4e0254fa68cbb9f1e9867bdc674dfd33df842ca |
|
MD5 | a81f84bfc4f13f1d1debf5f35f764ee2 |
|
BLAKE2b-256 | 16c8c4074a6a0099cd8ba5b621fb7321e18574a86016c62869bf59a7c22e50fb |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 458.2 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46cfd5bdd31210f9a9ebdddeaf0bc67e610ab02ad6651c371cb9d4e70011aee3 |
|
MD5 | d1ce66b56757902895303fa9fb6bcd78 |
|
BLAKE2b-256 | d22363f6acc5ffb6efde58461d949ec3f0818dccf1e891e30d82b930349ce5bb |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 271.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89c1cc47825749f2edaf37c9b9f8652a3949838c8557d11e0b247dde21f5fcef |
|
MD5 | db1e2cc4cbe123c2cb93102c63acd1a4 |
|
BLAKE2b-256 | fbbddb55b8d2c3112e9cbd01e14b2cb27f28e7ef94288c59460bf1e4bf5e628b |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 310.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf85997065cc37bedc8cc1230d8fc5f9345b8e699026b0fd7a1863fb5f81245a |
|
MD5 | c84dea6dd2e1bc6c16456ed01650cddf |
|
BLAKE2b-256 | f6b57c02c878001046105d713109159a169281234593ab0b9ec16f3e0a930b89 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 305.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b528221dd6b7d21c894054f416f98765d6be7e0cb68dd09dd1d1461b0ee781d |
|
MD5 | 59c5cefe317787ab63d21ec14b01d1e9 |
|
BLAKE2b-256 | 792555627a59293201900d01998deca7a226ce4a59dd983ec9f0f159ed0a6df9 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 277.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d5cf56237b941fa51220bb27b3d9029af8278ceac11aa1d427d554e9f8b9ead |
|
MD5 | 5096c2c9b6fec0cf19d708878effa543 |
|
BLAKE2b-256 | dc9217bf02e67aafbc539ebd6fdc2fc7617e23a1169761575949647e67885361 |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 280.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1d314e46fee4429f5374f55ad7e59a8252accec629ffaa190b673f640f77373 |
|
MD5 | 8573fd2fc70a50b564bf10b7a4ae229d |
|
BLAKE2b-256 | 94fc137915f49d593205034f5df5031d3db9a740af2098591213d893bbe4dead |
File details
Details for the file python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 282.6 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 142cccd3a84992471f5ca2e6410bde9c060d0165b01316a838b81b414c9b59e0 |
|
MD5 | 768548c94a54c858471488bc2ea5591a |
|
BLAKE2b-256 | b184b733393e488964c47dec1987530985b47a283767dbf3a077607ff15b7dfd |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 443.2 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e703cd570920e60f71b93ed4a89f5821878f6ea19f2ac367f9bddf18653d831 |
|
MD5 | 47d0845a761c844904e76788efd5d436 |
|
BLAKE2b-256 | c4675d40ab6c19652b4ed51ba374043feb5119776e1249af2bb1ed2d28248918 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 462.9 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3048c5252a0104f8f8c56a9d5dce13dbf04450e693636ec265d01f9a226fd42 |
|
MD5 | e14812d229014a91211ca3238432da19 |
|
BLAKE2b-256 | 8be12602b643be6eebc506082d12895d3e7a5c6a4b9d6c1df69c890358aeb807 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 540.7 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfd6edc5003a38cb9b8401ac4522dd518bbf377261bfed78123f58af782ae99d |
|
MD5 | e5c889c057474f9b209ec74ab1504d5a |
|
BLAKE2b-256 | eb284bbedaa51e8a8f67c163c626aa0f7c09e44452889f8a9e73749a52318097 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.7 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 064dcf7d1ed40e2fee9bc042a86b0422cd004391cce80ad24e4b862c88ea8270 |
|
MD5 | c1a6710251f062e79038f67a1c117859 |
|
BLAKE2b-256 | aa6da068294d51e3e020f137473d6dda4b5af52e528a287f5dae167219287461 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 272.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13a4b36001ae5076c77f7ca239bba7b8d264d43f4f522282cf9b84c6eb92d857 |
|
MD5 | fe0b7ed15b5e0c8526c28f1da4764c9a |
|
BLAKE2b-256 | 7bcaaf787f47b0c46c7104816880d3e841e28d719913acc6db076822d71206eb |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 311.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ff91b6bd1bc9cc144c227732347e5d2c95307322fcaab683e5b489cd4f688f |
|
MD5 | 60afd46b6685f365ecbfa652e424b800 |
|
BLAKE2b-256 | 30a1ad51883e0efd4cc7334ce310be0ad1ca084f2358f524f576f128195f07d6 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 306.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16b23d2a2cd670362f78a35814b0a8235cccea278c82274a657dd21ead67a125 |
|
MD5 | b937fd66ac6baf04b95e12bffd5e062e |
|
BLAKE2b-256 | 15ebda42f1ceaf1264cb4efa48e2790f6204b569fc841e531313c9fae6bc567a |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 278.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b41cde88bb6026905f444dbdce77414414ec7516e580bc19425b8098daa95b3 |
|
MD5 | 0aafc44818165bc32072604f71f398df |
|
BLAKE2b-256 | d4ff773aea93376e112ac1ddcbbfe0f20e2304b7c85360f2c9e8bbe83ccaa9c1 |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 281.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b9bd59b7e39972bdba669e703c677e197596c66073f89509e4125c961f3e2bb |
|
MD5 | 014213401a46a1a4f9153dcf2e67f1e4 |
|
BLAKE2b-256 | 05c1c28d964d276bb7086aee31a0fd0161bf5aa9f0dffdf166c203cd5fc74c5a |
File details
Details for the file python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 283.0 kB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b427b7902ac4baca8231ca63d8a80bf44e611e8ec1e63a3be55fbb83f69906f6 |
|
MD5 | 70f55c9d0d8d8de5217adf81eb9456f3 |
|
BLAKE2b-256 | 5b1b4b72c947e37fb64ed602cd5d400ed8afb422602e83380d1bc109c42aedd8 |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 443.2 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c3fed343e5690663d4df4555f8d6489278c6235c4c9707fc002e7457b2b14d1 |
|
MD5 | 28b453ba1669fa0683252d6c01f46d47 |
|
BLAKE2b-256 | c97fc382825064fd0e70ee39278db8e29089c25a0d7b00f961f2725072bc059a |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 462.8 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15f3f457affd0a4981e07f9ed0fb4611e6f120e1c1780434462dc0534df9f856 |
|
MD5 | ea36ca31e494b328d04be3991c15dc87 |
|
BLAKE2b-256 | 72b0d9295578f1f9d403e0fc33096b53213f2bb57ec050b0a05152541ec864f4 |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 540.7 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4a14e16b647c68b02aba51c6e5c2b5794215d003070d322f9fc82bd32d5d0e |
|
MD5 | cbe070fc7641f166d9409b0441a44dbb |
|
BLAKE2b-256 | 685ea175404fa83f5a4bf5cca80fefb1d0c4d700eb69708317d987d829a6c56b |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 459.7 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58de7a220a4901628da70b204ee5843609aa3b1428a0b9638e70a339345aa349 |
|
MD5 | 71b9237235105c4b787d0a2a3b756f46 |
|
BLAKE2b-256 | 80f42b6b476c0154c3bcf0c17bae95e824605316c7e9ecf406e3a6a8aaa03c40 |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 311.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c78b55f8fca512162e24860641bc0170820ec63dbc76485e25e5daa606d7942 |
|
MD5 | adc2dbd4de628cc32f1cba871d30fc68 |
|
BLAKE2b-256 | f769d91767cdccc925d343cd0390e5af16bf4641912100ace84d99f94d7734ae |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 306.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a7602411dc5f183448825a544652dadc1b4e00ae0db6c4b15fd511d67a3e8e3 |
|
MD5 | 3a544b55f98bf7a7495cf970f9e5a6d6 |
|
BLAKE2b-256 | 2f3d20014201e62f59ab1d7ebe0ef371427e1509cb42070b8f557b61db6bb6cb |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 278.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c0bead067c94d4a5342f67789a53a9bb778eec1656570e1d7b217f8c5a4cb7f |
|
MD5 | a0bece8ea5925c993419afa46acb3500 |
|
BLAKE2b-256 | c53f15453c1e7f17ee7650303ed3c8cf6543aadc5a307234263eb1eb09167eaf |
File details
Details for the file python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 281.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c035b522113862b7401814fc05f8d4cde0966e309bd24a11e420f01bc055e31e |
|
MD5 | 7c01c1d780933101d9a2e9a89eb82bfa |
|
BLAKE2b-256 | b3e0d9bad1c11af96159f2db8994542ce6ed3f581b8ec95cef0dadbe7056bf02 |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 445.8 kB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b369b8d953b79e37904c13a2d03cf45eadcc70ffa16a5ecefcd803e1803a6d0 |
|
MD5 | 665c72c2ee93979c09be8519bde02b13 |
|
BLAKE2b-256 | c8ce44c349efed2a60f9ecb05e16a5ff2ced7529661efc9bce3eb58b197844fa |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 465.4 kB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 093f1dc0ff6cc93e24d4d380285be935d45ba13ab411115dc9f969674f51ab13 |
|
MD5 | 4052bb0f9210ddd4529cee2f7f74a708 |
|
BLAKE2b-256 | be52ea440a2dfed8213d9c66a2a1dedef9120b5656fb076f086b81f1bf2643b6 |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 542.6 kB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 861fcf9649d21d267a222fb097c32dc27cd2da9d90066631004cd7cd7d5f865c |
|
MD5 | 082e7130bf2dd9edbc9f12e7470741a7 |
|
BLAKE2b-256 | d9d98cf69314ae3a519dc5d9d6d02e7683e151780e0609b5c3918c9162dfab7b |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 462.3 kB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faf7a9054b3f4f22fd0507afe9a126169a112103afbc61793a4b132fce8daeb7 |
|
MD5 | 39dcadda533644c3a121aa0d43e08cd7 |
|
BLAKE2b-256 | 39003da5a0be34d72cc2e962780ddf5edd9346daa57090c06bba0ae66b1c617c |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 313.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0876b5b9c487ef9d9c3d1c08665070275f3a3ff33676c3b663e09f587ddd3f2 |
|
MD5 | 6741b017b7f36717875114b2bc912933 |
|
BLAKE2b-256 | d3a76dd9d96a1793e8001c85fc39217a3f3da46542eac37c3a51269ff830f88e |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 309.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef2891284fdc510b48fe82f4c911caede7cb7a16f1cffa7f9979a2eee5074f93 |
|
MD5 | c8197eb7a891aeb3915e03ea693dd9e3 |
|
BLAKE2b-256 | ff79fccd83d99f394a1afae28094f688b954962814e235deaaee258735113c33 |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 280.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efe7aba22c3dd19ad08bac719523a2c4fc80b5692017a56dc3c7f9ca77f7f847 |
|
MD5 | 5ba34d805a4ee57cc373563b80ca55f4 |
|
BLAKE2b-256 | a1ccb374416a6c39d33db3638612c0f321a6a76ed2715a95a470684ca3f693d1 |
File details
Details for the file python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 284.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20a2312d52a722d7866341c0ef016b96d189f4a000a3977317288a15eb152701 |
|
MD5 | 32e9876df436a351b0f24d2bedc655f9 |
|
BLAKE2b-256 | ce9dd732686d8a2104d869c4858bbaf98acf750eb3735f0a38f20c327fe5ccf1 |
File details
Details for the file python_bidi-0.5.2-cp312-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-none-win_amd64.whl
- Upload date:
- Size: 144.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34f21fba4321f3e08ebb1e741cc5f096e176fea7d3c51d35794bba1007a3c1a0 |
|
MD5 | 3899a785e334e028a809f1fe0f3d2e63 |
|
BLAKE2b-256 | 40cbfbde311bb80e0b74bb2ebea8e2e479614aee54658344a0283b96a5f43369 |
File details
Details for the file python_bidi-0.5.2-cp312-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-none-win32.whl
- Upload date:
- Size: 139.3 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26bb4abe9850c1ce99dfd69540c670f30a47f7ac8b5e4dddf42d39438b0b588a |
|
MD5 | 2db66328e90c940a59c53f068c591e56 |
|
BLAKE2b-256 | e3bcdda0422140b004e09ba8bd6163b2c99815674d2f0f2922bd8a2b0fb47f96 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48c9c597dfaed28f8c0e5e917c71cfed0c3e59bf9af52e3a289fca19bbf0ab13 |
|
MD5 | 3ff89427514071be97df4e633ca09320 |
|
BLAKE2b-256 | 4d4391e7bbd6afcf11261ceb84e4a5d2b58e975f0d2621a0688eb5c3726155c0 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b410bc324b52921179d23a963b1e02708b309cdc2475bf81b3cf51a8877fb392 |
|
MD5 | 333ae6723e9c9413cfcc84cfd973c35d |
|
BLAKE2b-256 | 0e65e1f2d2ee027fc1beda46691cfdd9e748dcd22559e0da34fdcd995efda674 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438a625531a4a9b30393bbe8aa8547bb45d595c4c49605de39e3dc646cd01b65 |
|
MD5 | 8d423059a39d60e2d14f0d0244d02cdb |
|
BLAKE2b-256 | 055fc52bb441d8c1d7afe3c309c86b5c8b3dff98a8de7296c6a4ccfea825b4f4 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.7 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 544d3372e18cf9d6723f04b80d0f2a5591374d7a95261c247fd08eba8a601949 |
|
MD5 | ecf69e1d4ea18a88f62e943f462266e9 |
|
BLAKE2b-256 | 374c3cbaaeea919c67fe2d1c9661bad30e4174e4022fde12e2471d0ea44dfa07 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 865049e7910b2d27750240480fff4f99f70aaa25846468b922a8e99d36d54b14 |
|
MD5 | 13622c2ecc6683d32667a944f39439ee |
|
BLAKE2b-256 | 08db444686b45be03189d1c39c07eed12999c36da6a72a99571b7f8f2d84f4d9 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ea79956ec419567e9b1cdb17e66f5835c28365e4eac5ce5d1b80a030070a513 |
|
MD5 | b02bde29f4d9b05ddc7a8de61141f964 |
|
BLAKE2b-256 | 2a75dc31b7a40e4c11d3b72dc6d63dc6e9dad951b1baab29575e8812b202d369 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 304.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e81f3cf009a080b6d844755bf646f2b02784b519d8a7cd626110753671abebe |
|
MD5 | ed76e110c478a512c8af3bc48a525e1c |
|
BLAKE2b-256 | 358776d9f42dbb716d3ec191c2b45c85af25cbc7209538210d165615255838a3 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10acf5e6c1514bd871272108e3db8a87d2511b7ea24823720abd3ef350a8a854 |
|
MD5 | 6ca4ee63fa3282d9d408266ceb6a926d |
|
BLAKE2b-256 | 520e7f5c369c53a0bd4b659fc5b487806c4ecb72c6537698f8c87d4c214f1b0a |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3c5febec0236be4cb279ff11d18e64e5c4c3900c25ad4d68dbe0e2a2b6e5207 |
|
MD5 | 987874f500b3dbd191a4378b62f83ac1 |
|
BLAKE2b-256 | 069c2cf9645ae5645688a3f823d9517d59132b7319947f3d2a29b9046aba1b95 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 212d6fbb7cff8c7e061bdde84dabb94761b4c9b816ecd2d0164603bc9e07413f |
|
MD5 | f1801324950cf3f2a0aee3343e3040fb |
|
BLAKE2b-256 | 3404e79c40f31b782f42dc886c961b56b9ea82deff68998f5f40085ac73c79b6 |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 239.0 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06cf678d226b42554e7853003be6d95b7d7371d772f1a0f7c0e23fcb097abb59 |
|
MD5 | a338aa77b67accb0f529a8041e595be6 |
|
BLAKE2b-256 | 4273782ee46ffb12aeb6eb7680e16f853362960f801ecd1b712a0ce5851ed7bb |
File details
Details for the file python_bidi-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 239.6 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab75fa654fb3d19c6e6271dacdab2905833ddd2c37b9bb6b7a8511c64ddaf80d |
|
MD5 | a9c10c9ce9474fa013fd077b57ba2ab2 |
|
BLAKE2b-256 | d570cf7ca4142b1fdf75b2cbbc3883f8816c6d2463bd19b34a8fa4daac49249f |
File details
Details for the file python_bidi-0.5.2-cp311-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-none-win_amd64.whl
- Upload date:
- Size: 145.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd27fccc2145dc12d4ae2c2c77152761b8f597dec1d4427e62147804c2ba782b |
|
MD5 | cf025a58699acd0cc37a0107d75a0ca6 |
|
BLAKE2b-256 | 33a00b85afb0e67fbc6836c1b0105a8cce728f2d0b44a42b91c34547564fc584 |
File details
Details for the file python_bidi-0.5.2-cp311-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-none-win32.whl
- Upload date:
- Size: 139.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8b396635baa86240855f487198c5acede144c62cfd22349b2966f77297175b4 |
|
MD5 | 0297fb270f80b7ed38f253594b495b86 |
|
BLAKE2b-256 | 2e3f7bd6c3d8701aae5a1b360eb34d526d61e9226ba75a71b8cd58b0e001325a |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.5 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14ae2d40bc23c966a09d0044fa08d10c765b99385135cc9f1298f6415d4827a6 |
|
MD5 | 69b730a6e1e8295cb7d40aa2592826ae |
|
BLAKE2b-256 | a0f022a6efafa767f3a41518e52f407f20f658db0eac3662f487f2eb48fcb2dc |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cafb114ed8f2f4ba58087b55885795287d2a9f563bcd2eb17f08024ee5171ce |
|
MD5 | 6871a7f59aac46cf272e765b4df375f5 |
|
BLAKE2b-256 | 23458cb29bb203b79885e36c4fd5759e6105b465206a5f1ab32b18d89791ca37 |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eb47767275d9158ee6acd5900bbedfe31b2bebc3ac48fed0da005bd985a9a7a |
|
MD5 | f5762b524a9441148215dc0175488787 |
|
BLAKE2b-256 | 65b74fe9f6443c55a957d43189303d4d2169e29be29256bd4803ab6c4361d92e |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.7 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a97eaa7ef67bf448e4c5bb4d53b556a04232569c2dad634b1f2f87b8ce2a8ab3 |
|
MD5 | 61c7ef45508f9ce6ca36a6bac62f3c1c |
|
BLAKE2b-256 | a341b6ec7fa4e3e79eb0ff9bb1a61452d5aa41770278561ba51623a3c44661e2 |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e9088e9dfece97f5486003f1d691edf49f01eb7147597b59d0fcd919a02f732 |
|
MD5 | 9cd21df5329f55e49080965fc82e8a34 |
|
BLAKE2b-256 | 4607e91c43d163060bf58f8e57864da4de66e173df2a7c3092717dc80d444a9e |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03835b4426234d7acd5bd20b48ba88f8525a817cb508de17bdc2ad45508ce210 |
|
MD5 | 53be55df9504473dc34013870fa1ef9a |
|
BLAKE2b-256 | 924f9cd2395e2fd84eec91f232fceeaf3326384791aea7ef6a0e5b9d4f2e28ff |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 304.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0f3850e4e0a66be7b7e1e4950fb5d844d46e65c5b96eb8734068a2eced1f255 |
|
MD5 | 4abaab0c41c705b934849601949280d4 |
|
BLAKE2b-256 | 4b3e4685f775efc762367e62abf93e12c4e5aee54e39cb046d14a04067341264 |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6da80df5d550d981c09f770df5350e3ab7dc17860579f80492d229c5b8b822d2 |
|
MD5 | a096ed0ce634784209d821a50c8284d2 |
|
BLAKE2b-256 | d5edba1583ce9b118b75354b7ed577951d9b17d681a307fff878efd8483c840d |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af1781cb0015245efc707874861ef9471190cfd33d67943a49f667323d559c60 |
|
MD5 | ed94935424139e183827b1de1d952b08 |
|
BLAKE2b-256 | 7cfb4c81b8bba2b8007dedb6cc143d80ab07980b9e81d2c6d5f78639a5fbfba8 |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 281.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cff80105d0c7be86f6c2646171bd40fa65d06a98602f19e768d4302396898aab |
|
MD5 | d24b89f49cba3ede040f86e6c4dcbbfd |
|
BLAKE2b-256 | 53f035cbe4d98182f5b7ef73de3b4daf62d167d15b87d071903217fb935e228f |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 239.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 107b5f7f9e4ec7481fbeca973677c90924daac57657126407432bdcac154b2e9 |
|
MD5 | 306cd83e743d341fa54d9b4324800df1 |
|
BLAKE2b-256 | 5f19ad931a1984178ae1584b733cf7e74f681c9b3adc4f00c90e3eff9c4cfdcb |
File details
Details for the file python_bidi-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 239.8 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b22be1f912ea2cc878c392ba0193e45ce1e45c185be747975bdf604a176be6d8 |
|
MD5 | 9a1cf56bba2ed9fb7ee8ea5e09b627bc |
|
BLAKE2b-256 | 39f8d024f1846b4305981ce58683012382bb352f51672351c3f22fd5b09d7e31 |
File details
Details for the file python_bidi-0.5.2-cp310-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 144.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d151e9c9c8fb6c86a8b62ea2019519698475dbb17b94019a43de53e81bcc62 |
|
MD5 | ebc969593a7e969ab74ddc0f616e40b9 |
|
BLAKE2b-256 | 14a544ee0a96c6a53dccaf30a34979bfd603d438683506c8f56b6ba23cd6e35c |
File details
Details for the file python_bidi-0.5.2-cp310-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-none-win32.whl
- Upload date:
- Size: 139.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 332efebfa6809ab75ca74abd8f865348d386c60109c54a035386e09b21e95a8d |
|
MD5 | 97bde04452c486af89c3d5abf9838b1f |
|
BLAKE2b-256 | df254f34e10507d6738cde6dccb470e467a6d2e6957c66e2094c7ebed6e8fce7 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.4 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ee9c9ae7bd0a89bc5f150842e31292e28c67ba190ada7e526f20ec55ebcdda1 |
|
MD5 | 9ad4b86dfdc2126a18f6d8a346d00f35 |
|
BLAKE2b-256 | 3a5d7b7070248123e1cb3d2c5d4deee0968fc2f392069893aed48a6399dd9c4f |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.7 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a86774a4bbbdbf5902adefdd724da0c3180662c36a57feddd98a49320b20a2e |
|
MD5 | 89ca22bfbe42093c5ad8cb8bffbb0566 |
|
BLAKE2b-256 | 76ceb99c4b132c2e9f02cea04c640022893211d423a34c891ed0f6ca526f6e2c |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 538.0 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 558108d56b26299a672dd91db6107bdb21810dd71abd39b4fe3c692a0c763d72 |
|
MD5 | 0cf8169379fa795c21d99e68662c0d23 |
|
BLAKE2b-256 | 5aee78aa8600b532f3bc36a75b1e7df4470d1b9c231be8bc5d4eefe738bb3232 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.9 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00a6a39461fcce914a396abe002ccddd3f5422de690e1347eafad218bd9b2728 |
|
MD5 | 41199fcfae9fc72d1dcd90e88db48eca |
|
BLAKE2b-256 | 4c6aa684ed5db5fbf99326cda4f37d8a66693aac351d39bdaecf9bba0a1e7363 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff79b5e803ccf1bf5f6d2a8f23df291cd713fb86da632a9e666573f1145b4e38 |
|
MD5 | 2c71e2c8bc9f1e97a7ffaf5b3f66f338 |
|
BLAKE2b-256 | d34273b954e4cfbf05bbeaf4478c8bf36e0578b99987a9755b52b5a51347c409 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f643e30593c07e8c80fe4f6809152b53c285aacc376001caee52a5813187f05d |
|
MD5 | bae86a338e256be9db6bbc686f36efff |
|
BLAKE2b-256 | c05b47c53a010603e981609d323491686e70e5bf2933f67d77ac5b46a5479abd |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 304.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f173abe2f08d8f3d556e0a3de4bd470f7ac400fed217c6711bcc550efb062d |
|
MD5 | 786137acdedd327f9d47f9b8ba251068 |
|
BLAKE2b-256 | 9d6fdcefe945a7bc3152b1df9b78575767537bbd0e853bcac1d3215074bfabd0 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9164032aecddf2ea28c077922781ac4511fa48ce4f5aac02b729e4ba42cde11f |
|
MD5 | 5c91d95d8e1cbb780356d79ede7466be |
|
BLAKE2b-256 | bf07f4654d63efdd9b771594bcd57f7763c14fa00500585559aa0c118f059fbc |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 101b2a9723badd2f1adaa9bef9b23367467bc648c8c36f8ef618978db0895972 |
|
MD5 | f875d8d68beb9b90103258f30bf95082 |
|
BLAKE2b-256 | 84c03ca0f00429fde960e718229aa7995f3ec758bd8ccf218ca697334d2e5ecd |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 281.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5873cdf9486fa2bc02423bdc4823690abe187cd8526dc265e273c44b195123d |
|
MD5 | 136585b35a9946e70207407c89d365f3 |
|
BLAKE2b-256 | 9d48a3453efa1e6e15f0002db5fa63d376e831465b4d603541918fbde9824c08 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 239.2 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1805b065a43df1309cf8b5afffcc9f7771805629cd7ca6f66a61fb1120fa546 |
|
MD5 | e510866896a1845691f9811a460d898f |
|
BLAKE2b-256 | 67a7387dad5f011676686cc58facd55355645e05857cc5f7166e078abf138947 |
File details
Details for the file python_bidi-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 239.8 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ecaf8ccf3419b8754649463fc156b75eab365c819e030697e7e10dbf8bc61c |
|
MD5 | 64b1be5a6ea1b4b97112f7ed35ab7d89 |
|
BLAKE2b-256 | 8581c0373f830c1ba66ca565f2dcbe610369c15bb89f13b4c6feacf532fee008 |
File details
Details for the file python_bidi-0.5.2-cp39-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 145.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26a1e2e5eb4798b83d9a033074f1221aed3322c0e8b67d3d12457e5c49fa6d7b |
|
MD5 | f7d779fd77d3f69e7946bb2f2e49ca6c |
|
BLAKE2b-256 | 12f4d0cd71f7a64ad603911b22b4b8e4fd19e144c2e4b946fa55df860e271635 |
File details
Details for the file python_bidi-0.5.2-cp39-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-none-win32.whl
- Upload date:
- Size: 139.5 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff05b0151f239c2a06220a678e97a76e4209ad8884a545bc24f149ae902f514d |
|
MD5 | c418a0b20b454101f8ed962ce0996134 |
|
BLAKE2b-256 | 4c9ef1cf7c0d1c2575e0d7a31a0994c90ce8e133ef8f14e2d28042d98c5f9322 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.3 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62fb163f868931cb8b96b50282e17c4156dfe01364bb668d0a9a4c921d4192c3 |
|
MD5 | 077dbced482c3b46b1247cc89d48fc88 |
|
BLAKE2b-256 | 6f192e65667a531ddbb577f18f4f814f4d3d77a5ebbfba3ab7dfdcea40f116da |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.5 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f60fa29719f8d23623a959bcd3fc2816742baf34ae292e030d96a1f24b586edb |
|
MD5 | f6c52fab44bf13fe1df118886a6bf26f |
|
BLAKE2b-256 | f4361d609546ba756711d98646a6f3c09b859b0da6dc1631b9025e1c07438d58 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 538.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd29cf300154695513df29ac79b23cac4e062c2a53d072c47b0a8773684637e4 |
|
MD5 | 1ff6cc630975677c12b6a1516ea437a1 |
|
BLAKE2b-256 | 09810e2b6bb7f80c8caf9e540e71bb236bfc914f23f682a35ef22f04b0411586 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.9 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83635e2c57400b409540021f8ab1719cbbebb9837885ce56a5fe88e512cb8d32 |
|
MD5 | 0a9bb1ab0e3546b33edcb71d3f7241b5 |
|
BLAKE2b-256 | 826565443822e5cae26cffe0beab64dec73e2d235237751b6a9cc25b8d9391f5 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6ab47b8fbb0427590c53e2be0aebc77af0fe1d3cfee3bf12dde2134eb8e4936 |
|
MD5 | 4974c53cd0f3f641057d55e68e248b6a |
|
BLAKE2b-256 | a1ac3a5ee30444a982609619f5844fc06d3433348e7566ad8246c8168e5d44a2 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 342f0deca182810b12aba7318e8f130c8566ec4dfdb2d1aeddf0bb5003538bd6 |
|
MD5 | 32cceb412990dcce13403178ec605fec |
|
BLAKE2b-256 | 09e4ac4761b65e74245c620697d87a5734de8bf5d331007d9cf54c570095b4ab |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 303.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d625b17a37d07a01b9e165c72d3e7ddf73a182f28ccdebcafca8fcb18d5d3218 |
|
MD5 | 4a59ec67fcf4968a03a494972a7ff755 |
|
BLAKE2b-256 | aebcaebdc62bd0ab0ef45788af2f30e9569495a6284ee5108fda02a63301bdd5 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 078e22faf1d247b45189a609153e715544a0963024ec027f2c5e20e02f0d292a |
|
MD5 | bf6d24693b03ccf7ff5a700652f9a7a9 |
|
BLAKE2b-256 | de600f927c229eea613055b58b63a450971f2e244885bc2158611aacf0119f94 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f88c4cd584495a893935a0dc63fce17bb0793cfeb6cbae9b8104b9757927ee00 |
|
MD5 | 203c92b1f41a4fe8c522a0b427c80aa2 |
|
BLAKE2b-256 | 0f312c0b303ded2d6dfecbbcd84196d7d059614435c023f1dd23b0042bb52b1c |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 281.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9f7e86fb3c33bace82a2f036366d48d8d12221bfc6bdeec0515b1d8ea57d68a |
|
MD5 | 3d533e82653c0a04163367b87de58cd7 |
|
BLAKE2b-256 | ca86309f37862e2dea808cbb6a0524d7a67310967b4c04555b4fb15b6bfea597 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 239.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1bdb761c23f455dc6db0ff957a47e1aaaf453b0b544b27cfc8b132cdc156d6c |
|
MD5 | 905b6c6bada5fc21fa42a78d90126599 |
|
BLAKE2b-256 | 1edcc161709c1c613d38e232a2470807a4c453654b0f69a8547a864ab74ebb22 |
File details
Details for the file python_bidi-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp39-cp39-macosx_10_12_x86_64.whl
- Upload date:
- Size: 239.8 kB
- Tags: CPython 3.9, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34b605336ca9fc337fa3c10f12414dd49f00b6f8a4845b8775d8e310e08cffa6 |
|
MD5 | 0a3207cdef1374cb7343cde388126f4c |
|
BLAKE2b-256 | 436b20886f7412d11c71bbb27108686843caff426368f02f292b2e07b5e89147 |
File details
Details for the file python_bidi-0.5.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 144.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c67da91b40d8e0da85bd6e6d2cbf4a7b8b7a3728635caef1e8fbe9541971e351 |
|
MD5 | 528c13e0954d58c3a64197a500793260 |
|
BLAKE2b-256 | 169815e6c649c63f739a0c22d7978bc2dd0073e40d77b4adc2084bb4c77f192f |
File details
Details for the file python_bidi-0.5.2-cp38-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-none-win32.whl
- Upload date:
- Size: 139.3 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c487673903ed66e7fc38e64809ea798eca0b96ccdcc0ab8bb1c4604120a088 |
|
MD5 | 0dc34d407c2f53f90b758efebb3f193e |
|
BLAKE2b-256 | a534a4675dc8f110943f01c5b9ac1c776646b58dc54d4667f66081a22dc87835 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.1 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e55923d00a8685cf3f020de411fe6039df22a9d6354550b8980ee3747d3dd55 |
|
MD5 | 02f04b1fd26d9e741e1e16b1ef2b96ce |
|
BLAKE2b-256 | 715ed8373488c4f55b3b865dcfdf76837caac1c4a93c1d42ee43c52bd02c24b6 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.2 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a98e0d2faabee1e4067f31afccd33dbe674a012bb159416031a373ef920b16 |
|
MD5 | 137ef8c2a2ba4886e06c806b9e17a1b8 |
|
BLAKE2b-256 | 2fa5a879d706da14897d98f8be8c8afc852198834c3b6f12d13cc3f8f96d1862 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 538.0 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f69847a24522f93b5b2b3a401b2ca7d2aa1420dc38cc952971557cf95e1a9d7 |
|
MD5 | 750254e6e4a52dd68cebe331c43123f6 |
|
BLAKE2b-256 | ba5c73a346b9e970d9061e93981f99374f329230a0527f71d8f53f788f42f6d6 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.6 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7418622681ad95ecb8e5fa7b03d5258d7239449829f2631c0953d704b457113c |
|
MD5 | f731a26f50a4481c8ac7311fd3b6934d |
|
BLAKE2b-256 | caa4a71bb81345ec73a7e127cf8cf3dc27f034873ee7001924c5c107b2a0b713 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c4139334d2846cae6c53a2fef3bd186befc5a6532235fcb28544f4d392305f6 |
|
MD5 | c9bff31d1eb28ca12afb5f6827a7577c |
|
BLAKE2b-256 | ba54a26cf6d47dd5f631c7464c578b73d37e26ceaa57bcc590af0f73d422d51c |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbc7c4d73c2978d1a1cef9c394e33dc4e3ad4893a2da0b92d64b32543d1ac3c5 |
|
MD5 | 3044ec775c16e2346007e6084df9a2be |
|
BLAKE2b-256 | 44c23a3a8e7754018c6fa9765c91cd40c6f221317f6097e23b1a5bc3dc6511d2 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 303.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd8e7065493920b23280da9e6727f8d462d4188b9efbd45ad21ab7b5e1a3469a |
|
MD5 | 260307a0ac4260cd1b9952fd5a91ce1f |
|
BLAKE2b-256 | e00325cce38f6af62a5daa95772f3558bf9510efa0e14ec24e200a59e0579140 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25b20a2db8623361c2d0d461e716035cce1811431e3aec2a87a5f3f72d979650 |
|
MD5 | 054a19929c3972f68b8cd7099354c89d |
|
BLAKE2b-256 | 5e566bdcefddaed9b535d1ad8c696df98e9ec3062e8350ab74573ab819ad14b7 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86fb3765d5059c02dfde5863c700683a15cf18ef91e6a7bb70e87ede03e9ba89 |
|
MD5 | 834bdd59e708a652d80c0c2ad3d7dfe2 |
|
BLAKE2b-256 | 70b225f3e97b1ed34144652c2c1d005159e4e57259b17133e3abffeb52a223e4 |
File details
Details for the file python_bidi-0.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cbd41045227a403d324e11cbd0cd688e8ef4079629fe8a8e72c1f11dfba32f4 |
|
MD5 | 36790294d550df506ac9dea89dfa1a4a |
|
BLAKE2b-256 | ce9ccdac5be7042d5cd0fd3e7e378f864f60bd20f2fba0a80a04adb2a926b2ac |
File details
Details for the file python_bidi-0.5.2-cp37-none-win_amd64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-none-win_amd64.whl
- Upload date:
- Size: 144.7 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1de676ec871258318694a3ad9cb89ae308126e97bb625c1195c2577be8bbfd6 |
|
MD5 | 93fa962286c36ff7f7460ab251865ed7 |
|
BLAKE2b-256 | 2c24bb453bd9e91f3bcd0ae29f2ca41fb13d0e0b0cd382c475b0612a62b1c025 |
File details
Details for the file python_bidi-0.5.2-cp37-none-win32.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-none-win32.whl
- Upload date:
- Size: 139.2 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 525b620f169dad33080663ce2482b47040166addbbb10c5891be33fa0e13f630 |
|
MD5 | 0958ea746c29372daee618db4dab401d |
|
BLAKE2b-256 | 30dc222d03682d7957717a2587298e9c279e2abfe223325d5205722b52cc3bb7 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 440.0 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05d32fc7d80228a69b66e13673df60c6940f96be1e5aadbc9e2442cdab27d73 |
|
MD5 | a1ac772682cc8e3bd273bd847616ae67 |
|
BLAKE2b-256 | ace3a69776952b49e63e0b074e2c2848e4837af0c115d1c392c1f8cbcd4029c5 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 460.3 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4a6899bf45aab007363137b5f589acd25ec4b1194ac7028145dabb58765f70e |
|
MD5 | 811313a2c24e125fc8cf2491adfc4b71 |
|
BLAKE2b-256 | 8a42b3fb09d26bc4075a0433fb63db07af1b40b6bdb43f7ea37cde9b5216feeb |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 537.8 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b787c03668088a73463f0e4e4c1e226a2b4b76ef31ddf2892ee5d5408a0f0418 |
|
MD5 | e753fa759b7244a1a6cb097517b4131e |
|
BLAKE2b-256 | 395d21bbcac540aa3b63d441072c391a2f3156df86cd571c1f264d51088da856 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 456.6 kB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae9dad397d62005854125be4cdd4524280d87ddebd75f4998fd64428b0a00d49 |
|
MD5 | 8cebc5edc11116745bcd82695c39d84c |
|
BLAKE2b-256 | 10f49734ebd5e159e788f2b6d376ac1b70c6e8f7218e23321e6b42a1683ccf68 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 269.5 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69f1f022f3dce8f8ef033513a82e0f502b1be1c02cac72f9ba2a217b80a6d6a6 |
|
MD5 | bccd5d99b1e88c2fb3aedd009be669de |
|
BLAKE2b-256 | cb635e8541d7d8e9b354cab3900d09010e2fef633b22fab17642467d37f024a3 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 307.6 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d33f2003e6fccb0f8e6da3e9efb16731d2f42d53f035c7d7017186c0e156acd3 |
|
MD5 | 76c4efbf93236a828e3f8d75954e093d |
|
BLAKE2b-256 | 3733c9d9bd396d01eb644d018bcfab9717013a93e564b2bd05524eb122372790 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 303.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8abd936aa2b4256fdcb4b74ec3ee3b299cec73ccd64be70f03b9baef018ec8fd |
|
MD5 | 0c4c9fbb885bac0ca7257c770212436f |
|
BLAKE2b-256 | e210071623a2c4cc32400f039a2a99369ece464481bb46cf1e6ceb6fe37ac062 |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 275.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 076def695cc1e02086502657f0c1d158811086fa40eb69166d0e5e9acd7c2ada |
|
MD5 | 943e5244500afd45496b23f98a822649 |
|
BLAKE2b-256 | 240e6b0ae476462fbd190652ca9ced38329809805fdfbab8b4e086bd364fb24a |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 278.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f47d219a22527fca4d1d3c0d90dd8737747e0a525b4501b4b87652702c77f48 |
|
MD5 | 7a8b25beb7ef0441decf7624d7effce5 |
|
BLAKE2b-256 | 660f3bc3cacf695b2e5bdab866829e51220b3c89b4ab26967021b901dce945cc |
File details
Details for the file python_bidi-0.5.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: python_bidi-0.5.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 280.7 kB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2e4a6979d0203b057aa2e4e85378e9cc73752a706e663f90a055bcdb5219c30 |
|
MD5 | 2d117a287aceb81a2664322cf2d11092 |
|
BLAKE2b-256 | 54cb29d07466d96da86c71275ed0707d51f26291c196dee28bb370577bb68580 |