Description
Encodes and decodes compact structured data in a format inspired by BitTorrent bencode. It helps Python programs store or exchange lists, dictionaries, strings, and numbers without inventing their own small serialization format.
This is a developer library with no separate launcher. Install it when another Python package requires rencode data handling, or when a project needs compatibility with software that already uses this format.