Metadata-Version: 2.4
Name: sagelite-pari-data
Version: 10.9
Summary: PARI data 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-data

Companion data wheel for `sagelite` that provides PARI data directories such
as `galdata`, `elldata`, `seadata`, `galpol`, and `nftables`, together with
Sage's redistributable PARI helper scripts.

Set `SAGELITE_PARI_DATA_DIR` to a PARI data root containing `galdata`,
`elldata`, `seadata`, and `galpol`. If that root does not already contain
`nftables`, set `SAGELITE_PARI_NFTABLES_TARBALL` to Sage's `pari_nftables`
tarball so the wheel can include the complete advertised payload.

When this package is installed in the same environment as `sagelite`,
`sage.libs.pari` points PARI's `datadir` default at the bundled data directory.
No manual PARI configuration is required.

To test installation directly from GitHub, use:

```bash
pip install "git+https://github.com/sagemathinc/sagelite.git@develop#subdirectory=companion-packages/sagelite-pari-data"
```
