Metadata-Version: 1.2
Name: rdata
Version: 0.2.2
Summary: Read R datasets from Python.
Home-page: https://github.com/vnmabus/rdata
Author: Carlos Ramos Carreño
Author-email: vnmabus@gmail.com
License: MIT
Description: This package parses .rda datasets used in R. It does not depend on the R
        language or its libraries, and thus it is released under a MIT license.
        
Keywords: rdata,r,dataset
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6, <4
