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

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.0.tar.gz (83.8 kB view details)

Uploaded Source

Built Distributions

bencoder.pyx-3.0.0-pp38-pypy38_pp73-win_amd64.whl (80.9 kB view details)

Uploaded PyPy Windows x86-64

bencoder.pyx-3.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (295.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

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

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

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

bencoder.pyx-3.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (80.1 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

bencoder.pyx-3.0.0-pp37-pypy37_pp73-win_amd64.whl (79.8 kB view details)

Uploaded PyPy Windows x86-64

bencoder.pyx-3.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (261.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

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

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

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

bencoder.pyx-3.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (34.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

bencoder.pyx-3.0.0-cp310-cp310-win_amd64.whl (46.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

bencoder.pyx-3.0.0-cp310-cp310-win32.whl (40.0 kB view details)

Uploaded CPython 3.10 Windows x86

bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_x86_64.whl (262.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_i686.whl (251.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_aarch64.whl (256.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (255.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.7 kB view details)

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

bencoder.pyx-3.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.0 kB view details)

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

bencoder.pyx-3.0.0-cp310-cp310-macosx_10_9_x86_64.whl (48.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

bencoder.pyx-3.0.0-cp39-cp39-win_amd64.whl (47.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

bencoder.pyx-3.0.0-cp39-cp39-win32.whl (39.9 kB view details)

Uploaded CPython 3.9 Windows x86

bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_x86_64.whl (262.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_i686.whl (252.0 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl (256.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (255.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (259.9 kB view details)

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

bencoder.pyx-3.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.0 kB view details)

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

bencoder.pyx-3.0.0-cp39-cp39-macosx_10_9_x86_64.whl (48.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

bencoder.pyx-3.0.0-cp38-cp38-win_amd64.whl (47.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

bencoder.pyx-3.0.0-cp38-cp38-win32.whl (40.2 kB view details)

Uploaded CPython 3.8 Windows x86

bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_x86_64.whl (272.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_i686.whl (262.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_aarch64.whl (267.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (255.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

bencoder.pyx-3.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (258.9 kB view details)

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

bencoder.pyx-3.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (246.1 kB view details)

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

bencoder.pyx-3.0.0-cp38-cp38-macosx_10_9_x86_64.whl (48.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

bencoder.pyx-3.0.0-cp37-cp37m-win_amd64.whl (46.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

bencoder.pyx-3.0.0-cp37-cp37m-win32.whl (39.2 kB view details)

Uploaded CPython 3.7m Windows x86

bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl (224.7 kB view details)

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

bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_i686.whl (218.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl (221.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (221.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

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

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

bencoder.pyx-3.0.0-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.0-cp36-cp36m-win_amd64.whl (45.9 kB view details)

Uploaded CPython 3.6m Windows x86-64

bencoder.pyx-3.0.0-cp36-cp36m-win32.whl (39.3 kB view details)

Uploaded CPython 3.6m Windows x86

bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl (227.3 kB view details)

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

bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_i686.whl (220.1 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_aarch64.whl (223.0 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

bencoder.pyx-3.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (222.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

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

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

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

bencoder.pyx-3.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (48.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0.tar.gz
  • Upload date:
  • Size: 83.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0.tar.gz
Algorithm Hash digest
SHA256 37d0ca7f75f244054ad3352aad589f8542377cde9d1f43139a116f032ad549bb
MD5 4a1443b3a5b159625b04e582569db331
BLAKE2b-256 ecd02ed8b8e25bbb93cf8876985d2e442a4628c6354de7b89bbeab9392acfa79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-pp38-pypy38_pp73-win_amd64.whl
  • Upload date:
  • Size: 80.9 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cae093a205b00f0514a39495c1abdf71955fbd804adfa167d6423ee0da52085d
MD5 71bc1004a58c52d78311021e29b9b4d0
BLAKE2b-256 9d6914bab57c0799d74261e0cd5513e058c32df60cd4b870815259197c9d12b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be637b75d2bffb0946ccfe7d2e4073a98f908939057491946d68610663120cde
MD5 3bdcc8874ee9cc0eee962b415b62e8d4
BLAKE2b-256 a5d31b91e8474a1e267f9b989906eee6a2e13a64949d2aa4b569e70c064863d4

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 feed2e9332f108190e20de9b560f4e577f45adb34003eebcb0381e1a1ce24eed
MD5 c8cd134d1b04e0c2225718677119521f
BLAKE2b-256 bf3315a7141e8ee27ad61c58b80473f3397a8741781b1e0fc28a433b00591dbc

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ddb45fe1e1246b2f6eb8694efe899c26bc1586319ba62a22b02ed405b802c6c5
MD5 dd700b42e843b6c11b49599bfc55aa26
BLAKE2b-256 5230c15dbabf50d23a2b46d4246eed8739eccf121a92809ea5ea39884f6f40fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 80.1 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96a41188dc6340a5e4d89c1a11ba8d6a283f15082d6b11f9611513743244a1d1
MD5 cfcbda7740c3c70812bf62e4606d07b6
BLAKE2b-256 bc21af438a1f386f85e7a9b1a278d8cb242c2e51b37501f81ddd6e4c89a2f86a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 79.8 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 de3b871f0385f14a0b1d010d61ce2e52cd3ead78f6918449f46395273aa712f7
MD5 dcb70786d4f71e6cc113ea2e77c95b82
BLAKE2b-256 e7823d22d81c8e8732da813299c1cf5cfce2f7f1c495dd2aaeda3a731f66721b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e273faa8fe3cedde85be46dd526ddd8dbe4eed3f95ad2851ff7630c0fafee247
MD5 287fbfcfeb4ead3b79f4bc701ff656d1
BLAKE2b-256 8e767599fda6fbc077f47feba489d36bd8233a6e4f14d33a960bd2d3086b844f

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60422d346b7853113264cea44c119f2dee5c43c2340ed583a47315c55257dabf
MD5 b9514dc53b2b61da1d1da69bed583ad8
BLAKE2b-256 61a8a74cb76e4700a120f97080c41515f0ccf6c751cdcd1401ce67fd168cb653

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af7f4d3860d545f3f9d9aea01e8c91581962dcded9d6af6e8e1d107a75ac6694
MD5 4a4904e58caff66ff3d4db2721b65bfc
BLAKE2b-256 3ea2f6f35639d77dc7567d69551f5d0767ca4a77ca42b21ab7f4ad84ff283818

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 34.7 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 303394cd36d7d544031a98df7131f9afb594a2e6d838274f11f2aee118b3e409
MD5 6a088bb3eea15300101f78146026818e
BLAKE2b-256 1f46d9b06decab1ea6e33120c2dd4e2aebcc916c81ff99f465520aaaceed93bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 46.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d1a11385f2c6743e863d578008bb3de747dc572d377cb00d819018ade8a310c
MD5 8ae82a05c3aa423054ac1341ada7e899
BLAKE2b-256 3459744a7ef51a0ed543333fe4126a196ac40c6e7d9a3234a77ada3d4eebd449

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 40.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d7e8104a365e547ff186b1e0d84a5f655e2b76dcf80332cb0631404607438ea3
MD5 414d04016b35f9f4b3982dc65d87d4f9
BLAKE2b-256 6d75ec8086f519ee053eb55c7279be6de649f43aacb86fe8494ccc1ea99105d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 262.0 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 84d4d38fba6404ba9d07496e86723c40e941d3af9425bf7cfb66b54d11573111
MD5 c022de96054f07826a25c69e4d9d3908
BLAKE2b-256 a13745fb8506482383e3c6b765ca1b2a49362019cf0c8179671e1b44fa32cd65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 251.8 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7e5939b02e2e0ee539d7277b5d98b6a335d1f72b267293156f00ee2bb31f573e
MD5 9b7cee789885bd9171923fce2a640c81
BLAKE2b-256 c35434066cf91874d3bf0ab511eaa353d8b4152490e998df84199a47abeed61a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 256.7 kB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a0b4b7ea1e66eb2c68cf85572ca125e301d11f291f55e6062f0c801184a75d52
MD5 6c398b17026861579549b12581a93c78
BLAKE2b-256 e67aa771afd046d447403141f443f8dc260c6e3758b53d3179a7a803fba6ecc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00f94ef3dfd6382d2e6294bbd1e84311a4ff285a11d53bb2980944d7cfb3e704
MD5 16f550a0aa99063165039f165fcd73bf
BLAKE2b-256 d0c006299de0409f348a6935b72966393807e33cdbeacb748c516908a37e5aed

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f2946b1a38d0119f85b9824fe7fea4f5579636f763202a2839f282bdecaaf9d
MD5 9f565b7ba2d26fecfd2d5ed0929ab1cd
BLAKE2b-256 36af5e4c087aae8b8dd438dad198384acfb011bf3cab913753c7965fc7275dc7

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a6e7ff0ce624d0a0d34e7b0276ba8f2a0cd309b41392f2990de3bb8f1ec7858
MD5 e2abe0568a1cce947a04c23704a64391
BLAKE2b-256 033a4f48e844854be665b549cb22b698a7f12ef1cf6446684880c66803cefad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.5 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1025a0838033e61a386c2edbbf65c6dd2ee9a00cb9ce56a2228b5836199018e3
MD5 bbd0106e50a63369b80528daca10e112
BLAKE2b-256 5e5fc5410f51630bde492ded8b921e0426b204697ef4776993fad32de909f843

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 47.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c91ffd6dbecb34f20463d32ecf5506a13f72dd4f2e8daefda27d720359a896d
MD5 d6f5e38c0c656ce5fbfeb7cfc7624136
BLAKE2b-256 14b724a0196b6eeae7247b76e8996dbc608631ff19d8021bf8f97cac681cf173

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 39.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 87cf2ac10311471d7246e4a379c5117e3c719fd695695866a324a198735e6fe7
MD5 649c31937dbdf9ebc820fb539b8b5f22
BLAKE2b-256 8b30b977c2c07abeaa3819a2160acfc67c459deee421512c07f7ac222c974c8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 262.2 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 08f58b9a10e4b8664cc1c1a946e79f5ad499dd8e4fa52ad1760ed95ccad1e8d1
MD5 2437be49bc134e19696e1d2df4e41eed
BLAKE2b-256 02d0f690c6a3673bb5bcbb35861ad937cfb8b59b6cd13026b4aab12020635ac4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 252.0 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51d789ecc1d23dc2035a6e20ad2ce4524da95088fa47cfc590f3572010468798
MD5 1fd12a2b0cce44b2188ca63283a63681
BLAKE2b-256 b72b6d986862a689298a85b83d08ea71f824cd353e93f3f51a1033ac7c5deb88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 256.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f324c69e6c53b801f7d0d5c25a44e3a723bab316209b6e0d5c9571e31d2a49a6
MD5 8878dde5c29a766946b52530d6bb88ec
BLAKE2b-256 a86e1e43cd350d4166a683c62aa9048e8506c81b911d0a7cd1e96fc9c9d3a5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c21cd2ed607fcae8101804c60a56d84355f79e871148793065954ee1957266f
MD5 fb96d9950f82ff6176f971cb243f4b95
BLAKE2b-256 113aa5ee57a201ef958e86570c56dca37009edf687f5091f6a402d4f76305fe3

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5988cc5c1115450c6c7c7068a9c9d69ba0efbb1cd6630e59574abb9924b47f4a
MD5 d4b27c5f87f3b1b25fe807372ace1a76
BLAKE2b-256 e42d7318e3ddb77bf7bf4b3149dd4bcf443afe82b9db00f6bc92fcf33c86698b

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22e0f9dd1aafebb810d98e260ae099e9a1edbd59dd19de131cb6fcbf17bbb236
MD5 9b98175d188912d9a2119ce44f725017
BLAKE2b-256 e19357551a590c077720454ef4d4f0c9209332bb27d1645c34e991eb6e123ac6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.6 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 692e1e31c0682cba5833d27fc705ee6a4b3ba71e984c5e7b6d33116ef619e7e1
MD5 05a91828f8669674f10d242d3e9a6c50
BLAKE2b-256 0ce94df4137766807a7e7a611ce92769512fe6c69085f414d5ce5902820e454c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 47.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ce9b323dc2992f31ca213872f92693cdda88080c93ed834261a4194d43ee2aa5
MD5 d32192415cce1a1defd1554810d603c6
BLAKE2b-256 b9dd6ffe4b8d000bec205a63a1ec7f17fd53585024f5146cfa3f378af12e4fb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1195745f6c957b09f591d33f83b21a83fb8a1304dbdc4483fac7604a130bf1e9
MD5 6698f5777aec517660f7ab076ab205b6
BLAKE2b-256 df10aa35ad6eb532e7deec613b5c49ab60877ef7c4a1356b9fc374c6bc4be1ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 272.2 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 02611fd5871a4a5e58ec8c108c5f78e3027d510c1e8747dd2274f6c141923dca
MD5 7cb4cece4268f46a71a0b4b5da7556d7
BLAKE2b-256 f3c8476b05341977426d37a69ce7ad3f21454771d62fc1a3378071b55c412a76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 262.8 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c587e85bf5de9ec77f071ef83dbba3dfed747318177dac74954a047ebc8cd99b
MD5 c9e2bf54216e6d4af8ce617e0f81e747
BLAKE2b-256 c93ea03b57d0ddbf19ff966f4a95d84ee5eb802fc298a47e8fcb01f2f9417ddb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 267.1 kB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6481def0406d3256f2f75b7bbf594def008dfd38f1cd3f3365f63bf6ce37f00f
MD5 8fd11ff1633d517e377802d7249e36f9
BLAKE2b-256 1e5e39b27b15f720863029c82f1479238ce5f2a3575af489fa4c1122a428f035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8970f312ba697e6e875c0292903224b894c612604ba0cab3313e4b13d7daf1c3
MD5 09432476a12a1a9e0cf1884560ec9198
BLAKE2b-256 b95b1a58ab6d6dcc750d77029db0bfdcda853f1d88b97e7a53ae16fc23bf64c7

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 225c81f6b7ac4aa6144c7ccca164d1036483b47ee16ce4fc1473363b1f398ffc
MD5 1e37bd77114fe11c7a4316a9a8c7bc4e
BLAKE2b-256 41be6470f49f7d6072a6ca2f96aff5995d7724266d1854cc6baf31d444c95b95

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 199ea6bf2668d2dc82373d3853087f892812a69bf6c611ca677175f6b1264f8a
MD5 4deca6a034fa776f1baf4b6e300cc937
BLAKE2b-256 d76926d98ca292a13e80113def261d6cf10f50edaad6763bf762ee457caeacf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f0bfc8aa9900b454f2e394ea3083f192070407d609368436c81fcd515b9198c
MD5 21aeb43a0bb5153acac00cfa85c1e6d0
BLAKE2b-256 e94fed3716dead543d692709cc7b1c4494e1bc6748f486479f9b785c85270e85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 46.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 eb4889e5bd6ba719b0ca9ea019449a7666092dea9f55eb056ba59da70154dc7d
MD5 abfaeab8c5dc4c574906bb501bdf99a8
BLAKE2b-256 a469ed8bb9e6da7c1a73162b18c0801a2a9553edfbccaf4cebc2c2ec72acde9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 39.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 821f77d76153806c20fcb50d6b7a0637352dfb57cd6a375a859cfca64a2cfe25
MD5 fb1f02131096a4300c2843b3eb52e60e
BLAKE2b-256 7e0d261c8b41d43a8564c98e321a903e16b2ed59fa94544251764ded4baa89b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 224.7 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8ba237e9adc9f4acce4f9f401054ef6515e2e9c850d227c6c0fdcbc07748ed0
MD5 d752932fecb1ef3e42b23f8f89f705a9
BLAKE2b-256 072e0b1a0aac08e1acfeffa9d6e54fce85f09e729f109c259ad524b69a87d7a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 218.6 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e6762ea5f1f83c35df1a9e5da700b1b4de9be662836552d6a9140302a54004b7
MD5 207705f98329433986cafecd68f87a3f
BLAKE2b-256 fa3a4cd56009248bdf739185c5110e2707ebb4e1680d259ebc78d391c8faedfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 221.3 kB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 243a2ce9366ee6ba4e0f696e687dddf8d3129979ae6317d15632cdc1077b811d
MD5 3cf236caa3a509a2b10fd03ef6b98cb6
BLAKE2b-256 7a360bad7c9e9852b3bb511731c8900d80c748e0f5656bf3b0f66b5394949db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02b00221b300251ec93389e971c0003795b9bd6a8988ce1abceee7b03bd48f80
MD5 81bd35e372db9577e6105d3d4dbbde48
BLAKE2b-256 af2bc526551e6c59171bee4cf52b04bfc6a6e9a327c9deacf3ffde3da75c54f9

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d15721bde1077985ad3a91bd1368cacd8079501646207d08b1ee18c517a3687
MD5 abcd4b90fb4c620be3991fdaf72834cf
BLAKE2b-256 2056c0b4139c2ddb4a8e2549df0186f09d1ae5a0fde610cf83bfb44c726cbd38

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab95aba0d95a256795ca5ec38b54d95109a6442139b80804871561e1c2f10f2e
MD5 9cb2d9cf4276d21447bfec62f83fae67
BLAKE2b-256 432dde615d4ccf01ee633c9550d4625ed82d796b6ddd26f403ce033fbc8d5214

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 47.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e09a2c4a6c29f799ee217d189c4aa17aa8e6fb38de1177d074366d8b77f1ffe3
MD5 1a3683effcc8149e04849a0895d9bf81
BLAKE2b-256 dfa52b8e6d99b432ec33bd9b644ba555482e8648f86827fa06160fbd9343af8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 25f410af94fbee94ab294d374a1d44bc5e056f0c96cc4f6aab83485679636935
MD5 252fa308b446e6ba628eace047bfea46
BLAKE2b-256 daef58f3f3d4a2dd5cbe4d69ca02909abded3c9a6830ded96f1a5a5c68e5b8ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 02aba551cbf2abdbd5c73688a6eb82ae4356a08e912dc14bf2f7fd07775a9467
MD5 0267071e710e0bd7edb45c25ef9eeafc
BLAKE2b-256 71b729cd090d8f87ff86d0088056557ee5d4a48a23ea4ef838ac5ef8713d6873

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 227.3 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc399e8c6cab84298be99e596bb816bc91669a2b3bbd1e5baa507496cf0e2f5e
MD5 0383eb53fd113aff4bf5de2cf3c145cd
BLAKE2b-256 65f3526b01fc360700cc346a3d57f9d72ec1d778238b2de05c1876ff5381c732

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 220.1 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7122ee5f1da08c4654a25b85c1305ec4dc548cfcb7b4c002fc1c4180c99875cd
MD5 07c9e05eb9e79a8372ea986235888856
BLAKE2b-256 d32c1d1fd49dd103e247aff3b59e5af173dd1ac73d944c3543eabb4507b715f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 223.0 kB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 92ec5434786a4b6bd020ee08363175098214a663d3030bece6e917a4c857a550
MD5 1ef99f932eb57667670ef8d666d9fe58
BLAKE2b-256 33694b95803b7bdea38fd6bae9e910b08e214ecaafe7413e7b480de931633568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a207cfa1d21976ac32dfedf8582b3e63f3c2dc5c921fc6d8f6ed014cc76cbee
MD5 cdc67d94b116fc327225191fcf944ba1
BLAKE2b-256 bfafa471f00ec6024db4e659651c5797eab209ba4dc6924139231821e0b6decd

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dbc918d44ffdba6ddf1772c216d5e265f17ee55047ad5ab1ad6cc1a28fb1052
MD5 f2d7827ceb25e7fc86f34c710cf1002c
BLAKE2b-256 292978cd38bc46bfd7caf7b444c63b0305d49298c9d91996f67ef90c6381e157

See more details on using hashes here.

File details

Details for the file bencoder.pyx-3.0.0-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.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e10bdec033b09b059d8057a21242d7796224ef16fbce2e4b389fb4f59802a7e
MD5 2bebcd1b2df0ebc14ec998eb30864f86
BLAKE2b-256 40565313681eb17d8dfba8951ffc9bc676f4659d4b5af84f812fc95d91217fcd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bencoder.pyx-3.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 48.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.1

File hashes

Hashes for bencoder.pyx-3.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af10b124fa3fc647d7add2930e954f6dab3bf13e49448aab6ee1747c03a9f652
MD5 6b218a0f28c3393db3c08b7b42138ebc
BLAKE2b-256 5b93344c9281b0146b61544caab6fd13e31253309a2049ff4c35a66c5943c309

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