Metadata-Version: 1.1
Name: orca
Version: 1.1.0
Summary: A pipeline orchestration tool with Pandas support
Home-page: https://github.com/synthicity/orca
Author: Synthicity
Author-email: mdavis@synthicity.com
License: BSD
Description: Orca
        ====
        
        .. image:: https://pypip.in/version/orca/badge.svg
            :target: https://pypi.python.org/pypi/orca/
            :alt: PyPI Latest Version
        
        .. image:: https://pypip.in/py_versions/orca/badge.svg
            :target: https://pypi.python.org/pypi/orca/
            :alt: Supported Python versions
        
        .. image:: https://travis-ci.org/synthicity/orca.svg?branch=master
            :target: https://travis-ci.org/synthicity/orca
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/synthicity/orca/badge.svg?branch=master
          :target: https://coveralls.io/r/synthicity/orca?branch=master
          :alt: Coverage
        
        .. image:: https://pypip.in/wheel/orca/badge.svg
            :target: https://pypi.python.org/pypi/orca/
            :alt: Wheel Status
        
        Orca is a pipeline orchestration tool that allows you to define dynamic data
        sources and explicitly connect them to processing functions.
        Orca has many features for working with `Pandas <http://pandas.pydata.org/>`__
        data structures, but it can be used with anything.
        
        Learn more in the official docs at https://synthicity.github.io/orca/.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
