Skip to content

Commit 4521bff

Browse files
committed
updated readme.md
1 parent 602e656 commit 4521bff

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
<div align="center">
2+
13
# ZigX
24

35
[![PyPI version](https://badge.fury.io/py/zigx.svg)](https://badge.fury.io/py/zigx)
6+
[![PyPI downloads](https://img.shields.io/pypi/dm/zigx.svg)](https://pypi.org/project/zigx/)
47
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
58
[![Python](https://img.shields.io/pypi/pyversions/zigx.svg)](https://pypi.org/project/zigx/)
69
[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue)](https://muhammad-fiaz.github.io/zigx)
10+
[![CI](https://github.com/muhammad-fiaz/zigx/actions/workflows/deploy.yml/badge.svg)](https://github.com/muhammad-fiaz/zigx/actions)
11+
[![GitHub issues](https://img.shields.io/github/issues/muhammad-fiaz/zigx)](https://github.com/muhammad-fiaz/zigx/issues)
12+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/zigx)](https://github.com/muhammad-fiaz/zigx/pulls)
13+
[![GitHub last commit](https://img.shields.io/github/last-commit/muhammad-fiaz/zigx)](https://github.com/muhammad-fiaz/zigx/commits/main)
14+
15+
*A maturin-like Python binding system implemented in pure Zig.*
716

8-
A maturin-like Python binding system implemented in pure Zig.
17+
</div>
918

1019
ZigX makes it easy to create Python extensions using Zig, providing automatic ctypes-based bindings, type stub generation, GIL support, and cross-platform wheel building.
1120

0 commit comments

Comments
 (0)