Python decompiler
Project description
Reblok build an Abstract Syntax Tree (AST) from python bytecode
Example:
>>> from reblok import Parser
>>> add = lambda x: x + 1
>>> print Parser().walk(add)
['function', '<lambda>', [['ret', ('add', ('var', 'x', 'local'), ('const', 1))]], [('x', '<undef>')], None, None, [], {}]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reblok-0.1.3.tar.gz
(51.4 kB
view details)
File details
Details for the file reblok-0.1.3.tar.gz.
File metadata
- Download URL: reblok-0.1.3.tar.gz
- Upload date:
- Size: 51.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4991d908e7ced14b816ab9eb837dde0a1ac4d481865fea679673676bd615bd
|
|
| MD5 |
0277f9ad242c6e0ba006a4213d4e0f27
|
|
| BLAKE2b-256 |
76f6118662688ac5e247dd6a94e983a8f491adb57d76e068b27b246847b17901
|