Metadata-Version: 1.1
Name: MeasurementValueLogging
Version: 0.1.2
Summary: Display measurement values from various serial devices.
Home-page: https://github.com/leezu/measurement-value-logging
Author: Leonard Lausen
Author-email: leonard@lausen.nl
License: GPLv3+
Description: =========================
        MeasurementValueLogging
        =========================
        
        This application logs/displays measurement values from various serial devices.
        It aims to be an open source alternative to the software provided by http://www.xlsmess.de/
        
        Installation
        ============
        Make sure you have a recent version of http://pyserial.sourceforge.net/ installed. To use the GUI you need a recent version of http://www.riverbankcomputing.co.uk/software/pyqt/ as well.
        
        Then download and install the package from https://pypi.python.org/pypi/MeasurementValueLogging .
        
        Usage
        ======
        Console Interface
        -----------------
        To use the console interface simply run:
        
            python2 -m MeasurementValueLogging.console [-h] port device [-h] [device options...]
            
        For further information use the -h or --help option.
        
        
        
        GUI
        ----
        To use the GUI simply run:
        
            python2 -m MeasurementValueLogging.ui
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Requires: pyserial
Requires: PyQt
Provides: MeasurementValueLogging
