Metadata-Version: 1.0
Name: myria-python
Version: 1.3.2
Summary: Python interface for Myria.
Home-page: https://github.com/uwescience/myria
Author: Brandon Haynes, Daniel Halperin
Author-email: bhaynes@cs.washington.edu
License: UNKNOWN
Description: Myria Python
        ============
        
        [![Build Status](https://travis-ci.org/uwescience/myria-python.svg?branch=master)](https://travis-ci.org/uwescience/myria-python)
        [![Coverage Status](https://img.shields.io/coveralls/uwescience/myria-python.svg)](https://coveralls.io/r/uwescience/myria-python?branch=master)
        [![Latest Version](https://badge.fury.io/py/myria-python.svg)](https://pypi.python.org/pypi/myria-python/)
        <!-- These sites are (permenantly?) down. Restore them when they come back up. https://pypip.in/version/myria-python/badge.svg 
        [![Downloads](https://pypip.in/download/myria-python/badge.svg)](https://pypi.python.org/pypi/myria-python/)
        [![Supported Python versions](https://pypip.in/py_versions/myria-python/badge.svg)](https://pypi.python.org/pypi/myria-python/)
        [![Development Status](https://pypip.in/status/myria-python/badge.svg)](https://pypi.python.org/pypi/myria-python/)
        [![License](https://pypip.in/license/myria-python/badge.svg)](https://pypi.python.org/pypi/myria-python/)
        -->
        
        Myria-Python is a Python interface to the Myria project, a distributed, shared-nothing big data management system and Cloud service from the University of Washington.
        
        The Python components include intuitive, high-level interfaces for working with Myria, along with lower-level operations for interacting directly with the Myria API.
        
        ## Installation
        
        Users can install this using `pip install myria-python`. Developers should clone the repository and run `python setup.py develop`.
        
        ## Usage
        
        See our [detailed documentation](docs/index.md) for additional information on using this module.
        
Platform: UNKNOWN
