|
1 | 1 | <div align="center"> |
2 | 2 |
|
3 | | -# ZigX |
| 3 | +# ZigX-Python |
4 | 4 |
|
5 | | -[](https://badge.fury.io/py/zigx) |
6 | | -[](https://pypi.org/project/zigx/) |
| 5 | +[](https://badge.fury.io/py/zigx-python) |
| 6 | +[](https://pypi.org/project/zigx-python/) |
7 | 7 | [](https://opensource.org/licenses/Apache-2.0) |
8 | | -[](https://pypi.org/project/zigx/) |
9 | | -[](https://muhammad-fiaz.github.io/zigx) |
10 | | -[](https://github.com/muhammad-fiaz/zigx/actions) |
11 | | -[](https://github.com/muhammad-fiaz/zigx/issues) |
12 | | -[](https://github.com/muhammad-fiaz/zigx/pulls) |
13 | | -[](https://github.com/muhammad-fiaz/zigx/commits/main) |
| 8 | +[](https://pypi.org/project/zigx-python/) |
| 9 | +[](https://muhammad-fiaz.github.io/zigx-python) |
| 10 | +[](https://github.com/muhammad-fiaz/zigx-python/actions) |
| 11 | +[](https://github.com/muhammad-fiaz/zigx-python/issues) |
| 12 | +[](https://github.com/muhammad-fiaz/zigx-python/pulls) |
| 13 | +[](https://github.com/muhammad-fiaz/zigx-python/commits/main) |
14 | 14 |
|
15 | 15 | *A maturin-like Python binding system implemented in pure Zig.* |
16 | 16 |
|
17 | 17 | </div> |
18 | 18 |
|
| 19 | + |
19 | 20 | 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. |
20 | 21 |
|
21 | 22 | > Note: This Project is in Early Active Development, so there may be Breaking changes! |
|
0 commit comments