Python module to parse Erlang BEAM files
Project description
pybeam
Python module to parse Erlang BEAM files.
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybeam-0.8.tar.gz
(11.0 kB
view details)
Built Distribution
pybeam-0.8-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file pybeam-0.8.tar.gz
.
File metadata
- Download URL: pybeam-0.8.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15c6e52e36e8d98dd9c07309ae3229190217cc4620faae0036e3ac1117baacb4 |
|
MD5 | 8af8064115cc096313e5f6b719540aef |
|
BLAKE2b-256 | eb5641f4f655a13882b58400ed09bca6a5c835ece1be141139a0128d5cbf2fb2 |
File details
Details for the file pybeam-0.8-py3-none-any.whl
.
File metadata
- Download URL: pybeam-0.8-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 804452c1e348b402fee556736f5b2e72eb35cc98b54e619da8bec0f4e81e46fa |
|
MD5 | 3c39c392226031610b089e374e071567 |
|
BLAKE2b-256 | 39029261d199033d6dd8467d3408921f3b0817f3ef6cb0ef361e868f63c31a3a |