# Format: google3/devtools/metadata/metadata.proto (go/google3metadata)

name: "websocket"
description:
  "WebSocket client for Python. This library provides a low-level "
  "synchronous API for WebSocket connections."

third_party {
  url {
    type: GIT
    value: "https://github.com/websocket-client/websocket-client"
  }
  version: "56387981674cfd064b79e0cb9b740136a8f40d15"  # 0.47.0
  last_upgrade_date { year: 2018 month: 2 day: 5 }
  local_modifications: "cl/245777829"
}

# Runs the TAP tests.
presubmit: {
  check_local_tests: {
    failure_status: ERROR

    # Make sure the tests run first.
    test_target_pattern: "//third_party/py/websocket/..."
  }
}
