discord / erlpack

High Performance Erlang Term Format Packer
MIT License
217 stars 64 forks source link

Update erlpack for Python 3 #19

Closed zorkian closed 5 years ago

zorkian commented 5 years ago

This makes erlpack work in both Python 2 and Python 3. When using Python 3, you'll need to be conscious that the module mostly returns byte strings which is appropriate for packed data.