Metadata-Version: 2.1
Name: auto-struct
Version: 0.422
Summary: Easily parse binary file in python3.8
Home-page: https://github.com/Valmarelox/auto_struct/tree/master
Author: efi
Author-email: valmarelox@gmail.com
License: MIT
Description: # auto_struct
        Python 3.8 module using annotations and dataclasses for easily writing parsers for binary data
        - Parse packed binary data using declarative forms
        - Easily validate parsed data
        - Easily nest structs
        
        ### Usage example
        See [this](examples/elf_header_parser.py)
        
        ### Contribution
        Contributers are welcome!
        
        ### TODO:
        - Method documentation
        - Documentation
        - More examples
        - Tests
        - Dynamic sized structs (e.g. `struct a{ int len; char data[] };`)
        
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
