Metadata-Version: 2.4
Name: sagelite-lie-runtime
Version: 10.9
Summary: Optional LiE runtime companion package for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: LGPL-2.1-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-lie-runtime

Optional LiE runtime companion package for `sagelite`.

Sage's LiE interface shells out to the `lie` command and reads LiE's `INFO.*`
help files from `LIE_INFO_DIR`. Binary `sagelite` wheels do not include the
traditional `SAGE_LOCAL/bin/lie` and `SAGE_LOCAL/lib/LiE` installation, so
installing this package in the same Python environment provides a relocatable
command and info directory.

Build this package from a Sage prefix that already has LiE installed:

```bash
SAGELITE_LIE_BINDIR=/path/to/sage-local/bin \
SAGELITE_LIE_INFO_DIR=/path/to/sage-local/lib/LiE \
python -m build companion-packages/sagelite-lie-runtime
```

If the variables are not set, the build checks `SAGE_LOCAL/bin`,
`SAGE_LOCAL/lib/LiE`, and common system locations. For production wheels, build
this package from the same Sage prefix used to build the corresponding
`sagelite` wheel.
