Metadata-Version: 2.0
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
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
Requires-Dist: pandas (>=0.13.1)
Requires-Dist: tables (>=3.1.0)
Requires-Dist: toolz (>=0.7.0)
Requires-Dist: zbox (>=1.2)

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/.


