Metadata-Version: 2.4
Name: lebinfmt
Version: 1.0.0
Summary: Little-endian binary layout helpers for structured byte buffers.
Author: Byte Format Contributors
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# lebinfmt

Little-endian binary layout helpers for reading structured byte buffers.

```bash
pip install lebinfmt
```

```python
from lebinfmt import bmp_plane_tail
```
