Skip to main content

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)

Uploaded Source

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

Hashes for reblok-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7b4991d908e7ced14b816ab9eb837dde0a1ac4d481865fea679673676bd615bd
MD5 0277f9ad242c6e0ba006a4213d4e0f27
BLAKE2b-256 76f6118662688ac5e247dd6a94e983a8f491adb57d76e068b27b246847b17901

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page