Metadata-Version: 2.4
Name: rpy2-robjects
Version: 3.6.1
Summary: Python interface to the R language (embedded R)
Author-email: Laurent Gautier <lgautier@gmail.com>
License: GPLv2+
Project-URL: Homepage, https://rpy2.github.io
Project-URL: Documentation, https://rpy2.github.io/doc.html
Project-URL: Source, https://github.com/rpy2/rpy2
Project-URL: Tracker, https://github.com/rpy2/rpy2/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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rpy2-rinterface>=3.6.0
Requires-Dist: jinja2
Requires-Dist: tzlocal
Requires-Dist: packaging; platform_system == "Windows"
Requires-Dist: backports.zoneinfo; python_version < "3.9"
Provides-Extra: doc
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupytext; extra == "doc"
Requires-Dist: multipledispatch; extra == "doc"
Requires-Dist: nbconvert; extra == "doc"
Requires-Dist: numpy; extra == "doc"
Requires-Dist: pandas; extra == "doc"
Requires-Dist: pygraphviz; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Provides-Extra: test-minimal
Requires-Dist: pytest>=8; extra == "test-minimal"
Requires-Dist: coverage; extra == "test-minimal"
Requires-Dist: pytest-cov; extra == "test-minimal"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ipython; extra == "test"
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "test"
Requires-Dist: numpy<1.26; python_version < "3.9" and extra == "test"
Requires-Dist: pandas>=1.3.5; python_version >= "3.10" and extra == "test"
Requires-Dist: pandas; python_version < "3.10" and extra == "test"
Provides-Extra: numpy
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "numpy"
Requires-Dist: numpy<1.26; python_version < "3.9" and extra == "numpy"
Provides-Extra: pandas
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "pandas"
Requires-Dist: numpy<1.26; python_version < "3.9" and extra == "pandas"
Requires-Dist: pandas>=1.3.5; python_version >= "3.10" and extra == "pandas"
Requires-Dist: pandas; python_version < "3.10" and extra == "pandas"
Provides-Extra: types
Requires-Dist: mypy; extra == "types"
Requires-Dist: packaging; extra == "types"
Requires-Dist: pandas-stubs; extra == "types"
Requires-Dist: types-Pygments; extra == "types"
Requires-Dist: types-tzlocal; extra == "types"
Provides-Extra: all
Requires-Dist: pytest; extra == "all"
Requires-Dist: ipython; extra == "all"
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "all"
Requires-Dist: numpy<1.26; python_version < "3.9" and extra == "all"
Requires-Dist: pandas>=1.3.5; python_version >= "3.10" and extra == "all"
Requires-Dist: pandas; python_version < "3.10" and extra == "all"
