Skip to main content

Python SDK for spore.host — ephemeral EC2 compute for researchers

Project description

spore-host

Python SDK for spore.host — ephemeral EC2 compute for researchers.

pip install spore-host

Quick start

import spore

# Find instances
results = spore.truffle.find("amd epyc genoa", region="us-east-1")
for r in results:
    print(r.instance_type, f"${r.on_demand_price:.4f}/hr")

# Check Spot prices
prices = spore.truffle.spot("c8a.2xlarge", region="us-east-1")
cheapest = min(prices, key=lambda p: p.spot_price)

# Manage running instances
instances = spore.spawn.list()
inst = spore.spawn.status("sim-run-42")
inst.extend("2h")     # push the TTL deadline forward
inst.wait("terminated", on_status=lambda i: print(i.state))

Works in Jupyter notebooks, marimo, and plain Python scripts.

Documentation

Full documentation at docs.spore.host/guides/python-sdk

Requirements

  • Python 3.9+
  • AWS credentials configured (~/.aws/credentials or environment variables)
  • boto3, requests

Optional notebook extras: pip install "spore-host[jupyter]"

License

Apache 2.0 — see LICENSE

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

spore_host-0.1.5.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

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

spore_host-0.1.5-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file spore_host-0.1.5.tar.gz.

File metadata

  • Download URL: spore_host-0.1.5.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spore_host-0.1.5.tar.gz
Algorithm Hash digest
SHA256 75368f86cb64f61de4699c32871df578a8106edb3fea829ad727a0a335bf7136
MD5 14abd438b9a574d7c60dd50c4d6178b7
BLAKE2b-256 2089bb7b2aa63daa5d963d22a898a4c4c5a479d2ab78bb5a24e6e036a17dc90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for spore_host-0.1.5.tar.gz:

Publisher: publish-python.yaml on spore-host/python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file spore_host-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: spore_host-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for spore_host-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d42c35988b9df12a1437f1b9e37a328e2e0eb9bf8b90a7b8a48f7a96a910d5a1
MD5 f77c38f9163986fc280f9dfc751d9a11
BLAKE2b-256 5d022568b901cc6823870b2a7bb5512d3da78393778aac7ea338cc4bc5a56496

See more details on using hashes here.

Provenance

The following attestation bundles were made for spore_host-0.1.5-py3-none-any.whl:

Publisher: publish-python.yaml on spore-host/python-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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