https://github.com/proxystore/extensions
ProxyStore extensions package
https://github.com/proxystore/extensions
Last synced: 4 months ago
JSON representation
ProxyStore extensions package
- Host: GitHub
- URL: https://github.com/proxystore/extensions
- Owner: proxystore
- License: mit
- Created: 2023-02-23T17:02:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T20:54:25.000Z (4 months ago)
- Last Synced: 2026-02-17T02:58:44.526Z (4 months ago)
- Language: Python
- Homepage: https://extensions.proxystore.dev/
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/index.md
- License: LICENSE
Awesome Lists containing this project
README
# ProxyStore Extensions



[](https://github.com/proxystore/extensions/actions)
[](https://github.com/proxystore/extensions/actions)
[](https://results.pre-commit.ci/latest/github/proxystore/extensions/main)
Extensions for the [ProxyStore](https://github.com/proxystore/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](https://github.com/proxystore/proxystore/).
```bash
$ pip install proxystore[extensions]
```
Alternatively, the package can be installed directly.
```bash
$ pip install proxystore-ex
```
See the [Installation](https://extensions.proxystore.dev/main/installation)
guide for more information about features which require extra dependencies.
See the [Contributing](https://extensions.proxystore.dev/main/contributing)
guide to get started with local development.
## Documentation
ProxyStore's documentation is available at [docs.proxystore.dev](https://docs.proxystore.dev) and supplemental documentation for the extensions package is available at [extensions.proxystore.dev](https://extensions.proxystore.dev).
## Usage
Features in the `proxystore_ex` package can be imported from within
`proxystore` via the [`proxystore.ex`](https://docs.proxystore.dev/latest/api/ex/)
module. This is the recommended method for import extension features. E.g.,
```python
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/.