Metadata-Version: 2.1
Name: proxystore
Version: 0.4.1a1
Summary: Python lazy object proxy interface for distributed stores.
Author-email: Greg Pauloski <jgpauloski@uchicago.edu>
License: Copyright (c) 2022 Greg Pauloski
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Project-URL: repository, https://github.com/proxystore/proxystore
Project-URL: documentation, https://proxystore.readthedocs.io
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: dev
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).
