Skip to main content

Implementation of bencode with optional fast Rust 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 Rust extension based on PyO3. Both provide the same functionality, but the Rust 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 © Petru Paler
  • Split out from Bazaar/Breezy by Jelmer Vernooij
  • Rust extension © 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.4.tar.gz (14.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fastbencode-0.3.4-pp311-pypy311_pp73-win_amd64.whl (164.3 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.4-pp310-pypy310_pp73-win_amd64.whl (164.2 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.4-pp39-pypy39_pp73-win_amd64.whl (164.2 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl (268.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fastbencode-0.3.4-cp314-cp314t-macosx_10_13_x86_64.whl (276.9 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

fastbencode-0.3.4-cp314-cp314t-macosx_10_13_universal2.whl (535.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ universal2 (ARM64, x86-64)

fastbencode-0.3.4-cp314-cp314-macosx_11_0_arm64.whl (268.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastbencode-0.3.4-cp313-cp313-win_amd64.whl (163.5 kB view details)

Uploaded CPython 3.13Windows x86-64

fastbencode-0.3.4-cp313-cp313-win32.whl (155.6 kB view details)

Uploaded CPython 3.13Windows x86

fastbencode-0.3.4-cp313-cp313-manylinux_2_28_x86_64.whl (304.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fastbencode-0.3.4-cp313-cp313-manylinux_2_28_aarch64.whl (302.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

fastbencode-0.3.4-cp313-cp313-macosx_11_0_arm64.whl (268.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastbencode-0.3.4-cp312-cp312-win_amd64.whl (164.2 kB view details)

Uploaded CPython 3.12Windows x86-64

fastbencode-0.3.4-cp312-cp312-win32.whl (156.0 kB view details)

Uploaded CPython 3.12Windows x86

fastbencode-0.3.4-cp312-cp312-manylinux_2_28_x86_64.whl (304.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fastbencode-0.3.4-cp312-cp312-manylinux_2_28_aarch64.whl (303.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

fastbencode-0.3.4-cp312-cp312-macosx_11_0_arm64.whl (269.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastbencode-0.3.4-cp311-cp311-win_amd64.whl (163.5 kB view details)

Uploaded CPython 3.11Windows x86-64

fastbencode-0.3.4-cp311-cp311-win32.whl (155.8 kB view details)

Uploaded CPython 3.11Windows x86

fastbencode-0.3.4-cp311-cp311-manylinux_2_28_x86_64.whl (304.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fastbencode-0.3.4-cp311-cp311-manylinux_2_28_aarch64.whl (302.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

fastbencode-0.3.4-cp311-cp311-macosx_11_0_arm64.whl (273.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastbencode-0.3.4-cp310-cp310-win_amd64.whl (163.3 kB view details)

Uploaded CPython 3.10Windows x86-64

fastbencode-0.3.4-cp310-cp310-win32.whl (155.8 kB view details)

Uploaded CPython 3.10Windows x86

fastbencode-0.3.4-cp310-cp310-manylinux_2_28_x86_64.whl (304.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fastbencode-0.3.4-cp310-cp310-manylinux_2_28_aarch64.whl (301.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

fastbencode-0.3.4-cp310-cp310-macosx_11_0_arm64.whl (273.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastbencode-0.3.4-cp39-cp39-win_amd64.whl (164.0 kB view details)

Uploaded CPython 3.9Windows x86-64

fastbencode-0.3.4-cp39-cp39-win32.whl (156.4 kB view details)

Uploaded CPython 3.9Windows x86

fastbencode-0.3.4-cp39-cp39-manylinux_2_28_x86_64.whl (305.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fastbencode-0.3.4-cp39-cp39-manylinux_2_28_aarch64.whl (303.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

fastbencode-0.3.4-cp39-cp39-macosx_11_0_arm64.whl (274.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: fastbencode-0.3.4.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fastbencode-0.3.4.tar.gz
Algorithm Hash digest
SHA256 d64dc3d983fd65cd2d4d52a2cade41ef22551f43e2d62a97c9dbb56c59f47e07
MD5 734fdf4567fe15e2fb4d5978882a5800
BLAKE2b-256 c029f818986c169e995f9f49f710dd3d8c5ae95be8d89e2e0503457c2f486adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4.tar.gz:

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.4-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e6086bd0f6aaaea09f0edb41710f871f7efd484b328d8293a009663290ffea2c
MD5 03277ef94f8c848303ab23802aae7f6a
BLAKE2b-256 ce17a7a3206c83f6f40a5605914b2d389dd0091a4f3f97b5d2836791bcd451ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 58b94d7e62cbf6002693fd8b00bfbce42aa1bc44c4281ed347e4560165bc890e
MD5 73a6549f1a287b3c7073079b57380213
BLAKE2b-256 f4d061fadf10e12c5fccad8fbaccde01eb19ea8e2ed15282829cfffcacbfd3be

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dd08b2f8756d8e32220d53a9ec8da3ca4a490769636bc89afb1fbce4ee07dedf
MD5 b7edd16546449ef44fc1b1f68e3a3c1c
BLAKE2b-256 e710470eea55241710eb47151fe323aee7501173dba6ecafa366613a214884a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4caa15307c0389816cff946cf00df2a47c82eb9a484f67a9a273b37e9c8deb0
MD5 e67a105b210cd6721e73a716333d90b2
BLAKE2b-256 1c11bbba9aec4c5876f2991027d494b9586b18308dbd6774c6ec5346b8c0de9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp314-cp314t-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.4-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7f11e7592e4183c59f1a474203f38bb079d52202e2f74e4f3f742f48a1925a1c
MD5 acf71463aed71e465a83a8851669faac
BLAKE2b-256 ac158bd5289a9b3c643c8784281a260f5a32d13c35b822120e3d2670097fd25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp314-cp314t-macosx_10_13_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.4-cp314-cp314t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp314-cp314t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 779b639f981e4c1f8c3b9e00bc0b63cc168d96808df48dabc6b41e7a0784406f
MD5 1a0709627e59d246b903d04a964af871
BLAKE2b-256 fb048ebe1a26e9a24cf7374dda9f6772413ae2aa188220c58aa9c79a458506f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp314-cp314t-macosx_10_13_universal2.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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0302bd6709d9e1a7ef9a1e7288fc5e94e1f036d74d871181b16e79c34cbd3aac
MD5 fdea6f6b9dee5e8f39d4d15546584882
BLAKE2b-256 e2981f6ffb1161813bbbc71c71f3f694b1fa7f35b1b394d36a474db613bb8c4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp314-cp314-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.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9e5352b5cab21e3610e27fe71f01b98f0230a02aba248f98b8cf0d0832a86f49
MD5 21acb174e5b3a5faee40e91c984da23c
BLAKE2b-256 2a254c56406ac949966964484e4f72193f67cc1a8abf4c3cd6792b24d6d72c3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 155.6 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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c3d60aad23b0e2cd8fa0122456cfe4f4ed9a29f3ad9b1d976ad852fad0db0475
MD5 3037cf56db8822810290b5cb7e375b44
BLAKE2b-256 14b9a1ca3a946a7792fb8e4934c24e832203e07f44b64f541d22cf50686349df

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03ab910007b1c3853a25e3a482e83b6b172d39678689e8b0b3237fadf49c1dfd
MD5 76ae6e029918f009c93687890d57b2c8
BLAKE2b-256 bfa5495ae75e5df396b08c9f5bef81161194af2b6386cdb53ab4fb393b3b33f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp313-cp313-manylinux_2_28_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.4-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4055971597a2d75b201e9c378aa4facf2921fd37b1ab7b84b5cfc428c6b277f5
MD5 166680d8bb001952589cb54e1bbc77d2
BLAKE2b-256 4449362b4d213a42a308161cd98c679e95bb8aea0159b006ceac61ed580081dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp313-cp313-manylinux_2_28_aarch64.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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f52b43d541c0259db59e1e66ea367aeefd8cefc7270ee20664f75bd0d7e8271e
MD5 01c0b2377d8e6940898cf0fc03618563
BLAKE2b-256 1dc341011f267fa5c667c955da7c967560b6a9affaf9c2a74166e70ae9302168

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebde1ae41f2cb17cc62c3c5c8a4aa5a17128f59ad812e405a2668660b3ca1036
MD5 d2a737b9fadf04af236809193969c571
BLAKE2b-256 d361a1723ad64c8a6e0ac500d8af18ac40175c4ccdb21a49c8431a3377fb72fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 156.0 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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5581372cc30fdfabe88e5b923ee2917ed743e48253128ba32fb88c76cfd90861
MD5 10dae36cf07d4792db8fc4b59584e7f1
BLAKE2b-256 adfeb72a5f9c7af921dc4fe9b949e2db5d492f96cfa697c15aac1ddd1bb9ec02

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7af25e5d8cc712d1de56b379d5520915e5becb8417337bf51abf6634c5362b3f
MD5 290b55383283b63c1f9b7ba712ef6312
BLAKE2b-256 702bde721635763517d85fb9d5f19b6286cb4793ea5398b13ccae2a28fe58bff

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp312-cp312-manylinux_2_28_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.4-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 932cbf0ef90eae361fd5b2eac222f5d07f6e6d0cd2a65b41a6a2f9ea379558c4
MD5 5a8643a9a77ca29e58c5ae3a38a5a81e
BLAKE2b-256 45652e9fc5ac54d2fdbf8913bf2a76320d8650d451b0fcc012a9bac1c3523469

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp312-cp312-manylinux_2_28_aarch64.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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a72c5fa5015afe975db13114e38ef4e4a12ea8c60f0ef7f82f400040db23dc0
MD5 2cf1ea2876f32e0936c939f6284164fc
BLAKE2b-256 bc05278cbf8dc84e076f68d953607a005b8508817a9cc9b75f4846d719b7e6ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 316d959b8511204323404b0f57ad60ddf04db98239043a63db9c1e5d1f43f759
MD5 83be15824210ef51f2909f2430e5a0d1
BLAKE2b-256 80410a368c3d9b2d9a190f450bd5eb7c8680a33bdb9c2cdff0657678207f1c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 155.8 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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a1dc9652928d25fadc3db021ca3e8b6894386e1da754db054795812d21ce77d4
MD5 d55a2399f19e45a79ee04ece08926269
BLAKE2b-256 549558f933704d9630d0cb05abbcaf0f48d8b08a5a4df462313bae65a361e0b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0a093fc17805bcdb89e51e8477efd2467335cadfae4e9d09c47ca8263ac14ed
MD5 ae02491ece4324138808af930e1ed620
BLAKE2b-256 48586ee6f654885c763f9fc5d2d707d7f7fb818b781176baba54ef70615a892c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp311-cp311-manylinux_2_28_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.4-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd4e7801b313acc41b74094be2538e5c31909db5924a9e3647bb6587c6acab63
MD5 cd7e17ec23f943f4a726410a4ceb9d0d
BLAKE2b-256 8b31f0cd93e27c83f1746f0b1daeefbc6a3d5c646b5cfd37934e235f7ebe42af

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp311-cp311-manylinux_2_28_aarch64.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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da4bc02e942a3cc6410c35c49fd1a0776e392ffb6ad638a0144bb7a3f6b18225
MD5 085ad50d4790c8d877af63cab678826c
BLAKE2b-256 f302e4ad0dd8c7611afec95c5f80f771341356c3b32b358640bf5104078f341b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03ee83bce0b1bf0775bf13e49a35ee0fb9df60a9227f83f2e97b29c249f16b7f
MD5 415ae0ae52b01ff5710e24bc2d8bab34
BLAKE2b-256 4319c1bf32ce4ae56e5cd760c57999d420a0e0ca59e953b4c99ddc5e757dfbb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 155.8 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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 910c47415630eb75d770248648a230a59810595e1f00daad81613b9b07c954bf
MD5 0efe16ff1987a823adb4381401cd21c7
BLAKE2b-256 ff81688d4506c979f4780f755408f05c9112e27b4f04a090ce54112db2fc6d3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a18b008ed6677d2677a32aebb903ecb578d38641db383b36e04b484bedeb17f7
MD5 0b5ea9e36cf4be111828f362bf6bdc2a
BLAKE2b-256 d98c53817decdd27c973ad1e632abd35872137105fd27d182d5b96b8c7ba55eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp310-cp310-manylinux_2_28_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.4-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dee92ffc491633fe197d3ba2991fd07c0d55645b992fe340addfeab293a595b
MD5 8a061c30cf4ab0a065caf2762a7e28a7
BLAKE2b-256 0f375f4638fedad28b6f3a107ec1ff7021474ecbd31c5b4260413f1e8cfea101

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp310-cp310-manylinux_2_28_aarch64.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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb4b0dcf0690f50cd9089b4735d85543be477499f2af345ebb16488da9193683
MD5 1e5c8351e7f94c376a09b37fa381cd72
BLAKE2b-256 23872226607b7c190151de892d4094c9d0dc0752045e52e960207529384aaff6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 164.0 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e6ec884a0d4b102f20cb5842f2b9cfbaa65d294bf945be718f16d44128c8d35a
MD5 d81cd420e016ad20819bc6fd5ae8d918
BLAKE2b-256 c95ec6cc29e822b898c4ee5d89c61ee8843e6d2901d9aa4da84600cbb63fd297

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: fastbencode-0.3.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 156.4 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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d1959a7218397d0e5afd3291cb69b9097cf61775039aedc3590220696701d866
MD5 602a9edeb17c0399deac16452c63cbd1
BLAKE2b-256 00ed916e7d99cdf9370b0bcb43aaca31fc442e4d58dd790cfd5fa593df6fc1ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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.4-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d339cbc1baf57aee570b2b1df5fe24a4ce27662a40e42794a5614a77fe873c32
MD5 99082af39b14d9b97e1d35e1a9bba4c2
BLAKE2b-256 a0f46a25919718baec42f802ba09c4aa44e1fbcb1fce6970cc934bcb97332389

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp39-cp39-manylinux_2_28_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.4-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cdc63e97399924e655e9f98bb75b210a2bd0f18b26cf651e317f9cfe0fd1d7a7
MD5 168ce86db4dfffb77377a5d96192631b
BLAKE2b-256 dec087aa54ed68e82cfbc3c96d08b361d50c7ca093ef253332defac9da7e2a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-cp39-cp39-manylinux_2_28_aarch64.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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b817a0c14ee99374d9af56d15a5c55ff715bf237eab5cd8fd91079e499661e5
MD5 ab73eb3d50dff83cf09c67ff8173b9f4
BLAKE2b-256 1833f75d54375d33aa386ec96bc2ba0d152477394e8580e278974b11ce0f94b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.4-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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page