LICENSE
MANIFEST.in
README.md
pyproject.toml
proto/highwayscene/frame.proto
proto/highwayscene/common/calibration.proto
proto/highwayscene/data/pointcloud.proto
proto/highwayscene/label/object.proto
proto/highwayscene/sensors/camera.proto
proto/highwayscene/sensors/lidar.proto
src/a42/__init__.py
src/a42/__main__.py
src/a42/cli.py
src/a42/common.py
src/a42/data.py
src/a42/frame.py
src/a42/io.py
src/a42/label.py
src/a42/pointcloud.py
src/a42/py.typed
src/a42/sensors.py
src/highwayscene/__init__.py
src/highwayscene/__main__.py
src/highwayscene/cli.py
src/highwayscene/common.py
src/highwayscene/data.py
src/highwayscene/frame.py
src/highwayscene/io.py
src/highwayscene/label.py
src/highwayscene/pointcloud.py
src/highwayscene/py.typed
src/highwayscene/sensors.py
src/highwayscene_proto.egg-info/PKG-INFO
src/highwayscene_proto.egg-info/SOURCES.txt
src/highwayscene_proto.egg-info/dependency_links.txt
src/highwayscene_proto.egg-info/entry_points.txt
src/highwayscene_proto.egg-info/requires.txt
src/highwayscene_proto.egg-info/top_level.txt
tests/test_bindings.py
tests/test_cli.py
tests/test_io.py
tests/test_pointcloud.py