Metadata-Version: 2.1
Name: bosdyn-scout
Version: 3.3.2
Summary: Boston Dynamics API Scout Client
Home-page: https://dev.bostondynamics.com/docs/scout/
Author: Boston Dynamics
Author-email: support@bostondynamics.com
Project-URL: Documentation, https://dev.bostondynamics.com/docs/scout/
Project-URL: Source, https://github.com/boston-dynamics/spot-sdk/
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: Deprecated (~=1.2.10)

<!--
Copyright (c) 2023 Boston Dynamics, Inc.  All rights reserved.

Downloading, reproducing, distributing or otherwise using the SDK Software
is subject to the terms and conditions of the Boston Dynamics Software
Development Kit License (20191101-BDSDK-SL).
-->

# bosdyn-scout

The bosdyn-scout wheel contains the Scout client for the Boston Dynamics Scout API. The Scout API is hosted on your Scout. The Scout client interacts with the Scout API by sending HTTPs requests to a number of resource endpoints. The client offers the following main functionalities:

- Retrieve Scout software version info
- Get Scout's current system time
- List robots
- List site walks, site elements, and site docks
- List posted calendar events
- Access resources such as runs, run events, and run captures
- Get images
- Export and import site walks
- Create a site walk, site element, and site dock
- Add robots to the specified Scout instance
- Create a calendar event to play a mission
- Delete site walks, site elements, and site docks
- Remove robots
- Delete calendar event
