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.
- Host: GitHub
- URL: https://github.com/zocker-160/easy-struct
- Owner: zocker-160
- License: wtfpl
- Created: 2021-07-01T23:28:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T20:56:11.000Z (over 4 years ago)
- Last Synced: 2026-05-31T09:13:52.359Z (14 days ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```