Metadata-Version: 2.4
Name: sagelite-kenzo-runtime
Version: 10.9
Summary: Optional Kenzo ECL image 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-kenzo-runtime

Optional Kenzo ECL image companion package for `sagelite`.

Sage's Kenzo interface loads a compiled ECL image, `kenzo.fas`. Binary
`sagelite` wheels do not include Sage's build-prefix `lib/ecl/kenzo.fas`, so
installing this package in the same Python environment provides a relocatable
image path.

Build this package by copying the generated Kenzo image from an existing Sage
prefix:

```bash
SAGELITE_KENZO_FAS=/path/to/sage-local/lib/ecl/kenzo.fas \
python -m build companion-packages/sagelite-kenzo-runtime
```

If `SAGELITE_KENZO_FAS` is not set, the build checks `KENZO_FAS`,
`SAGE_LOCAL/lib/ecl/kenzo.fas`, and common system ECL locations.

For production wheels, build this package from the same Sage prefix used to
build the corresponding `sagelite` wheel.
