Metadata-Version: 2.1
Name: proxystore
Version: 0.4.0a2
Summary: Python lazy object proxy interface for distributed stores.
Home-page: https://github.com/proxystore/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
Provides-Extra: endpoints
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/proxystore/proxystore/main.svg)](https://results.pre-commit.ci/latest/github/proxystore/proxystore/main)
[![Tests](https://github.com/proxystore/proxystore/actions/workflows/tests.yml/badge.svg)](https://github.com/proxystore/proxystore/actions)

Python Lazy Object Proxy Interface for Distributed Stores

## Installation

Install via pip:
```bash
# Base install
pip install proxystore
# Extras install for serving Endpoints
pip install proxystore[endpoints]
```

More details are available on the [Get Started](https://proxystore.readthedocs.io/en/latest/getstarted.html) guide.
For local development, see the [Contributing](https://proxystore.readthedocs.io/en/latest/contributing.html) guide.

## Documentation

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