34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
# This file is @generated by PDM.
|
|
# It is not intended for manual editing.
|
|
|
|
[metadata]
|
|
groups = ["default"]
|
|
strategy = ["cross_platform", "inherit_metadata"]
|
|
lock_version = "4.4.1"
|
|
content_hash = "sha256:608ed15e3b65004a3ba5d84822468940fc0b904375232d46e2220090bdbf163e"
|
|
|
|
[[package]]
|
|
name = "pyvisa"
|
|
version = "1.14.1"
|
|
requires_python = ">=3.8"
|
|
summary = "Python VISA bindings for GPIB, RS232, TCPIP and USB instruments"
|
|
groups = ["default"]
|
|
dependencies = [
|
|
"typing-extensions",
|
|
]
|
|
files = [
|
|
{file = "PyVISA-1.14.1-py3-none-any.whl", hash = "sha256:6e4dfc9b6029b4f00d0d4960348c4889c2747aa7f83276950d48a349eab36a45"},
|
|
{file = "PyVISA-1.14.1.tar.gz", hash = "sha256:71030041ed4c5dad77687454cf44b8be4d1642e9d1aaa22019248d41d8ed7a79"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "typing-extensions"
|
|
version = "4.10.0"
|
|
requires_python = ">=3.8"
|
|
summary = "Backported and Experimental Type Hints for Python 3.8+"
|
|
groups = ["default"]
|
|
files = [
|
|
{file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"},
|
|
{file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"},
|
|
]
|