Metadata-Version: 2.0
Name: gradientone
Version: 0.1.3.4
Summary: Gateway client for GradientOne
Home-page: http://www.gradientone.com
Author: GradientOne Team
Author-email: dev@gradientone.com
License: MIT
Keywords: test and measurement device control and data collection
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: configparser
Requires-Dist: enum34
Requires-Dist: grequests
Requires-Dist: jsonpickle
Requires-Dist: numpy
Requires-Dist: oauth2client
Requires-Dist: psutil
Requires-Dist: pyusb
Requires-Dist: raven
Requires-Dist: requests-toolbelt

Gateway Client
===============
The client code connecting test and measurement devices to the cloud.

**Warning:**
Currently this client is intended to only run on pre-configured GradientOne machines. Running this on your own machine will likely not work and may result in unexpected behavior. Use at your own risk.

Set Config File
------------------

It's important to set up your config file before running the module. After installing with pip, a **/etc/gradientone.gradient_one.cfg.sample** file is created. Edit the variables to include the GATEWAY_AUTH_TOKEN and change variable names to match your particular configuration. Then change the file name back to **/etc/gradient_one.cfg** before running the client.

$ sudo cp gradient_one.cfg.sample /etc/gradient_one.cfg

Usage
------------------

$ mkdir ~/client
$ cd ~/client
$ sudo gradientone

More Info
----------
For more information visit: http://www.gradientone.com/


