Metadata-Version: 2.4
Name: sagelite-frobby-runtime
Version: 10.9
Summary: Optional Frobby 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-frobby-runtime

Optional Frobby executable companion package for `sagelite`.

Sage's monomial-ideal interface shells out to the standalone `frobby`
program. The `sagelite` wheels include Sage's Python and extension runtime but
do not bundle this optional executable in the base wheel. Installing this
package in the same Python environment provides a relocatable `frobby` command.

This package is built by copying `frobby` from an existing Sage installation or
system package into wheel package data.

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