Metadata-Version: 2.1
Name: pyarrow
Version: 0.9.0.post1
Summary: Python library for Apache Arrow
Home-page: https://arrow.apache.org/
Maintainer: Apache Arrow Developers
Maintainer-email: dev@arrow.apache.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.10)
Requires-Dist: six (>=1.0.0)

Apache Arrow is a columnar in-memory analytics layer
designed to accelerate big data. It houses a set of canonical in-memory
representations of flat and hierarchical data along with multiple
language-bindings for structure manipulation. It also provides IPC
and common algorithm implementations.

