Skip to main content

A Python SDK for TensorDock API

Project description

Unofficial TensorDock Python SDK

This is an unofficial Python SDK for interacting with the TensorDock Marketplace API. It provides a convenient way to manage virtual machines, containers, and billing information programmatically. Please note that this SDK is not officially supported or endorsed by TensorDock.

Installation

You can install this TensorDock Python SDK using pip:

pip install tensordock

Configuration

To use the SDK, you'll need to obtain an API key and token from the TensorDock marketplace. You can get these from your TensorDock dashboard at https://marketplace.tensordock.com/api

Usage

Here's a quick example of how to use the SDK:

from tensordock import TensorDockAPI

# Initialize the API client
api = TensorDockAPI(api_key='your_api_key', api_token='your_api_token')

# List your virtual machines
vms = api.virtual_machines.list_vms()
print(vms)

# Deploy a new virtual machine
new_vm = api.virtual_machines.deploy_vm(
    name="My New VM",
    gpu_count=1,
    gpu_model="rtx3080-pcie-10gb",
    vcpus=4,
    ram=16,
    storage=100,
    operating_system="Ubuntu 20.04 LTS"
)
print(new_vm)

Features

This unofficial SDK aims to provide access to the following TensorDock API endpoints:

  • Authorization
  • Servers
  • Virtual Machines
  • Containers
  • Billing

For a full list of features and their implementations, please refer to our detailed documentation.

Documentation

For detailed documentation on each method, please refer to our DOCS.md file. For official API documentation, please visit the TensorDock API Documentation.

Contributing

Contributions to this unofficial TensorDock Python SDK are welcome! Please feel free to submit issues, fork the repository and send pull requests. As this is an unofficial project, community involvement is crucial for its maintenance and improvement.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For issues related to this unofficial SDK, please open an issue on our GitHub repository.

For questions about the TensorDock API itself or for official support, please contact TensorDock directly through their official channels.

Acknowledgements

This project is based on the public API documentation provided by TensorDock. We are grateful for their detailed documentation which makes this unofficial SDK possible.

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

tensordock-0.1.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

tensordock-0.1.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file tensordock-0.1.2.tar.gz.

File metadata

  • Download URL: tensordock-0.1.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.7

File hashes

Hashes for tensordock-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f350f333d9cfc2714108fced70c6480ae85454db2d1870dda86c0376b1814732
MD5 4d59778a4aa2e2b3f57f6eaf3cb401e3
BLAKE2b-256 bbc76d3ec0c7f250085fe0c6aacf33e3a434575f0b552ca6fbf2691a92cd39d5

See more details on using hashes here.

File details

Details for the file tensordock-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: tensordock-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.7

File hashes

Hashes for tensordock-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 030f747e62e5dbb429b1dc76ba8b51037dd1b0294de44eafa28e1055d4e3ec2c
MD5 0df8fd9bb25946212e0b12f3e1489f63
BLAKE2b-256 ea0dd56ba72d090ccd860a4ceb4ed9eae2c34dfe232ebe1a07181192405cb1fe

See more details on using hashes here.

Supported by

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