Bencode and decode for python
Project description
✨ fast-bencode ✨
The cython version of bencode
forked from bencode to support latest version of python
- extra cython extension to speedup
typing
with mypy check
Usage
from pprint import pprint
from bencode import bdecode, bencode
with open("test.torrent", "rb") as f:
data = f.read()
raw = bdecode(data)
pprint(raw)
assert bencode(raw) == data
- There are alias function
loads
forbdecode
anddumps
forbencode
build
git clone https://github.com/synodriver/fast-bencode.git
cd fast-bencode
python setup.py build_ext -i
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 fast_bencode-1.1.7-pp310-pypy310_pp73-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 254.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 | 45e9c28f2608e196630aa68e30e1707b9dd47938b21989c2b9d3436a5fca535b |
|
MD5 | ed73411d2c9a7af93928230b74086130 |
|
BLAKE2b-256 | f3c1df2764120b7b8b4dc26269d3156df25eccff83480062f2d14507eb0aa37a |
File details
Details for the file fast_bencode-1.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 286.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16ca9616f40e6834d166e820bdf5690b0038962506fc919cad5fff151441210e |
|
MD5 | 892362b4dcc1d574470a9a10a6039892 |
|
BLAKE2b-256 | 23a60ef70521fd200708a8b8707045a9f970f60555424d28360dfd565e56bfa7 |
File details
Details for the file fast_bencode-1.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e30b2f14fc8381c226e29669c9c37a3033ebe26364374e6482fde00590b9c0b |
|
MD5 | 8cc52eb950ad4682ec8b4cb56cfe991c |
|
BLAKE2b-256 | a3c1f983362e9be5d92ef42945e094819d94c1cee59d9bf23a7d662ae98ee17e |
File details
Details for the file fast_bencode-1.1.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.3 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 | 22ee212d1cf52a749415768386ccba5eb9e2bd60ce9f4a2b4e12f54160d3b760 |
|
MD5 | ae4b6d2ed166902af6c0d3b6edf9f3a7 |
|
BLAKE2b-256 | 0894fcb1c500779e3aa7d2db653227e7deb4228b9565cf78b17fd77dfddba74c |
File details
Details for the file fast_bencode-1.1.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 264.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 | 3939f2a1cfc82420c7fe289243d0dfc3a169912d80f7a36cbae0c9db0682d181 |
|
MD5 | b7a595ff6a3e8cdae52b0621c1809087 |
|
BLAKE2b-256 | c0d62f5fbfbe21849af0145e74f349d0e9d330a3472fd6027965523f5d61cfc7 |
File details
Details for the file fast_bencode-1.1.7-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 254.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 | 2eed1f1be3b609aa7840a041a6fd4708d09150c2eae15826d1322112e72dd57e |
|
MD5 | bc72a151512ff7aafb1d800e0debe51f |
|
BLAKE2b-256 | d6454417e9f9a8d25140d9358619391e91228d42f3e973535c239e46989dac1c |
File details
Details for the file fast_bencode-1.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 286.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 361cfd5fc1e7afd99ed2be4e04741ec02f1859a3bd3a24e5d910be9939999789 |
|
MD5 | 3f444223ac5b60b4c3552de241b3de99 |
|
BLAKE2b-256 | 8e0df002eb30d5306096ac363bd4e207776e13a99b9762b2224c1bae0590ea51 |
File details
Details for the file fast_bencode-1.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f7f7648624a8dde32b88cb1627ae795e96471853094cd5f414545d9a164c26e |
|
MD5 | 1ed353331f1c72b694b0fdbf7f68b7f5 |
|
BLAKE2b-256 | fd9cffe85c68c29c0268c24ecba838ddf2055712b9ae25ba464e038d7acbb3a5 |
File details
Details for the file fast_bencode-1.1.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.3 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 | 942aa5724636504f757446d6239ad34e8a74f3bc8d07a5935fe848edd9e9d89f |
|
MD5 | e0c4654cf42bcb6bc8a5dbc3fd2fb698 |
|
BLAKE2b-256 | 758d5404b68c00d2d94f7d4448a84f4deb49732a6b60b81b7bfb92469e3c4633 |
File details
Details for the file fast_bencode-1.1.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 264.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 | 0ef050bd102776130f6cfa6bb2851bcfe338dd7b558d3dd0bf45b980035c3d63 |
|
MD5 | d23c05b4e2953c6b9c69aebf9ac1f6c1 |
|
BLAKE2b-256 | c58c0a1dde8b116c35d2a1b28af20ae7013dc0711def5606a1a0b11085a3f37a |
File details
Details for the file fast_bencode-1.1.7-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 254.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 | 731ed5c52632fea72f64d457be2a51050d9275dd1d1dc540319819ed35afb196 |
|
MD5 | 459172f669113320ffd3a7dbc1efa664 |
|
BLAKE2b-256 | df6fe62bfddf85ab3de768b8b1d6f649970e442c70ff4e322ef8dc2414860dc6 |
File details
Details for the file fast_bencode-1.1.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 286.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f11e0a3e26a6e55920d20efe1e44b6c4c810e0c0e4a13c7a675db75c0518eb5b |
|
MD5 | 1c0e4f5c66cb2e9ea98e0f1be445d42a |
|
BLAKE2b-256 | f03ad19d99731305ad04042f9fa77509bb9572252ae61a024568ae180e55b5dc |
File details
Details for the file fast_bencode-1.1.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 282.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85c8886cd9fd7f9ced6d491e63dbbcff9fdb7435bf157f92f208e9b88cd8e8e |
|
MD5 | 45f9eefe19d99dcd22f56328037093e7 |
|
BLAKE2b-256 | 8e14382fe9c5f73083bc488b23c0e4ea3c6d35e7401ed9e01607bbeac4634b22 |
File details
Details for the file fast_bencode-1.1.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 260.1 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 | 47fbfe978275bb4c66bece10ea010ca0962219c37d6713728b22966e0450805f |
|
MD5 | 9e61e447eef9d80317c09af594ff13d4 |
|
BLAKE2b-256 | 6fb8af39a01c37befd590c0e19fa161128903027924cd40c2b75b133a9a85234 |
File details
Details for the file fast_bencode-1.1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 263.7 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 | 9ab7b9276a0d63873f02566acbb9475242e2645109ed2b1c544534a3df6e56eb |
|
MD5 | 8638e9c4cb38959896ade45fcacb5fa4 |
|
BLAKE2b-256 | e87acf7f4ff3fdd41f3feae8a2dc8e5ea4d5e71be7dbc6bcddc1e52f312d6d23 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 261.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 | d2a83cf7c1c756da2595deba97b4ffef8f6b8834a5beb8857259539751e44446 |
|
MD5 | ae4b06b7b434cddc56737bf85de6ee8c |
|
BLAKE2b-256 | 513997bfcfb4688ee6b45570be726e7a47af66cd55774a2a79cc11240961f892 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-win32.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-win32.whl
- Upload date:
- Size: 249.4 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 | f6bed77f8065aa554db51c2cc21b55465a82568814e0c84a5ade8ad623d8bd9e |
|
MD5 | 6e3a546c187138656023af2fff0d0322 |
|
BLAKE2b-256 | 9ed1feb9fded7e6834bbdc723239096861b2a9dedca18039da75b91acfeac8b5 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 301.6 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54e73ce7864af5a7a685b48cfbe70d16d9cde86657ca0207c874c7af305c294f |
|
MD5 | 77e2e9c1d3509f2a68125d839ed2a550 |
|
BLAKE2b-256 | 95aa8e2a8a455a1ed778cea410d13d25f0d8274aedeb35ba9bbe6e83c2a86406 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 295.3 kB
- Tags: CPython 3.12, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 428851bcc52effe945198b41cb1901000798546f79ceb667f6f27115573481ff |
|
MD5 | cf3bbfd4addb744040358db4919f31a0 |
|
BLAKE2b-256 | f916e0ff3223ebebb5b5b2185a72f4fdf4f40fd1bb24a09ebfca1e6ea5c948be |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 298.6 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cba7997bbda8d19242baa97ebf2c59b5aa70aea1a5f95d605fadd021eef6efa |
|
MD5 | 6eaedcde46ec500398d1052a70988e36 |
|
BLAKE2b-256 | 0fc5698e17e088b28b7e008bdee86b272f07e60523f37220cd615f9b78f2d7e0 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 292.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea7362d653d6da5ea11adef1c60adc282424b5ca9254759ba8b5f32844a1053a |
|
MD5 | 343f536b6ce2ab973947b7c82d8cf338 |
|
BLAKE2b-256 | c92aef204cfc6137292b9a10462c293a9190918695c2293b9fc34417dad90f81 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 269.0 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 | 442f8f17232f94d0392401f7d06950effd9b053528473e7617208a1549d36836 |
|
MD5 | 1673b3f85c3d631613dea50920468271 |
|
BLAKE2b-256 | b88944a01d665970dbc3a5b15112d20238c94c8fed47cfdb74879675b019e7b2 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-macosx_10_9_x86_64.whl
- Upload date:
- Size: 275.7 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 | 814117bc026a42f050af69cd61d52b769f94110398e5e26a9541e109fcfe235c |
|
MD5 | 48479b95b6af4bc1c0f6f128324b06fb |
|
BLAKE2b-256 | bb4ed304fa720f673f422f173340f485167ea8bb794467fda4649649e76f1a49 |
File details
Details for the file fast_bencode-1.1.7-cp312-cp312-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp312-cp312-macosx_10_9_universal2.whl
- Upload date:
- Size: 360.9 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 | db1798678aad6f2e7bdac398532b9d6f863910150feda2985528eaf85f69f468 |
|
MD5 | 59a19cfbc49574fd5f7339058fa4a66e |
|
BLAKE2b-256 | 23c233ba532c513d789ad233ffeac17e4ecb884bfbe5a01e6fc2f121d8d4cfb8 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 260.5 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 | 259fe68609debc184309f506f3eb9df9aaef2ec36ed58a0492d189a769e28f31 |
|
MD5 | ed196bd2ca3b3a583a21a93ccebc2497 |
|
BLAKE2b-256 | c2e3f328401fb3aa445d27941fcfc194d531f09de7f5d6ff7c1d83345c7a7160 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-win32.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-win32.whl
- Upload date:
- Size: 248.2 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 | e389fdafde92d003a21eddbfb51bfcfec80ad1b8b2456793ea42fc214f96fc78 |
|
MD5 | dafc79e245ce8f03d79f0a9211d97502 |
|
BLAKE2b-256 | bc5aadc72644b6134c4175d73e1feaea7b756289e22ad1a2662a74ffa02e3334 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 304.6 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f745d35d2943cad04b0ee13e5a323f249372ad4d4ba7f00c42bae1c8f55a53c |
|
MD5 | d315f39883d55867d8a8cd810c9cc9b1 |
|
BLAKE2b-256 | 89cf728bee96bdf97af83c59752e52fcf6ee0623dc46da846a2f4eae890b3912 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 298.9 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0015f0abfd581053ba604aee29fcb9e36cb9a6a218b44edd030eae3655197ed |
|
MD5 | 7c102cc3f144393a42e736a91f17e0cf |
|
BLAKE2b-256 | 649f73d6bc4235880572e1d3339ec374bc7b0ecf9c0c8764f1de224818607d55 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 300.5 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b52ab43d69b53327364c85e836d4ffa40264b63f2b9befdee3b84133025665e |
|
MD5 | 4a353e78ed847dc008295154fea4022f |
|
BLAKE2b-256 | 36d7072d7889be5683f017b045f4ad08b1029c7a2901edfac15c8ab6c2378692 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ae14283a6117e01dcef907c90ef78bc0681770e9334239cb3c29a44ca94cd3e |
|
MD5 | 402f216da6e07957b75067d63e4c78b3 |
|
BLAKE2b-256 | 00472d6efc71c6a6889980ed24ba993244ecc673e5ea86c8aa0ed618f2ff7fee |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 267.9 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 | cf57a7d357970a20a231af82680d3cc0eb32071d1642661c92b2c9d940ff767f |
|
MD5 | 35add72d2da0f9f3ea7984797b5f7e45 |
|
BLAKE2b-256 | d4ee4d203dd2a527a53ed267f2b35498de9aab4cb9977fc251aee21a602b605f |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 273.6 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 | 640217893bbfdbc2977062e76955799ea2b52827e25a8e2b40d0b512ae80ebbc |
|
MD5 | 9fe2beb6fa59f1d4b77b3136c7f4134e |
|
BLAKE2b-256 | 9bca0fe528d731cd1aa38d43fb3c7f3860304d4cce7285474a8bc1e9c596df13 |
File details
Details for the file fast_bencode-1.1.7-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 358.0 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 | 616c5539383430b135d44d4447007226dbba956577613340dc5a04526d06ca82 |
|
MD5 | 73dc04ed9fd5c45d52946f47f206b7a8 |
|
BLAKE2b-256 | e16ce0fe24cbe2cb9fd4b163f1454c21710912967660253c8748c53862f9b332 |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 260.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 | 3ac70d458d50d3a1eeaeca9ca522d9498645df377e730ba7ab9712aac8835c00 |
|
MD5 | 2898e566b082e52c6102984040ba031b |
|
BLAKE2b-256 | 059af676f7f364175d8991ddb4c8420c570c42cd8d138042c446dc2ac91216a3 |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-win32.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-win32.whl
- Upload date:
- Size: 248.4 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 | 09fb4146204e2d87bc278dce1fc26ee68abbaec5a0993fb16059205475f67629 |
|
MD5 | c4c18ae4d495882f0a0eb307d5c9c3d9 |
|
BLAKE2b-256 | 9f5d050149e08cea38381db8c77a3aa9c7666c56df957ea093df6ef7e5ad44fa |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 304.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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51a1fad85ee243f3101ca87cad6ab7635e2591f736e14a63093a39d734f7418b |
|
MD5 | 6cb3900eed9fd7e839f35b42e57a96db |
|
BLAKE2b-256 | 0a148cc3cca0b648195e89f7bbb2d80c0519b60f1b8a18cc240fb56d7a83b542 |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 298.4 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1855ad932e5f53d8ab5b593027b446cae4af8ddb36d7e044c62f0162bd58c12 |
|
MD5 | a6de67eae1074c0829b0622843ab7fe2 |
|
BLAKE2b-256 | 88771ed600676425f948eb2d6a07bc88ee5a64e1ad7317796780a053db4d64f0 |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 300.9 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a3026ec582d478b934ce6589def7924d814d32b6a334e027e31811bf038aa65 |
|
MD5 | a45e75f15945e5e83f3ccac1143a7a80 |
|
BLAKE2b-256 | 72968a47db599487a4015e6119a2f53ea38eed5d38fa3ddcf9edadad85d44bdd |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 295.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d53df93971d0efa85fcaf9471189df041b796a1e133eebc73e711fa425ba0f38 |
|
MD5 | 57c515c6cc1f6a8c798936b5285d9f9e |
|
BLAKE2b-256 | d7d5cf87943f7b2a464f4096c70e9cf79a25a3284bf65b9fc0bd959d90cd406d |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 267.9 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 | fcfd577cc5630d30a705f1f9030d54d7da70fa80139377fa2bd068a751b83ea0 |
|
MD5 | 5e372695732924259a1cb73d32d90c1a |
|
BLAKE2b-256 | e22169dd80f4ee3f0e0ffc68f18d9f743c68e7fe4db89e78eddf635e203806ad |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 273.6 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 | 1a470f3462212572ffd6cd8149f0354d3371bb889363c20659e1e5e4d71acd47 |
|
MD5 | 16bd058fd3afeb88b0c80458336c915b |
|
BLAKE2b-256 | 210453ab0c8a2e84ae0c33028e4933a16c20b3853c3d59b7aa6b39d0802c8983 |
File details
Details for the file fast_bencode-1.1.7-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 358.1 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 | 3744db40645ac11b53010734576d1a218cde8a8a0e4349c5a30f2ed7e0c4b1c2 |
|
MD5 | b403606dec0f48ac7eaff9047d9cf05f |
|
BLAKE2b-256 | 200b6c1e55a6c3e04ca88ffd25b406f77dfacbed06e09e806133043e1cdd7637 |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 260.8 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 | 2babe4f8fb492dca2681a7cfdf7ce72789a45bcc6bf2af15b5a473e25c63cdd2 |
|
MD5 | 13d2f349ca82e627dddbc190b5b070e8 |
|
BLAKE2b-256 | 689b717cf520a3bde050b6c2c3cf42738505ff12dc2aa47ae789a55fd7a0a747 |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-win32.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-win32.whl
- Upload date:
- Size: 249.0 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 | e640846cc3025f5e42d9b82760f8e56655b62d50b9bf17ef6ed82024ca42de11 |
|
MD5 | 404f208b6bc4a27dec472ba672009d54 |
|
BLAKE2b-256 | 0b3ae9f44f9e912b21efc852460fb34a469997f44a85d4d126f126c861e78696 |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 304.6 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7f58aea94df41f00690061525bf84fafa476522708964909c9279478b430903 |
|
MD5 | e99509b472bc600d50faf1a79d10b397 |
|
BLAKE2b-256 | cc6f5d812d917f59f3ab2b11e1589faea46e0dc30d34f60b02dc94c89f27946d |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 299.0 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af2e8516f34c02ad5bb60cb4be81ee533de720e754fc36e417af218d4eab492a |
|
MD5 | 6d42d5ea7193f11349f048e7c3b5ab8a |
|
BLAKE2b-256 | b9bd103cb75e205725b379a5b3777520bd970dae577486a2d3890cb1ffdc1b0b |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 301.5 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba5f85e826aeb3d09912089abf1d6647a18641ae8a9a5a60de4e925e3dbf58fa |
|
MD5 | 4af0e3582406a92a874bdb1f9df3a58a |
|
BLAKE2b-256 | 77709ab1fdd7e660c998ae2dc055a9347919af0e752a46924d95565b7369fa2f |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 296.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83e8cdea4b5160cfc3e7527f8bb7fe2ba7eee2b761fb7dc41ee97ec1822c905d |
|
MD5 | 6d873cddd62e92d30fd71ad5c8309311 |
|
BLAKE2b-256 | e8e05aebe10be32608c16f24f0146f8275406043f46d9fc29b4994f0e6d68f5e |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 268.5 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 | 6a448e160d50e9e9ab67d5b5dee6c4b939ef9ce5be30f10447689dd7769f2104 |
|
MD5 | 69247aa40b347ae3af7d6395753071f2 |
|
BLAKE2b-256 | ae7855f73275576398d6592975bfd18702b09646020b1e7fa12363dd6c7cbf4e |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 274.2 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 | 74a92acee9ba5f3cb28d202e468e58c821c129624dd2920fe636653074d830a5 |
|
MD5 | 9ad77a306be9319ce3d80f7a18d35649 |
|
BLAKE2b-256 | d2ee2087bdd12c8b2efec029f2359d30d8e73be60ff36326a12bb4c594a6ab4f |
File details
Details for the file fast_bencode-1.1.7-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 359.2 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 | 31b44413ced537445eab01a308de38d416b8d2d7b95975166def9243db2829ee |
|
MD5 | 9e781e47865a0f8368adfa6cbea6eb75 |
|
BLAKE2b-256 | 93112fab521144c670a1ca3bce47dc74e222ac30cede079917b521f3ddd020cb |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 260.8 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 | a013afd7336f79229dbf7f155f5d96ab89e291552dd9304873c01c98edccd2bc |
|
MD5 | 2a69814010422e1c3d4a52beed084654 |
|
BLAKE2b-256 | 6880783838682e5e400ebd0ed9f8034b440ec10990a589edcfeaa51dc99ff7ba |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-win32.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-win32.whl
- Upload date:
- Size: 249.0 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 | 32bec73db6bb8ff9e1d2c54e7f65e24e5326b343fe1980ac78b90986e7f58192 |
|
MD5 | f1d0f7957633d6259b6a476f808b9111 |
|
BLAKE2b-256 | bb851ba506c59e842bd3ca3e49c0bdcbc383cbca61f2426df9764fbc9c8cb332 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 305.0 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 117d4e4ee21d495fd8337ed3f6da589c57b39353f31c0b93eafd58243f7a0224 |
|
MD5 | 9d668fefca7f931301d25c9a54b23e9b |
|
BLAKE2b-256 | 5f8ce9e441b5863832ae04df98644777da1dfe34d69f56e044c5c2a93a355850 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 299.0 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f1d90fce19b8bea6d35febcecc2c136bc69c1e3da266bd9b1dbdee096a4c6be |
|
MD5 | c15ceb97c91efbe33d0bed5d4721165c |
|
BLAKE2b-256 | 6636de174ae6a0fdfa107bde7ea6c49823dfc9345c791793e4af3aaf9eded1a4 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 301.7 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.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e8fc4418c13791101b3d0f15efb0b6c2d31dad3f7808ea29cc09ee89ccb7ac8 |
|
MD5 | 705c3c188c71171768317f0b14334361 |
|
BLAKE2b-256 | 1c43fd38ca73ee7c2b5e43ed6b6be561d3b3c1ba9598eb32d6bbf6e9c82517a0 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 296.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9973eab75d6865fd1b63cd8df0a0b7c6f8933df7abc9673580fdc0218474b91 |
|
MD5 | 310f1dbcadfa046b6cff2b55b3999442 |
|
BLAKE2b-256 | f5460dfafd98b93477e412bb1d56779e7f8229f9f823b76a351319920c1e8a20 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 268.5 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 | 8c0cff147ed202b8e42a66fc43ea747965e0ab096132b66c50f2f253060a21cc |
|
MD5 | 63a5239a9b4b7c3a6d2b2f8a39dc5b2d |
|
BLAKE2b-256 | efd7d396a2fd44b5b06ee604d3d559234dbd1be76bdcfc68ab5a112100405918 |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 274.4 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 | 63f210861f3db9d3af3dab0700bcd440ac40ecf76a201e291016a362b6145d01 |
|
MD5 | d9a8879985b73e718dffb31ce730ad6d |
|
BLAKE2b-256 | 393ef2bbdbc9151ba55a302587951c66e6ac69daba51bf4ee01f6c77b4c3f05d |
File details
Details for the file fast_bencode-1.1.7-cp38-cp38-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fast_bencode-1.1.7-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 359.4 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 | 3f5921aa5a6d52b685a541a37ce307bae7573d44a17f41341da92c171d499acd |
|
MD5 | c34efc68bd4160b0175fc4e946992d89 |
|
BLAKE2b-256 | e5a73c08ba08d716dbbf99994aed4e626d0d1ed11f6a1c9cb7ad2952be114c84 |