Metadata-Version: 2.4
Name: sagelite-cunningham-tables
Version: 10.9
Summary: Cunningham tables 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-cunningham-tables

Optional Cunningham tables companion package for `sagelite`.

This package contains the `cunningham_tables` payload from SageMath 10.9,
installed as a Python wheel. Installing it makes Sage's
`cunningham_tables` optional doctests and `cunningham_prime_factors()`
available without making the data a hard dependency of `sagelite`.

To build manually from a Sage source checkout:

```sh
python -m build companion-packages/sagelite-cunningham-tables
```

Set `SAGELITE_CUNNINGHAM_MAIN_GZ` to override the source `main.gz` file.
