tea encrypt and decrypt
Project description
✨ ftea ✨
The python binding for simple-crypto
使用
- 加密解密
from ftea import TEA
tea = TEA(bytes(16))
encoded = tea.encrypt_qq(b"haha")
print(tea.decrypt_qq(encoded))
公开函数
class TEA:
key: bytes = ...
@classmethod
def __init__(self, key: bytes) -> None: ...
def decrypt(self, text: bytes, sumtable: bytes) -> bytes: ...
def decrypt_into(self, text: bytes, sumtable: bytes, out: bytearray) -> int: ...
def decrypt_native_endian(self, text: bytes, sumtable: bytes) -> bytes: ...
def decrypt_native_endian_into(self,text: bytes, sumtable: bytes, out: bytearray) -> int: ...
def decrypt_qq(self, text: bytes) -> bytes: ...
def decrypt_qq_into(self, text: bytes, out: bytearray) -> int: ...
def encrypt(self, text: bytes, sumtable: bytes) -> bytes: ...
def encrypt_into(self, text: bytes, sumtable: bytes, out: bytearray) -> int: ...
def encrypt_native_endian(self, text: bytes, sumtable: bytes) -> bytes: ...
def encrypt_native_endian_into(self, text: bytes, sumtable: bytes, out: bytearray) -> int: ...
def encrypt_qq(self, text: bytes) -> bytes: ...
def encrypt_qq_into(self, text: bytes, out: bytearray) -> int: ...
def encrypt_len(src: int) -> int: ...
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 Distributions
Built Distributions
File details
Details for the file ftea-0.1.8-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 438.6 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7acea55995a8a60d4f4fa34648ec5a2051a5e8b72492e23fd14b943eb4c08df |
|
MD5 | 73ecf7fa7fdf4c3d14ad09fb3e826875 |
|
BLAKE2b-256 | 864e906d375d8ce5731ec750d89a1c715b36885ba7c928e8f9aa6643b065af3f |
File details
Details for the file ftea-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 485.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4c8905eeac08ca4f008ec23276b7e763660655cf1ae99b867ca9a1129959caf |
|
MD5 | 90522629003586deb23fd796366428b6 |
|
BLAKE2b-256 | bcee26b512d0ccc41862cdf01a7f85d5f98d16a41cc09b303770ddbfae4950f2 |
File details
Details for the file ftea-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 478.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ca38c436e2a745f818604eb345ca0fe73a17ebaed4e1968b9ec598fc94857a |
|
MD5 | 0cec4c75b437fd403fba2e1a99442f5e |
|
BLAKE2b-256 | af91671099eb57a8bd09a2a67ce8fe2083c4cf24725c2e70849635cbd40c9ffa |
File details
Details for the file ftea-0.1.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 431.7 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 549bc312dba0ffca5746f59b0b9d6ef429e352e3b3e9f03e19f32bc0f3695af8 |
|
MD5 | fddbd27bf6d9dabb01ea4198091e9c4d |
|
BLAKE2b-256 | acae556c64fc421392c8ab6a3b5a67d32e2ef9a1839b28311dd252e716c68c2e |
File details
Details for the file ftea-0.1.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 442.2 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1f56f3f7e3fb11fe65ad51443b45d11823ca8c8de6f98b4b44adc4a84326edc |
|
MD5 | 470259f5481d1866a4186af2e1306f41 |
|
BLAKE2b-256 | f0924595479ace550fca4d39bbbdd3bed488b460c4a06ac25dc818871ce999c9 |
File details
Details for the file ftea-0.1.8-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 438.3 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a2e7831f7755493ffa4c1050214054058ae513559aac6abd645f23d5ee94096 |
|
MD5 | 4bc6a01e2b1c5b35a5a80ab587aed5d3 |
|
BLAKE2b-256 | be3f3209be9ce24daddf06dafc832ddcce2c82eba84d33212c0f155cf928c2f2 |
File details
Details for the file ftea-0.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 485.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbe17b29cdd04fdd1d112db314eed5e142f7495f65d6771f9c814f67f630ea6b |
|
MD5 | 230e428e2764eee11a5311e3c268afcb |
|
BLAKE2b-256 | bcd7c974b2911fa60abf1b811ae6b965dedc21188004cda64b5aa4b4a8fafbaf |
File details
Details for the file ftea-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 478.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8d5a7fa04907ded382103629c8ba7f5c199e6a1f07fe5018f6c0978a9ca732b |
|
MD5 | 66bce0e5afa8e81110b03930eb10e4dd |
|
BLAKE2b-256 | a9cc195a13e9d29cac8960995b036c253f342529502cab6dd5fdc663c1d3bc81 |
File details
Details for the file ftea-0.1.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 431.4 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fd022b58920c75c7f26929d774e3538ebd0a784e16cdf46d086dd1ba924a05c |
|
MD5 | d1e47adb94d4f03f5c5638e8eb07ffdf |
|
BLAKE2b-256 | 0b8cec30ec3d6f87e8ec97fe4c0d598caf218b03bfcf3803075adc164f3b25c6 |
File details
Details for the file ftea-0.1.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 441.9 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 345a559888d6b3c83bebc8b89bb61b24053b182ee11ea09ca89e27ae0bcb59b2 |
|
MD5 | f1600b5b612a024f0ce117c8af77e31e |
|
BLAKE2b-256 | 1b4952bcd8a82a8856a5201d0a0282e0510dc39d11fb03429394779f58baa605 |
File details
Details for the file ftea-0.1.8-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 437.7 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a91bb1f11ef23c3a86b11ac85e21754b14e6a41077bbfd0d4d784a73692249a1 |
|
MD5 | 8a2784ba7ead62e044ef86cab73cf638 |
|
BLAKE2b-256 | b836216951647c84a1039167552dbf1b6556a4622eb9e44713f0327fd7a7950f |
File details
Details for the file ftea-0.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 484.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0275fdf376ae7af7165601dbfe0978770f01b3e066a73fab186dbd84b8193344 |
|
MD5 | 6926ce0854f5f16ad3898328d1914915 |
|
BLAKE2b-256 | 2657ebbab842099e7b86d836294ca4c814b67d559143246dc1e1c17fb3dde7a8 |
File details
Details for the file ftea-0.1.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 477.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d97a94a44da8f2abb6e00e3df9d4388517171e032b593a070d5ad4de2d3a500 |
|
MD5 | 222516132c72db8d4d836a96d581738a |
|
BLAKE2b-256 | e021cc6a52d4152b8860eb334ce07fe26eb2fd8c5da4407bd698aa61eed78e96 |
File details
Details for the file ftea-0.1.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 430.6 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 037ac599816bf5f545db990d4c7b8aee86ccc1313dfb36ae2118450db452302d |
|
MD5 | 07242a14c812cc7a1713da0019d0ffb4 |
|
BLAKE2b-256 | 2aa13ae4075119994a027051055115aa5aac4ffb54fb30779ced79e7b0084d3f |
File details
Details for the file ftea-0.1.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 440.8 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6882f1290dfbb82c7567cbb264bdfcf85db025c112bd79baac7518dfd4acfc02 |
|
MD5 | 481978e9128359d5566c907412ff3bce |
|
BLAKE2b-256 | b603c9dd21f92980c2134f17428d3052cad976fd0fe5d72d2328f99db6eb8b68 |
File details
Details for the file ftea-0.1.8-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 449.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 405735c1b978f98ecf87402da922196a5edf7e383c485e7c558ddc562bbe026c |
|
MD5 | 66a57d46b02f01ef6cce7a094220fe1d |
|
BLAKE2b-256 | bd83594b9e81da2c3ce9a162272c52ac5eb83d25c570a7483241e9100165a355 |
File details
Details for the file ftea-0.1.8-cp312-cp312-win32.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-win32.whl
- Upload date:
- Size: 425.1 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ba42ff90d6b6c8dad0ab42b9cb87645ce992a1fdfe726e8d512bab98680d475 |
|
MD5 | e8252e3f47a11ba968d6b0d8152a6e8c |
|
BLAKE2b-256 | 4ec6b7ef28d4fd3da6a868342b971429ea1e93fb6cd11835aac951deebb53187 |
File details
Details for the file ftea-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 507.8 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0ac102da0a8ceef373fda8f680fe83c3a9fa0ddd05dc79ca4add6d7284aca48 |
|
MD5 | c02c4db38619194e43ebcac6e4e86ee5 |
|
BLAKE2b-256 | 37799c93e3f44886fda7ed40694ee5c6ff7b2faf8369fd79331ba5b8f4690794 |
File details
Details for the file ftea-0.1.8-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 496.9 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d901069e7aeb4b687d441450dcf4f4d666f5b4b5acd7bb2e3f07cc9f9da7e8 |
|
MD5 | bdf809fc67367e70f4aff9585fc2eabe |
|
BLAKE2b-256 | 43730bdd75c8d591383855f53587023768a295bcc47525066bbb073ab5701498 |
File details
Details for the file ftea-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 504.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74cd39dffc1abebd8b1600ecd8b4eae5dd6426e7c9e84d61f3081ed4dc42ce0a |
|
MD5 | 4808188af1da21cb6f850ab964df3dc2 |
|
BLAKE2b-256 | 129701bd7b0ccc3e29edd7e63cf3e7f8a7dceb9e2b233e87d1adb27c0d99a50c |
File details
Details for the file ftea-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 493.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aad5b49b97c20883068ed461f6de6244d8b9b8f3db0ac6a942227bea864523c2 |
|
MD5 | ebbb3c85b85710638f14b71ebcb98b19 |
|
BLAKE2b-256 | 2fedb33225254c0c4c8aaf6e79205bc96c689cb09556a02d52e0ff59513ff10d |
File details
Details for the file ftea-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 447.5 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dd920b4686db4652d9c961f87a0e164f8debca398e6c8fde5ad1b9d42423254 |
|
MD5 | 2781b843430f73d00c35585b1ab474d2 |
|
BLAKE2b-256 | 3f8dd32f449e3d7952b96fb37a76e20751305a8514c37678f6be37d8ef7d7ef0 |
File details
Details for the file ftea-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 460.2 kB
- Tags: CPython 3.12, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa319f60dc867555a3814085b5eebc084e19bd5ff569e18bf91b3f0ed59b3981 |
|
MD5 | b78c440ac33a89767a76e3b23e7695b5 |
|
BLAKE2b-256 | 00d7e6b1e9c771b7231b06e62d9579d85a35b47cdd8e00ec4e09f589730b83e0 |
File details
Details for the file ftea-0.1.8-cp312-cp312-macosx_10_9_universal2.whl
.
File metadata
- Download URL: ftea-0.1.8-cp312-cp312-macosx_10_9_universal2.whl
- Upload date:
- Size: 609.1 kB
- Tags: CPython 3.12, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d04146e38d547e9e0cc15a7f1aef40f3adfb4bb1c6438c458c9082970429035 |
|
MD5 | 1ffc603bd12e0be1d9781fd1d23a6395 |
|
BLAKE2b-256 | a85ca32f13b190c6b3e5d69b24555819c694e8874e8e7a717d16eb221b465cb5 |
File details
Details for the file ftea-0.1.8-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 447.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7692536861399982e62ff258fdbf61b252521137209978e3bcc23b5cb1a7c1f2 |
|
MD5 | 4a73eab44a55c5e23309960dd92c78ad |
|
BLAKE2b-256 | dde99459920af7c4a3d83fa1e39ce0fb63e22417368d8a149fded38e3dce7806 |
File details
Details for the file ftea-0.1.8-cp311-cp311-win32.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-win32.whl
- Upload date:
- Size: 422.6 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19f9db0b8f788ab70f9c2bc1483985da7ce838d2c900c41f5944ad2bcbaf3669 |
|
MD5 | faa94eb77a5582ab0785867fbd6f09b2 |
|
BLAKE2b-256 | 5e02812552921aa364acb91ea72a5fa7cbb1ae23012aaa19894b71d99cfd1a40 |
File details
Details for the file ftea-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 513.3 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7f94d0cee94af5eb4f9239b4d05975348f5acbe08a95160bd015e073a19c255 |
|
MD5 | 558029b17afd9e961f3360a3758ae439 |
|
BLAKE2b-256 | fba2a750ef40cc488bd2d90bac624ce1218522d8c4f5f3d5a180496471b94656 |
File details
Details for the file ftea-0.1.8-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 499.7 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd4850dd15e126c963ba45d54e842984934bbe4ca30fc779663eb84ab371fa11 |
|
MD5 | 03c7b3583d51eefb58f8e266dbf8b901 |
|
BLAKE2b-256 | 35133d4a2b1c4112a8f605ddc6ec6d96ca3f66f048ba53991e818907b50ee83b |
File details
Details for the file ftea-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 506.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 721d0eca4f714a8f9e57c214e33238f91526fb6da02be4ec76e9f107abf07ed7 |
|
MD5 | e8fc822e260b13b736e094819ac8cbf9 |
|
BLAKE2b-256 | 998735c763f1de89d866ac657d458e9bf8d38fdb8b6ab0f55fdd9b4cf0043e85 |
File details
Details for the file ftea-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 495.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 664105fe511ca5fdeaf4a0f7c4e8f41a1c0ab846f242c058c3e96ea6261e398e |
|
MD5 | 66cce78af889540a9172236ccbfeb584 |
|
BLAKE2b-256 | 84eab77dd3b8acbd3f33deaf25e09408b6810a8cb03000cd45089195584cc017 |
File details
Details for the file ftea-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 445.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c6476c6bf1466a01499ef4b9755da277ac92963690261d70a2f643ed7ee533f |
|
MD5 | 21805fc3905a20a5ca80f93e3a4f09f8 |
|
BLAKE2b-256 | 38bdc600797d292bcfd0ded49943e78c40cd1755c5a856026b3843d1901e3e26 |
File details
Details for the file ftea-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 458.0 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b65a952d8938fc9a1fc0ed896da20c5ca7b99e6d2199c287cce78d1dceb4b419 |
|
MD5 | 300eeda4f61d0f53372990290ef7d8a3 |
|
BLAKE2b-256 | 96dcafec6367e33d4afcb95e76caab15a130d8845505a75c09f543f07f259ae5 |
File details
Details for the file ftea-0.1.8-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: ftea-0.1.8-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 604.8 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f4701be6ab9b21ff796418a9db2c9add727d757ff58b8f7e1fb4f743793d71 |
|
MD5 | c49414c89318074a212dc533ace86db3 |
|
BLAKE2b-256 | b218a8bab5ad9330800d6ad03d203948f1f21a1d28ead3abb1779596740d45db |
File details
Details for the file ftea-0.1.8-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 447.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffb55930b3e684687d008a981d73938fc69e589109db9582c63c4e386bd3e48b |
|
MD5 | af2954b10fa18bffab9f98ebc7b7bf4d |
|
BLAKE2b-256 | d56869431795716239002460041232b96f4549dc8cddb79d31a93d6be8344bec |
File details
Details for the file ftea-0.1.8-cp310-cp310-win32.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-win32.whl
- Upload date:
- Size: 423.1 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2333dda8900de9fff73f53cd579a6e0f84453550278054f2aad4294f47a4cf88 |
|
MD5 | f40cd29e8a1dc7e38ac03a07a2dd2a53 |
|
BLAKE2b-256 | b00b080788a2f92925de125af00c6d2867a9c84cfae1ab8a798dec1b923052ad |
File details
Details for the file ftea-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 513.1 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b33c5d9309aadce9cadd9b868c4406912ea1f9fd1410da5625c31c91825d90 |
|
MD5 | af9233d422ab1a4f7cd6666f10cdeb49 |
|
BLAKE2b-256 | c9e95b5dd276ba88258948ae19723033cc5a14265401799ae60fd9f41aca2e38 |
File details
Details for the file ftea-0.1.8-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 499.8 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4fa9cdd5062ff4e36cc9a6529bec13a0ee6a4610e4b5f0c331f623777ffcdc7 |
|
MD5 | 02d55a7e261cb08c62215296f6e9b913 |
|
BLAKE2b-256 | 28186f21468f753f5f0db71d7cda0b3c8e31d41fac16c1c1c567ae641d80bfdb |
File details
Details for the file ftea-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 506.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bce154fc832c3fb1f7c1a5cfda41a3b4cbe07c8fa974f3ada2a1b829d44e55cf |
|
MD5 | 56276a2036f794df7cc8b7fdaa5bfed7 |
|
BLAKE2b-256 | 5e48d222f3a686d409c3d8422f8faed99d33faa876a10b48d758345bdb0f3820 |
File details
Details for the file ftea-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 494.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7754eefe4ff788ede5d333da3c0d8d2f7e7c6e31adbaf8c6eac9380ecd255651 |
|
MD5 | d340fd35668749bc12462b859b0cf3ec |
|
BLAKE2b-256 | a392b546b7a4214373e935f4aacf7afe28baa16fec67cd3bac19ba9f4deb9f4f |
File details
Details for the file ftea-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 445.2 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8e257ab4281385498c7f3196bb0147289b9310099454d168354e8cb4a4d80bb |
|
MD5 | 9403ca5acc8513e17c014e6ead0092d9 |
|
BLAKE2b-256 | 9a893206d72d6afda5bf743663606f54b3df56bd2b0fb52ef7af2e7c0348c2d2 |
File details
Details for the file ftea-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 457.8 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9dd4ff99c21f8ea4eed18404304dcae624894dd577f7fa8a4d9ba96cd0dbea0 |
|
MD5 | dd3b017ae614c6522a0af9e9b745d56f |
|
BLAKE2b-256 | 3ae4fce45c7ec1f6fe5faba8258f05ecfbadda835f91dc0384bea3c4d5be4e5f |
File details
Details for the file ftea-0.1.8-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: ftea-0.1.8-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 604.6 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68da541af8d77e75b618dee9ee686a7e7712edc5c752cbb0f4e3ba2d4ca2812f |
|
MD5 | cc72eeaccdd8bbd0dfd29a54f7787ad9 |
|
BLAKE2b-256 | 9b0dcbee7fcf4be4143a4312ed674eab89cc7fcefa4358877beafea8c546dbdf |
File details
Details for the file ftea-0.1.8-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 448.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b4df574818da69ecce50f22293415a597bb62fd462824e0cc6dd35094316904 |
|
MD5 | ea62fbddc9f904b2f7133993e74f1d59 |
|
BLAKE2b-256 | a97269eb1c94d3a1fc6843134317bc40d531961f504c7ac77a941ac7abcb9013 |
File details
Details for the file ftea-0.1.8-cp39-cp39-win32.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-win32.whl
- Upload date:
- Size: 424.6 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f141b17abd46b28824e427320893a1de73236422e384d0e80cc5259911b23a9f |
|
MD5 | 1ef9c03ae739789e17d93079396426e4 |
|
BLAKE2b-256 | 5c3e6f4de2ad38085b118f13215e10078440462008a2a4be9ded47084fa6c8a3 |
File details
Details for the file ftea-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 514.2 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 760d4f6f0b016ad31f52a52135bf23d2831bb6ec9d0dee3568179c1e2059e8c9 |
|
MD5 | adb614ce4bf56db60799a68a8f2259b5 |
|
BLAKE2b-256 | 2386edbcba1c0baa339905fc133c06ea4739546c154c5850910f6f6adb08fff3 |
File details
Details for the file ftea-0.1.8-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 501.1 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d37a51192ebe21382616bf0735657bfe4cbe9c7d90e4764ed86687209c7ae2a8 |
|
MD5 | 769d66d2c486737fd14c120f92aef865 |
|
BLAKE2b-256 | 3381f2f40ba2b7e93b76c0a1596581df9e092d4cdbae9db7d15a82391fdf423d |
File details
Details for the file ftea-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 507.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95c2a5422043c63bd63ab7a87cfa931797fca99bae3e47671ff73be872fe8f06 |
|
MD5 | 3f9b57ed85b7bf7bc4eedeb191f48c36 |
|
BLAKE2b-256 | 373ea1b0840f9e698558ed180dde95e50f24e5028ec543932a6281fb5cb12f68 |
File details
Details for the file ftea-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 495.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 427d445653a458d52e639f74c9c7758a99ba60a86fc801127e82cc5309767291 |
|
MD5 | 43996a987eb7b2009fe13e3cf881a1f6 |
|
BLAKE2b-256 | 1b6bcc997d827aced339ca8aa2b533cd16cdd624aadc5ee4485515d7e1a3731a |
File details
Details for the file ftea-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 446.3 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfdbc9a014b62f777fde84734c245ac7ed22474ed4fe449c93d0bcf83d215b55 |
|
MD5 | 61be75ce84607726e4ff12eb49de49cb |
|
BLAKE2b-256 | b4e017dd51842cf7ccc07541b8f636fc79350111c1f243640bb376600a0e8018 |
File details
Details for the file ftea-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 459.0 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7713eb30c0395358de1b153e38b6bf401a6336f74d744a02248dc1469bccd36b |
|
MD5 | 53ca4c70fff439a7a538e002bf2a451b |
|
BLAKE2b-256 | ee85142e31460bf0425b689098f637dcae3d16029988df24b7f29347265c9a19 |
File details
Details for the file ftea-0.1.8-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: ftea-0.1.8-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 607.0 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6968bcdfa381f0dfc9bc4e412acc9fac3ce0864c9100487aa16383e4a4b25405 |
|
MD5 | 03a3a95a0c479caf97c1750b92ab66a2 |
|
BLAKE2b-256 | 9efcec8c819526117e81bbf0fd159a96591a0dc63278557b0fe2c206ebca957c |
File details
Details for the file ftea-0.1.8-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 448.6 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d23386e1b1b1ae0dab4694bf9c2cbc99c8436cae1c9b814e04adba34f393b9c |
|
MD5 | 53a0abdaa595954c91123e848c292119 |
|
BLAKE2b-256 | 93039f045a968fcfa1d0a3c8b5d4afd34c71fd31e653246318641cb2822163e0 |
File details
Details for the file ftea-0.1.8-cp38-cp38-win32.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-win32.whl
- Upload date:
- Size: 424.6 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bb282912dd2235dc0ca3744899f537b52e650c49c054dbff6b921a8fa3e12b0 |
|
MD5 | e3f115d7161500a8bc73a0360f816918 |
|
BLAKE2b-256 | bf137a38ff9fb5f0b80990fb2a3852a2747a261eab6643ac1b41d490de165392 |
File details
Details for the file ftea-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 515.5 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82a385fcf67b55fbca535f78b9f1c324b948207a37a95112fb88d9d864665ca0 |
|
MD5 | cc8507d828a750896edd85195b2d3f16 |
|
BLAKE2b-256 | a49de49e53b55f0005884a95b8d8de735cc3adad3da3228c5d316692f7a70ad6 |
File details
Details for the file ftea-0.1.8-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 501.9 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9aeec96d7f9bfd00b4185619cba48fa98d83bb3595775f7be17d0d522895ddc |
|
MD5 | ccb8d796d7ab0af6940ada1b473ef252 |
|
BLAKE2b-256 | ea9d183e80ee56483da13d829f36fe28fadfda2f12477e7d0d1b071ac4412baf |
File details
Details for the file ftea-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 508.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1b640dea5148469f7e838961062b9e4f1d7f140ce4fec6aac99eecb98a75279 |
|
MD5 | 100483eb44ccf63e885d689df7916416 |
|
BLAKE2b-256 | 943f85e6c3b10017f4d3e696a326dcf58b8646ced69370a5993c8f9b7cba89f5 |
File details
Details for the file ftea-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 497.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5845e3d832cc82b11abad2f2830d306a656cf4e05856a13cb9e4c81c9bb18b96 |
|
MD5 | b14b3a2b13f7ed758ec39383a9d4466a |
|
BLAKE2b-256 | 38f51895b3fa79c957dc757a849919b2d7fb0d77e29326688f4bb8846911ee72 |
File details
Details for the file ftea-0.1.8-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 446.4 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5f6876160b7663968a262dd7df720703f87c9637e20b9a36fcc4451ad2b55cf |
|
MD5 | 73669e6593c1e405ec9794bf36710555 |
|
BLAKE2b-256 | 4ce44f1825ff2ea3f7ae0c522e9c00da2b59be4e474694ebfcb5f7b423cc8237 |
File details
Details for the file ftea-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 459.1 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 561228e1143ea9bb9aae129f9b26a6beb8b19fab73d7b7bb301272680911fb11 |
|
MD5 | 5dd5c0ba3f4f833d782b67b006f9aef7 |
|
BLAKE2b-256 | 6e411d7cf96b9e158c29dddd562513ad768743508910c784dafbd549a27ea986 |
File details
Details for the file ftea-0.1.8-cp38-cp38-macosx_10_9_universal2.whl
.
File metadata
- Download URL: ftea-0.1.8-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 607.2 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57bdcb6105bbde94b899d93e5b59c6384ae1cdb5385173b2fa354b6e73ab7f54 |
|
MD5 | 5c0d4cd299d94dfeb9368138479be1c5 |
|
BLAKE2b-256 | 09f40197e99c3f8cbf09af573bae7d8a5aa22cb08275fe540f397351e2147639 |