Check for GAP features

class sage.features.gap.GapPackage(package, **kwds)

Bases: sage.features.Feature

A feature describing the presence of a GAP package.

EXMAPLES:

sage: from sage.features.gap import GapPackage
sage: GapPackage("grape", spkg="gap_packages")
Feature('GAP package grape')
class sage.features.gap.PrimitiveGroupsLibrary

Bases: sage.features.Feature

A feature describing the presence of the Primitive Groups Library for GAP.

EXMAPLES:

sage: from sage.features.gap import PrimitiveGroupsLibrary
sage: PrimitiveGroupsLibrary()
Feature('Primitive Groups Library')
class sage.features.gap.SmallGroupsLibrary

Bases: sage.features.Feature

A feature describing the presence of the Small Groups Library for GAP.

EXMAPLES:

sage: from sage.features.gap import SmallGroupsLibrary
sage: SmallGroupsLibrary()
Feature('Small Groups Library')