A Python library for enumerating low index subgroups of finitely presented groups. Version 1.2.1 supports Python >=3.8. Stable release with infrequent updates.
pip install low-indexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a finitely presented group and enumerate its low index subgroups.
Use `from low_index import FinitelyPresentedGroup` rather than importing from Sage.
Replace calls to `low_index_subgroups(...)` with `LowIndexSubgroups(...).enumerate()`.
Start with small max_index (e.g., 4) and increase gradually.