Prune devel/py-EnthoughtBase
[dports.git] / devel / py-uncompyle2 / pkg-descr
1 'uncompyle2' converts Python byte-code back into equivalent Python
2 source code. It accepts byte-code from Python version 2.5 to 2.7.
3 Additionally, it will only run on Python 2.7.
4
5 The generated source is very readable: docstrings, lists, tuples and
6 hashes get pretty-printed.
7
8 Features
9
10         . decompiles Python byte-code into equivalent Python source
11         . decompiles byte-code from Python version 2.5, 2.6, 2.7
12         . pretty-prints docstrings, hashes, lists and tuples
13         . reads directly from .pyc/.pyo files, bulk-decompile whole
14           directories
15         . output may be written to file, a directory or to stdout
16         . option for including byte-code disassembly into generated source
17
18 WWW: https://github.com/Mysterie/uncompyle2