python bytecode disassembler and decompiler
Decompyle++ aims to translate compiled Python byte-code back into valid and
human-readable Python source code. It seeks to support byte-code from any
version of Python. Decompyle++ includes both a byte-code disassembler (pycdas)
and a decompiler (pycdc).

Maintainer: Remi Pointel <rpointel@openbsd.org>

WWW: https://github.com/zrax/pycdc
