LICENCE
README.md
setup.cfg
setup.py
src/roxbot/__init__.py
src/roxbot/base_classes.py
src/roxbot/cli.py
src/roxbot/gps.py
src/roxbot/interfaces.py
src/roxbot/models.py
src/roxbot/py.typed
src/roxbot/utils.py
src/roxbot/vectors.py
src/roxbot/version.py
src/roxbot.egg-info/PKG-INFO
src/roxbot.egg-info/SOURCES.txt
src/roxbot.egg-info/dependency_links.txt
src/roxbot.egg-info/entry_points.txt
src/roxbot.egg-info/not-zip-safe
src/roxbot.egg-info/requires.txt
src/roxbot.egg-info/top_level.txt
src/roxbot/bridges/__init__.py
src/roxbot/bridges/web_bridge.py
src/roxbot/simulators/__init__.py
tests/test_cli.py
tests/test_gps.py
tests/test_interfaces.py
tests/test_models.py
tests/test_trike.py
tests/test_vectors.py
tests/test_ws_bridge.py