Metadata-Version: 2.4
Name: sagelite-imagemagick-runtime
Version: 10.9.post1
Summary: Optional ImageMagick runtime companion package for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://www.sagemath.org
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# sagelite-imagemagick-runtime

Optional ImageMagick runtime companion package for `sagelite`.

This package supplies relocatable `magick` and `convert` commands for installed
wheel environments that do not have ImageMagick on `PATH`.  It is intended for
Sage features and doctests that render or convert images through ImageMagick.

Build from a Sage or system installation with:

```sh
SAGELITE_IMAGEMAGICK_BINDIR=/path/to/bin python -m build --wheel
```
