Skip to main content

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).

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.58.0.tar.gz (95.0 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.58.0-py3-none-any.whl (128.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tilebox_workflows-0.58.0.tar.gz
  • Upload date:
  • Size: 95.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tilebox_workflows-0.58.0.tar.gz
Algorithm Hash digest
SHA256 b293ee9cfa9132dcc9ffc78ea2caa477aa1b36bf03da52dd3b73ea7d40102a6c
MD5 0d377f2ef276a0860f7f54c3c05d64e4
BLAKE2b-256 3675b93f36d0c28d7d9bda44e7fa3dc47eca745f42ac59e086a36b4da9d6a253

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tilebox_workflows-0.58.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3abea3e0a44ff42b415b94afceb4c93dac0746253f8f570c68376ca5f3a8e314
MD5 867d94c2fc700be52d7d0cfd75caa00d
BLAKE2b-256 295a1a2f9917cf0ec7d1439146c28cdcfe94325d3509ca869904c2ca9620b713

See more details on using hashes here.

Provenance

The following attestation bundles were made for tilebox_workflows-0.58.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 Sentry Error logging StatusPage Status page