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.20.tar.gz (65.8 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.20-py3-none-any.whl (65.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vastai_sdk-0.1.20.tar.gz
  • Upload date:
  • Size: 65.8 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.20.tar.gz
Algorithm Hash digest
SHA256 cdb63b1ca1560eb148782a5ab3e207adb58dae1093462e6aaaf23267fdbc82a5
MD5 0c13c064d5106242fb0f803c942f6e4e
BLAKE2b-256 ae0d4104b30a92884bd3a3a6b5d7c02336929b587ad83e9537a69598870e7d9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vastai_sdk-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 65.6 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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 ea33c2e423f257482b0b5bc2789fb2a6f5197bb5278b5b7dcd36a199d1ce3f21
MD5 e7ed71ee2afbd6e3888019ea6eb2df8e
BLAKE2b-256 9167280a475eca97a7ebfbee7ebb89f595d04a20b03b7ff943f7b81f8d1385be

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