Skip to main content

Workflow client and task runner for Tilebox

Project description

Tilebox Logo

Documentation | Console | Discord

Tilebox Workflows

Tilebox Workflows, or the Tilebox workflow orchestrator is a parallel processing engine that allows an intuitive creation of dynamic tasks that can be parallelized out of the box and executed across compute environments or on-premise as well as in auto-scaling clusters in public clouds.

Quickstart

Install using pip:

pip install tilebox-workflows

Create a task:

from tilebox.workflows import Task

class MyFirstTask(Task):
  def execute(self):
    print("Hello World from my first Tilebox task!")

Submit a job

from tilebox.workflows import Client

# create your API key at
# https://console.tilebox.com
client = Client(token="YOUR_TILEBOX_API_KEY")

jobs = client.jobs()
jobs.submit("my-very-first-job", "some-compute-cluster", MyFirstTask())

And run it:

runner = client.runner("some-compute-cluster", tasks=[MyFirstTask])
runner.run_all()

Documentation

Check out the Tilebox Workflows documentation for more information.

License

Distributed under the MIT License (The MIT 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

tilebox_workflows-0.35.0.tar.gz (48.5 kB view details)

Uploaded Source

Built Distribution

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

tilebox_workflows-0.35.0-py3-none-any.whl (71.1 kB view details)

Uploaded Python 3

File details

Details for the file tilebox_workflows-0.35.0.tar.gz.

File metadata

  • Download URL: tilebox_workflows-0.35.0.tar.gz
  • Upload date:
  • Size: 48.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tilebox_workflows-0.35.0.tar.gz
Algorithm Hash digest
SHA256 2f7cb39c2e5b447a924a695be4ddf6b1e77857a05addb7c80724dc5299d8d15c
MD5 0cb46f9c32cbf576d250281961abf2d7
BLAKE2b-256 b1a686386f71c205016e9e665c9d9bb8f43404db668c35a4a4cb83d23a44c22e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tilebox_workflows-0.35.0.tar.gz:

Publisher: publish_tilebox_workflows.yml on tilebox/tilebox-python

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

File details

Details for the file tilebox_workflows-0.35.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tilebox_workflows-0.35.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c629e2c34a7af3341c67022e13f2b1b2056fd5f458d03365c9c28a10d563505
MD5 1584583924ff0ee06a24d86a417805fd
BLAKE2b-256 863e5a4a923f1da5ac33bf544fd1e00da965c303519a34527d4e5933310b10e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tilebox_workflows-0.35.0-py3-none-any.whl:

Publisher: publish_tilebox_workflows.yml on tilebox/tilebox-python

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