An open API service indexing awesome lists of open source software.

https://github.com/quantumbfs/awsbraket.jl

Julia wrapper of AWSBraket schema and REST API
https://github.com/quantumbfs/awsbraket.jl

Last synced: about 1 year ago
JSON representation

Julia wrapper of AWSBraket schema and REST API

Awesome Lists containing this project

README

          

# AWSBraket

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://QuantumBFS.github.io/AWSBraket.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantumBFS.github.io/AWSBraket.jl/dev)

*This package is in beta*

Julia Wrapper for the AWS Braket REST API. This API wrapper is based on
AWS Braket official implementation but is not an AWS official package.

## Installation


AWSBraket is a  


Julia Language

  package. To install AWSBraket,
please open
Julia's interactive session (known as REPL)
and press ] key in the REPL to use the package mode, then type the following command

```julia
pkg> add AWSBraket
```

## License

MIT License