Skip to content

Commit 64e1c66

Browse files
authored
Update README.md
1 parent 9cf08de commit 64e1c66

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Python-CStruct
33

44
C-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+
613
Convert C struct/union definitions into Python classes with methods for
714
serializing/deserializing.
815
The usage is very simple: create a class subclassing cstruct.MemCStruct

0 commit comments

Comments
 (0)