From 2d031280d630ebb68b0bc97bd8e71c6629d1319d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= Date: Thu, 31 Oct 2024 00:16:58 +0000 Subject: [PATCH] docs: Add pypi badges to the readmes (#84) --- README.md | 6 ++++++ pybindings/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index fe35e16..dbb2f50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # QuiZX: a quick Rust port of PyZX +[![pypi][]](https://pypi.org/project/quizx/) +[![py-version][]](https://pypi.org/project/quizx/) + + [pypi]: https://img.shields.io/pypi/v/quizx + [py-version]: https://img.shields.io/pypi/pyversions/quizx + [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. 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 --git a/pybindings/README.md b/pybindings/README.md index 530770b..f451e8d 100644 --- a/pybindings/README.md +++ b/pybindings/README.md @@ -1,5 +1,11 @@ # QuiZX: A quick backend for PyZX +[![pypi][]](https://pypi.org/project/quizx/) +[![py-version][]](https://pypi.org/project/quizx/) + + [pypi]: https://img.shields.io/pypi/v/quizx + [py-version]: https://img.shields.io/pypi/pyversions/quizx + [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. 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.