.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
LICENSE
README.md
code-of-conduct.md
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/docs.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/server.rst
docs/source/_static/logo-full.jpg
src/PyVISA_proxy.egg-info/PKG-INFO
src/PyVISA_proxy.egg-info/SOURCES.txt
src/PyVISA_proxy.egg-info/dependency_links.txt
src/PyVISA_proxy.egg-info/requires.txt
src/PyVISA_proxy.egg-info/top_level.txt
src/pyvisa_proxy/ProxyResource.py
src/pyvisa_proxy/ProxyServer.py
src/pyvisa_proxy/RpcClient.py
src/pyvisa_proxy/__init__.py
src/pyvisa_proxy/__main__.py
src/pyvisa_proxy/highlevel.py
src/pyvisa_proxy/version.py
src/pyvisa_proxy/data/job.schema.json
tests/__init__.py
tests/conftest.py
tests/dummy.yaml
tests/test_argparse.py
tests/test_highlevel.py
tests/test_integration.py
tests/test_proxy_resource.py
tests/test_proxy_server.py
tests/utils.py