Metadata-Version: 2.1
Name: bonsai-cli
Version: 1.0.3
Summary: A python library for making API calls to the Bonsai Platform.
Home-page: https://github.com/BonsaiAI/bonsai-cli
Author: Microsoft Bonsai
Author-email: opensource@bons.ai
License: MIT
Keywords: bonsai
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Requires-Python: >=3.6
Requires-Dist: click (>=7.1.2)
Requires-Dist: requests (>=2.11)
Requires-Dist: tabulate (>=0.7.5)
Requires-Dist: websocket-client (>=0.40.0)
Requires-Dist: msal-extensions (>=0.1.3)
Requires-Dist: opencensus-ext-azure (>=1.0.4)

Bonsai CLI
==========
A python library for making API calls to Bonsai BRAIN.

Documentation for the Bonsai CLI can be found on the Bonsai Docs website.

**Guide to CLI installation and usage:** https://docs.microsoft.com/en-us/bonsai/cli/#installation

**Full CLI Reference Documentation:** https://docs.microsoft.com/en-us/bonsai/cli/

Quick Installation
------------------

Install the latest stable from PyPI:
`$ pip install bonsai-cli`

Install the latest in-development version:
`$ pip install https://github.com/BonsaiAI/bonsai-cli`

