Metadata-Version: 2.1
Name: dvg-qdeviceio
Version: 0.0.1
Summary: PyQt5 framework for multithreaded communication and periodical data acquisition for an I/O device.
Home-page: https://github.com/Dennis-van-Gils/python-dvg-qdeviceio
Author: Dennis van Gils
Author-email: vangils.dennis@gmail.com
License: MIT
Project-URL: Issue Tracker, https://github.com/Dennis-van-Gils/python-dvg-qdeviceio/issues
Description: [![PyPI version](https://badge.fury.io/py/python-dvg-qdeviceio.svg)](https://badge.fury.io/py/python-dvg-qdeviceio)
        [![Build Status](https://travis-ci.org/Dennis-van-Gils/python-python-dvg-qdeviceio.svg?branch=master)](https://travis-ci.org/Dennis-van-Gils/python-python-dvg-qdeviceio)
        [![Coverage Status](https://coveralls.io/repos/github/Dennis-van-Gils/python-python-dvg-qdeviceio/badge.svg?branch=master)](https://coveralls.io/github/Dennis-van-Gils/python-python-dvg-qdeviceio?branch=master)
        
        # DvG_QDeviceIO
        PyQt5 module containing the framework for multithreaded communication and periodical data acquisition for an I/O device.
        
        In alpha stage. Within a month (at July 2020) I expect a proper release.
        Changelog
        =========
        
        0.0.1 (2020-05-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: PyQt5,multithread,device I/O,automation,laboratory,science
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
