Utility to allow the use of Campbell Scientific Cora script in Python


Keywords
cora campbell CSI loggernet cora_cmd
License
GPL-3.0
Install
pip install corautil==1.0.2

Documentation

coraUtil

a Python module that allows the use of Campbell Scientific cora script

Building PiPy package

Pure Python Wheels that are not “universal” are wheels that are pure python (i.e. contains no compiled extensions), but don’t natively support both Python 2 and 3.

To build the wheel:

python setup.py bdist_wheel

https://packaging.python.org/distributing/#wheels

Installation

From setup.py

From package