Metadata-Version: 2.1
Name: dvg-devices
Version: 0.0.2
Summary: Collection of interfaces to communicate with laboratory devices, with support for multithreading in PyQt5.
Home-page: https://github.com/Dennis-van-Gils/python-dvg-devices
Author: Dennis van Gils
Author-email: vangils.dennis@gmail.com
License: MIT
Project-URL: Issue Tracker, https://github.com/Dennis-van-Gils/python-dvg-devices/issues
Keywords: device I/O,automation,laboratory,science,control,experiment,PyQt5,multithread
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering 
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: dvg-debug-functions (~=2.0)
Requires-Dist: dvg-qdeviceio (~=0.1.1)
Requires-Dist: pyserial (==3.4)
Requires-Dist: pyqt5 (~=5.12)
Requires-Dist: numpy (~=1.15)
Requires-Dist: pyvisa (~=1.9)
Requires-Dist: matplotlib (~=3.1)

.. image:: https://img.shields.io/pypi/v/dvg-devices
    :target: https://pypi.org/project/dvg-devices
.. image:: https://img.shields.io/pypi/pyversions/dvg-devices
    :target: https://pypi.org/project/dvg-devices
.. image:: https://img.shields.io/badge/License-MIT-purple.svg
    :target: https://github.com/Dennis-van-Gils/python-dvg-devices/blob/master/LICENSE.txt

DvG_Devices
=============
Collection of interfaces to communicate with laboratory devices, with support
for multithreading in PyQt5.

* Arduino -- microcontroller board
* Bronkhorst -- mass flow controller
* Compax3 -- servo controller
* Keysight 3497xA -- digital multimeter
* Keysight N8700 -- power supply
* Picotech PT104 -- temperature logger
* PolyScience PD -- recirculating bath
* ThermoFlex -- chiller

IN PROGRESS 02-07-2020:

Currently this library contains the prototypes as used in the TMHT Tunnel
facility. Everything has to be rewritten to make use of `DvG_QDeviceIO`. This
is in progress and might take a while.

Changelog
=========

0.0.1 (2020-07-01)
------------------
* First release on PyPI

0.0.2 (2020-07-01)
------------------
* Major restructuring PyPI package
* Implemented `DvG_QDeviceIO`


