Metadata-Version: 2.4
Name: scpi-core
Version: 0.1.0
Summary: Device-agnostic SCPI instrument communication library with TCP and serial transports
Author-email: Riley Porter <rileyporter@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ril3y/scpi-core
Project-URL: Repository, https://github.com/ril3y/scpi-core
Project-URL: Issues, https://github.com/ril3y/scpi-core/issues
Keywords: scpi,instruments,test-equipment,oscilloscope,measurement
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.9
License-File: LICENSE
Provides-Extra: serial
Requires-Dist: pyserial>=3.5; extra == "serial"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file
