Metadata-Version: 2.0
Name: corautil
Version: 1.0.0.dev26
Summary: Utility to allow the use of Campbell Scientific Cora script in Python
Home-page: https://github.com/eastmanjoe/corautil
Author: Joe Eastman
Author-email: ridgerunner81@gmail.com
License: GNU GPLv3
Description-Content-Type: UNKNOWN
Keywords: cora campbell CSI loggernet cora_cmd
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: argparse

# 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


