/usr/lib/python3/dist-packages/rpy2-2.9.2.egg-info/PKG-INFO is in python3-rpy2 2.9.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | Metadata-Version: 1.1
Name: rpy2
Version: 2.9.2
Summary: Python interface to the R language (embedded R)
Home-page: https://rpy2.bitbucket.io
Author: Laurent Gautier
Author-email: lgautier@gmail.com
License: GPLv2+
Description-Content-Type: UNKNOWN
Description:
Python interface to the R language.
`rpy2` is running an embedded R, providing access to it from Python using R's own C-API through
either:
- a high-level interface making R functions an objects just like Python functions and providing
a seamless conversion to numpy and pandas data strucutures
- a low-level interface closer to the C-API
It is also providing features for when working with jupyter notebooks or ipython.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 5 - Production/Stable
Requires: six
Requires: jinja2
|