Metadata-Version: 2.1
Name: pyreadr
Version: 0.5.2
Summary: Reads/writes R RData and Rds files into/from pandas data frames.
Home-page: https://github.com/ofajardo/pyreadr
Download-URL: https://pypi.org/project/pyreadr/#files
Author: Otto Fajardo
Author-email: pleasecontactviagithub@notvalid.com
License: AGPLv3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_jamovi_readstat
License-File: LICENSE_librdata
Requires-Dist: pandas>=1.2.0

 A Python package to read and write R RData and Rds files
into/from pandas data frames. It does not need to have R or other external
dependencies installed.
It is based on the C library librdata and
a modified version of the cython wrapper jamovi-readstat.<br>
Please visit out project home page for more information:<br>
https://github.com/ofajardo/pyreadr
