ProxyStore extensions.
Project description
ProxyStore Extensions
Extensions for the ProxyStore package.
This extensions package contains experimental features, features with non-Python dependencies, and plugins for third-party tools.
Installation
The extensions package can be installed alongside ProxyStore.
$ pip install proxystore[extensions]
Alternatively, the package can be installed directly.
$ pip install proxystore-ex
See the Installation guide for more information about features which require extra dependencies. See the Contributing guide to get started with local development.
Documentation
ProxyStore's documentation is available at docs.proxystore.dev and supplemental documentation for the extensions package is available at extensions.proxystore.dev.
Usage
Features in the proxystore_ex
package can be imported from within
proxystore
via the proxystore.ex
module. This is the recommended method for import extension features. E.g.,
from proxystore_ex.connectors.daos import DAOSConnector # Direct
from proxystore.ex.connectors.daos import DAOSConnector # Recommended
Citation
The preferred citations for this code are provided at https://docs.proxystore.dev/latest/publications/.
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
Built Distribution
Hashes for proxystore_ex-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ab70b284612db96429a73be658405f300f2c6485e5ff3653ce18bd4255fd7e7 |
|
MD5 | 14a248dd79b573dec70f99eb3353627f |
|
BLAKE2b-256 | bb75cad0874c42e79a2f60234ea9793e6a6afe42362b43ddd8c012aa4a7cf576 |