All Projects → matwey → pybeam

matwey / pybeam

Licence: MIT license
Python module to parse Erlang BEAM files

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pybeam

jet
Jet is a simple OOP, dynamically typed, functional language that runs on the Erlang virtual machine (BEAM). Jet's syntax is Ruby-like syntax.
Stars: ✭ 22 (+22.22%)
Mutual labels:  beam
bigflow
A Python framework for data processing on GCP.
Stars: ✭ 96 (+433.33%)
Mutual labels:  beam
havoc
ChaosMonkey style testing for the BEAM
Stars: ✭ 53 (+194.44%)
Mutual labels:  beam
iridium
A register-based VM in Rust
Stars: ✭ 60 (+233.33%)
Mutual labels:  beam
jiface
A Clojure-idiomatic wrapper around Erlang's JInterface
Stars: ✭ 27 (+50%)
Mutual labels:  beam
beam-site
Apache Beam Site
Stars: ✭ 28 (+55.56%)
Mutual labels:  beam
Lumen
An alternative BEAM implementation, designed for WebAssembly
Stars: ✭ 2,742 (+15133.33%)
Mutual labels:  beam
meta-erlang
Erlang and Elixir support
Stars: ✭ 41 (+127.78%)
Mutual labels:  beam
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-22.22%)
Mutual labels:  beam
nusa
A Python library for structural analysis using the finite element method
Stars: ✭ 89 (+394.44%)
Mutual labels:  beam
xarray-beam
Distributed Xarray with Apache Beam
Stars: ✭ 83 (+361.11%)
Mutual labels:  beam
logparser
Easy parsing of Apache HTTPD and NGINX access logs with Java, Hadoop, Hive, Pig, Flink, Beam, Storm, Drill, ...
Stars: ✭ 139 (+672.22%)
Mutual labels:  beam
clj-headlights
Clojure on Beam
Stars: ✭ 25 (+38.89%)
Mutual labels:  beam
Live-Stream-Chat-Retriever
Retrieve live streams chat messages from different sources (Twitch, YouTube Gaming, Dailymotion etc...) to print them into a single HTML page.
Stars: ✭ 40 (+122.22%)
Mutual labels:  beam
bigquery-to-datastore
Export a whole BigQuery table to Google Datastore with Apache Beam/Google Dataflow
Stars: ✭ 56 (+211.11%)
Mutual labels:  beam
Beam
Beam: the open source Reddit client for iOS
Stars: ✭ 217 (+1105.56%)
Mutual labels:  beam
beamdasm
Erlang\Elixir byte code viewer. BEAM file disassembler extension for Visual Studio Code.
Stars: ✭ 44 (+144.44%)
Mutual labels:  beam
langlang
Learning how to build a language on the BEAM
Stars: ✭ 25 (+38.89%)
Mutual labels:  beam
burrito
Wrap your application in a BEAM Burrito!
Stars: ✭ 465 (+2483.33%)
Mutual labels:  beam
clojang
Clojure API for Erlang/OTP Communications (built on jiface)
Stars: ✭ 61 (+238.89%)
Mutual labels:  beam

Build Status 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].