# Source: decompyle # Package: decompyle # Versions: decompyle (2.3.2-4.1) # This Description is owned # Prioritize: 48 Description: a Python byte-code decompiler Decompyle converts Python byte-code back into equivalent Python source. It accepts byte-code from any Python version between 1.5 and 2.3 inclusive. Note that it cannot yet decompile byte-code from Python 2.4 and 2.5. . The generated source is very readable: docstrings, lists, tuples and hashes get pretty-printed. . Decompyle can also verify the equivalence of the generated source by compiling it and comparing the new byte-code with the original byte-code. Description-de: Ein Python-Bytecode-Decompiler Decompyle konvertiert Python-Bytecode zurück in den äquivalenten Python-Quelltext. Es akzeptiert Bytecode von allen Python-Versionen zwischen 1.5 und einschließlich 2.3. Beachten Sie, dass dieses Programm noch keinen Bytecode der Python-Versionen 2.4 und 2.5 dekompilieren kann. . Der erstellte Quelltext ist gut lesbar: Docstrings, Listen, Tupel und Hashes werden schön dargestellt. . Decompyle kann auch die Äquivalenz eines Quellcodes überprüfen, indem er kompiliert wird und der neue Bytecode mit dem Originalcode verglichen wird. # other Descriptions of the decompyle package with a translation in de: # # Description-id: 29746 https://ddtp.debian.org/ddt.cgi?desc_id=29746 # patch https://ddtp.debian.org/ddt.cgi?diff1=29746&diff2=54215&language=de # This Description was in etch from 2006-11-05 to 2011-07-22; # This Description was in sid from 2006-10-25 to 2009-09-30; # This Description was in lenny from 2007-06-14 to 2011-06-22; #