Metadata-Version: 2.1
Name: rpy2-arrow
Version: 0.1.1
Summary: Bridge Arrow between Python and R when using rpy2
Author-email: Laurent Gautier <lgautier@gmail.com>
License: MIT
Project-URL: Homepage, https://rpy2.github.io/rpy2-arrow/
Project-URL: Documentation, https://rpy2.github.io/rpy2-arrow/version/main/html/index.html
Project-URL: Source, https://github.com/rpy2/rpy2-arrow/
Project-URL: Tracker, https://github.com/rpy2/rpy2-arrow/issue
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyarrow
Requires-Dist: rpy2>=3.5.15
Provides-Extra: polars
Requires-Dist: polars; extra == "polars"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pandas; extra == "test"
Provides-Extra: r6
Requires-Dist: rpy2-R6; extra == "r6"
Provides-Extra: all
Requires-Dist: pytest; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: rpy2-R6; extra == "all"
Requires-Dist: polars; extra == "all"

Share Apache Arrow objects between Python and R using rpy2.

[![pypi](https://img.shields.io/pypi/v/rpy2-arrow.svg?style=flat-square)](https://pypi.python.org/pypi/rpy2-arrow)
![Python package](https://github.com/rpy2/rpy2-arrow/workflows/Python%20package/badge.svg)

This package supports sharing Apache Arrow data structures across Python and R by using
[rpy2](https://rpy2.github.io),
R's [arrow](https://arrow.apache.org/docs/r/index.html),
and Python's [pyarrow](https://arrow.apache.org/docs/python/index.html).

This is still work in progress. The [HTML doc](https://rpy2.github.io/rpy2-arrow/version/main/html/) should be up-to-date.

To install:

```bash
pip install rpy2-arrow
```
