Skip to content

Commit 2d03128

Browse files
authored
docs: Add pypi badges to the readmes (zxcalc#84)
1 parent a91f2ea commit 2d03128

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# QuiZX: a quick Rust port of PyZX
22

3+
[![pypi][]](https://pypi.org/project/quizx/)
4+
[![py-version][]](https://pypi.org/project/quizx/)
5+
6+
[pypi]: https://img.shields.io/pypi/v/quizx
7+
[py-version]: https://img.shields.io/pypi/pyversions/quizx
8+
39
[PyZX](https://github.com/zxlang/pyzx) is a Python library for quantum circuit optimisation and compiling using the [ZX-calculus](https://zxcalculus.com). It's great for hacking, learning, and trying things out in [Jupyter](https://jupyter.org/) notebooks. However, it's written to maximise clarity and fun, not performance.
410

511
This is a port of some of the core functionality of PyZX to the [Rust](https://www.rust-lang.org/) programming language. This is a modern systems programming language, which enables writing software that is very fast and memory efficient.

Diff for: pybindings/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# QuiZX: A quick backend for PyZX
22

3+
[![pypi][]](https://pypi.org/project/quizx/)
4+
[![py-version][]](https://pypi.org/project/quizx/)
5+
6+
[pypi]: https://img.shields.io/pypi/v/quizx
7+
[py-version]: https://img.shields.io/pypi/pyversions/quizx
8+
39
[PyZX](https://github.com/zxlang/pyzx) is a Python library for quantum circuit optimisation and compiling using the [ZX-calculus](https://zxcalculus.com). It's great for hacking, learning, and trying things out in [Jupyter](https://jupyter.org/) notebooks. However, it's written to maximise clarity and fun, not performance.
410

511
This is a port of some of the core functionality of PyZX to the [Rust](https://www.rust-lang.org/) programming language. This is a modern systems programming language, which enables writing software that is very fast and memory efficient.

0 commit comments

Comments
 (0)