Web-friendly encoding and decoding library
Project description
endec
Web-friendly encoding and decoding library.
endec uses encoding_rs
(which powers Firefox) under the hood.
Installation
Requires Python 3.8+
$ pip install endec
NOTE: This project is in a pre-release state, please do not use it in production workloads.
Examples
Encode
import endec
utf8_bytes = endec.encode("こんにちは")
assert utf8_bytes == b"\xe3\x81\x93\xe3\x82\x93\xe3\x81\xab\xe3\x81\xa1\xe3\x81\xaf"
iso2022jp_bytes = endec.encode("こんにちは", "iso-2022-jp")
assert iso2022jp_bytes == b"\x1b$B$3$s$K$A$O\x1b(B"
Decode
import endec
utf8_str = endec.decode(b'\xe3\x81\x93\xe3\x82\x93\xe3\x81\xab\xe3\x81\xa1\xe3\x81\xaf')
assert utf8_str == "こんにちは"
iso2022jp_str = endec.decode(b"\x1b$B$3$s$K$A$O\x1b(B", "iso-2022-jp")
assert iso2022jp_str == "こんにちは"
Codecs
Please refer to WHATWG Web Encoding Standard for avaliable codecs.
License
This project is licensed under the terms of the MIT license.
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 endec-0.1.0a1.tar.gz
.
File metadata
- Download URL: endec-0.1.0a1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b51fb4e6c7f3716524dd76908c63b94253aa0dd89e2d4c270db41b429d6f4c9 |
|
MD5 | cba9393a2e6ab9131a8b083563d96b42 |
|
BLAKE2b-256 | ded2cdcab9cea73308b1c9c8ca6d3c2b90615c31824b8c681ad66c396dfbc869 |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b510bf69ca6f5c2f158bc0c80f42df23270d273c9ac777b28185a56109d0547c |
|
MD5 | 2d89b554b6208db9f29c1a4c2b3fa391 |
|
BLAKE2b-256 | 494b676b6aae9aa2ff513073a92c44069b241ffe4be57a0a89cd0427f8fc84a5 |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 774bfd9f6f0818ffe37585712dd13f84b2c00efcb7c2531a4b4e05133eaf147a |
|
MD5 | d32980dd40ea1f45214d1b17f3d35373 |
|
BLAKE2b-256 | 6d42779afdc501bbc1472fae01769acb5e739fd72512d312c1a52b705c0d5e3f |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 933ad8db73cc3192dacfe9787558037fa16787f701fd42d4e17781389624efd8 |
|
MD5 | f6d3c527a3febb259d0a8812c52ecbc6 |
|
BLAKE2b-256 | 2fafe27207c1a599016d3f1322401942d528e23680b71041a37e4f9daee3634d |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58444f30d963d34d619234295ed292a433b70fe99e6b0bfbc3e6820c45d65985 |
|
MD5 | 2de851d6845d8db44e88e09ad9ab1694 |
|
BLAKE2b-256 | 5774aa5b2b44823299dc7ff5694ce4b0ea21a88e3057eba733e19e9fe647726e |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 783fc981150d8808e134c0b7632189361366127ab1441edf8cc94a4154cef771 |
|
MD5 | ed6b0dbab4d5ef72786f92caad486143 |
|
BLAKE2b-256 | 33521d6f60753a426f96a69f33d5afcd6afd1657753e296b958ea136d3f44e68 |
File details
Details for the file endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a5ba8f9a952df73fa372ba602c71735ce6667f3462e5deb281f1c3eee52608b |
|
MD5 | 15f0cadca441b4419730fa174edca1bf |
|
BLAKE2b-256 | 85c4e5455ec5c21e33d15b7545bfd36f24986b7c6ec036cf73f04fec5b8bb5d5 |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abd6c016898cc100262ce1f90c9f647544fa266efabe19f89a31b141b57405b4 |
|
MD5 | 50af329167aee7502757e1c396b01be4 |
|
BLAKE2b-256 | aa44503bdd0c808c1bbc4af1cfec9c1e35ac59824719b9c8022bac3efaf6ab70 |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ad099346bf6caedcb346cae8b27a1eb14ec8928b3a1f3980a727ee89d52fb4a |
|
MD5 | 4c3ea6cf08eede1db9ad18ad48c3cd88 |
|
BLAKE2b-256 | 7ceb58f885176c278221a62972633506f9966a3ac3e7ef8acb9c2dbf40f7a22a |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1d470a2ec8a9112ef25ec1e1cca6d53c6c89be1428c5267f0127af7ec726cb |
|
MD5 | d800e0ac0e068f3cd44d0cbcde6fa59a |
|
BLAKE2b-256 | e063f2bc6249854ff587c54843b0a7f2e5c3d3c0f66d7eb74b295d326fbd968e |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1847f32ed460b49802c56c30fe73e200a9cce315ff60690576c137e126ca258 |
|
MD5 | 4f5f983770a5a152239b1672fb59bf2c |
|
BLAKE2b-256 | 1362906f5fba0783a85c1ca7e4ddb81b4a9021c7cfef6e7b2a07aedff2e0a1d2 |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8bb6a8f682f01185d611d8bc7684f66bd3e316adff57010d85ffb3ab03c9603 |
|
MD5 | d6aa3f29fd5b778cce6e966b149ec76a |
|
BLAKE2b-256 | a31e26f64783642d0a968158cd0eece2f3e435c2f2b8c21805ce69f25ec99eee |
File details
Details for the file endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63bd8e5d237fc67e277f74e6905e7da903cd68db982ff6e9e153de93841b14a |
|
MD5 | 2f10275088182b075e01f22cc4272f18 |
|
BLAKE2b-256 | 8416d5806b99abc24ab209bda39c5b6f4e36554726533948cdcf79280b4ecf09 |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec2d4027f9891ff101dfd975933495bc4fcdec96b98e1c2873222f2660b9130 |
|
MD5 | e7226419a067398f384df2fc961bd111 |
|
BLAKE2b-256 | 4373d60a92204874e2685c2a7409240ec83a8f49c8e9b0f8b2eeda3f49651a04 |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe80c4f64479ce16404a475afdae22262dfa8ae5122c65760af4cd3978b47255 |
|
MD5 | 5804bedb3ab79178c0ddf001d686d896 |
|
BLAKE2b-256 | 07a43020805b942e9d9a9cbad2efa810a7675cb73eb5804e6ccbffa3c996b66f |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc862d29a4bfe0b9482849c123c293d6f507f7acc1dc6c4a0b284ae998ea01c7 |
|
MD5 | ed3a064ceb7083d5274fae42a6eb0f4a |
|
BLAKE2b-256 | 89f077665fada3c233233bb006c6dae039dcaa2411e470265f31c4694f582142 |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98cf9f4014188bf5cd2972ffa2f5267ddb88ad370368f39268b27623fca398a5 |
|
MD5 | df386885d8e89d5e940f17ea6c1b7c4e |
|
BLAKE2b-256 | 6f3eeb295d1d81d6f375abb04c3d1257ac6b3792eb249f7e8c429909680a92a0 |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57dac96bd4947e38cbeaa634f7d2ca84fd360878eacf7dbc1d4b71ceaad58daf |
|
MD5 | f5e1024ab689eb848107b5f9d3209e09 |
|
BLAKE2b-256 | 217bc7f4f407d4dd4247d0e468c420c72423f086341ee46fa0353815c6339254 |
File details
Details for the file endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f71e37715953ac482341be12da40b262d3cbe0fc3ea3bd5929102d5b30ced7a |
|
MD5 | c8480ef241503d9a49be627a266b4067 |
|
BLAKE2b-256 | 4d95414315ab2d494679f4157df50f9331b0e03b27e869457da1110fee9374d5 |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20ead0d888f2040eeea891c0e4b8d952e9ec468385769803d67f34d1a7dce066 |
|
MD5 | 2821f626338b9f900ccab41c06a62f84 |
|
BLAKE2b-256 | e9eac9ddeaf309a07c68fb0f430c13b16d3dd99cf9941121aa349b927b03907f |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa869a61a321eb0a9a07e17d4bf3beee1a46680eb7ee3caae912561bb36d1e8f |
|
MD5 | dbfdb76c5d49e580295efc9ca1f39f21 |
|
BLAKE2b-256 | b6c7affa061c713988e0709804df0cfc4a670f2aa2a96212d554abd7f1719e01 |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3a94da86b03b50d351498ba81cd5c88a18a06f21b550b1959776456c8beedb9 |
|
MD5 | e421ff0ce7fbddbdd00f0c21534239fe |
|
BLAKE2b-256 | ebc886cb04cd33b153f6e9e877430ad0db3ef748505471e8fe630c6f347ffaff |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a40fb1b826e714eedd7ecb630de6820ce6a563797728e0ee4f278dad83ce0aa |
|
MD5 | 17c064468594825060e1861452949dd1 |
|
BLAKE2b-256 | fdffa3d477f44c220408b17fade4efd6d11e7f1c0b65165dd9feb4c1c5642965 |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5204b1994ef9a72e52cfe45531cae9498162287461a938da45ad0b7a9d1e0b6c |
|
MD5 | b20ae8c29587bebecd46c4a586884bab |
|
BLAKE2b-256 | 9ee07079a75f7017dcbf9802ff079580dce80c8a23c4ef0109201d239bb22053 |
File details
Details for the file endec-0.1.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb35e28d239162abada697de2ac076f604f11bffba8a92b7e61a2cb9c549b378 |
|
MD5 | 8ee6642e7ada318e0c2d0c6ebacffc83 |
|
BLAKE2b-256 | 7da290a2de35ed9e0077a4a12509a5e4e35c930a517749778f62a4ac7f9ff92f |
File details
Details for the file endec-0.1.0a1-cp311-none-win_amd64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-none-win_amd64.whl
- Upload date:
- Size: 275.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7b90a80011d0547c4b97c988f9d4f6bada116c3af8acf92553057d4339d005c |
|
MD5 | 397401d74b4734f1c6fecbb31fd97f3d |
|
BLAKE2b-256 | b9a9a49f0d6b4ab51640bd89496842ad7dd469f47686c3f986763c119c870070 |
File details
Details for the file endec-0.1.0a1-cp311-none-win32.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-none-win32.whl
- Upload date:
- Size: 267.9 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c259c444364524e53b2d581af12bbea6de2b9ebdf1bdbb6f95bc022a3c1e802 |
|
MD5 | b26b0685faf9207ec1f7d2b27c252c62 |
|
BLAKE2b-256 | 039fac2dc57f9d7c07c5a6951bbab031f6859b521372b1378967b34767d8a799 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9470dd5b631af7f15fa57c89dc154d20c383f8baa878f349870ead05e7322c2b |
|
MD5 | f4b7ed5aff07f118a85c3b49d6256c01 |
|
BLAKE2b-256 | a5ab6745520365d3767a67bf1b437817116a5763d35077fc7fdfcaceb24b64fa |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc0e84ad7c4a9efd147b4070131a88ca977fc516f0b00df32fe7304aecac273a |
|
MD5 | 0c29b47f9418f5f90e89b54238eba12e |
|
BLAKE2b-256 | 13250b137a2d25eff877b9b79d586c0724b4046cfdd1fdbfe70081678673d765 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1d5ff374e759ea518d897ad03b98c3097a0ad98766f605224fcefe5fb0486d7 |
|
MD5 | 48a38c83b62e9e2d643efac02d864118 |
|
BLAKE2b-256 | 53a0f430f298b3d66e8445af927b63fe7d6eb8ba98da4c9871bf569995b79d13 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3505a409a355ca8fdf5dd9acc285edf581743c0dadf2b88cad66090d4a76a1a8 |
|
MD5 | f1c221f7b1d0cdb6912930bf7509f155 |
|
BLAKE2b-256 | f3639893533f2e8c89023fb3306deb8b7defe02c52786e646f29167f3dc20de5 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c8d7df2fd52a33945f253fd2c2f9266568d8148491abeb95bc0c0de715bc949 |
|
MD5 | 086075683e64ccae509bc7e685658a3f |
|
BLAKE2b-256 | ea515fcb829ca2670919aefd95de61c4155cc53820445b59008c8b2ba61f328b |
File details
Details for the file endec-0.1.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc0fcb480a44210141fe986f98172789788c5fc3895ea924a9974f50230d263c |
|
MD5 | f28bf820990a5b6542dc5098b98b96f8 |
|
BLAKE2b-256 | daf83c75bd31d7e24bc6a40d414389934493a9487a3e15d56a8651db425c1dd4 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 406.4 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae78168671c25c875c34aaf1df12836c378ceebe82cad648ddc2da833cbc0e4 |
|
MD5 | 047ac94587e6ff0d869384e68d75e69b |
|
BLAKE2b-256 | 0f81c6e7bdf7ae73b6a325e8e2b756335b1ef4ea1236e237116ba04beaed3d40 |
File details
Details for the file endec-0.1.0a1-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.0 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | caed9172933cbaead6acc9ffdd2341928ab19b59029ca8fec8688f1727ec6915 |
|
MD5 | 79511808ab04b528eba57f196cb96360 |
|
BLAKE2b-256 | 0a6f249b5bc83bcf8eb3662174e8a77160dcb85a026b37080928a3dffeda4d3f |
File details
Details for the file endec-0.1.0a1-cp310-none-win_amd64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-none-win_amd64.whl
- Upload date:
- Size: 275.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d6f72aac412a081e55403fce4c5143c25ad43d32f5b6c08ec86bb37d6293aaa |
|
MD5 | cdb8886b998868909d498743df9a9209 |
|
BLAKE2b-256 | 0f5961a979ef5c8c3ad11e7befe739f33567acf2c3a7720fb32ab30f75ca0d51 |
File details
Details for the file endec-0.1.0a1-cp310-none-win32.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-none-win32.whl
- Upload date:
- Size: 267.9 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22a0e47d9018ff6c74892c108baa5106e19eb9e6a0440f23b85120f5e2978759 |
|
MD5 | f5ef89b1bcfd4c57a50deaa3810c749b |
|
BLAKE2b-256 | f4eeba844b21600559da0d3bb6d5437750c850d2b7bfe3762ff18af81ca23f60 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dc386d7c5cf9ef5b7be7f6b8c9b67f3d8b9732154b9b6b584be5fb30c245a32 |
|
MD5 | e2298902630ea6c88c336266b3b36612 |
|
BLAKE2b-256 | ab1f676adf55efa472c8f619061c1013bd36fcfd1d8396fa2edb18fd71317128 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dfa261875a219eb8043ba7ad82e6844609373775d01712297701df60e05e491 |
|
MD5 | aff53b81e84c7f42566f80c89f4ecce4 |
|
BLAKE2b-256 | 2f529d1dab2730175bf0c01079036a234c71fdee894943505b629c0a111e0d61 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 034a994af02cf94a9fd827b57f7a4e43af39e84f8c63a4d62685b9dee9095f54 |
|
MD5 | 2d9e1c64cb64aa075f02a8edea817d35 |
|
BLAKE2b-256 | 1c7c799d5f360c1094019bb5f27114dcf27043cc97a7b6f506b87cde0e1124f5 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6fcd41a87f48ff0c2203a36470853bb81184e86a62818085052751a61fb062e |
|
MD5 | 8ee46c5619b8b276e730a02f95791f13 |
|
BLAKE2b-256 | f4321082a18f4ed460d60baa6dcb94e6f1490887a2d14110ae85570649e254ce |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f152aee5a4d6aae59a396f904f8e420cdd387206e795776193bdbb1d8d8a586 |
|
MD5 | 167646cb5f812e6a414b1927420b465d |
|
BLAKE2b-256 | 8331fa7f4a5ca21b11ad0edf82d1f7e5462bedcf16e44fcf11a23bc2a0641961 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 137e4ce579a2ba4008114e71801763915ec1cdf7903b732524f7ce21c00d5155 |
|
MD5 | c1cdc572d871f5269c8a44d604fdb05f |
|
BLAKE2b-256 | 47c40c09b5ba205481743546cbd58056d7abe312ad590a38a83d818ae9761a70 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 406.4 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d387ad3725e1d277e0b773dcac49b66af9361192d82a220ac3f13a77db02595 |
|
MD5 | a26e6ececdf709e32b83832c87fd0ec7 |
|
BLAKE2b-256 | 8b8a375cb3e2938c2accc9507df3c7a5a441135cb9aaae92ed3bd398da9dd8d5 |
File details
Details for the file endec-0.1.0a1-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 411.0 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0a7434a5a0f887de5b3916616013b1e3beac1134355dfd4735f4854636cacec |
|
MD5 | 1210c42be71b3fb4881fa33bfdac9397 |
|
BLAKE2b-256 | df4866954bd60a9b419939fadb7ebfca69d077b5e2ca4de0b7e68f5138fe9be2 |
File details
Details for the file endec-0.1.0a1-cp39-none-win_amd64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-none-win_amd64.whl
- Upload date:
- Size: 275.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f434908a58cf73abde78ee79477d3f34e157ae63faea41d9aba5c694451d7989 |
|
MD5 | 2f77855b35fedd5d336aba0a8ebeedae |
|
BLAKE2b-256 | 3aeb76e6e79e498d91047a1d18befbe050404b019ac6997722171d1cd9831e68 |
File details
Details for the file endec-0.1.0a1-cp39-none-win32.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-none-win32.whl
- Upload date:
- Size: 267.9 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9359689ceb7cf271d3d9616b50c63cb30adac1bd8abe2c1dc8887958b06e923d |
|
MD5 | 3aa7f8885c859a3dd3b5dd67c25463a7 |
|
BLAKE2b-256 | 3c340f18e2c536f25e7e44781fd2e1c5b603887ce07ada6eb75d15ba0732203c |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae37d0f0b2690c0624cbf7f76ac648a4709ffab132c74bf4dcf7315b41dd605 |
|
MD5 | 5347dbfcdf6e826569919c28a1b3d08d |
|
BLAKE2b-256 | 5aa5cc014ba25e154c6dce52f74a079d3718d17e82c9add63a20db133414f40d |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ffb45ff88c3d3fe84909b005d4a3e915a86e20af3c0b1b4b53005a8f2880c6f |
|
MD5 | d4824983b28099e6bade6d03f5748589 |
|
BLAKE2b-256 | 09594d11362a7358e2dba0cef0bceabf49fea5a80f50fd60edeb11b35a3e5c18 |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e42d2a23448c9efda3dddb7f7a59846fba0888035a8a1feeae66797acc04eb2a |
|
MD5 | 4c41d74c7f2f7fed1559d1c739717f23 |
|
BLAKE2b-256 | 28f530e2284860a9c83f9c33c6ab72c7471a05fb57ee078760db9dac0f564744 |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39388c0e95d1619c635b07b875925c4211e492a0687c6b9f8fd9369a19afcb93 |
|
MD5 | 20718a2bea55ee915b84cc95435b491f |
|
BLAKE2b-256 | bd5c55b75f791e38a9023ec9ef99c5931cc1346e0f1bef808d2c86bc840ba694 |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36278b469bc8bcb3c55a0d27ee0c65a42e3ab74be7efafb823d117e12d11ee25 |
|
MD5 | 6359e02addd783047cd3236337bc0083 |
|
BLAKE2b-256 | 2bd1e67afa1f764aa581d55fab36be4595abc809a7d26f13a394b6311aaa6cd5 |
File details
Details for the file endec-0.1.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 921bbc6a4935c65df8ecf32ab63b51fd29ad7f54fefaa3bd849bf683ff4a7318 |
|
MD5 | de52ef95b451f3f5562bd97e165cb241 |
|
BLAKE2b-256 | 213d549b59511eb88cd0a48bd83f32b30d167e56e32cf2fb3233835366579510 |
File details
Details for the file endec-0.1.0a1-cp38-none-win_amd64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-none-win_amd64.whl
- Upload date:
- Size: 275.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0ca36597573c0801e73b7e4eb839dda4c4f089fdd16371a86e200471ec1e27 |
|
MD5 | 60bae7b4e27d67e507a7abcd67d6f446 |
|
BLAKE2b-256 | c854bb639ad80d3f58fc503faefe96092d76865e386373bbf9c2ce2d44db7758 |
File details
Details for the file endec-0.1.0a1-cp38-none-win32.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-none-win32.whl
- Upload date:
- Size: 267.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad2b2716ae44f94b686ca0fdea53408deaca62a196f6b8d7cd69137598d70319 |
|
MD5 | ea650634d654d0c0ca8653abeb74beaf |
|
BLAKE2b-256 | 1ce19ced08e9248bb38c0c9be51561e8d44395b9b9d43b8a4ff1817e68accada |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0f86d898a8de4753bea62b89761ccd3bc9fe6973e74f48e4310c901a2a01c96 |
|
MD5 | c1054ad7883d769a3ae2ebf90f4997eb |
|
BLAKE2b-256 | 3e990fae8a4a97e4bb493c878e72ce6dd56fc8850d7c2e5fcbad2c519d87b8b8 |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db9b6985dc02d63ebc3dcdda8e70bce5ca85944effe1b092692ded93d7629d79 |
|
MD5 | f0206b3e7d4da84ccfd80f578c0a7ca8 |
|
BLAKE2b-256 | 271c59181cb146d0f7ec47c41857887993104bd892cb493cd8c7d212521acf86 |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a217c3e1259828b1b2dd181f1a96ca217ecdf6a98dcbb3cf62ff886c9c181745 |
|
MD5 | f456accbb8cccf771a734840a6332648 |
|
BLAKE2b-256 | 091aabcfd1d00a771360cda0a608efd591e7b5b02f405469509dc7d42aecf0c3 |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7704da4dfd1567323ce588e4d2680dc76d873acd94b4b0a030c9cf006d2dae9 |
|
MD5 | fc4b0b17c32ee2c78804158106e623c6 |
|
BLAKE2b-256 | 22fa3b8de00ab934279421b096841f752c0035da77e15bf326b4cd563186b158 |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da90f97a5515a609f2664a80457d54258f4c319f311d69667f0c3a917188cd0d |
|
MD5 | cc2f52ed8a38b99c7c737892cf561733 |
|
BLAKE2b-256 | d29affd39b3faa84309c747b445f0e85064cd5927f44641919b2150f262b8f28 |
File details
Details for the file endec-0.1.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: endec-0.1.0a1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8db14fa83fded05258de88365adbaa26b8248a69863bf1f8e66e48f75f62a9b |
|
MD5 | b0c9c4b68f5290870bd489848f62193d |
|
BLAKE2b-256 | 8e1c9e1f33251c932ad38dc783769f08d7518f2bedbee1b5f0a0351f21121c81 |