Metadata-Version: 2.1
Name: rpy2-arrow
Version: 0.0.7
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: R6
Provides-Extra: all
License-File: LICENSE

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 is still work in progress, but there is:

- [HTML doc](https://rpy2.github.io/rpy2-arrow/version/main/html/)
- [demo notebooks](doc/notebooks/).

To install:

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