Skip to content

proxystore.ex

Extension modules.

This module re-exports packages and modules from the proxystore-ex package, and is the recommended method by which to import features from the extensions package.

Example

Extension features can be imported directly. E.g.,

from proxystore_ex.connectors.daos import DAOSConnector
But we recommend replacing proxystore_ex with proxystore.ex. E.g.,
from proxystore.ex.connectors.daos import DAOSConnector

The API reference for the extensions package can be found at extensions.proxystore.dev/latest/api.

Warning

A import error will be raised if proxystore-ex is not installed. See the Installation page for installation instructions.