freebsd-ports/devel/decompyle/pkg-descr
Ying-Chieh Liao d962fc53b5 add decompyle 2.2.b1
Python byte-code decompiler

PR:		35595
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
2002-03-06 17:12:31 +00:00

8 lines
404 B
Text

'decompyle' converts Python byte-code back into equivalent Python source.
It accepts byte-code from any Python version starting with 1.5 up to 2.2
The generated source is very readable: docstrings, lists, tuples and
hashes get pretty-printed.
'decompyle' may also verify the equivalence of the generated source by
compiling it and comparing both byte-codes.
WWW: http://www.goebel-consult.de/decompyle/