Metadata-Version: 2.0
Name: bonsai-cli
Version: 0.8.18
Summary: A python library for making API calls to Bonsai BRAIN.
Home-page: http://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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
Requires-Dist: bonsai-config (>=0.4.0)
Requires-Dist: click (>=6.6)
Requires-Dist: requests (>=2.11)
Requires-Dist: tabulate (>=0.7.5)
Requires-Dist: websocket-client (>=0.40.0)

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
```

