# Source: decompyle # Package: decompyle # Versions: # Prioritize: 45 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. . 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. . Note that an older version of decompyle is available in the decompyle2.2 package. The older version cannot handle Python 2.3 byte-code, but it might provide a greater success rate with byte-code from Python 2.2 and below. Both the newer decompyle and the older decompyle2.2 may be installed together without problems. Description-pt: Um descompilador de byte-code Python . O código-fonte gerado é muito legível: docstrings, lists, tuples e hashes ficam com uma bonita impressão. . O decompyle também pode verificar a equivalência do código gerado ao compilá-lo e comparar o novo byte-code com o original. . # other Descriptions of the decompyle package with a translation in pt: # # Description-id: 54215 https://ddtp.debian.org/ddt.cgi?desc_id=54215 # patch https://ddtp.debian.org/ddt.cgi?diff1=54215&diff2=1635&language=pt # This Description was in squeeze from 2009-02-16 to 2011-07-22; # This Description was in etch from 2009-10-02 to 2011-07-22; # This Description was in sid from 2008-10-07 to 2010-03-23; # This Description was in lenny from 2008-10-18 to 2011-07-22; #