LICENSE
MANIFEST.in
README.md
pyproject.toml
src/pyubx2/__init__.py
src/pyubx2/_version.py
src/pyubx2/exceptions.py
src/pyubx2/socket_stream.py
src/pyubx2/ubxhelpers.py
src/pyubx2/ubxmessage.py
src/pyubx2/ubxreader.py
src/pyubx2/ubxtypes_configdb.py
src/pyubx2/ubxtypes_core.py
src/pyubx2/ubxtypes_get.py
src/pyubx2/ubxtypes_poll.py
src/pyubx2/ubxtypes_set.py
src/pyubx2.egg-info/PKG-INFO
src/pyubx2.egg-info/SOURCES.txt
src/pyubx2.egg-info/dependency_links.txt
src/pyubx2.egg-info/requires.txt
src/pyubx2.egg-info/top_level.txt
tests/test_assistnow.py
tests/test_bitfields.py
tests/test_configdb.py
tests/test_constructor.py
tests/test_exceptions.py
tests/test_parse.py
tests/test_socket.py
tests/test_specialcases.py
tests/test_static.py
tests/test_stream.py