Implementation of bencode with optional fast C extensions
Project description
fastbencode
fastbencode is an implementation of the bencode serialization format originally used by BitTorrent.
The package includes both a pure-Python version and an optional C extension based on Cython. Both provide the same functionality, but the C extension provides significantly better performance.
Example:
>>> from fastbencode import bencode, bdecode >>> bencode([1, 2, b'a', {b'd': 3}]) b'li1ei2e1:ad1:di3eee' >>> bdecode(bencode([1, 2, b'a', {b'd': 3}])) [1, 2, b'a', {b'd': 3}]
License
fastbencode is available under the GNU GPL, version 2 or later.
Copyright
Original Pure-Python bencoder (c) Petru Paler
Cython version and modifications (c) Canonical Ltd
Split out from Bazaar/Breezy by Jelmer Vernooij
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 fastbencode-0.0.15.tar.gz
.
File metadata
- Download URL: fastbencode-0.0.15.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0355df823355f64e220371d87f41e50350afa70cc5879d8e68dedfe982e053e2 |
|
MD5 | b05b1e965422129735646918eb4286a0 |
|
BLAKE2b-256 | f7de64b63ef2a6ac42806b4b47b7be6aee1b28bcc28f998af3b924041b880374 |
File details
Details for the file fastbencode-0.0.15-pp39-pypy39_pp73-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 40.6 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9d08c63a319a8a20fd2a3e36999a1dcc90ad3270b4bcc9980adb9c8c6833e08 |
|
MD5 | 4a7c7202028c20cf8e53b4feb00b5edd |
|
BLAKE2b-256 | ffb5ca706743e854abbd5f8b469e26e7606d5f02f5142b671cdbb2ceb641274e |
File details
Details for the file fastbencode-0.0.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 52.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d767d839bab6e0740e789b255ac851c863a2c016f09b61ce51cc2fcebdd342 |
|
MD5 | bff5c19c44cbc69e34752f974cda4277 |
|
BLAKE2b-256 | 717c294185ffdffc921084908a1cc195764ca88652d39e5c345f7a6c24774e94 |
File details
Details for the file fastbencode-0.0.15-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 51.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bbe6d19ed38c69078dc39de083c243d3421a401f400412a3708df851486682d |
|
MD5 | d31ed4edd4df5462ae69f5114e559862 |
|
BLAKE2b-256 | 83777ac55583828a5e18fb0b19e30bd2e4c26b50fba0fbcaccea8209a5b6aaa3 |
File details
Details for the file fastbencode-0.0.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 41.2 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9df94852fe50c4fb95515ff93a33ece36a789b8a4bce438c0a432248584076e |
|
MD5 | c7f88862cf9fed2ea347fcc533ea0966 |
|
BLAKE2b-256 | fefac895458e7da48ec2f54e25e5cfe6d3b6df882dacb274a5ff50d11667beac |
File details
Details for the file fastbencode-0.0.15-pp38-pypy38_pp73-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 41.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dbce8a1e41120a7d2a5a8787aa7b5729097e3f9f2a6bad32b604b69b941aff0 |
|
MD5 | c4599235ef9e2e215088938929cad3c1 |
|
BLAKE2b-256 | 7ae00940066dde846dba4494550959f46f5ea6749442f8191cd48244da38a796 |
File details
Details for the file fastbencode-0.0.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 52.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c1a6b757c8314f0913f57f5b3711d44f9e5c00a456b725bcb7f3edf2aae6c1d |
|
MD5 | 9702191ec785a620c3d7c5b1d3d5b57b |
|
BLAKE2b-256 | 5783f567acdfd6e1e7921ae72f78025f1d7b6ece71966119d4f877dcc348edce |
File details
Details for the file fastbencode-0.0.15-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 51.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28cc7ad81a180d8a7321b73a0f15d704fdd8005e8ddc2e2716850a48a6da6942 |
|
MD5 | b4dbf2fd1b40eca602a1d91ecffd1f73 |
|
BLAKE2b-256 | e2580963573a4b0e505b6886894a2454fb93314e21eecf06e885e635340c55a9 |
File details
Details for the file fastbencode-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 41.1 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0521708deaff5e86ab7edbeff24e37cfc9018b1cbf18009ceaf4f2fdfdf193e2 |
|
MD5 | e55edb4512e66f310c0b411a208653ea |
|
BLAKE2b-256 | b9d84164158d1e2a24f8f984809262ce294f90bb4fe947f3f77c5837375933ce |
File details
Details for the file fastbencode-0.0.15-pp37-pypy37_pp73-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp37-pypy37_pp73-win_amd64.whl
- Upload date:
- Size: 41.0 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 487e952086dd98c43962a63026d7c26abf62bc9c029d1972d5056a69f63a365d |
|
MD5 | b0ad1cf8875e632a924131dd24135384 |
|
BLAKE2b-256 | bafbce81ea57c53a8c68443901a94936b521e5ce6b9bdd718fb6b298c2f8234a |
File details
Details for the file fastbencode-0.0.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 52.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19006d857fd4c62d8e46955f8a30b1ccbc91e5b04d19a5780c194d303c1f31b9 |
|
MD5 | 202a532672f136d6f10a100bb02170dd |
|
BLAKE2b-256 | 397db8f73ba481ebff7e141e9dee21a7e67ded1c2ce6035672dabfe4149e2755 |
File details
Details for the file fastbencode-0.0.15-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 51.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04b113e1593eb0ff477a0ad0440fd74d7b7d23e339e6c4e94f7c87908db65859 |
|
MD5 | 43ea98f7b05128103537b1d1e6d41570 |
|
BLAKE2b-256 | d0a3c8b8dce8781e0e87ab4ff997e2f47960b71aefcd8621cdd94a0946e68e3f |
File details
Details for the file fastbencode-0.0.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
- Upload date:
- Size: 41.1 kB
- Tags: PyPy, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d500d0ccd8b102a9afd763365e96a08aba73b672ef3ede220f36b4bfe132554 |
|
MD5 | 40b961a9a8b52dd2f959f4ced9eac515 |
|
BLAKE2b-256 | 3b6e1a1996d7f526c7f3320aacc2a89af37fadeeae43d067940005aabe788eb4 |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 44.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96fff8392b63fb94d3b06202f2202c9fe3e0ac6a920c68e9e13c99c9cab414b4 |
|
MD5 | 6c251b6e2041b53eddc160752ce62fbb |
|
BLAKE2b-256 | 4cceb71b996444b416b901d56d82590255d1de189ba7275a7a7d133625e86f8c |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-win32.whl
- Upload date:
- Size: 41.1 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 284ac2cdba68a873ee0f1eef40a9345d030ec56ecd863d96d2e520b541426d6a |
|
MD5 | 5e6133156b26457733f0af026c0bac81 |
|
BLAKE2b-256 | 7ff95e48e0e2299121d43dbcce8a9363b43685cd90273ad77261e986f92629a7 |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 258.5 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e742db9dbb92b730b55e1d6d42b598bdf1db9c936957bb9ad3140dfb55eea7f6 |
|
MD5 | f0dca168a77344690b0451d519617979 |
|
BLAKE2b-256 | 96684b77b17b004a4f1d3d810f1efeff65f5b4c269a9d0780b12916e36dedeec |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 256.6 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1b5cf86713e8e0aa4beb5202f308c9daf83bf27d6bbeda71d4ae439dc77cbf |
|
MD5 | 60d28f0182d0cb5fd19625731bfb89ca |
|
BLAKE2b-256 | 5526ca95751bf12df6cd773d7c2a688736356af83537d6675b3024fb77161b51 |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 259.9 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de78771af389ef6f5127b015a6385f82949eeb39c17b987acd73429d7e9ec52c |
|
MD5 | baf69e4760e453287c0c653df66b95f2 |
|
BLAKE2b-256 | 09f6835c3c0980fad02f64b8722d63b3f37f07425bfc29c85dabbc2503ef7fcf |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 257.1 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81216c05eea361069ef30df4c531d5c5fba265678034ef1e52a3d2c2944758b7 |
|
MD5 | 0265a06025a6c499c8160ce94d9d0717 |
|
BLAKE2b-256 | bd9aebdeb99cba3fb2cbaedfff8ec2ba5d7b079dfcbaf29ca713d68098844395 |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 47.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6683f05fd1cb04710e760e8d4fc87e05142dbbafbcaf01191667b91135847c79 |
|
MD5 | ec83178627bac83220a8780fe61ac6d7 |
|
BLAKE2b-256 | 9d6db7af8b6609285f8c8a71326f8fd36c259d249a194a9774e2e273ec9bf39e |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 49.7 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 979af0d545f173340bde3d2b475b7e1536219ce03d469559322a5c04f18adafa |
|
MD5 | f02317fad493e6fa2233e3c713e55932 |
|
BLAKE2b-256 | 52ba9e4b4db2c5b5dea0e9a6dfcc55dc6352d8c9e22cc8e9853c2a1a92c67ff3 |
File details
Details for the file fastbencode-0.0.15-cp311-cp311-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 86.0 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8b274f5fe631b29a540faa60a8ed4287394c1b8c424f8c0771e81f6e172d0de |
|
MD5 | fde967053b53914ebb2634657f1e35ca |
|
BLAKE2b-256 | 8050b95ca09dd3b0fd1000a2c6379a0678767b2e1c15cd0ff7367a0239805300 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 45.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ca042205cf27d8e69a3bd0506172b84281846a2ddae22dc33a8ee3702f1958f |
|
MD5 | 59cf2a8516e7e5d736d809c850ecabbd |
|
BLAKE2b-256 | 1462f66645d7b0c6f1834b0cb3a58dc57324ba137b3cf712acd84e3ebadc1b96 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-win32.whl
- Upload date:
- Size: 41.6 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da05ab3a10e6d1c10a6d0504f74f12a6ceb7808cb89f0ade7f133d2679100e3b |
|
MD5 | 9310a092d339749f75ef9821fe56d171 |
|
BLAKE2b-256 | e38ff54236ca6c092d55fbcbded5bbbcc966b096d65abd7a80016efebd4af3b2 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 248.6 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f867f979c0b14eb85c372d86e104e4d04623506ca0a8c14d64eab4fccde67ea9 |
|
MD5 | f80e15bc022d6c2ad86e7e9881feea78 |
|
BLAKE2b-256 | 84e9cf63d36b4c352af91f9d685df05b681b065e946a879e3f60a62a0c50741c |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 246.2 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 818a83298a95d0e20106428da17ee05ddf083da91726f5ade765110b2b7f6e85 |
|
MD5 | a035215b998d9d6f17dc5f31587c9533 |
|
BLAKE2b-256 | 945e4dea1be0c69d4d3cca8f8e6a51f9a5d24dc42cf39e399e5c4d7d2ae7d6be |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 246.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36cbbf67840cdb291b7b3e3f1ee80106d16de17e3f3d65e0f79d4f15a4e39e2a |
|
MD5 | 0e52174c0e1304eea6f1407c948994d8 |
|
BLAKE2b-256 | d0ab652f14fb60752914eca742856af16ac45cf3ef6b7d351043c09b0f6820f6 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 242.7 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4cbb65d5ceda198836f65e9a302e90681aee0fb527fa9b9ca31c9937f2f6d0c |
|
MD5 | c3a6b251895b7f68552be2959ee75358 |
|
BLAKE2b-256 | 535f0a7370171b0be7b0a80c2ca65893bc252e4f5d5a9622a7f332d1e666aa98 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 47.7 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 069ff6996efa771a8873f56b2a82070edf6f1e356244e5ea7b70f4828d6ad53c |
|
MD5 | 931fa18d2cbb618326cd1ec61bd2b9fc |
|
BLAKE2b-256 | be6c52362e076cdbe46e52a608b147291b939474e91db2e718d926343ae0b474 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 50.3 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dee15b91b82fee1147eef23aff07d857f7e87273605be512898c2c2724961a37 |
|
MD5 | 1ec178922501ea63252c439234d6e4aa |
|
BLAKE2b-256 | f04fd877a1510201c928b49f44b2e62fe8a4e6cb4fcc550d1673d35bf47d5304 |
File details
Details for the file fastbencode-0.0.15-cp310-cp310-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 87.2 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c783a0554a20a8efc3e2048a07dde534ed2fa2e33afd5005a532d2685a7229e9 |
|
MD5 | 3a48015c10f70da02c166e4f0d49c229 |
|
BLAKE2b-256 | 0d437017dc19422414d23f3770e32ba6c7298a3b272554403b422bbe70e2df3f |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fd0ef793f446cd3e9f7fe4853b24d47de132c941f40537a34e0e26c971e6077 |
|
MD5 | a21282b584cc8804bd2f964b3141994c |
|
BLAKE2b-256 | 9375a4e18c72482249a608a3de631e338ff72c7658787108c3838384b3368ccd |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-win32.whl
- Upload date:
- Size: 42.1 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bbf63992c10b5babc15b0ee6112e08800a736b47ca930872b465d165c8e4da4 |
|
MD5 | 45f47a9fdaf97715c50cfeeddaf9247a |
|
BLAKE2b-256 | dabe33b7f8bf6c7a9afcf6ecda9f90d41ac30c45b36006fcbc92ef8cf5dbe584 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 255.8 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1158fcc7d45a9e9c5c21b598e62f29206b5a8d7add15b1ceccdddc672b61c3a3 |
|
MD5 | d5fdceeb5fd8e37726c6d0294e03ffb0 |
|
BLAKE2b-256 | 6a8c8fbece816468dc604414e2cbfab2834f02c15ad8a95e00b7dfc565e02f02 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 255.9 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14810d7dbb19e84446494fcf21e1a70612a08d9b6c5c30b5bdd4599c81388061 |
|
MD5 | 19a855534edeb1bbad6504aaf8647289 |
|
BLAKE2b-256 | 3eadeaa9c2ca7247c49b763599eef7fba1586292f27b527add95d5398d9da657 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 252.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e44e724f815be9f7b5dc686eaa299b1152be13b8644c5b10377539f13a3e7b87 |
|
MD5 | 0f303877e1877ed0d884a924dfe8d686 |
|
BLAKE2b-256 | 2d6e2edea09399efcd364273714534c544f49701db2c26c2e7127a76f35a1748 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 252.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8526f2c05e863e80bc957b6d13724c45f68dece9d505f0b6b96fa6e97a732e0 |
|
MD5 | a95f24d1731069a34219619caeec398e |
|
BLAKE2b-256 | 15525562c3e0f9ea3b94c7a79ab810b83c27a03e53cbe7efc43d3d8c287d63c7 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 47.9 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f659b6d5c134d203eee3040ec703a90ae12d911a77bb07a878c25ece7f0ea613 |
|
MD5 | e7b2862604d956c15b833a651700ae5c |
|
BLAKE2b-256 | 2704cf4f4552d8e9a9550feb4b764e1627a34eaa625db349c1cfeacc8e9db2b7 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 50.6 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77bc7503b51220c6a1dcd80988dd349f55a23ac7249f9480bacdef6315de391a |
|
MD5 | 8963588de1676ca12693cd81ad2157e0 |
|
BLAKE2b-256 | 3f6c76609a1b09f23152176582bc3a953336c3095d877daeac0a677f260a4c66 |
File details
Details for the file fastbencode-0.0.15-cp39-cp39-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 87.6 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b74635d991f91dfea75384036c58240397fc849178b06773f232ace5b42f36 |
|
MD5 | d5c0f2964e249134d7678fc3a1ce035c |
|
BLAKE2b-256 | 78845cad306c60984beb8a20b5224a71290e4f03d7e3bc9b87e77e1d2f4c1118 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 46.0 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce000b20cf47958cba29fa78539dcc33da1dd8dbd643f92ae2ed5bebbc2fc3ce |
|
MD5 | 86449393f014e506f52dacdaed9840eb |
|
BLAKE2b-256 | 4c619edd5d03c3da6d8772200a2b885ada2188433404fb1ad42178b432b3c30a |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-win32.whl
- Upload date:
- Size: 42.3 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61d3e14f762e4fdb8bf56c8f9426b1737d8fefeaf56016c9a88dcdde45fe8974 |
|
MD5 | 365d17806bc47cdf0328f67c669f3a65 |
|
BLAKE2b-256 | 93d4ccc6b27899d914b7e7e8187fa0928af9daa00e3697a5d569dba86dadd930 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 259.3 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27b3793af51f1deaaf1ffd1fbfad4513702e163f34c0b2bef767964e2cec9d4d |
|
MD5 | 6f969e0a3e2f8ae2854683ff3e81bd4e |
|
BLAKE2b-256 | e4eb279d94e3d3009163fe79456de2ddcb3d16fe87bfa70ad39b1643b4226511 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 259.5 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cc67a910edb94c5bf2234dd5806df794af912f4586955415266b5314fa12d88 |
|
MD5 | 2a23833c55985df68721e09711a4fd5f |
|
BLAKE2b-256 | c566033f63e3746d31b580144833c0b2b53042f40fb22ebed7c121acf7700149 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 250.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f399102116988de9a8ae970dabd21f6e6974439c6c7672af80be131eb834bb74 |
|
MD5 | 90e63ba499d5eedb9c7ab4fd08804ab4 |
|
BLAKE2b-256 | 1e65522ee0c42878794bf7363777c3f7b5abb67bfb1e20e6299f9e2f974aad29 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 248.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c618eefcf0633b01f085f618580b2a43eeb00149f4bc9d09241eb581b9c8b44 |
|
MD5 | b361df730a0bb40a900c10656a3b61b0 |
|
BLAKE2b-256 | 3877d78002fd68bb44662f8dd572346c8167e31b7e186b2e040c493da76e8574 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 47.3 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28efda530b430e8773e7f32a2491bf45f8d7b8f9f03f09ee1da8f274bb514fce |
|
MD5 | 47511e6a05316aed62cc5b298f270efc |
|
BLAKE2b-256 | 9923978d222ce7ebc77de98ee58fda7aebf63e3435e35693ae07ee6a9cc214d6 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 49.9 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d8fbca8cfcbfecfd739825eabdfbdc67493ed69fca2d9d8f145d540dc48bb05 |
|
MD5 | b580a8145fd1a7b7ed79acbc1dda45b1 |
|
BLAKE2b-256 | b9c30a3e7f13a2ca0a516c80713ed1ec69ba231bbe9901e83969d676f79d2556 |
File details
Details for the file fastbencode-0.0.15-cp38-cp38-macosx_10_9_universal2.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 86.5 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | befe102cdeee8efef328f53d24ac109d970708fa4887dfff47f772b0881ff846 |
|
MD5 | ad1e847ab3b3f668dc44f3071edfa1a5 |
|
BLAKE2b-256 | aec998bc25affb8c24596a8905008274382cf3cbe009679722c4ad98e87eb138 |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 45.4 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8a105985bd12819c7eaa1ce13c69a68b9ec7a66c7d209f46b2d53bec4ab8cf4 |
|
MD5 | a48aff30cb672f93f6ec01f7582f4ee9 |
|
BLAKE2b-256 | 93a2e086b5ce74efebf59125073b931be321ae9d324c447042740ab19e02585f |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-win32.whl
- Upload date:
- Size: 41.8 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2689a5a6ee034cf4c6ae62a4543e4fde0c25e7d1fb4edf9a6a1d055f4bc68b31 |
|
MD5 | 4ca3d3dc3f07d4e296abed2f7e4d9f16 |
|
BLAKE2b-256 | 65fed7fddcc315bb13e28a6d50d9df10a6acde2ef670cf0fc8cbb109d4e26471 |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 220.5 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1984df48ebffc6a7f46e19e403717b725b031e318a306e7408bb7ce80df8f2f |
|
MD5 | 2b28091cb53c256907e92b7cabbac387 |
|
BLAKE2b-256 | 25d58b2bc0564dd12fc371a690a51eb7d576a32b76fc789d2719e2689e6d352a |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 218.8 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83dd7be8f0ceebde23409108fa01f1f4f24dd30c4d2664292c9192c77def53fa |
|
MD5 | 1b7bfe2ff359bc838af21f2920f540f7 |
|
BLAKE2b-256 | a066ef8acc0196a986e2ceaa53921205c55a4d2def60fb9cfa37985d7272ef50 |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 218.8 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b34e616b10a4bf77509919130ce096ce65b3e0e497463931b32d039c43870861 |
|
MD5 | d3c08245f6a825a761d1f351c1dc73b8 |
|
BLAKE2b-256 | 12b129775ca8a1ba5e89bbe68de09353b20d812aad2f45befddbf2173b5a9f15 |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 216.2 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b2e64bc3e511e8bbb235833f1c93e283e1a3d8d492699d12c8e3740a90b53d0 |
|
MD5 | df08ed9f8a8cbe0bb221b8c54cb4e0d3 |
|
BLAKE2b-256 | dcfa26cdd8cc3e548c00fa0c5831151dc54b9242f10ede280861c4ea98b3dd9d |
File details
Details for the file fastbencode-0.0.15-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp37-cp37m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 49.2 kB
- Tags: CPython 3.7m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d391239aef3d45b654fbc690000431d6738ae4e5ffed841d9df4287cf6c95fd |
|
MD5 | 61d2726a9c3a8372a1fbf5854443c331 |
|
BLAKE2b-256 | 13d7f44e383ad25c1c3342b581a43bd8b94903447ce7dd6f2d45efbd578c23a0 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 51.3 kB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04eb2ca9a448a289ae380a9849cc0b5498ea585b3ef78fbe2880c42b5115565b |
|
MD5 | 1a91869bc7df997df5663e77bd192cdf |
|
BLAKE2b-256 | d64a5cc1c1c4d1a6237847982e4534277f0b946b353ed3a502ed2d6fd3969d07 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-win32.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-win32.whl
- Upload date:
- Size: 45.3 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 522e8c52e13d5870544ae958ada3a9485b40c5dbb14d7ae7e60ab9dcf87aadc0 |
|
MD5 | 1d6c54540bcd185650a11418dbdac1a9 |
|
BLAKE2b-256 | a8922bb1bc3e59be89bed53d8d5fa42f8027ba2a896244d47d0ab73bf58a10e7 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 219.9 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fd6a67ab5f49ff524fb2b2b1821b35539e9f1664d8367d9ec2aa055b0edd9a1 |
|
MD5 | 34489eb2f8ad40334be586232726ebbf |
|
BLAKE2b-256 | 71339e7a64da629111a03ba863f11f45dd1ebea159025e83f5441659736f2e45 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-musllinux_1_1_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-musllinux_1_1_aarch64.whl
- Upload date:
- Size: 218.3 kB
- Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c0d06cb099f99548c400723f0bce165df7a46bf053c9e8b6ce5e6b569fa4a4 |
|
MD5 | 279935fbdd638875b406a527e1cb061c |
|
BLAKE2b-256 | 32a05a1a286ad704bd127cd6fed18e378ef68742bbb5c404ed89aee627eca608 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 218.7 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5565b0c837a00caaa27cdb889eb075a1544db8000131bd5d8f17b3b01d35f465 |
|
MD5 | c14a9656c4a1777aeaa64ecf1fff153a |
|
BLAKE2b-256 | 501ef12e737f4824fdedf35038271774798fc451737deb4477c01ed862e81398 |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 215.8 kB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 047eb622b81020bc40e0cbb5270ef1dbb3452144cb41a8916b5cb1c1dfa1d6f8 |
|
MD5 | fee291af917916f620e945af28178a62 |
|
BLAKE2b-256 | b94dd430dfd501a9b261a2eb65c33d127a6167342eadc40e845156a4d92a45ad |
File details
Details for the file fastbencode-0.0.15-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: fastbencode-0.0.15-cp36-cp36m-macosx_10_9_x86_64.whl
- Upload date:
- Size: 50.8 kB
- Tags: CPython 3.6m, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6697e8131aeebf106c4e219702c57261d6a7acd47f16df0ec2e1388edc92de9b |
|
MD5 | 23549c12f9629901e610eacb6d5bdb24 |
|
BLAKE2b-256 | 0746a8faec943d887256440183f9c6920fb3c45dfc63cb2e2bc426bc0a05353a |