Metadata-Version: 1.2
Name: ProxyStore
Version: 0.1.1
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: UNKNOWN
Description: # ProxyStore
        
        [![Build](https://github.com/gpauloski/ProxyStore/actions/workflows/build.yml/badge.svg)](https://github.com/gpauloski/ProxyStore/actions)
        [![Coverage](https://codecov.io/gh/gpauloski/ProxyStore/branch/main/graph/badge.svg?token=16KFBPKF0Y)](https://codecov.io/gh/gpauloski/ProxyStore)
        [![Docs](https://readthedocs.org/projects/proxystore/badge/?version=latest)](https://proxystore.readthedocs.io/en/latest/?badge=latest)
        
        
        Python Lazy Object Proxy Interface for Distributed Stores
        
        ## Installation
        
        Install via pip:
        ```
        $ pip install ProxyStore
        ```
        
        Installing with Conda for local development:
        ```
        $ git clone https://github.com/gpauloski/ProxyStore.git
        $ cd ProxyStore
        $ conda env create --file environment.yml
        ```
        
        ## Documentation
        
        Complete documentation for ProxyStore available [here](https://proxystore.readthedocs.io/en/latest).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
