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.30.1.tar.gz (46.3 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.30.1-py3-none-any.whl (69.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tilebox_workflows-0.30.1.tar.gz
  • Upload date:
  • Size: 46.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for tilebox_workflows-0.30.1.tar.gz
Algorithm Hash digest
SHA256 6c13cc1bbec271b41ff3f732e4274b9f203f254568fe62db60fc584565f7842f
MD5 9ce60feb0a31048299a05fa0297b5d2a
BLAKE2b-256 df9838f276591fe7d2c6f1b40f56b4dace6e34355e591aa1fdb8d351d53a3f90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tilebox_workflows-0.30.1-py3-none-any.whl
Algorithm Hash digest
SHA256 178643b5f6dbaf74501cb5411e132b19424e4a2b3c745ed438eb4a55c13f27ab
MD5 8a2b102b904d1f031b732e0bf9e367e7
BLAKE2b-256 6cadf8fdc2bbabd4613769fd5fc0a9270b1d943261d28951c6d4f86329c2644c

See more details on using hashes here.

Provenance

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