An open API service indexing awesome lists of open source software.

https://github.com/opentensor/runpodpy

A Python API Wrapper for RunPod.io
https://github.com/opentensor/runpodpy

api-wrapper runpod

Last synced: 12 months ago
JSON representation

A Python API Wrapper for RunPod.io

Awesome Lists containing this project

README

          

# RunPodPy
Version 0.3.3

RunPodPy is an unofficial python API wrapper and CLI for https://runpod.io/

## Usage
`$ python3 -m runpodpy`
usage: runpodpy [-h] [--debug] [--config_file CONFIG_FILE] [--runpod_api.URL RUNPOD_API.URL] [--runpod_api.API_KEY RUNPOD_API.API_KEY]
{stop,destroy,terminate,start,run,resume,create,list} ...

RunPodPy v0.3.2

commands:
{stop,destroy,terminate,start,run,resume,create,list}
stop Stop a pod
destroy (terminate)
Destroy a pod
start (run, resume)
Start a pod
create Create a pod
list List pods

options:
-h, --help show this help message and exit
--debug Enable debug logging
--config_file CONFIG_FILE
Path to config file
--runpod_api.URL RUNPOD_API.URL, --URL RUNPOD_API.URL
Base URL of runpod api
--runpod_api.API_KEY RUNPOD_API.API_KEY, --API_KEY RUNPOD_API.API_KEY
Your RunPod.io api key