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 Apache License, version 2.

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.6.tar.gz (16.9 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.6-pp311-pypy311_pp73-win_amd64.whl (160.3 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.6-pp310-pypy310_pp73-win_amd64.whl (160.2 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.6-pp39-pypy39_pp73-win_amd64.whl (159.9 kB view details)

Uploaded PyPyWindows x86-64

fastbencode-0.3.6-cp314-cp314t-macosx_11_0_arm64.whl (264.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fastbencode-0.3.6-cp314-cp314t-macosx_10_13_x86_64.whl (273.4 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

fastbencode-0.3.6-cp314-cp314t-macosx_10_13_universal2.whl (528.5 kB view details)

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

fastbencode-0.3.6-cp314-cp314-macosx_11_0_arm64.whl (264.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastbencode-0.3.6-cp313-cp313-win_amd64.whl (159.7 kB view details)

Uploaded CPython 3.13Windows x86-64

fastbencode-0.3.6-cp313-cp313-win32.whl (152.7 kB view details)

Uploaded CPython 3.13Windows x86

fastbencode-0.3.6-cp313-cp313-manylinux_2_28_x86_64.whl (302.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

fastbencode-0.3.6-cp313-cp313-manylinux_2_28_aarch64.whl (299.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

fastbencode-0.3.6-cp313-cp313-macosx_11_0_arm64.whl (264.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastbencode-0.3.6-cp312-cp312-win_amd64.whl (160.4 kB view details)

Uploaded CPython 3.12Windows x86-64

fastbencode-0.3.6-cp312-cp312-win32.whl (152.7 kB view details)

Uploaded CPython 3.12Windows x86

fastbencode-0.3.6-cp312-cp312-manylinux_2_28_x86_64.whl (303.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

fastbencode-0.3.6-cp312-cp312-manylinux_2_28_aarch64.whl (301.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

fastbencode-0.3.6-cp312-cp312-macosx_11_0_arm64.whl (265.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastbencode-0.3.6-cp311-cp311-win_amd64.whl (159.0 kB view details)

Uploaded CPython 3.11Windows x86-64

fastbencode-0.3.6-cp311-cp311-win32.whl (151.6 kB view details)

Uploaded CPython 3.11Windows x86

fastbencode-0.3.6-cp311-cp311-manylinux_2_28_x86_64.whl (302.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

fastbencode-0.3.6-cp311-cp311-manylinux_2_28_aarch64.whl (299.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

fastbencode-0.3.6-cp311-cp311-macosx_11_0_arm64.whl (269.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastbencode-0.3.6-cp310-cp310-win_amd64.whl (158.8 kB view details)

Uploaded CPython 3.10Windows x86-64

fastbencode-0.3.6-cp310-cp310-win32.whl (151.9 kB view details)

Uploaded CPython 3.10Windows x86

fastbencode-0.3.6-cp310-cp310-manylinux_2_28_x86_64.whl (302.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

fastbencode-0.3.6-cp310-cp310-manylinux_2_28_aarch64.whl (299.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

fastbencode-0.3.6-cp310-cp310-macosx_11_0_arm64.whl (269.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastbencode-0.3.6-cp39-cp39-win_amd64.whl (159.8 kB view details)

Uploaded CPython 3.9Windows x86-64

fastbencode-0.3.6-cp39-cp39-win32.whl (152.7 kB view details)

Uploaded CPython 3.9Windows x86

fastbencode-0.3.6-cp39-cp39-manylinux_2_28_x86_64.whl (303.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

fastbencode-0.3.6-cp39-cp39-manylinux_2_28_aarch64.whl (300.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

fastbencode-0.3.6-cp39-cp39-macosx_11_0_arm64.whl (270.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6.tar.gz
Algorithm Hash digest
SHA256 114f853ebbb0a5168ac7ca4337bd9a542105e3d403b970111bfef16e0037c1c5
MD5 557d7f120e87062c9e985b8b88496aa4
BLAKE2b-256 cde50e98b0154da2705852a1154a4d325830583670c376a6c46e9f557b0aa3c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.6.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.6-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for fastbencode-0.3.6-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9f4e1a9571106104d9da0f380d36a1873c77adfa1ecb9c60d077d639b5936569
MD5 8de17c437fd80aa3c03277c43a7b4859
BLAKE2b-256 6509a95705018d0262fd1f0747f3cb74ae3e3c479d99496b9995fd2d1ad9ffb3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 04b8c292a356e9121ef5214f07918ac7efa97f88129e8e220677dede00845fb5
MD5 6ce38ad3ca46bbd0e464c436f25bf736
BLAKE2b-256 3cfd7e69704664999b4f56870b287d93f9f1465326bb7c6ce3ccec3cd5265e7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c83043398ed60711b8481170cba3e2c815cc883b29947e6f9a6645cb3afbd4d0
MD5 5fc4a34b1a3162722cd74099c78f9918
BLAKE2b-256 2f8a15e6c9a634698901869ec4901fa2bf7440a8419a893b5d6d0e6469aa5e03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a336235424a3568f037cf6802c09f2e984cbd86fbb1819536c4c019214b48120
MD5 829c7fede005d85d509bf3ad29d4c36b
BLAKE2b-256 1097ba426c218c13b4ac6279dc87b388b0e640b459db7478d099eb2b951e93e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c460835d0bd5a0f5816caffe6945d7afbbaf9939bbba7203ff0c25c70e3d3f50
MD5 66a8297aa55c429cfdb366c996cf3945
BLAKE2b-256 caa6a8ad4be936ffb6319980455a1dc32ac5a9ad1ae0d6fdf835f64a7414d0f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp314-cp314t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 63ab6a9e209364b459d517a8760e542797de2d75579a1b6782e4cc16f7a37513
MD5 eeffe50513a4d3acf48b81f9bd008e1e
BLAKE2b-256 ac9d6afa378d8975d1d2a493dd1941f435d7cc2cff30b88e62353a120d05b574

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 abf113171c9c8eeed95fc027684d39e260e9ec1ea97054db54ba0c4514040ec6
MD5 b238b392f9fd24a32bfb941d75b9a585
BLAKE2b-256 fdd9eb11282813c6616355ad2431c8b20967b6c4c45f1d7d5c03f88261bb12f8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastbencode-0.3.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 159.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastbencode-0.3.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7e6e52b30806db4413c61f814566f065467a32795239fc54d4953dde47d53fd8
MD5 d08b6b74c7fc89d5e8224650618eae17
BLAKE2b-256 ffd2ff00f592688a55b86a7b4bd7c04a33accecda431e2fb1de38cb2fe00ba55

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 37b709eaf820e356fbb6b57616779ed92ea8fce22f97357abec1e4c88117a5d8
MD5 d83b24929af6d3d8416b2f1b90fbe554
BLAKE2b-256 0f514dfe89e8685d33f13127903c0585c12779ce3df2787946886dda7c8a6b65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 befd7a4f211e833a52a129e4fe0f8bd15edcb330c95cd0028a386d66a9cb4c47
MD5 a3ecfe4d50c4a694814ea482b5746504
BLAKE2b-256 641bb902fadfb9df44e1931fcf9981b2cf49e9ade3264178e4cc4d1b12480f18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 078de6196474e2f0fb4dd83bf24e36ab5d940d12c79beb552954c95839b9e183
MD5 d2c529c6224e1cc69c7e394398c3e3d8
BLAKE2b-256 ee6b397a42a0c113b3af0c19a041f57c6c7214f00113dcc531c4955d6bfd03d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c63972e139a9a8c26c0b2aed5f27117023a3a60c7d07079bb5938093dd400b68
MD5 cacf1f34075bf20e2742dd479abc0dd9
BLAKE2b-256 868c855e5fdaaaccf1716925f84ef7924115879b98f3b7ceaac9a1209d50ee0c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastbencode-0.3.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 160.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastbencode-0.3.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 95d525ea8512aa7c411926fb3692566ae851ced1befbcf8cf38c5d15316ad499
MD5 897f946566bdad90059910c45d211939
BLAKE2b-256 6e5bad63816800ae778f88698b1d1d63d728bc748d0414a13e493aeb05ad78fc

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 23be776102f171db6f97fe6cefdb1ccbb28439f05ffd11870302e673f777c22e
MD5 13b6a20be3f8f4dd3ca50aa40183043f
BLAKE2b-256 703091e3a745bc91def0260d674f802e9dff12e0fa396c86864c6a7f7e6bbb90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db877d61fbe6c63bb313e7926c9cbbe48e0e3ec208816f6ec5254ec28bebc08a
MD5 87723930a286e511c1ca4ec72d592827
BLAKE2b-256 5c3bffdcad778ebf71e20969bd8170a2c925e776d8f09072dff3ddd2231f9e3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18fd77efc712f9f824f5f1510e40b21eec4dca7df533f54e4eeaf3865314fedb
MD5 e1c2fea57b4c5351ed5184d251634c14
BLAKE2b-256 7dbaeb14ba2c71e04def8062a5c20b3c5df35a1f8f52ffd521e890c7b50375bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d95f84c911165d06e66748e04946bad302096d317611ce4ffdbf0edd61b821c
MD5 1cfc47365085f86fa89ce118f36010bd
BLAKE2b-256 a191e754ec094db2e783b9d953b89f41e25f20230c6474aacadff0e09253776f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastbencode-0.3.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 159.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastbencode-0.3.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f3f0996379fc472bbf73ab9233b7e3818bac4249fcb6ca737efa2dc625337e12
MD5 cd90159843cc41b861ecece49479b61a
BLAKE2b-256 bcf257d7cb91ccf8b54cf5c80ddba0686c2db6975bd55afd7d36c26d821292d9

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5c32d4645736410d58bc231afdc476dda66dadae9a61804bf418323638405308
MD5 f145b87deadea46d1fbe30261814b4ae
BLAKE2b-256 98060d36d2e863a92b081fdbec25f9d2d716c87bc29393a44b9f8e5a539100f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3f7c7f4eb44997527ea5fff773c1b8d133db6cd9bf3bbe1fb0a813c223b5d20
MD5 3c0f3626de21f7203d1117edd1f8a424
BLAKE2b-256 62bce5d5e03e31649c782f803607fdc2720fdbfba1c9e3a2705cfec273495788

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a509323d68149de7e030719599cb27d143804f1ee5ca3f218446e0e7e51379a8
MD5 95b4c2373a3495a0d8ad899b1b9e7507
BLAKE2b-256 7d4aeb0cfb677a666ff30e4f497bfe396071a6365775686a83547592af45443f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a849b854101d3c51d5698a0be85a0088bfe6137f85f9254e972450831e688631
MD5 e3a1f0bcd9806e8db9b530d1341bb747
BLAKE2b-256 2b58dad4bc6d9b5622cd58ad40d354b2d5ba01a582db53cef30d08a6ef63987f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: fastbencode-0.3.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 158.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fastbencode-0.3.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bfdc8b93e4819fb452304fc4d8c400ad83a08a5f64eb17f65ffd47b74f598087
MD5 82d1a29e889c967c4eb48fe3c5ffa9c9
BLAKE2b-256 64210cf61a2ccbe9b616b662f0601a9ffd540f802e2317b691460534da1e66ea

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 21fd8e2f73d4dd81046f840be23778320cb43a9dd1410a77564fa94d9bc51c4f
MD5 95ddac99c258a3af47b5b588121a7281
BLAKE2b-256 a26d49738ac6710f29412041588be33f35ee4060d68cb00ffab6504f845afef1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3d93702f611e950cfdfc37096b9825616813c126816374226fbd35880b3ae19
MD5 7bf21482a9d887e5e6a393842c4bf2bb
BLAKE2b-256 900675901ee4478d5e6cf0cbc952202fd95eee231d7b1dae73f10f2769892caa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69697e9fdecc29859248f980a0547f0c5bf027d915e889a508810cd1b2d7b650
MD5 706d6c279b01daea874e526f10b37fb4
BLAKE2b-256 8c741fd1c5ff7b909ba383c333bdba6992ec4ee14165637c807dc23373258f18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 398c8ec9cb755c166abdf96b012daf519f8811115daccd068551b9ddb5a640cc
MD5 366dff3bc1264e472a02c965223abe47
BLAKE2b-256 13182da42975924418fd8fa7ba895d7ba7058a0c9f91be246330b57b1bfd75be

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 55a37acbac213f65449de064cfda85db18956b492ae01ba33d1e66672be45661
MD5 75f9394cdafde6f47524ca677fce0a85
BLAKE2b-256 de6a9a8550d095bce857adbcc2d7ac144c789327d652d367cb8237304a4bf4fa

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for fastbencode-0.3.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ce18c37a4ad80ae0e3f79f835340192d0fa5b63fe9ba2d04e8e2ab114151eb41
MD5 65169809bcd34eaefa035cfc361484b7
BLAKE2b-256 cffe29e9e3c3b271af56d7c107c698b02b6e7b06a230f8b5bf0e3fd877c202b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae7065f5f2ede21cbe77e8d31ec7694a70bbbfc8561edade4c691fa3e8ed2064
MD5 a62b0c2850e610bdc7025e4d1a1c3f4c
BLAKE2b-256 dbd622ebfe59c3693ad6cdc081cc0724617e101bb3de3387ed3fef9776aa3b41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11209b85538724318b238dbce4f5e5d88fddfe210ec1b075f3de77430cd07330
MD5 cab697b93804a94c67f4219b2f1dfcae
BLAKE2b-256 0e6aaf1b4bb572a4587f591c42806d696e852c0a483444a990157ae940c83ab1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for fastbencode-0.3.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 433e64abf0a586684fb82185b73af665ead5f063e022e8eab0ce05b37b4bbbdb
MD5 6b4393fda7b2e4f5d8fd4540853b97f0
BLAKE2b-256 73759d09c6ae238f43099be5c9f5c11898bd5b36454db06675b228f9f7100ca0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastbencode-0.3.6-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