Metadata-Version: 2.1
Name: proxystore
Version: 0.4.0a1
Summary: Python lazy object proxy interface for distributed stores.
Home-page: https://github.com/gpauloski/ProxyStore
Author: Greg Pauloski
Author-email: jgpauloski@uchicago.edu
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ProxyStore

[![Documentation Status](https://readthedocs.org/projects/proxystore/badge/?version=latest)](https://proxystore.readthedocs.io/en/latest/?badge=latest)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/gpauloski/ProxyStore/main.svg)](https://results.pre-commit.ci/latest/github/gpauloski/ProxyStore/main)
[![Tests](https://github.com/gpauloski/ProxyStore/actions/workflows/tests.yml/badge.svg)](https://github.com/gpauloski/ProxyStore/actions)

Python Lazy Object Proxy Interface for Distributed Stores

## Installation

Install via pip:
```
$ pip install proxystore
```

See the [Contributing Guide](https://proxystore.readthedocs.io/en/latest/contributing.html) for getting started for local development.

## Documentation

Complete documentation for ProxyStore available [here](https://proxystore.readthedocs.io/en/latest).
