Web API endpoint for scouting, analyzing, and interpreting runtime telemetry from manipulator test executions.
uv(Universal Virtualenv) - A tool for managing Python virtual environments and dependencies.
Install necessary dependencies:
uv syncRun the API server:
uv run uvicorn manipulator_scout:appCheck command-line interface of uvicorn for additional options.
uv run ruff formatuv run ruff checkuv run pytestCheck command-line interface of pytest for additional options.
uv build --wheelThis will create a distributable wheel file in the dist/ directory.