pyrencode: rencode in pure python

Build Total alerts License PyPI Downloads Code style

pyrencode is a python rewrite of the original rencode by aresch, avoiding the cython dependency, so that it can be used with PyPy.

In a nutshell

Installation

The easiest way is to use poetry to manage your dependencies and add pyrencode to them.

[tool.poetry.dependencies]
pyrencode = "*"

Usage

pyrencode provides exactly the same interface as rencode