Metadata-Version: 2.4
Name: ray-graph
Version: 0.2.1
Summary: Help to build ray actor graph
Project-URL: homepage, https://github.com/zen-xu/ray-graph
Project-URL: repository, https://github.com/zen-xu/ray-graph.git
Project-URL: issues, https://github.com/zen-xu/ray-graph/issues
Author-email: "ZhengYu, Xu" <zen-xu@outlook.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.10
Requires-Dist: ray[default]>=2.20
Requires-Dist: rustworkx>=0.15
Requires-Dist: sunray>=0.10
Requires-Dist: typing-extensions
Provides-Extra: all
Requires-Dist: opentelemetry-api; extra == 'all'
Requires-Dist: opentelemetry-exporter-otlp; extra == 'all'
Requires-Dist: opentelemetry-sdk; extra == 'all'
Requires-Dist: pillow; extra == 'all'
Requires-Dist: pydot; extra == 'all'
Requires-Dist: rich; extra == 'all'
Provides-Extra: graphviz
Requires-Dist: pillow; extra == 'graphviz'
Requires-Dist: pydot; extra == 'graphviz'
Provides-Extra: rich
Requires-Dist: rich; extra == 'rich'
Provides-Extra: tracing
Requires-Dist: opentelemetry-api; extra == 'tracing'
Requires-Dist: opentelemetry-exporter-otlp; extra == 'tracing'
Requires-Dist: opentelemetry-sdk; extra == 'tracing'
Description-Content-Type: text/markdown

# ray-graph
