From f521ac510e396653af5619b149c332c671f0beed Mon Sep 17 00:00:00 2001 From: Cody Wang Date: Tue, 2 Jul 2024 14:10:31 -0700 Subject: [PATCH] infra: Add README badges (#14) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a5911b..9a70d5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Amazon Braket Simulator Version 2 +[![Latest Version](https://img.shields.io/pypi/v/amazon-braket-simulator-v2.svg)](https://pypi.python.org/pypi/amazon-braket-simulator-v2) +[![Supported Python Versions](https://img.shields.io/pypi/pyversions/amazon-braket-simulator-v2)](https://pypi.python.org/pypi/amazon-braket-simulator-v2) +[![Build status](https://github.com/amazon-braket/amazon-braket-simulator-v2-python/actions/workflows/python-package.yml/badge.svg)](https://github.com/amazon-braket/amazon-braket-simulator-v2-python/actions/workflows/python-package.yml) +[![Documentation Status](https://img.shields.io/readthedocs/amazon-braket-simulator-v2-python.svg?logo=read-the-docs)](https://amazon-braket-simulator-v2-python.readthedocs.io/en/latest/?badge=latest) + This Amazon Braket Simulator is a second generation of our Python open source library that provides an implementation of a quantum simulators that you can run locally. You can use the simulator to test quantum tasks that you construct for the [Amazon Braket SDK](https://github.com/amazon-braket/amazon-braket-sdk-python) before you submit them to the Amazon Braket service for execution.