Metadata-Version: 2.4
Name: sagelite-pari-runtime
Version: 10.9
Summary: Optional PARI/GP executable 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-pari-runtime

Optional PARI/GP executable companion package for `sagelite`.

This package is built from a Sage or system PARI/GP installation and bundles
the `gp`, `gphelp`, and `tex2mail` commands with the runtime libraries and
help data needed to execute them from an installed `sagelite` wheel.

Build from a Sage prefix by pointing `SAGELITE_PARI_BINDIR` at the directory
containing `gp`:

```bash
SAGELITE_PARI_BINDIR=/path/to/sage-local/bin \
python -m build --wheel companion-packages/sagelite-pari-runtime
```

If `SAGELITE_PARI_BINDIR` is not set, the build checks `SAGE_LOCAL/bin` and
common system locations.
