harrymander / dataclasses-structLinks
Converting dataclasses to and from fixed-length binary data using Python's stdlib module `struct`
☆22Updated 2 months ago
Alternatives and similar repositories for dataclasses-struct
Users that are interested in dataclasses-struct are comparing it to the libraries listed below
Sorting:
- A pure-python module to read and write binary packed data☆18Updated 11 months ago
- Python base class for creating binary parsing and packing classes☆17Updated 2 weeks ago
- Faster C implementation of the bitstruct Python library☆22Updated 11 months ago
- C-style structs for Python☆72Updated 5 months ago
- Python bit pack/unpack package.☆129Updated 3 months ago
- Annotated classes which pack and unpack with Python's struct module.☆12Updated 10 months ago
- Easily implement binary network protocols☆17Updated 3 years ago
- A small python based build file generator targetting the build system ninja☆46Updated 8 years ago
- General binary file parser.☆25Updated 4 years ago
- A pure python declarative custom binary protocol parser & generator using dataclasses and type hinting. Like Pydantic for binary protocol…☆52Updated last year
- A port of the linenoise line editor to Python.☆16Updated last year
- Calling routines in Windows DLLs from Python scripts running under Linux, MacOS or BSD☆122Updated 11 months ago
- JSON Merge Patch (RFC 7386) implementation in python.☆34Updated 5 months ago
- Sans-io socks 4/5 client/server library/framework (https://sans-io.readthedocs.io)☆17Updated last year
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Compares Python's text parsing libraries☆25Updated 3 years ago
- Simple pseudo-random number generators in C and Python☆69Updated last month
- WebAssembly interpreter in RPython