pyrencode: rencode in pure python#

Tests License PyPI Downloads code style: black build automation: yam Lint: ruff

pyrencode is a python rewrite of the original rencode by aresch, avoiding the cython dependency, so that it can be used with PyPy. Even though there in no cython code, the performance is comparable to the original, and in many cases it’s even better.

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