Metadata-Version: 2.4
Name: psucontrol
Version: 0.6.1
Summary: An application for controlling a Velleman LABPS3005D bench PSU and any compatible ones.
License-Expression: BSD-3-Clause
License-File: LICENSE
Author: Nita Vesa
Author-email: nita.vesa@outlook.com
Requires-Python: >=3.13,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: indicatorlabel (>=0.9.0,<=1.0.0)
Requires-Dist: lcdlabel (>=0.8.0,<=1.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: pyside6 (>=6.11.0,<7.0.0)
Requires-Dist: rich (>=15.0.0,<16.0.0)
Requires-Dist: textual (>=8.2.3,<9.0.0)
Requires-Dist: xdg-base-dirs (>=6.0.2,<7.0.0)
Description-Content-Type: text/markdown

# PSUcontrol

This is an application for controlling a Velleman LABPS3005D bench PSU and any compatible ones.

It is still a work-in-progress and has only been tested with the aforementioned Velleman.

![PSUcontrol Example](extra/psucontrol_gui.gif)

## TODO

- Fill out this README more
- Add toggleable graphing
- CLI-interface
- TUI-interface

## License

This project is licensed under the BSD 3-Clause License - see the [LICENSE](LICENSE) file for details.

