Skip to main content

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}]

The default bencode/bdecode functions just operate on bytestrings. Use bencode_utf8 / bdecode_utf8 to serialize/deserialize all plain strings as UTF-8 bytestrings. Note that for performance reasons, all dictionary keys still have to be bytestrings.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastbencode-0.3.2.tar.gz (24.9 kB view details)

Uploaded Source

Built Distributions

fastbencode-0.3.2-pp311-pypy311_pp73-win_amd64.whl (50.5 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (61.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (59.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl (49.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastbencode-0.3.2-pp310-pypy310_pp73-win_amd64.whl (50.5 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (58.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl (48.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastbencode-0.3.2-pp39-pypy39_pp73-win_amd64.whl (50.2 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (58.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (48.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

fastbencode-0.3.2-cp313-cp313-win_amd64.whl (53.3 kB view details)

Uploaded CPython 3.13Windows x86-64

fastbencode-0.3.2-cp313-cp313-win32.whl (47.8 kB view details)

Uploaded CPython 3.13Windows x86

fastbencode-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl (319.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

fastbencode-0.3.2-cp313-cp313-musllinux_1_2_i686.whl (305.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

fastbencode-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (294.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-cp313-cp313-macosx_11_0_arm64.whl (55.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastbencode-0.3.2-cp312-cp312-win_amd64.whl (53.9 kB view details)

Uploaded CPython 3.12Windows x86-64

fastbencode-0.3.2-cp312-cp312-win32.whl (48.2 kB view details)

Uploaded CPython 3.12Windows x86

fastbencode-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl (322.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

fastbencode-0.3.2-cp312-cp312-musllinux_1_2_i686.whl (308.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

fastbencode-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (294.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (56.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastbencode-0.3.2-cp311-cp311-win_amd64.whl (54.3 kB view details)

Uploaded CPython 3.11Windows x86-64

fastbencode-0.3.2-cp311-cp311-win32.whl (48.4 kB view details)

Uploaded CPython 3.11Windows x86

fastbencode-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl (318.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

fastbencode-0.3.2-cp311-cp311-musllinux_1_2_i686.whl (307.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

fastbencode-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (323.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (306.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-cp311-cp311-macosx_11_0_arm64.whl (57.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastbencode-0.3.2-cp310-cp310-win_amd64.whl (54.2 kB view details)

Uploaded CPython 3.10Windows x86-64

fastbencode-0.3.2-cp310-cp310-win32.whl (48.5 kB view details)

Uploaded CPython 3.10Windows x86

fastbencode-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl (295.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

fastbencode-0.3.2-cp310-cp310-musllinux_1_2_i686.whl (293.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

fastbencode-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (302.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (288.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-cp310-cp310-macosx_11_0_arm64.whl (56.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastbencode-0.3.2-cp39-cp39-win_amd64.whl (54.8 kB view details)

Uploaded CPython 3.9Windows x86-64

fastbencode-0.3.2-cp39-cp39-win32.whl (49.0 kB view details)

Uploaded CPython 3.9Windows x86

fastbencode-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl (298.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

fastbencode-0.3.2-cp39-cp39-musllinux_1_2_i686.whl (295.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

fastbencode-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (303.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

fastbencode-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (289.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

fastbencode-0.3.2-cp39-cp39-macosx_11_0_arm64.whl (57.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file fastbencode-0.3.2.tar.gz.

File metadata

  • Download URL: fastbencode-0.3.2.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for fastbencode-0.3.2.tar.gz
Algorithm Hash digest
SHA256 a34c32c504b0ec9de1a499346ed24932359eb46234b28b70975a50fdfaa14ab5
MD5 a27a0ab68084c38c17a9826317c9dd0e
BLAKE2b-256 1d3bb5f553d21eb0c83461a93685eb9784e41516224a6919c1a39a03b3c35715

See more details on using hashes here.

File details

Details for the file fastbencode-0.3.2-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0bb493c0c7c989d9c73fe721419062c01ad6fb7f4cf6fcd16eef9c8e0b71a497
MD5 33447ab333c54ba1a0b6931dba23d8cc
BLAKE2b-256 aa1291762521f5d1f55d5142013983cbefec06acbee1cb1e9277e93e8a349915

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp311-pypy311_pp73-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bacdcca4ef0dab1bad57143682f324d309fb7b38050765d02bdbc61812ff47e5
MD5 33b29099c825ec72317bbe3d24c78a1d
BLAKE2b-256 af200e09529daebf1a1f69a256a960ff0235786a9702686283f927bbe650923b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de6da89a88702c3093f1e4e40e9931c538c13de27c5afc21b9568ceba280ef62
MD5 af1d534e68bb27f79b03fddc7802c89d
BLAKE2b-256 82079c5f8a222d1554d742e3173fb59be6af907f1bb30d0629bf59c51eb8e23d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41acd5ceb0eb2aab96a9e997935b7b86ae8fb2c41592b173111e42bd9338caea
MD5 fcaaa97287a766136556c4062275adfc
BLAKE2b-256 a68e234b7f2d9f80204ca1f427c666bc9620f473b29ed0144a3895cad71baba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e4b88af3728682bf29dc88c096e7081b13f4f7eb8f48e4a6d315b75220c889e7
MD5 ae0e0d599d6e65a0317f1cc90e6f2a7a
BLAKE2b-256 2eb992e2ce1886c564c457556778d3ea6436d36d4488abc42692763652ddf73a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24eacf72d9cfabcb79dbd99462e77cd66e7a7ec7f595868502fa2d1dbad96bb7
MD5 35290442c7e31cfbfab8e99bd2d69384
BLAKE2b-256 0fbc16bded4f5da7cdd7cc89e030c215234dda4a70b93d8081fe4fa2701a83d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b395c0d0372ba85fe542cd5bf19f52d0a558f535e49bc516c26b49622c53ae31
MD5 78ff9591dd9b84c2b408f6e302eab05d
BLAKE2b-256 d3b69adb6010e479e546b52ebe43a3dc16c83755fba35cbf57060d0a42b865c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe05e7a026b2d4ca062c96a4cc9d5869b89bae1701bf0ca283c8521f3a670c9e
MD5 6674b0232b1c477357bae4be9b609190
BLAKE2b-256 a3c52663c3dcf275a993f7acb066d70651732f57289bb4b7039d2c938886a79c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 09030c84bac22e9fc7fd00510f41a4d48bb47912a7153124b221dce26ce3be34
MD5 fdfc9bf45ff5565d4f66d203428a57d6
BLAKE2b-256 6a3bd33e4facf9e66d85ccd4c540bb64e94403fdce97b02f165df3344710fbee

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp39-pypy39_pp73-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00cda76ca13f877bb24f328730399a174a25a5746d4bc68fd39ffa57bbb68a55
MD5 ca765be14a8e4086b4592f6fa38635a4
BLAKE2b-256 d03b1530451b97694b793ec6f709a59ff61e381998831460b0f0edcb699d8ae4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ea08b3aa8b605d9b3c42c522c6d1c178f4047b72bd518f5731d1ab996a3565af
MD5 c67ff354f2f13f208d66d4db60c01f23
BLAKE2b-256 8c0990e5aac5b6c4ac446e68cea232a6167ae26a8be26876adb5cb79c2cfe61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5158c101018eb9e96123a30d374757a5e2bb9887fa08e393cd6a2a32a41e97b
MD5 9f5bf1b46245c8e2630b3559c6b9cf19
BLAKE2b-256 edeec2b1256a834073831b54eaf1446fd179258989aea4a16434c9fdb0b94949

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f15e21b7a81cfac511149b02fb63d18c97a9edff2c82d828b0df95b3ce4d6247
MD5 430880a4fe806f31356313c4db8929bf
BLAKE2b-256 6de4092e80bef33f8156c2b95ab431d78a24bb2e03a2b7b8e4270e155f895319

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 47.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ffa09e4dad874fcb92309d7bab53be0fc316b2c4c923bdbb388f68cb60224aff
MD5 985b38aac5853f1e22e04d880a0498f2
BLAKE2b-256 87e11612ba3b3e6d06c71f136731948f77603b74d6dcea1b5c6ae171751d1f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-win32.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b25490dc0ed5dcdf9fcbb9c21fe06c76d3a07f6410ca589d5e4180c736de612
MD5 9b9ffe1a722597fe2f6e3ff6fd14664b
BLAKE2b-256 06a8d6c12b4dfe6b266e0344866628eeb9578201009655eae3e4a7da1016e5cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ead404ca72a6d792a90f0ab2e2703c503cd9b8835d133eb085acd8701d29fbc
MD5 319da3f54f95d0c11f70483645b02c1c
BLAKE2b-256 102e72ab7340d04efaa474d77ddf8cf65de524fc42c27fbd442f452d0cfdda39

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f260e2e0a6c517c50cd1b9d732f784d21ee50a93cb845f5f9e2ee4b77df7f292
MD5 116cb4bc04bee3814cacd09c2dc37cce
BLAKE2b-256 a8e743674f67e934b5def5c7e352514857db36463c7c5f111e3fb96d1839000c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d71f6f46a0edfb1a2c0a57761849d10f85bf2fb2cd037809d30852c048308066
MD5 6d9b2ecff6c4cbfddc73ef6ef4577dc7
BLAKE2b-256 422ca046bb27e9cfebf77b79e5435c8c13909ac9c4f2a950c4c430a3b50b7708

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02431ba43d8ef3a2f3338cdba5a8daa9e6aa0c5532e35a10132890438086f2ff
MD5 7661832fd3ada4397d434c6f04fe69c5
BLAKE2b-256 ad17d11d7a71d41ce90dfac5ebc7d83d8a2138cc65e8f00794507935657f3152

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee4ba505e67ab84c25a01f4ff2e4c344ad5a76d2db13bfd3585c1d05b886a1c4
MD5 2cdae6180d109d3b9da885145db89cb6
BLAKE2b-256 6000bc9248d0c0c58d3624b3598560c2757cc2087feca2b187bcb0a85c70e1a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 48.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 eff9e947c4655ba9747d5dabf3208c6c9a8d0cd809fde6cd33d3273a298f2c5f
MD5 940b02b6e767b25cecc2c36a68947212
BLAKE2b-256 8d49285a4e434ef97dac026140c7b6bc214cc253d86285bc9b35bb1cbb46731a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-win32.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 480db8ab2ed478be485cded45680d0f6aac3d718b551b83aba6912d85b33606f
MD5 9d91461a7cab02f9ac57aa85b4226698
BLAKE2b-256 90804127f1d7803bc016fa96b3e3431b8243dba949d1279b1622ac8aabc329a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e79fb7ccff2065e9eb1ed4a990f4ad153567684f65bf7bec30d9618c7670ca9c
MD5 64def224814fd6837321725f67ff7644
BLAKE2b-256 a6df67580a5c2461bc6879b526c5fc40e45344f5e423b829cdf453befe6882f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fc16b7df558dfa39a2586a76ad9e72a1b108e50a4e7187077e5a1ca29c1c2e0
MD5 1c3ea6c349c76ad497435bf746c65374
BLAKE2b-256 fffb94948f288b39ff64f9662e8906d888d1de0ecc4a3e33291273b26f04c9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 19e89504a0ccaf7789e18ee0a6b48fff1cce288d2ece1bca54240b3e82a67e35
MD5 0a8f543012a79e1b96bd1e867fae4a13
BLAKE2b-256 f28e2a03896ddeb6ef23c36c4169f79709fcad0fc14ae79f98c815372ddd12d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ffbf7551adae0aecf39a6e0850c0dc33fa428572a451cb1ef56328b473168ca
MD5 aaf99462a9a603b2cee0261d99f8254f
BLAKE2b-256 39cf07937e265819ce40e4505c9ad34ed1379f3d52b697156424e1c9e2a35648

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ec82c78bb8824f3acc9105b642c58cbff9eb5cb237b4902a8f730743447e6766
MD5 2ea1193fabef61d067aa72b5a998d24b
BLAKE2b-256 7ff7fbdcf856dea00c30393fa22ddc3d4c1999fa91631dd05474abc75178ff76

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 48.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5b50840085e958e6a331f3364e1e032b4b10d0d1b123d177f0bec9308d589676
MD5 6d3834af0cbc0d49e602e82cb338bc36
BLAKE2b-256 79f428203ec04586d4556f1742521c854cd7f47b78f70d7bb61b7aaf727b143b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-win32.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a32d29f55bb2218bf552a57d507f0711ce070ac5fb1abce14a168eaa5b1a0ad0
MD5 122da4d11c56b74815339b133aa37df5
BLAKE2b-256 6164475ec7e15b566c589b98b89279d77c636d2aae3df7029a179c537c456460

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f518e5634ca3f674e8d1e974a9e83ddfdcd7ddc18bcbf54821cc313e18b6de0
MD5 162b4f71e5cbab043f4589edb5884bdc
BLAKE2b-256 a08d4f5733c1d4a25e67f72a8e2414eac49b80b8fc7937a4da1dd689665e2925

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6e8695f11c6c284efa8e837c83783beb0978b943746af788a793b2bbdd2eb77
MD5 8790ae77d1981216c8b58650291923bb
BLAKE2b-256 185319924fadb9ed90926ba177685aca93869889cd31502f0781a44ef59d254e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a93b406a8d4c3390771d376bd6d6cfb3d12a4a56166f2974d7d9835df4c911f7
MD5 22fd1af0a19dd2a03053555eb1eeb210
BLAKE2b-256 13657c590c602c3df0d10c354b9f09718580a520db56810fe94e9185e53840b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b90e3eb865fe363c89242e6bc94b66df2cfae40a5ffdf3d3c89329d838e0c20
MD5 38e57a2199d83f2c11e2153523cbfd13
BLAKE2b-256 3bbd270740d0668980dddd83bba41472bf50e9091cd477ed523afb38a2f0a654

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 92c4cc3ff160885c8f3eb5bc13a0e2e134a928d84ddf965d0e453468c8358e03
MD5 e6d6b09e00a43d8b975ac81e5be25aa1
BLAKE2b-256 f7e638e2fd351f05b098944a6a6d051a3aaf4397ba5ba28277e77cdbd7a8323f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 48.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b57d943433f184c47892608988af350e3c47694b87386ddfe3aacb439ce2bf69
MD5 11d057801b33b2c05e452dcca3fb541f
BLAKE2b-256 a2f35a79f8c8b5c712434c52c6b368c815023fd9913060e8f491dbb881466bc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-win32.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13c7453379a9f6796829a36024c18c14bcad7c5a0387a62da774d5e47e32ae24
MD5 1726ffe430149213599d231ecfe19fe9
BLAKE2b-256 900578e315bf5e8d5dbabe16bea4571b78a35aa2bcb3f48e4fc31fafccd9ec8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 15548f6112511973971b4e6a3ea0971846c423aacee27ff2c9c5d746db69f762
MD5 251180efcbfa9c5329357019be9cb234
BLAKE2b-256 bc39e65ca2ac51f433897db3824290d58fcd41b9dab68e51890a442fb1deb233

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a744f6138f3161046e2c8474be75f9babe38b54efa75387600b66a1836b77395
MD5 b98565a9980a4b66e16607eadab84410
BLAKE2b-256 a4bbb4fbf369d4acf2471dfb4e34e190679a996e69ab005c9f769f5a6ff95fe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb6b5d70448e90e8e67e5e60f27e5b5fdeed717882586236dc00ffbbfd1469d6
MD5 df82807b8c23aa5a3e23d68a03b08a85
BLAKE2b-256 d8dd3ed40c622051b8759f6af5d43f5cdbbb05e0cd086f3c318f637876a7a219

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eacbd9b3767593d62e5bdfd995ff124ad04086b30db2d821f23514c13183ca23
MD5 ae4807802cb4c93ff0deac26cf2b7173
BLAKE2b-256 1c18f4f1ffcad3f1b8cfc9487531e9ceb9852266a53d83f52c4fb17b94217572

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 54.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e628995777e4f69b5bc9880043452656cebf501890e5f4663c9a64cab51e40c1
MD5 8db2782b76fb0ce735ae4ffcbc68aa6e
BLAKE2b-256 975c3c52f3cfd8928d5b81cb80bb0d98260fa6213ba18983d5832bd574cd3046

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-win_amd64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 49.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d041206e5ff1b17b9cd324dc94b1efe54546ff3314011065eba2e691440f6475
MD5 7259cabea53727ab7089600b9ed9acae
BLAKE2b-256 ede8200ae3b2be6940dcda70b7884f60aa7f06b9ac1c8f87a918a291709fa145

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-win32.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c24f1e1b26404d0d55c659b9960b80ba47ad36a3c7e06bb81960a86623f5c51
MD5 5b79f53ea2670d5b173afc7f27ba9fa7
BLAKE2b-256 3aa1184941be3db5328ff57b9c69f588d382552d02d6a2e4a714c902c6a24966

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae451df7adfea9ae31d393400234a6ae30ff1c08219d18c15808fd86db3b745c
MD5 9fa4e9a6f84714dc636401b5e037d690
BLAKE2b-256 802ae0af40229ba05fb6fc7ad95832797497ee7cb1b59c40dc46309bebe366a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38b69de87e2d97ea6a7f7195251880ea5c658b541511b22868ef066a2bf2db26
MD5 59b4424332e010ca8d9c0f48d7164e81
BLAKE2b-256 e3bf42ec704c9cdf002c9194eaec48154d0289de07b9bd082ff46c20606f7a54

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 492fbb2e70a13372c1408af4cf47319f7f1a91a8e4ab38125ed0e13efaae7e34
MD5 f1283b9b577121fd1cff20301290f92c
BLAKE2b-256 7b27aa9d5abf2455e9eda80bdefc0e434bdf8b10b6e9bd629b75ee5decf23988

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastbencode-0.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cfbbfdb190c0a1482b9616305fc871b1d1c12dbd1ea4ac1cfc477b6b7fd36b2
MD5 c1f3622761bce35c63d05ca67472d23f
BLAKE2b-256 4c894f2062592ca97b3bdaa100e89e1e292cab999a8ad907da1b0d76c6214ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yaml on breezy-team/fastbencode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page