Metadata-Version: 2.1
Name: yellowdog-python-examples
Version: 4.0.37
Summary: Example Python commands using the YellowDog Python SDK
Home-page: https://github.com/yellowdog/python-examples
Author: YellowDog Limited
Author-email: YellowDog Limited <support@yellowdog.co>
Project-URL: Homepage, https://github.com/yellowdog/python-examples
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: jsonnet
License-File: LICENSE

# Example Python Commands using the YellowDog Python SDK

## Overview

This is a set of command line Python scripts for interacting with the YellowDog Platform, providing examples of usage of the [YellowDog Python SDK](https://docs.yellowdog.co/api/python/index.html).

The scripts support:

- **Provisioning** Worker Pools
- **Submitting** Work Requirements
- **Downloading** Results
- **Shutting Down** Worker Pools and **Terminating** Compute Requirements
- **Cancelling** Work Requirements
- **Aborting** running Tasks
- **Deleting** objects in the YellowDog Object Store

Please see the [GitHub repository](https://github.com/yellowdog/python-examples) for more details.
