Metadata-Version: 2.4
Name: sagelite-gap3-runtime
Version: 10.9.post1
Summary: Optional GAP3 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-gap3-runtime

Optional GAP3 runtime companion package for `sagelite`.

The `sagelite` wheel does not bundle Sage's GAP3 installation. This companion
package packages a Sage-built GAP3 tree and exposes a `gap3` console script, so
doctests and features marked `optional - gap3` can run in installed-wheel
environments.

Build it from a Sage prefix that has `gap3` installed:

```bash
SAGELITE_GAP3_ROOT=/path/to/sage-local/gap3/latest/gap3 \
  python -m build companion-packages/sagelite-gap3-runtime
```

If `SAGELITE_GAP3_ROOT` is not set, the build checks `SAGE_LOCAL/gap3/latest/gap3`.
