Metadata-Version: 2.1
Name: bonsai-cli
Version: 1.0.12
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
License-File: LICENSE

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`

