Skip to main content

Yet another bencode implementation in Cython

Project description

A fast bencode implementation in Cython supports both Python2 & Python3 .

PyPI License Codecov Coverage

Install

pip install bencoder.pyx

Usage

from bencoder import bencode, bdecode, bdecode2

assert bencode("WWWWWW") == b'6:WWWWWW'
assert bencode(233) == b'i233e'

with open("debian-8.3.0-amd64-netinst.iso.torrent", "rb") as f:
    torrent = bdecode(f.read())
    print(torrent['announce'])

decoded, length = bdecode2(b'6:WWWWWWi233e')
assert decoded == b'WWWWWW'
assert length == 8

ChangeLog

Version 3.0.1

  • Add support for Python 3.11

Versoin 3.0.0

  • Add support for Python 3.9 & 3.10

  • Drop support for Python 2

  • Build wheels for musl & aarch64

Version 2.0.1

  • Add support for Python 3.8

  • Drop support for Python 3.4

Version 2.0.0

  • Use built-in dict instead of OrderedDict on Python >= 3.7

  • Drop support for Python 3.3

  • Fix bytes parsing when used with python-future #41

Version 1.2.1

  • Drop support for Python 2.6

  • Performance boost for bencode method. #7

Version 1.2.0

  • Add bdecode2 method. #6

Version 1.1.3

  • Performance Improvement

  • Fix package metainfo #3

Version 1.1.2

  • Support encode large int

Version 1.1.0

  • Use OrderedDict instaed of dict

  • Support encoding subclasses of dict

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

bencoder.pyx-3.0.1.tar.gz (85.7 kB view details)

Uploaded Source

Built Distributions

bencoder.pyx-3.0.1-pp39-pypy39_pp73-win_amd64.whl (32.8 kB view details)

Uploaded PyPy Windows x86-64

bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (46.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (35.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

bencoder.pyx-3.0.1-pp38-pypy38_pp73-win_amd64.whl (33.0 kB view details)

Uploaded PyPy Windows x86-64

bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (46.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (35.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

bencoder.pyx-3.0.1-pp37-pypy37_pp73-win_amd64.whl (33.0 kB view details)

Uploaded PyPy Windows x86-64

bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (44.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (47.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (35.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp311-cp311-win_amd64.whl (39.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

bencoder.pyx-3.0.1-cp311-cp311-win32.whl (34.7 kB view details)

Uploaded CPython 3.11 Windows x86

bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (287.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl (295.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl (295.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_i686.whl (266.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl (282.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (293.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (282.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (271.7 kB view details)

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

bencoder.pyx-3.0.1-cp311-cp311-macosx_11_0_arm64.whl (41.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl (46.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_universal2.whl (84.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

bencoder.pyx-3.0.1-cp310-cp310-win_amd64.whl (39.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

bencoder.pyx-3.0.1-cp310-cp310-win32.whl (35.1 kB view details)

Uploaded CPython 3.10 Windows x86

bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (266.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_s390x.whl (272.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl (273.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_i686.whl (257.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl (261.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (270.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (259.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (264.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (250.1 kB view details)

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

bencoder.pyx-3.0.1-cp310-cp310-macosx_11_0_arm64.whl (42.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl (47.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_universal2.whl (86.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

bencoder.pyx-3.0.1-cp39-cp39-win_amd64.whl (41.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

bencoder.pyx-3.0.1-cp39-cp39-win32.whl (36.3 kB view details)

Uploaded CPython 3.9 Windows x86

bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (262.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_s390x.whl (268.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl (270.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_i686.whl (252.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl (257.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (265.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (268.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (256.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (260.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (247.4 kB view details)

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

bencoder.pyx-3.0.1-cp39-cp39-macosx_11_0_arm64.whl (43.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl (48.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_universal2.whl (89.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

bencoder.pyx-3.0.1-cp38-cp38-win_amd64.whl (41.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

bencoder.pyx-3.0.1-cp38-cp38-win32.whl (36.5 kB view details)

Uploaded CPython 3.8 Windows x86

bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (273.5 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_s390x.whl (280.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl (283.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_i686.whl (265.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl (268.4 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (270.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (255.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (248.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-cp38-cp38-macosx_11_0_arm64.whl (44.0 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl (48.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_universal2.whl (89.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

bencoder.pyx-3.0.1-cp37-cp37m-win_amd64.whl (40.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

bencoder.pyx-3.0.1-cp37-cp37m-win32.whl (35.9 kB view details)

Uploaded CPython 3.7m Windows x86

bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (226.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_s390x.whl (233.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_ppc64le.whl (236.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_i686.whl (220.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl (222.7 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (232.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (236.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (221.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (226.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (212.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

bencoder.pyx-3.0.1-cp36-cp36m-win_amd64.whl (46.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

bencoder.pyx-3.0.1-cp36-cp36m-win32.whl (39.5 kB view details)

Uploaded CPython 3.6m Windows x86

bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (228.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_s390x.whl (235.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ s390x

bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_ppc64le.whl (239.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_i686.whl (221.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl (224.1 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl (235.0 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ s390x

bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (238.8 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (223.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (214.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

bencoder.pyx-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (48.8 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file bencoder.pyx-3.0.1.tar.gz.

File metadata

  • Download URL: bencoder.pyx-3.0.1.tar.gz
  • Upload date:
  • Size: 85.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for bencoder.pyx-3.0.1.tar.gz
Algorithm Hash digest
SHA256 3284f13be2835fa80c637b84118bcdd773f635ff35dcc38082662c77c8c33dbf
MD5 de90e76808575eb0d977a5055b566754
BLAKE2b-256 82adee1f6e89005bae378da05052476b5a9f5e30f21159016d2fa7df33b1c4f1

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5663bd65bc5430536efb36070f9c620dac102ead57652724b6b79971cd56a60f
MD5 24d4a0637524cdd55375a8228d8a674b
BLAKE2b-256 7c9bd3e89c2b39c98eeffaf46e49b8d4f86d0901795e351d9c4ad89445c2eb51

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68b76619a9e022c756c4ced9709ab285dbf1b876d6810d559dc7800b263a6134
MD5 e12831591373a52f1f883a1a32eec921
BLAKE2b-256 9e356d5f7aa72beeafc5c0a4c8e38ecf22629767a9b813d47670dbf22cbc9ece

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91a13e7828aab11dac83f5023e6bc391e0295cb805e65719a7d58934deaeecb9
MD5 edcdcd3a1501f5bc8a803e7c70f10537
BLAKE2b-256 34758045ad1663aa004f391949f034e8d2657c2c94fd0e7b95661b343e55ad01

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 14eba9abd8f9b5a51750e521de97318c54830dc64dcc46dca6af43fa7cded265
MD5 63caa37ee47c55c74547af8a8a0f9ada
BLAKE2b-256 703c8bff25ea89cfba14fe397d6bb302c66fa7f8722525048c4fbe713fa64c7c

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9d4c9cc45c76f08412a79f36ae2196f1c49ab7e8032814974b568bc05120ccb
MD5 31153760b243b2871916022fa2c95887
BLAKE2b-256 d2d3aa8513588272d6a9ac0805c64cc22521d51bdae2baaa114a048a01068a7c

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e5e6e278e7b60049c1ab018afc0cae027b7c1d1511324f19994d364efe66206a
MD5 6c8b3d57fb469e38f839c6f43beeac8b
BLAKE2b-256 36cb1d6441dfa8ff385a895e8fe319fbeda908a8bf739593ca8a6d3bd5fb5965

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9762e7aa1c1660410a4a2c9786134a2e2b522ea19e463444fb2914946e9ae4d3
MD5 a1cbc1a21889c88ecac193ae99e15899
BLAKE2b-256 1ea1ef601808f30bd28beede00134cd4662398744b75ee3e56078be5469f46ae

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a433a1e40d5cefe94454576c5924737f13044b6fd7c36623a2bf36934406418
MD5 951d53283993d469716a92204a44e180
BLAKE2b-256 a23a71282553efcd0893b17050605edf8f7ded480f5b695188074982c408f196

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90f884e0b2e05e7b3685a3be84f6600a6f03820c56e294d8a7c01abaed938dc4
MD5 9fa1ce4efb09c050a9a4fc5258e03442
BLAKE2b-256 69258b1829f88846638dca89602571945eb94637f3f0ba4de88662281eb9c7ee

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 04f0b4a4c3669187117a58c9ef58b9bf6677ec55ef3c53cd1e420fdb160a890d
MD5 94c1771a45b22e0e21ce2ac970269b11
BLAKE2b-256 0b5ca66771af275d62a216f746d9f907a52a912812209f1f5adc899eab1b8b04

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bdc25c4b4bb1d56b7584f484dde52353b807e94e81f09b19e6df53113adfb8ac
MD5 8d6e3eb67d49005161f5edb42d5fbb3d
BLAKE2b-256 1d4c46e879e0c59d0f559bd905806738659a73869f930da323bff18efd5fe11e

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eaf794a11a2b68e611fe74b40ed589b7f2703f45f8a902dbc29d8ce91bd3174e
MD5 7e3fce118176b4923547db3534c11611
BLAKE2b-256 85078aa2940c016d583ceeef0534c36861a82ed583657fc1c0fb1c424dfc79e0

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bc939808d54f92bbc50def70d907952b21020963e22db45548682613e383ab7
MD5 ff06920a7e7a6624b3967fe404274be8
BLAKE2b-256 7a1d324d3ff8a2ed23bada1439f7fe9f97083ad55cfe650e4d84b70717a719de

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5a7f078db5a0d3e8797fa419b669ffdb67849fe3dfef7920631f6c239432aba
MD5 41a2ec77dcd96562b15ba798d8b64b8e
BLAKE2b-256 fc92ad9420adca26ad8d390153d5cebe86db763754fda5ee805aab20fa2efcca

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cd8366485d71d8cf85bdd202ea00eeca0fbb871f11622f8736da53ce00287f5
MD5 61a4471f7cf3b4eddf5b6d85e6aa605e
BLAKE2b-256 3c9dcab2f7b212e088e01713f7797de18504dfed2536b3be1476a4b8d0c94c49

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 00606b2c96905a6cb195c96f4c9e360d0764919d78ae70df9eab5bf2059b91c0
MD5 a207af26c78f1cc0b03dd8c79e193bfc
BLAKE2b-256 df072e5e55ba4f2fbbefaf2c7c3482db949fb26dd2fa3be58d1ee30c823f2841

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ab5591ddd4c37052b63e1def69f35f738194edc0d00950d5e91999fe43055ccc
MD5 2816701fa1b4dd0f0c748b3c6c30905c
BLAKE2b-256 4358d4a15c365e1dfe032e53567a773c7c02d334a583bd102619c61ffc95a685

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ada72af6b0702353a3b64ef32da379a0cc53bfee1803904b551f0ed71c810286
MD5 1366cdf5fde5c22a16d50478ee4b4ad6
BLAKE2b-256 51531d91a4721fa199ad9ba3db353b1faaef4a20f42ad2bfd325d1e2df594fcd

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 42cae9dd8d2266356a91c53a20f5a662a7917052b3a92a9cd646bfe19535993c
MD5 6734a93e6b78eeb2f8e9745aabe6b6ab
BLAKE2b-256 8b4d6a49763311b3c5ba0d6d840882848398d9d32fb97dd1f83187531899cd2e

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 ed6585d47a01532a20af05c65a3650009bc35e4af7d38ac8773d6308c9c27e34
MD5 ccf0ced350fce0f9a2bd3352044bca58
BLAKE2b-256 84bcd3d4387371639d67fcdf94db4f39e170ed47ab0507e6fdc2e8de671313c7

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2ea0abdd3abe058075c6f4276e6f60448c8a2b4a1b517e5670f4dece45af5e8e
MD5 49f287e4c798c8e4b2f0a7a2fe2ca502
BLAKE2b-256 3f795d1eb3d9162a3b305e6f5c35606017406c6ad99d64fc063ec2d4ac127af0

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 321c05a25507b6bf4b66852bcf748e0797cab371d8ffeac06b13a9e37ee38a55
MD5 197721773377001d99e1d21ca7e1fc8a
BLAKE2b-256 e940e6c8892c8973d45a48f8fbcc4e4aa5ab7ffe8d7e5e72ddaaaf445d33c084

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 354a72ca91333e8f5bdab2dfe6aec88634c2c56c2a29c934ed14d63a5aa11de8
MD5 6db2e0ac5544781783f9bf8632092b4d
BLAKE2b-256 c5414a9d36ba97b427aef0179c8ee09a64c7bf9136870e298039390e87d85b72

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c52710f81fc26ebb6f68a5b5264945ce67d467d6667485c2fbfc728d111831ca
MD5 4175be26b40bbe8914353934dfc8261a
BLAKE2b-256 82936d8ed4be513d5c8ccb0a6fc1f43719eb10cf240e692bd14932ca3d2c9789

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51f87f1f6ae565b5ebcf0411e7e6d145dc7d39c1cb0de6b74847a914a8b3fe04
MD5 22dcb9312a3bdf38b19689a810f3f4ed
BLAKE2b-256 6e91c034b9248a7eee960f183600728da31f5ac2a04480bb417f9f9b6485de95

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 896af749de99e5b0cd662ca43d8df3057dfd0825ba01678b07b1739c65494e23
MD5 82054d074d399a93dec8f4387bb8c7ba
BLAKE2b-256 75f21a88223afb0a4e43002f41b14fdf96022069ed04aed493a16cc543441000

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 946c1a2c8125890a1dd914c72886097ec3b76cc40d486a181943650762d7a771
MD5 5abe74073f1f550b37418e10b3b9d7ed
BLAKE2b-256 bb7bd1761b634dc7cb4f46028cb9207b003b32fe5611e283803e3aaa3d9f7bfe

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa7ee58e3537aeff0d92fa7425227c4d61a67a72045cb935af1beec6d9a0784e
MD5 b7d9edd1c53afef79d57038e299ea1dd
BLAKE2b-256 e4868987c0ea9af323242778fd8889ff8e3bbd5f23959c6df7b981bdf9b8db89

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c91e2271d2d1da3b88cd5e537bd74e8ee3c991f224604c09a6520c04329ff540
MD5 dba95ee9973f210e009694f9cb80a557
BLAKE2b-256 151c60c62f58be9221bd08d0622c1c30c5f791d2e5bf12a4049a5bd01a4a3e03

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c5e4849a3d4abc850e12203755cc781e4c80f4290bb461bc719977afcac1d71e
MD5 63903230b8bb0fa83289b40e88a24e64
BLAKE2b-256 a06fd8f3aebc34e4924cf8f7194cf7a387604b75e8cbb5b521fa7dc2a71610fb

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a6cf78f0cf1a0f1519f8ba0bd3fabd07798bcf96e98961f09d8deee0b83a8a7e
MD5 cbc849690cdf64d9964d39ff8dbbedf3
BLAKE2b-256 4d9e6960b03be259bdc53c35c118afdf2582bc180f0b98c3f4f4654796512515

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 da1209f087c60984981503dac94c6ba4a970b620873135982cc1957dfc176981
MD5 20f568a85aca788b1ea0c5c3824e752a
BLAKE2b-256 e4817c25572036b2c2f18d5806bbc064b7a19f3dfd172212a8cf23b3564177c5

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 95500e1fda3586a52b798cb2624df58a28d6d2a8107f3c63e0979941b796baee
MD5 3865567bdc166f8ab585ea51982e1804
BLAKE2b-256 043ffe355300ce59bfcd45727570c876e26443117197ff2af342268a11ff5e66

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 b0b2d0cb11463bbeced6ee7d6a309a781ed7c8ece1978f0a86e905208ab0161b
MD5 59522676279b69d16665d52856e4af66
BLAKE2b-256 8796279490d4e2a2364abdd3314dbb3e45c0ed8f65400c87ffe7d7c6f2bbfe20

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7dbe6a0a3314dc9d94773b26a92af8a5d82723c7bf5c2ba1f38b87e2aee32256
MD5 526a773a2f8212a8674d590430755072
BLAKE2b-256 968b445ac9ce8e6345ee3b2c40be7975df2d491f8f46d5927accb7a92a4b1067

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fe92f23ccdd052b0d4284653c99ba03d486e3f06faa9b76c207724e04290ed93
MD5 fab1860bf3bb391a52c4f818b34c614a
BLAKE2b-256 9eec38a1fd9587b09bfa0558a7f7221a4357ff249e9c9fc245373cc9583cc201

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 01871003ffd41fc0d35ed89131af7647efc2e6118c162addffb4fdd0f72f8672
MD5 90567fddc106af24c7a80046e3b3a7db
BLAKE2b-256 96f87f8ffe2cd07e0a92e0c0183d7b2914b7a6dc2a8f8fd5c9fa845b8b96da54

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3c7222239c5eeba9ce8da967ace75838488c984fcff4f936f5502a45eecfbd99
MD5 27f4d95263b0289d5c486b3ef8f1eed1
BLAKE2b-256 d8f1f73b471282f84e784a254b62a71240e6a29b3521aef01c0a9256808e1e4b

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f7207d2d4ca3656d4527c46a3684205eb0f42e9ffe23909a04028faa121ff2f1
MD5 e1c551299d6d9165bc14de6a416fef09
BLAKE2b-256 89ec4ab0d44386fd858b25d7a85a51c794deac46a206efbb5d910ec7d0e289f1

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1dcbf4defe840e8eda5e2c33ded51c0ea7596b81958ab99e37344a9ad906fc1
MD5 cd9d99bca9b9f12d966aaa9dfd7432a2
BLAKE2b-256 7c4429a5cb750a869226ee2afb74bc87abebe59d1e2c6f20e0c3870be141a00c

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bc71e085760f74200aff40c3f5c9ff74de3bf962a54d706ad11aa0fb399edbc
MD5 553cac44e2664ed4a9478063f2a80c0c
BLAKE2b-256 3064834a297ab7318abbc8014868dac228d0f024ad0f0202bd1402b9fd029584

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0e1805fa31e0a6eb4bd5740c6a73706c65430f678933927ef158817d8ca1e00b
MD5 01f18c00340f6ccd74447b89a958a9c0
BLAKE2b-256 0db0e7dff8945b1357ed18b73727109c60a4769c4c782453fea5d8a07b1ade3e

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 876f1241bf36cb7591890d73c16e9fed5b7f29dedee4146aa92de57119c52c92
MD5 5da0615877298f11a2fa22d0e1470618
BLAKE2b-256 94badb6b0386b31294af081dc3df488d6dcd8445058e3d71b47764cd64eba6ab

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0072fc669fcf8f015d08f0a38f115161d68857a51be54d80343dc5efec825c5d
MD5 d5f0d250ea9256ba0428e2630eb7decf
BLAKE2b-256 0dba6fb8a70bf42365650728085d16d7e4316b1edeeaa77567532fe2568e402a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c0aa5d30330cf9c2a981e9d172c7d1667c9c085fcd1ec02256665490d86aa573
MD5 8130c5d78cc8f794d489f6659decb1d2
BLAKE2b-256 e28df30428121e40ccef8f43019a1367f15f286a043b2df92ba697fbad248e6a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f088264f793bc40afe30fb427ef9ccb3ec18e8ce40f18a8d3f8138145b45c2ed
MD5 2ac87ccbb60de6753652476f981482af
BLAKE2b-256 0d6d89af843aea0398a30f31e658b8c5a0f1f2cf391a74bded26ccb8666a7c3b

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: bencoder.pyx-3.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 36.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 13f4699536cc1091c71b998c6858baa8dcf5b4aaa2b1d1b0048036137389b1cf
MD5 ff2858348ffcb68ab14714119582f600
BLAKE2b-256 068dfd4cf547d628a90281feb503ddcf5d12cc2e93e83c812f762b75b0d4fea6

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 50e2505a5afb3581c82205c55a504bf03e7e457d5446e54ad00dfe13fd85f247
MD5 d738ffa2a9df8eb320c49177eac5541d
BLAKE2b-256 246e3685bd8c90694dd851f95107cd3983d5061346bc51a2489d4f33daf24866

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 625f1a0fbcf2c14e767725d918ca2c3f3b5fe40add3fd7e9507bdb77cba4456e
MD5 515959579a22534042d2cfd956d9e075
BLAKE2b-256 8b188f678dc0836da2fac524276e45558c67121149b81ac6d86913b59f2b2a9a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 64bb8881fb35a47140dd36e7e6321d0e2d5f6e16ab3732ab6eb2b3537d41113f
MD5 61090fdd0e6b1909faf781720cf1c211
BLAKE2b-256 9e662686e15e1d720d4ca06462bb481c9840dc29b558b41edafb0c806effa294

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5956a8d9f279ccfecb09822bfa70d78e2f7d008e3fc9fd4b1c017e6c122ab93a
MD5 c2ac265d4f14dd70ef2067d8c7448f76
BLAKE2b-256 8159228c936802e33cc1821572883db0b76107c0ed45d7b06e53d7a18178b694

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 92da96c0ad57ec94c833c1b82110b18e609ee82e13c04f4cac0730e57e551fde
MD5 d489dda1bd2f98d80dda5f344545ac04
BLAKE2b-256 6639faf89d838e81abcc35ed0c325834cee89c669ad13daa49af53651d5d0e33

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 57648238af3dd515d96f47b619d6c9d5204ec1975491f76e828e77cb9e654221
MD5 b9216a6006c272472f2bcd9270fbe486
BLAKE2b-256 98c742a83ed4ab3a5f04a658d34d23100b4de20e0f45fc35b6ce1213e82cb75c

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79f3703d3cfbece6a9d56d9c842bd7ef39427d0da0f49e0426a97f62c764f916
MD5 7a887f43d2cc19fc66dbc372f6558136
BLAKE2b-256 0b8f7dceff6372cf2f7f18d3c4f1569f77d93cb85432315b78812a6bd10c6953

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 edbf3c20ce8d71b2c78e323b488e31ff7a4d54809cc7223c469c7cc74a04bfd3
MD5 c8258d4c29799bce02b37f2f03920417
BLAKE2b-256 2fc534420ae1f8b36e2a584b537c3496bf1ad87e1ea693f4f6e11925273b71a0

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46e63bda3f0ff0d6150e90d497455b14a5ab7c9ee46f45c5596c02047ae4b058
MD5 191b731722abcb16dc06bd963270635a
BLAKE2b-256 3f16d04a943a82dd2c7197d707662933d5629b26b0b2691d2bcaadb3e0cb2ed1

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1df9824c7bc9e2ebf9a534146d0e2cd52a15265098175ac51222ce12a1fd2794
MD5 b400cc2272cdfb126db5ae343357ee4e
BLAKE2b-256 927e6ab6888f6a60055df95117aeb96707338e5f41c70317e6bfec6913e944f2

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c266900c2729698805f238bce39c5c67c847b6ce8b6edd74633063903ecba90
MD5 86e839fcc756c8f60f6c2a675977b27a
BLAKE2b-256 1c91d283d750ebad7c66a95df4198dc27fca5cd5c8d897cc99f207379f1d149f

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8a0512a54ef16368d78739fc3f21591d1cccb75ec098fd35a711d73ec9649e6
MD5 18fadef27017b885af7b1faa6962a4a0
BLAKE2b-256 e4667c1531d8673efa2c3da58f6acf1bb13d3d17bb2df9fea836fc65f14b53b6

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 53d359a4393aa5a24f665d1fb4bbff1cdd96469152a072feabd6781fddf5b586
MD5 c575be882619f89d084f823d7a39559c
BLAKE2b-256 29246ecf5e8fd67e996d6a1c452b4f50162aefabae322073959483d287d155ef

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3ae8e3797ecc6619fad8f2ca6adb03261323b6bebd5015982a2887974e1f28b7
MD5 401fe6f1826d6169695b68a90f3c4a2f
BLAKE2b-256 6328fe05522e44ce444a08ae039cf4fd01027a0a2d51d65cbad10d600fd32d07

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: bencoder.pyx-3.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 36.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bea945991e37bb71f9d1015695ec51e5b5e83ef66655d58fa4e62a0cd74985dd
MD5 03ef0dee379acbc533cbc0a761216e6a
BLAKE2b-256 b87a6096d84431b55cc834ad33b1013b8b3ae29f5582f9194ffd83aea7f4df03

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 def2788d06b7745fa42b035aeabff0ebe3852496f4644032df54d9c932786408
MD5 f23689e06ecbcaa7ea0abb1da5ae37ef
BLAKE2b-256 6921022b6b9eca75b2527abe5e5eef41f8eeee25dfa4c850dbe1077010f23b62

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 cda819b39a4a8950bc007d6f7da75c732a1d621d84c62cc706001892ee1a6c74
MD5 18e238cd00afe22d4c2d0c7a2741fda9
BLAKE2b-256 ad8fb08af03db33eefdcb659b27e3c03528e93c3f30da1deb7c9314e5b9309d3

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 497103d57d7fca36395dfb51f3e2a629a69a10853cb418d4d3a950326260ddf1
MD5 59fa01a2a70ff5de2ebf1690d5b6afa7
BLAKE2b-256 d27f2dc19994a39992e1e6b425c4e19f81615a8fad32178a37c6a0f66fa800bd

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 96875b13fd7dd6e8359755e052d0dc3d66d6f5adbe5c99f55c3aa19811d1c05e
MD5 df023696ef1a38bb7eb0ec2b610293d9
BLAKE2b-256 9fa01503957ff82b9654169a847460c2ed197b524156096ee5d1f6d09900f6d7

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f62f3f4c6b1131723cb0fabb4b1a36132e7522ba6ec4f96826cbfd14d370d843
MD5 7c2c5aa18076fd05db184ea46772ae41
BLAKE2b-256 e4ad4d49d8b2277a0feb9bc392d7fe0ce48f932c3420ed153a936d1d7596dbbd

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db4e4ef3c8460f4cc02211b4bff0890106564d964d7c2d11cbeca02f3fa1273a
MD5 966d850428fb336a44bcf1bb7afda500
BLAKE2b-256 3029e28fb6607ac534011d19df491f68f8d8a23af91389367b72e131442e807a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f8870e9e434d4c2f981304c2f09a7777954e7c57878f582e0b1a00fa7e5c91a0
MD5 36c9c1cafec74d4541fb29404dcda9f2
BLAKE2b-256 58e7ae444474054401764e1e9d3bb89a678f01c237853bb09f0451cfc1a2c7a3

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cdf80db0760a7cbb94a389a8c80bae11744c06401d27948362a5d60697ac37a
MD5 51e51ee6be3ac6ffd5111e97c79aed36
BLAKE2b-256 6152c5e9166eaa87b6be4dd6153463a1697ab213811245c77087621d1547e510

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cea4d60f962730f85cf5299780af9d4552e42899b83beef53f59ac4e659097f
MD5 4b51e114296e729b0bb322b3461c021a
BLAKE2b-256 133eb9015be468e2faf021beb829391e54c9f13f3050863d49da8137babd1e4b

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c05edecf4bc0627428613747f02987bbabb21eff90b3fdc2f8c177b4e1f9e7c
MD5 565edf3bef49190b0253e3ff0bc676b5
BLAKE2b-256 064f24ff6dbdc987d6fcb60b65d67e89be750a02ee275e34a0aceaa0fee10787

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d7cf27745f52758bce4544436d85b76b52c4ee8eda567cd624db601b4d850a2
MD5 97619e0bbd6eeafd29a1c1a63b6fe15a
BLAKE2b-256 aeb0c16211fc4e2826e97e6e6464d12ca07946e50381a1e5a14f81dd4f7da7ac

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e93f0486c391ede2967a118f06aa8806d46168495b9f1c1f6ac75d23fe737791
MD5 03398ea57a766543a2ab3955599762c2
BLAKE2b-256 9f00248c6a9377ea84e7fe5aaf2d13822bfd29c3785df2ccfc7e76ae5d819ed2

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a212de4355ccf16a566bf77b4d0ed309786e1815137d5ca06c06d01bddacddfa
MD5 367f79bf6fff024f6bf69d090a4fcbf3
BLAKE2b-256 020b0dfdca07dfa2c68fae21335ee42c83a9887134d1eb7432e1abf5ce9f4d47

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6eb50f006280134d1442bc469ca28df82b06f0a27ac527e03ecd22d19a33ac7b
MD5 354d7b1b8091906f6f1b84a36ae60799
BLAKE2b-256 bd6e39530a72e15b912f3d25ef81e6fb2553d190e80787e9b664c2fa469a08ed

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: bencoder.pyx-3.0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 35.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 235fb8f7ac6c1259bcb873d2d401149aaa777e707feb6d08bc5fb6c5a610e780
MD5 391609c4d68ef93ac3f6e44316b20445
BLAKE2b-256 ab0dab46c97760cf6df6bc1235552268f9fe234a9d5c397163cffa108fef0be6

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 771630a63644e5741588475bf81986f019095e0c44dbf444fa167d2933c0b97e
MD5 a5d658d7d5122a2a03a9cfb5511512c3
BLAKE2b-256 f1b16f225db24cad455d9af87623256c422c7aef3f070b6859879a7c08e0e82b

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 5e68317f313dca9d5c6e0bfe189156f16867e34964743db1313ba285849eb02f
MD5 a89b8ea9c7f3b7cd17850b56c58b2e78
BLAKE2b-256 d827686885640916c1bbcfdbbb4baefb0b9e3543c0d62ae87170b6882cfc6881

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 51dd730b401b3b51fbe23f1acdb9bf6e59ea8a6e00ebf539b8cbb93e89298cef
MD5 da1790938cb7a10e33aff3bf5e866d0d
BLAKE2b-256 91db1a10f5f02861cc68d55680cae7abf9d77aa766fb530c8aadfd3ceaba49b6

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 647f5273b99adc99733a7c2f54aaca5d21948a28df89bf07d387229d999b4636
MD5 ce9169ddc7ba027d97ee31063bcf058e
BLAKE2b-256 18b330df3a29b22c18f0b60effd5357259ac84e8849e7bbaa0805b33cd6e48f5

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b21687bbb1121db57e3369d4380f9513fef719e23afc16a66ae092baa0756e8b
MD5 56401b461cb8b9988e52d191898025c7
BLAKE2b-256 c7f214546a803904352eaa34d33e332fc978d65e9a68d09de85b63d18da4f26a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16f566112ff134d36b684b196282a9a6a4b60c08cf978b918f9c9f678135527c
MD5 72836cd0275aa4f965ddb6ce7c083b6d
BLAKE2b-256 b37bc5b665a7d7ebfa0133c1c105c3b5fd5d6336db97b50b3b9065848f21b314

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e519a5b6178ece99510710bf64646aa87d1015cedef6dd02eb0cdafc8f1ee547
MD5 602c8a8deaed9eb1b9ab16b074af4697
BLAKE2b-256 5f3df7816af5a4633fb567c3ace7b51132cad59a3c20c16087a2a108293f92b5

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5b8b6752f5d41f26eea7b8bd644b8812cc3aff866211d7247df0af23ff7599f
MD5 4ecd040c6d3c71b6795a84c3ce1c1508
BLAKE2b-256 614734cbe772130d4a05f421eba57e2001475f098d7c94a54e05269cfab46adc

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f97cdb920dbacfea4d5369363477dbd1e3ce535af1904e66463d1fd6056b6142
MD5 eaf185256f9d025216411f5563915abf
BLAKE2b-256 99bbabb256f56da66ac0c2c63e3e21b67c41403fee1a17f1b591f1f3483ebc24

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a584cdcae5edbbfdbdef6315243534b1b92edc847063a3bc13ac57850eaddf1
MD5 f5983b5039b34c079faa6fab9d787352
BLAKE2b-256 25fba37f0ebf39f5a9748d858431178aeae9609431c60d0efeeacf2865891bff

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b8990bf1e9ef6ef2b20f2842d3476e38b2a8c06f1b36b6e41559523c25a3a0d1
MD5 b4fc559748c2fa9a821d9538230274b1
BLAKE2b-256 b2f79331446e770ec4b8ddd39a929ecc468091d6d289b880272c135950e8687a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8cc61be9d79b8663aeb2aea6751d9bfb9c3d89256a4c8f17b81730b4ae09569b
MD5 2c7a891272736e0159098b67f0331616
BLAKE2b-256 bae476ab3fa3ed7c008b390ae3b5eabb09b8bad6d57c5c1c61591cfc574a0cb8

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: bencoder.pyx-3.0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 39.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 89b4d60d5dc85ffe4e2417727158c3c1e4c3711246dc98dd90e650ab7ce3a65c
MD5 56722181c87f0a8c49d499bb9ee8a124
BLAKE2b-256 1d4b96ec2404fbef89de1addf6b620ed14bca8ba24b72b30c7bf5c9ae58ec6cd

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7feb04314f752aebb9c9e993953595d30238f56565b39f0ccd65742e9cdbbadf
MD5 fd7ab4bdbe7dcfc744a6e41affd9d75a
BLAKE2b-256 b2d9bd3f8229b10171541a0dab6ddd3099ce95ca81ec876a2e548a5398764724

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_s390x.whl
Algorithm Hash digest
SHA256 8096f85dc3e1a6dc4d86ba648357bc018e8fe02f057aa85f98496c783881a80a
MD5 903a459a09f83c9921ecc731e9082c68
BLAKE2b-256 8b1db8466e82b108a42434ef1ec85aee9700b250e31fc7eac3f0849ed63ec43a

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 434a375176b2403baee6a718092f7f930148b272a8a1aaef5857f550606022d9
MD5 965ecbc773032c6d852e5f2acfa1fbea
BLAKE2b-256 5615457ed50abcde536c9cebff9eba32bf71e3e1f1c59b0a3db0b32b80edfbe0

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d0b36015695b8f1e599b02db70ad11f54492871b3c0b1e8dae4bc8b2d66f2469
MD5 26b5465cc6bdbc286a852d5ba13a3c5c
BLAKE2b-256 37a94546f1740d92e3253ddddfdb2f6687c12684c90a760bcd1ac021e359b66d

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e7cab85bf32b6c2f918dab2354a486aef9c176b590516926f5bca4c5bcc8419
MD5 d03fb74ae88d396dd8aaff777ece1cfd
BLAKE2b-256 7d4ce27440e3962b63d7c4058fe81de203a4e21061b309350f269a56e1021d51

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 77d771f77e30e89a3defaa61cc3eecc6200e3988a7e1f9d13b6bb5a6442afd46
MD5 3150ec9862036972e26a698fce84d2e0
BLAKE2b-256 cdd0011a1adefe323d51a75cb9d3fa92c5f9fcc9331d4ebcdbb9fc5ae15f5b91

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6095c84e01bd4211d48b4b98c23d0b381c25587c9361825bfdb56f2d87ecc0fc
MD5 ae56c0cfa73ce783df4e624abaeea36d
BLAKE2b-256 64bf57c6dd5395f3483712a4f9b00d31297f795bbc5df6d2cb93ca28c07d859f

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3afecfd66479e803bb03922a447451d3e8f53dbc98c49cc34513b58a4bd1b4b
MD5 6f866920654f2b4401490e69d50865ec
BLAKE2b-256 56540207be7e516c460a3905101db352f1fb443dbb5cfa9a04282a70520306f5

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43034175d8327dc863bc8525c8dd6cee39e27d64fa98392016440e38df657e8a
MD5 1976527d1891058325a4a9438641b66e
BLAKE2b-256 9cc90bcb197b57240ebd9ea2add4d00c1afc199a2b7aca37c5b6bb0bbfb211e5

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d120c3b2962919558ff9e25059d006244f84aebad54a035d1c87e22bac3e0132
MD5 2b7e85518d4613fd77950298140e2b93
BLAKE2b-256 958df10c7126d535d1b2ba7329cd9f01d499cdc6cd8cbc9fda13d718d044ffc7

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bencoder.pyx-3.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1eae6c4463d42a3b12f365c7699c7843db7b02ef6600114d2b7e3ad9fd37380e
MD5 ce60819dd86d424cc009746c30755c9c
BLAKE2b-256 9ed532471867e9c5cce10c07155d66b64a6a4f09d39ff42ad3ea1bbadfcacb59

See more details on using hashes here.

Supported by

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