Skip to main content

DEPRECATED — merged into the `workbench` package. Migrate to workbench.endpoints.*

Project description

Workbench Bridges — DEPRECATED

⚠️ This package is deprecated and no longer maintained.

All functionality has been merged into the main Workbench package. New code should depend on workbench directly. Existing deployments will continue to work — this PyPI release is frozen, not removed.

Migration

workbench_bridges import workbench replacement
from workbench_bridges.endpoints.fast_inference import fast_inference from workbench.endpoints.fast_inference import fast_inference
from workbench_bridges.endpoints.async_inference import async_inference from workbench.endpoints.async_inference import async_inference
from workbench_bridges.api import ParameterStore from workbench.endpoints.parameter_store import ParameterStore
from workbench_bridges.api import DFStore from workbench.endpoints.df_store import DFStore
from workbench_bridges.api import InferenceStore from workbench.api import InferenceStore
from workbench_bridges.api import PublicData from workbench.api import PublicData
from workbench_bridges.utils.execution_environment import running_as_service from workbench.utils.execution_environment import running_as_service
from workbench_bridges.aws.sagemaker_session import get_boto3_session from workbench.core.cloud_platform.aws.boto_session import get_boto3_session

Lambda / model-script code that previously installed workbench-bridges for its lightweight AWS surface should now pip install workbench — the core install is endpoint-safe (boto3 / pandas / sklearn / scipy / rdkit) with heavy orchestration deps moved to optional extras (workbench[aws], workbench[modeling], workbench[ui]).

The workbench.endpoints.* namespace is the contract for code running inside SageMaker endpoint containers — see Workbench's scripts/endpoint_import_smoke.py for the enforced surface.

Historical context

This package originally existed to give end-user applications a small, fast-installing way to invoke deployed Workbench endpoints and read/write AWS Parameter Store, DataFrame Store, etc., without pulling in Workbench's full orchestration dependencies. The Workbench package now provides that same lightweight surface via workbench.endpoints.* and its restructured optional-extras layout, so a separate bridges package is no longer needed.

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

workbench_bridges-0.2.11.tar.gz (48.9 kB view details)

Uploaded Source

Built Distribution

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

workbench_bridges-0.2.11-py3-none-any.whl (39.8 kB view details)

Uploaded Python 3

File details

Details for the file workbench_bridges-0.2.11.tar.gz.

File metadata

  • Download URL: workbench_bridges-0.2.11.tar.gz
  • Upload date:
  • Size: 48.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for workbench_bridges-0.2.11.tar.gz
Algorithm Hash digest
SHA256 51c2e107e4e8031233453b42b36cf3ef6f0b829e14c8ce1572d860241669991f
MD5 934269d4921ec4da24e3ac0fa75b7564
BLAKE2b-256 8bda2806ad2ecdba5bc3a7cff872b0d9626fae54ca4316e730f484090d75cbe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for workbench_bridges-0.2.11.tar.gz:

Publisher: publish.yml on SuperCowPowers/workbench-bridges

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

File details

Details for the file workbench_bridges-0.2.11-py3-none-any.whl.

File metadata

File hashes

Hashes for workbench_bridges-0.2.11-py3-none-any.whl
Algorithm Hash digest
SHA256 1d54d87a00dbd616900f017552a9aa2ae36b275fc386e9a966bfe79480f042ef
MD5 c6670734f558eaac2a3b32e3e58cba41
BLAKE2b-256 e6ee5c2ee2338923cfd8a14bd017ba2a30abec19833117973fdbbd835b237b80

See more details on using hashes here.

Provenance

The following attestation bundles were made for workbench_bridges-0.2.11-py3-none-any.whl:

Publisher: publish.yml on SuperCowPowers/workbench-bridges

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