pyrencode: rencode in pure python
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
Links
Installation
The easiest way is to use poetry to manage your dependencies and add dj_settings to them.
[tool.poetry.dependencies]
pyrencode = "*"
Usage
pyrencode
provides exactly the same interface as rencode
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Added python310 support
Added a changelog