Metadata-Version: 2.1
Name: egauge-python
Version: 0.4.6
Summary: .
Home-page: https://bitbucket.org/egauge/python/
Author: David Mosberger-Tang
Author-email: davidm@egauge.net
License: MIT License
Description: eGauge open source Python code
        ******************************
        
        This repository is a collection of Python packages that have been
        released by eGauge Systems LLC as open source (MIT license).  These
        are released in the hope that they may be useful for other developers.
        Please see LICENSE for details.  eGauge Systems LLC also reserved the
        rights to add, modify, or remove code from this repository or the
        entire repository without notice.
        
        |
        
        Overview of available modules
        =============================
        
        |
        
        egauge.webapi
        -------------
        
        The classes in this module provide access to eGauge web services.  The
        APIs may be available on eGauge devices and/or as cloud-based web
        services.
        
        |
        
        egauge.webapi.device
        --------------------
        
        The classes in this module provide access to APIs implemented on
        eGauge devices.
        
        |
        
        egauge.webapi.cloud
        -------------------
        
        The classes in this module provide access to APIs implemented by
        eGauge cloud services.
        
        |
        
        egauge.ctid
        -----------
        
        The classes in this module support manufacturing CTid® sensors.  CTid®
        is patented technology and shall be used in accordance with the
        licensing agreements governing its use.
        
        |
        
        egauge.qt4
        ----------
        
        The classes in this module support PyQt4-based graphical
        user-interfaces.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
