Metadata-Version: 2.4
Name: vericold_plotter
Version: 1.2.0
Summary: VeriCold logfiles plotter
Author-email: StSav012 <stsav012@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: Source Code, https://github.com/StSav012/VeriCold_Log_Plotter
Project-URL: Bug Tracker, https://github.com/StSav012/VeriCold_Log_Plotter/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: PySide6-Essentials!=6.8.0,!=6.8.0.1,!=6.9.1,>=6.2.0
Requires-Dist: pyqtgraph>=0.13.3
Provides-Extra: xlsx
Requires-Dist: pyexcelerate; extra == "xlsx"
Dynamic: requires-dist

# VeriCold Log Plotter

VeriCold logfiles are created by Oxford Instruments plc. VeriCold Log Plotter is a viewer for them.

VeriCold Log Plotter is licensed under the [GNU LGPL version 3](https://www.gnu.org/copyleft/lesser.html).

### Requirements

- Python 3.9 or newer; the newer the better;
- `pyqtgraph` to plot the data;
- (optionally) `pyexcelerate` to export the data into Office Open XML (aka XLSX) files.
