Skip to content

Commit 1f0b39c

Browse files
Update README.md
1 parent 0f65224 commit 1f0b39c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
<div align="center">
22

3-
# ZigX
3+
# ZigX-Python
44

5-
[![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/)
5+
[![PyPI version](https://badge.fury.io/py/zigx-python.svg)](https://badge.fury.io/py/zigx-python)
6+
[![PyPI downloads](https://img.shields.io/pypi/dm/zigx-python.svg)](https://pypi.org/project/zigx-python/)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8-
[![Python](https://img.shields.io/pypi/pyversions/zigx.svg)](https://pypi.org/project/zigx/)
9-
[![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)
8+
[![Python](https://img.shields.io/pypi/pyversions/zigx-python.svg)](https://pypi.org/project/zigx-python/)
9+
[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue)](https://muhammad-fiaz.github.io/zigx-python)
10+
[![CI](https://github.com/muhammad-fiaz/zigx-python/actions/workflows/deploy.yml/badge.svg)](https://github.com/muhammad-fiaz/zigx-python/actions)
11+
[![GitHub issues](https://img.shields.io/github/issues/muhammad-fiaz/zigx-python)](https://github.com/muhammad-fiaz/zigx-python/issues)
12+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/zigx-python)](https://github.com/muhammad-fiaz/zigx-python/pulls)
13+
[![GitHub last commit](https://img.shields.io/github/last-commit/muhammad-fiaz/zigx-python)](https://github.com/muhammad-fiaz/zigx-python/commits/main)
1414

1515
*A maturin-like Python binding system implemented in pure Zig.*
1616

1717
</div>
1818

19+
1920
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.
2021

2122
> Note: This Project is in Early Active Development, so there may be Breaking changes!

0 commit comments

Comments
 (0)