Metadata-Version: 1.1
Name: modify-csi-datatable
Version: 1.0.0
Summary: Utility to allow the quick change of the datatable name and interval in a Draker CRBasic program
Home-page: https://code.draker.us/engineering/modify_csi_datatable
Author: Joe Eastman
Author-email: joe.eastman@drakerenergy.com
License: GNU GPLv3
Description: # mod_datatable

        a Python module and Flask app that will modify the datatable name and interval in Draker project firmware

        

        # 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

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU GPLv3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
