Metadata-Version: 2.4
Name: sagelite-latte-runtime
Version: 10.9
Summary: Optional LattE integrale 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-latte-runtime

Optional LattE integrale executable companion package for `sagelite`.

This package is intended for wheel builds of Sage where the core `sagelite`
wheel should not bundle every optional standalone executable.  It copies the
`count` and `integrate` programs, plus selected shared-library dependencies,
into package data and exposes them through standard console scripts.

Sage discovers the installed package lazily at runtime, so installing this
package enables features guarded by the `latte_int` optional tag without making
LattE a hard dependency of the base `sagelite` wheel.
