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.49.0b1.tar.gz (66.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.49.0b1-py3-none-any.whl (89.0 kB view details)

Uploaded Python 3

File details

Details for the file tilebox_workflows-0.49.0b1.tar.gz.

File metadata

  • Download URL: tilebox_workflows-0.49.0b1.tar.gz
  • Upload date:
  • Size: 66.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tilebox_workflows-0.49.0b1.tar.gz
Algorithm Hash digest
SHA256 ac17eb1c9bbebff48882c1be70305768dcf9f82e85302e974f119f6020b26fe4
MD5 9129a96f329763576f79957f308afdac
BLAKE2b-256 8590ab77c1dc25242e33f47bd78aad8f55bad984823d62eb2077eaca309c0f2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for tilebox_workflows-0.49.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 ebd32febacd131370e18ded08d208299206d432003ed030278878419de615795
MD5 d8b60f3221a1a6a2761866c53f00cdb8
BLAKE2b-256 14f44785931bff2df05f6421a872433a470c0ba6690270b6ce6bcdc0d31ba437

See more details on using hashes here.

Provenance

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