Skip to main content

3lc-compute-plugin-sdk

PyPI Docs Try it

Plugins are how you extend the 3LC Hub — your own importers, exporters, training jobs, and data tools, appearing in the Hub right next to the built-ins. This SDK is everything a plugin needs: one small Python package to program against, while the Hub takes care of discovery, isolation, serving, and job orchestration.

pip install 3lc-compute-plugin-sdk          # import name: tlc_plugin_sdk

Distribution 3lc-compute-plugin-sdk · import tlc_plugin_sdk.

What it gives you

  • ComputePlugin — the base class you subclass. Implement get_ui_fragment (and compute if you expose a synchronous endpoint); job and lifecycle hooks ship as safe defaults. There is no register() to call — a plugin's metadata lives in its plugin.toml manifest (or a [tool.tlc-compute] table in pyproject.toml), and the Hub discovers it from there.
  • JobContext — the surface a long-running job programs against: progress / metric / log / result for the generic job panel, emit for your plugin's own rich UI, and cooperative cancelled.
  • The worker (python -m tlc_plugin_sdk.worker) — serves your plugin's Litestar route handlers + the generic reserved routes as an ASGI app, out-of-process in the plugin's own venv.
  • tlc_plugin_sdk.shared.* — batteries the heavy plugins share: URL-alias registration, config storage/UI, the generic-job helpers, image/label/modality utilities, script injection.

Quickstart

See docs/plugin-guide.md for the full author guide (manifest format, custom routes, the job model, UI fragment, checklist).

The contract version

tlc_plugin_sdk.SDK_CONTRACT_VERSION is this package's own version — one source of truth, one contract axis (both the Python and the browser surface). A plugin pins the SDK (3lc-compute-plugin-sdk>=X,<Y); the compute service and frontend implement a range and compare compatibility on MAJOR.MINOR. Versions are SemVer; see Status below for the 0.x stability stance.

How it fits

This SDK sits at the root of the plugin dependency graph. Its dependencies are uvicorn, litestar, and the 3lc data plane (3lc[pandas]) — so installing the SDK is all a plugin needs to use tlc and the shared.* helpers built on it. All three are imported lazily; import tlc_plugin_sdk stays cheap. It never depends on the compute service itself or on any plugin. A plugin built against tlc_plugin_sdk alone is therefore portable across service versions and runs in its own isolated environment.

Status

0.3 is the current contract line. Within 0.x the contract still evolves — mostly additively, but a coordinated breaking change may land on a MINOR bump while the fleet re-pins in lockstep (0.3 did: JobContext.result took a positional url, and the PY_CONTRACT/JS_CONTRACT axes collapsed into SDK_CONTRACT_VERSION). Anything reshaping the core still waits for a major bump. In the browser bridge, PLUGIN_API.libs.io is a stable part of the contract; the other bundled libs are best-effort (see the guide).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

3lc_compute_plugin_sdk-0.3.1.tar.gz (223.2 kB view details)

Uploaded Source

Built Distribution

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

3lc_compute_plugin_sdk-0.3.1-py3-none-any.whl (75.0 kB view details)

Uploaded Python 3

File details

Details for the file 3lc_compute_plugin_sdk-0.3.1.tar.gz.

File metadata

File hashes

Hashes for 3lc_compute_plugin_sdk-0.3.1.tar.gz
Algorithm Hash digest
SHA256 b8d3f3e2b141584eea7937891e48f1d93657dc394a1752dec856bccc4bac3924
MD5 6273b5603004cf10c5e8c1fdd4cfa3c2
BLAKE2b-256 6cc07047e1585668f4e995e90376588cf20042f0ca66105c5fd578097e4bec03

See more details on using hashes here.

File details

Details for the file 3lc_compute_plugin_sdk-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for 3lc_compute_plugin_sdk-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3a7de2501913aab2a6153847cc65e01ec03285c993e5788e5c61d4ffa65c2ff1
MD5 be7ed438c7eb61f7175831404c8e8b0d
BLAKE2b-256 3d510823f6f42b32bdae48cb3fbd9dee6f287cfae77ed9b33c5506f9e346473b

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

This release

0.3.1 This release

2 files

0.3.0

2 files

0.2.3

2 files

0.2.2

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page