Metadata-Version: 2.4
Name: te5025
Version: 0.1.0
Summary: Unofficial driver for Time Electronics 5025 Calibrator
Author-email: Đorđe Novaković <djordjenovakovic@uns.ac.rs>
License: MIT
Project-URL: Homepage, https://github.com/Hepek93/TimeElectronics5025
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyvisa-py>=0.5.0
Dynamic: license-file

# TimeElectronics5025
A Pythonic interface for controling of the Time Electronics 5025 Multifunction Calibrator using pyvisa.

# TE5025 Python Library (Unofficial)

A Pythonic interface for the **Time Electronics 5025  Multifunction Calibrator** using `pyvisa-py`.

## 📜 Licensing & Attribution
This project is licensed under the **MIT License**. 
**Important:** If you use this library, you must keep the original copyright notice. If you modify it, please attribute the original work to [Your Name]. 

*Note: For commercial support or custom features, please contact the author.*

## ⚠️ Safety Warning
The TE5025 is capable of outputting **1050V** and **22A**. This software is unofficial. Use at your own risk. Always ensure your test setup is safe before enabling the output.

## Installation
```bash
pip install .
