tfgm / sbedecoder

Python based Simple Binary Encoding (SBE) decoder
MIT License
76 stars 44 forks source link

Add useful metadata to field types / generated classes #16

Closed tamboril closed 7 years ago

tamboril commented 7 years ago

I wanted the name in its original form in the schema; so I added it alongside the existing name field. Also put 'id' in some places I should've on previous PR.

The field id is now working for composite, enum, and set fields.

'original_name' has been added to preserve the name before being converted to underscores