LICENSE
MANIFEST.in
README.md
pyproject.toml
src/nxslib/__init__.py
src/nxslib/comm.py
src/nxslib/dev.py
src/nxslib/logger.py
src/nxslib/nxscope.py
src/nxslib/py.typed
src/nxslib/thread.py
src/nxslib.egg-info/PKG-INFO
src/nxslib.egg-info/SOURCES.txt
src/nxslib.egg-info/dependency_links.txt
src/nxslib.egg-info/requires.txt
src/nxslib.egg-info/top_level.txt
src/nxslib/intf/dummy.py
src/nxslib/intf/iintf.py
src/nxslib/intf/serial.py
src/nxslib/proto/iframe.py
src/nxslib/proto/iparse.py
src/nxslib/proto/iparserecv.py
src/nxslib/proto/parse.py
src/nxslib/proto/parserecv.py
src/nxslib/proto/serialframe.py
tests/test_comm.py
tests/test_dev.py
tests/test_nxscope.py
tests/test_thread.py