An open API service indexing awesome lists of open source software.

https://github.com/zocker-160/easy-struct

A Python library to make the usage of struct from the stdlib a little bit easier.
https://github.com/zocker-160/easy-struct

Last synced: 1 day ago
JSON representation

A Python library to make the usage of struct from the stdlib a little bit easier.

Awesome Lists containing this project

README

          

# easystruct
A Python library to make the usage of struct from the stdlib a little bit easier.

## Installation

```bash
pip3 install easystruct
```