Skip to main content

SDK for Vast.ai GPU Cloud Service

Project description

🪄 Vast.ai Magic Comes To Python!

It's everything you love from the Vast.ai CLI tool, wrapped neatly in an easy-to-use Python interface!

PyPI version

📦 What's in the pip?

Why, it’s not just an SDK—it’s an entire development philosophy in a single import statement! With just a humble pip install, you unlock:

  • Lightning-fast integrations: So easy, it practically writes your code for you.
  • 🛡️ Error-free operations: Bugs? Banished. Exceptions? Extinct. Our SDK makes them a thing of the past!
  • 🌍 Infinite scalability: Whether you’re running on a potato or the world’s fastest supercomputer, we’ve got you covered!

👀 Let's Sneak A Peek!

Under the hood we are using what the CLI tool uses and so the documentation is the same. The arguments are the same.

🐚 shell: vastai cast --spell='abracadabra'

🐍 python: vastai.cast(spell='abracadabra')

Just a little something like this and we're ready to roll!

import vastai_sdk
vastai = vastai_sdk.VastAI()

In fact, try this right now. I'll wait!

$ pip install vastai-sdk
$ python
Python 3.11.2 (main, Aug 26 2024, 07:20:54) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import vastai_sdk
>>> v = vastai_sdk.VastAI()
>>> v.search_offers()

This is easy, you got this!

What about the return values?

JSONable objects, exactly as --raw would send to your pretty terminal. It's really the same.

Alright, but what about an API key, what's the catch?

You can provide it in the class instantiation: vastai.VastAI("My-magnificent-key")

OR, if you leave it blank it will look for a key in the same place as the CLI, right there in your friendly $HOME directory.

The creds_source @property will tell you where what's being used came from. Example:

>>> v=vastai_sdk.VastAI("Not-My-Real-Key-Don't-Worry!")
>>> v.creds_source
'CODE'
>>> v.api_key
"Not-My-Real-Key-Don't-Worry!"
>>>

Introspection, __doc__, __sig__?

Yes, yes, and yes. It's all in there. Try this at the handy python prompt

>>> help(v.create_instance)

Pretty nice, right? Now do this! (No Spoilers!)

>>> help(v.<tab>

All the helpers are there so your vscode, emacs, ipython, and neovim sessions will fly as your fingertips tab away.

Help, support, all that stuff?

Sure. Just head over to GitHub issues.

Thanks for using Vast.ai. We 💖 you!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vastai_sdk-0.1.19.tar.gz (67.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vastai_sdk-0.1.19-py3-none-any.whl (65.5 kB view details)

Uploaded Python 3

File details

Details for the file vastai_sdk-0.1.19.tar.gz.

File metadata

  • Download URL: vastai_sdk-0.1.19.tar.gz
  • Upload date:
  • Size: 67.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for vastai_sdk-0.1.19.tar.gz
Algorithm Hash digest
SHA256 a9871f316a860abdcabcafb00bd47a31d0d61b3bcdca52b9f13563eb110651d0
MD5 02f79636b5a39147250cd667f41e4c9c
BLAKE2b-256 8e0158bbfc7a45cfe2068a374ab91e396d4b3a51030f8bd1543c3377220900e5

See more details on using hashes here.

File details

Details for the file vastai_sdk-0.1.19-py3-none-any.whl.

File metadata

  • Download URL: vastai_sdk-0.1.19-py3-none-any.whl
  • Upload date:
  • Size: 65.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for vastai_sdk-0.1.19-py3-none-any.whl
Algorithm Hash digest
SHA256 a81cf057123e5fe19c7dfa22199a311d353f73d109559185c9ef0b232b37aba7
MD5 39c162266b7bbf6937cf1a1d968a8dd6
BLAKE2b-256 f2d0e710a6512b0c950a8c35aef7fc67767ee39902e2c02a553d74c9b35e527b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page