python-erlastic
python-erlastic copied to clipboard
Erlang binary term codec and port interface. Modeled after Erlectricity.
The [1.0.0](https://github.com/samuel/python-erlastic/releases/tag/v1.0.0) release is tagged, but 2.0.0 [isn't](https://github.com/samuel/python-erlastic/tags). It'd be good to add a Git tag for that so that the release could be referred to when checking out the...
As far as I know it _could_ happen that an exception like KeyboardInterrupt or SystemExit was caught by that blind except clause (as unlikely as it is).
Hi there, In our project we have to use python-bert library, which relies on python-erlastic one, which in turn is not compatible with Python 2.x. I've made it compatible mainly...
Currently Bert crashes when faced with an Erlang fun (http://erlang.org/doc/apps/erts/erl_ext_dist.html#id90022). I am not sure what the appropriate decoding for a fun is, but mostly I find it useful if I...