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
- Host: GitHub
- URL: https://github.com/opentensor/runpodpy
- Owner: opentensor
- License: mit
- Created: 2022-07-01T16:22:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T00:22:40.000Z (almost 4 years ago)
- Last Synced: 2025-06-15T01:25:02.486Z (about 1 year ago)
- Topics: api-wrapper, runpod
- Language: Python
- Homepage: https://pypi.org/project/RunPodPy/
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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