Metadata-Version: 2.1
Name: bonsai-cli
Version: 0.9.3
Summary: A python library for making API calls to Bonsai BRAIN.
Home-page: https://github.com/BonsaiAI/bonsai-cli
Author: Bonsai Engineering
Author-email: opensource@bons.ai
License: BSD
Keywords: bonsai
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
Requires-Python: >=3.5
Requires-Dist: click (>=6.6)
Requires-Dist: requests (>=2.11)
Requires-Dist: tabulate (>=0.7.5)
Requires-Dist: websocket-client (>=0.40.0)
Requires-Dist: bonsai-ai (>=2.2.1)

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:** http://docs.bons.ai/guides/cli-guide.html

**Full CLI Reference Documentation:** http://docs.bons.ai/references/cli-reference.html

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`

