Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Pyplines Python Library

The Pyplines Python library provides the Action author SDK and invocation shim. The separate pyplines-builder application builds images and Distributions.

from pyplines import Context, Input, Output


class GreetingInput(Input):
    name: str


class GreetingOutput(Output):
    message: str


def handler(i: GreetingInput, ctx: Context) -> GreetingOutput:
    ctx.log.info("Building greeting", name=i.name)
    return GreetingOutput(message=f"Hello, {i.name}!")

Action projects use a standard Python build backend such as setuptools and declare exactly one handler entry point in [project.entry-points."pyplines.action"]. pyplines-builder installs the package and this SDK inside the target image, validates the handler, and embeds its input/output schemas. The former Action Package build backend has been retired to legacy/action-builder/sdk-package. See examples/v1alpha1/distributions/hello-world for the current authoring shape.

The public author API is:

from pyplines import ArtifactRef, Context, Error, Input, Output

Download files

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

Source Distribution

pyplines-2026.9.14a1.tar.gz (26.0 kB view details)

Uploaded Source

Built Distribution

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

pyplines-2026.9.14a1-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

Details for the file pyplines-2026.9.14a1.tar.gz.

File metadata

  • Download URL: pyplines-2026.9.14a1.tar.gz
  • Upload date:
  • Size: 26.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyplines-2026.9.14a1.tar.gz
Algorithm Hash digest
SHA256 631ba52fa7899f6aef311243e3c50f143c68c1ca877b4eec2ad2bde74888bf69
MD5 d1bbd3337b624b4e6e96bafe597c1a5a
BLAKE2b-256 8470c86fdad7804bfd2cf658ea980d793927b64693112cfeb2d99b0e57c03498

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyplines-2026.9.14a1.tar.gz:

Publisher: publish-release.yml on pyplines/pyplines

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyplines-2026.9.14a1-py3-none-any.whl.

File metadata

  • Download URL: pyplines-2026.9.14a1-py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyplines-2026.9.14a1-py3-none-any.whl
Algorithm Hash digest
SHA256 be6c9897f436d5d8b278860ddab5bb1a7f2a4dd66e79f941266adf9e862fb4e8
MD5 7da518c1a4cb863b18423f94d6736d0d
BLAKE2b-256 0790ade94289383ec0433d43b3d8d94bd0e8946cda0c373dd7a1a8b6efa87eed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyplines-2026.9.14a1-py3-none-any.whl:

Publisher: publish-release.yml on pyplines/pyplines

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

2026.9.14a1 This release

2 files

0.0.0

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