Term icon indicating copy to clipboard operation
Term copied to clipboard

Erlang Term support and External Term format codec library implemented in Python and optional implementation Rust

Results 7 Term issues
Sort by recently updated
recently updated
newest added

The readme recommends running pip install pyrlang-term, but that doens't work --pip can't find the package. I also tried installing using the old method of installing from source (this is...

a roundtrip of an improper list doesn't work. if we pack an improper list `[foo | bar]` unpack it and then pack it again we end up with `{[foo], bar}`...

I think it would be important to setup some CI on this project to make sure tests keep working with every change (both with the python or with the rust...

I changed to 85bdc60a1b54e638f1dcfe930cd9ce18df89fecb and it works well, but with current master: f35aba478d6c5494bc716ec1a64be202ed53f61a the elixir example has a bug like `list is not hashable`

Hi! First of all - thank you for building those two libraries! That's absolutely amazing to see some activity in this are, and it makes me super excited to be...

To allow for better interaction between erlang and python we should modify and or allow for user to change the mapping between types. For the most part I think that...

enhancement

cpython 7.0.0 crate did not support python 3.12, 7.2.0 does