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.1.tar.gz
(11.2 kB
view details)
Built Distribution
pybeam-0.8.1-py3-none-any.whl
(12.8 kB
view details)
File details
Details for the file pybeam-0.8.1.tar.gz
.
File metadata
- Download URL: pybeam-0.8.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
44a059cac90ba7f490c2442d561f1df6a3134fc5a0d1c2c38a3860fbcd28b0b1
|
|
MD5 |
0fc97f6a33d3949baaf7df34ece381a3
|
|
BLAKE2b-256 |
743e85758bf14a0066399b1ebbc2de1037a9274f943788d697c753ef253c03c5
|
File details
Details for the file pybeam-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: pybeam-0.8.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
425e07f2f173ec2130b455b6ea5193fb6a03ef966f2bc0ac8103f5edf694bbe1
|
|
MD5 |
d2b7954ec9c3fd73e028bf2fca424d31
|
|
BLAKE2b-256 |
72430e086f4c64e40ba8df53a167061c9f53de5797665ab3d11c017fdaf640d0
|