Metadata-Version: 2.4
Name: sagelite-giac-runtime
Version: 10.9.post1
Summary: Optional GIAC executable companion package for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: GPL-3.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-giac-runtime

Optional GIAC executable companion package for `sagelite`.

Some Sage symbolic and interface doctests use the standalone `giac` command.
The base `sagelite` wheel does not bundle that executable, but installing this
package in the same Python environment provides a relocatable `giac` command.
The wheel also carries Giac's `aide_cas` database and points the executable to
it so Sage's command completion interface works outside the build prefix.

This package is built by copying `giac` and `share/giac/aide_cas` from an
existing Sage prefix. Set `SAGELITE_GIAC_BINDIR` and
`SAGELITE_GIAC_HELPFILE` if they are not on the default search paths.

```bash
python -m build companion-packages/sagelite-giac-runtime
```
