File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ Python-CStruct
33
44C-style structs for Python
55
6+ [ ![ Build Status] ( https://github.com/andreax79/python-cstruct/workflows/Tests/badge.svg )] ( https://github.com/andreax79/python-cstruct/actions )
7+ [ ![ PyPI version] ( https://badge.fury.io/py/cstruct.svg )] ( https://badge.fury.io/py/cstruct )
8+ [ ![ PyPI] ( https://img.shields.io/pypi/pyversions/cstruct.svg )] ( https://pypi.org/project/cstruct )
9+ [ ![ Downloads] ( https://pepy.tech/badge/cstruct/month )] ( https://pepy.tech/project/cstruct )
10+ [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
11+
12+
613Convert C struct/union definitions into Python classes with methods for
714serializing/deserializing.
815The usage is very simple: create a class subclassing cstruct.MemCStruct
You can’t perform that action at this time.
0 commit comments