11<div align =" center " >
22
3- # ZigX-Python
3+ # ZigX
44
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 / )
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/ )
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-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 )
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 )
1414
1515* A maturin-like Python binding system implemented in pure Zig.*
1616
@@ -52,14 +52,14 @@ uv pip install zigx
5252### From Source (Requires Zig 0.14.0+)
5353
5454``` bash
55- git clone https://github.com/muhammad-fiaz/zigx-python .git
55+ git clone https://github.com/muhammad-fiaz/zigx.git
5656cd zigx
5757uv pip install -e .
5858```
5959
6060## Documentation
6161
62- 📚 ** Full documentation is available at [ muhammad-fiaz.github.io/zigx-python ] ( https://muhammad-fiaz.github.io/zigx-python ) **
62+ 📚 ** Full documentation is available at [ muhammad-fiaz.github.io/zigx] ( https://muhammad-fiaz.github.io/zigx ) **
6363
6464The documentation includes:
6565- Getting started guide
@@ -252,7 +252,7 @@ For documentation building:
252252
253253## Documentation
254254
255- Full documentation is available at [ muhammad-fiaz.github.io/zigx-python ] ( https://muhammad-fiaz.github.io/zigx-python )
255+ Full documentation is available at [ muhammad-fiaz.github.io/zigx] ( https://muhammad-fiaz.github.io/zigx )
256256
257257## License
258258
@@ -264,7 +264,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
264264
265265## Links
266266
267- - 📚 [ Documentation] ( https://muhammad-fiaz.github.io/zigx-python )
268- - 🐛 [ Issue Tracker] ( https://github.com/muhammad-fiaz/zigx-python /issues )
267+ - 📚 [ Documentation] ( https://muhammad-fiaz.github.io/zigx )
268+ - 🐛 [ Issue Tracker] ( https://github.com/muhammad-fiaz/zigx/issues )
269269- 📦 [ PyPI Package] ( https://pypi.org/project/zigx/ )
270- - 💻 [ Source Code] ( https://github.com/muhammad-fiaz/zigx-python )
270+ - 💻 [ Source Code] ( https://github.com/muhammad-fiaz/zigx )
0 commit comments