Pyrlang Versions Save

Erlang node implemented in Python 3.5+ (Asyncio-based)

0.10

4 years ago

This is the last release of gevent-based Pyrlang, if your project is using it. Hail the new changes migration to asyncio and fully async network operation in the following versions.

0.3

6 years ago

The way Pyrlang handles data types vs. rare data types has been changed. Now lists always arrive to Python as lists of integers (with helpers in Pyrlang.Term.list to extract a string), and binaries always arrive as bytes. Rare types: bit strings and improper lists now arrive as tuples of 2 elements, and to be able to send them you can use special wrapper classes: Pyrlang.BitString and Pyrlang.ImproperList. Documentation has been updated. A bug with message receiving on Python side has been fixed