Skip to main content

Workflow client and task runner for Tilebox

Project description

Tilebox Logo

Documentation | Console | Example Gallery

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", MyFirstTask())

And run it:

runner = client.runner(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.52.0.tar.gz (75.6 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.52.0-py3-none-any.whl (103.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tilebox_workflows-0.52.0.tar.gz
Algorithm Hash digest
SHA256 edc8c421a797c010310f8e9e3656ce1a5bc653fd8e28fc8fc200d6e6ada3d571
MD5 be6d791112008b91eb6286be7c249271
BLAKE2b-256 c6e620125d402aa830103beefdbe5a72dab3cd763ada5f047cf02b6dd492ab26

See more details on using hashes here.

Provenance

The following attestation bundles were made for tilebox_workflows-0.52.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.52.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tilebox_workflows-0.52.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc97d4ee714be8ff863b56a068e5a3a2b67876c06668821f1d31ad79f1b5eda7
MD5 5fb3f5f4bd543eed5130cc48abffd6f0
BLAKE2b-256 7fb7713becc2688450cc48921b6f2bb55e44a3a1a13322723dfc012cd8fecb8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tilebox_workflows-0.52.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