Skip to content

Commit bfc8cc0

Browse files
committed
Add Mypy status badge
1 parent 5576354 commit bfc8cc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# CPorter
2+
[![Mypy check](https://github.com/snacsnoc/cporter/actions/workflows/mypy.yml/badge.svg)](https://github.com/snacsnoc/cporter/actions/workflows/mypy.yml)
3+
24
CPorter is a Python library using ctypes that makes it easy to integrate C code into your Python projects.
35
It simplifies the process of compiling, loading, and calling C functions from Python by automatically handling C types and providing performance profiling utilities.
46

0 commit comments

Comments
 (0)