tfgm / sbedecoder

Python based Simple Binary Encoding (SBE) decoder
MIT License
75 stars 45 forks source link

Fix error when handling a repeating group with a byte aligned group s… #1

Closed tfgm-mark closed 9 years ago

tfgm-mark commented 9 years ago

Fix error when handling a repeating group with a byte aligned group size.

Fix install requirements in setup.py.

Added .gitignore file.