rpy-bridge 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rpy_bridge-0.3.0/src/rpy_bridge.egg-info → rpy_bridge-0.3.1}/PKG-INFO +2 -2
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/pyproject.toml +2 -2
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1/src/rpy_bridge.egg-info}/PKG-INFO +2 -2
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/LICENSE +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/README.md +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/README.rst +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/setup.cfg +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge/__init__.py +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge/py.typed +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge/rpy2_utils.py +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge.egg-info/SOURCES.txt +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge.egg-info/dependency_links.txt +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge.egg-info/requires.txt +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/src/rpy_bridge.egg-info/top_level.txt +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/tests/test_package_call.py +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/tests/test_py2r.py +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/tests/test_roundtrip.py +0 -0
- {rpy_bridge-0.3.0 → rpy_bridge-0.3.1}/tests/test_wrapper.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rpy-bridge
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.3.1
|
|
4
|
+
Summary: Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution.
|
|
5
5
|
Author-email: Victoria Cheung <victoriakcheung@gmail.com>
|
|
6
6
|
License: MIT License
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "rpy-bridge"
|
|
3
|
-
version = "0.3.
|
|
4
|
-
description = "
|
|
3
|
+
version = "0.3.1"
|
|
4
|
+
description = "Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { file = "LICENSE" }
|
|
7
7
|
authors = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rpy-bridge
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.3.1
|
|
4
|
+
Summary: Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution.
|
|
5
5
|
Author-email: Victoria Cheung <victoriakcheung@gmail.com>
|
|
6
6
|
License: MIT License
|
|
7
7
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|