60 lines
2.1 KiB
TOML
60 lines
2.1 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:e232de4dc34867089b0199628f6236405f11f243e746925d528a9ac1ef653290"
|
|
|
|
[[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 = "pyvisa-py"
|
|
version = "0.7.1"
|
|
requires_python = ">=3.8"
|
|
summary = "Pure Python implementation of a VISA library."
|
|
groups = ["default"]
|
|
dependencies = [
|
|
"pyvisa>=1.13.0",
|
|
"typing-extensions",
|
|
]
|
|
files = [
|
|
{file = "PyVISA-py-0.7.1.tar.gz", hash = "sha256:d0dd824055fd8cab8a2685d10e1277d52ad19604322fa53c17b47e70258d4594"},
|
|
{file = "PyVISA_py-0.7.1-py3-none-any.whl", hash = "sha256:3675aa9fcabfcee6fbcc1e596f565c2538ecd0f69e7061f479d147b4afbd8c75"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "setuptools"
|
|
version = "69.1.1"
|
|
requires_python = ">=3.8"
|
|
summary = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
groups = ["default"]
|
|
files = [
|
|
{file = "setuptools-69.1.1-py3-none-any.whl", hash = "sha256:02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56"},
|
|
{file = "setuptools-69.1.1.tar.gz", hash = "sha256:5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"},
|
|
]
|
|
|
|
[[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"},
|
|
]
|