matwey / pybeam

Python module to parse Erlang BEAM files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python PyPI version Documentation Status

pybeam

Python module to parse Erlang BEAM files.

Both python 2.7 and python 3.3 are supported. Python 3.2 are known not to work. Pull-requests are always welcome.

Quick start:

import pybeam
p = pybeam.BeamFile("/usr/lib64/erlang/lib/appmon-2.1.14.1/ebin/appmon.beam")
print(p.imports)
print(p.exports)
print(p.atoms)

References

About

Python module to parse Erlang BEAM files

License:MIT License


Languages

Language:Python 100.0%