./converters/py-fastbencode, Implementation of bencode with optional fast C extensions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2nb1, Package name: py311-fastbencode-0.2nb1, Maintainer: rhialto

fastbencode is an implementation of the bencode serialization format
originally used by BitTorrent.

The package includes both a pure-Python version and an optional C
extension based on Cython. Both provide the same functionality, but the
C extension provides significantly better performance.


Master sites:

Filesize: 22.051 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-30 06:53:26 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-fastbencode: fix PLIST; switch to wheel.mk; bump revision
   2023-02-20 18:35:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.2

0.2
Unknown changes
   2022-09-14 13:32:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-fastbencode: does not support python 2.x
   2022-09-13 09:59:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.0.12

0.0.12
Unknown changes
   2022-09-07 21:51:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-fastbencode: updated to 0.0.11

0.0.11
Unknown changes
   2022-07-27 20:40:31 by Olaf Seibert | Files touched by this commit (4)
Log message:
Add converters/py-fastbencode.

It's an implementation of the bencode serialisation format.