Metadata-Version: 2.1
Name: microsoft-bonsai-api
Version: 0.1.4
Summary: API library for the Microsoft Bonsai Platform
Home-page: https://docs.microsoft.com/bonsai
Author: Microsoft Project Bonsai
Author-email: bonsaiq@microsoft.com
License: UNKNOWN
Keywords: bonsai,autonomous systems,simulation
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: azure-core (<2.0.0,>=1.2.0)
Requires-Dist: msrest (>=0.6.0)

# Microsoft Bonsai API Python Client

[![PyPi version](https://badge.fury.io/py/microsoft-bonsai-api.svg?new)](https://badge.fury.io/py/microsoft-bonsai-api)

Use this Python library to test and integrate simulators with Project Bonsai.

## Requirements

The SDK supports the following versions of Python:

- Python 3 versions 3.4 and later

## Installation

Install the latest client using pip:

```sh
pip install microsoft-bonsai-api
```

Alternatively, you can download or clone the client from the
[Bonsai API GitHub repo] and install the client by running Setuptools in the
installation directory:

```sh
python setup.py install --user
```

## Usage

https://docs.microsoft.com/en-us/python/api/microsoft-bonsai-api/

## Ask the community

Please join us in our [community forums] if you have any questions!

[//]: # "Link anchor definitions"
[bonsai api github repo]: https://github.com
[community forums]: https://aka.ms/as/forums


