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.,
But we recommend replacingproxystore_ex
with proxystore.ex
. E.g.,
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.