Metadata-Version: 2.1
Name: ray-proxy
Version: 0.1.5
Summary: A library which enables the creation of proxy variables for remote python interpreter in ray cluster.
License: MIT
Author: proboscis
Author-email: nameissoap@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bidict
Requires-Dist: loguru
Requires-Dist: ray (>=2.0.0,<3.0.0)
Requires-Dist: returns
