Metadata-Version: 2.4
Name: pluot_bound
Version: 0.1.22
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: pluot-core==0.1.22
Requires-Dist: numpy>=2
Requires-Dist: zarr>=3
Requires-Dist: obstore
Requires-Dist: pillow==11.3.0
Requires-Dist: maturin>=1.9.3 ; extra == 'dev'
Requires-Dist: pytest>=6.2.4 ; extra == 'dev'
Requires-Dist: pytest-asyncio>=1.1.0 ; extra == 'dev'
Requires-Dist: jupyterlab>=3.0.0 ; extra == 'dev'
Requires-Dist: marimo ; extra == 'dev'
Requires-Dist: pandas ; extra == 'dev'
Requires-Dist: pluot==0.1.22 ; extra == 'dev'
Requires-Dist: pluot-widget==0.1.22 ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
License-File: NOTICE
Summary: Rust bindings for rendering Pluot visualizations. Most users should install pluot[bindings] instead.
Home-Page: https://pluot.dev
Author: Mark Keller
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/keller-mark/pluot

This pluot_bound package depends on pluot_core for any common functionality that pluot_widget also relies on, such as zarr, font, and viewport utilities. This package is the only package among the three (pluot_bound, pluot_core, pluot_widget) which requires the Rust bindings and allows for rendering plots via the Rust bindings.

