File: control

package info (click to toggle)
decompyle 2.3.2-4.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,324 kB
  • ctags: 66,233
  • sloc: python: 70,351; ansic: 2,329; makefile: 43; sh: 14
file content (23 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: decompyle
Section: python
Priority: optional
Maintainer: Ben Burton <bab@debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all-dev, python-central (>= 0.5.6)
Standards-Version: 3.7.2.2
XS-Python-Version: >= 2.4, << 2.6

Package: decompyle
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}
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.
XB-Python-Version: ${python:Versions}