dhhagan / python-daqss

Python API wrapper for the DAQSS API
MIT License
1 stars 0 forks source link

python-daqss

Python API wrapper for the DAQSS API

Installation

>>> git clone https://github.com/dhhagan/python-daqss.git
>>> cd python-daqss/
>>> python setup.py install

Basic Use

>>> from daqss import Daqss
>>> d = Daqss(API_KEY, API_PSWD)