dhhagan / python-daqss

Python API wrapper for the DAQSS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Python API wrapper for the DAQSS API

License:MIT License


Languages

Language:Python 100.0%