Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.21 KB

Vultr

build status

Vultr provides a client library to the Vultr.com API. This repo is a fork of an original library written for Vultr APIv1. I am re-doing this repo for APIv2.

Usage

api_key = 'XXXXXXXXX'
vultr = Vultr(api_key)
plans_json = vultr.plans.list()

Support

Python Vultr is supported on a volunteer basis.

FUNCTIONS, IMPLEMENTATION AND TESTING (updated 13-Jan-2022)

*Keep checking this repo for updates as I add more APIv2 Functionality.

API Module Implementation Tested
Account Y Y
Applications Y Y
Backup Y Y
Bare Metal N N
Billing N N
Block Storage Y N
DNS Y Y
Firewall N N
Instances N N
ISO N N
Kubernetes N N
Load Balancers N N
Object Storage N N
Operating Systems N N
Plans N N
Private Networks N N
Reserved IPs N N
Regions N N
Snapshots N N
SSH Keys N N
Startup Scripts N N
Users N N