Feature for testing the presence of jupymake, the Python interface to polymake#

class sage.features.polymake.JuPyMake(*args, **kwds)#

Bases: JoinFeature

A Feature describing the presence of the JuPyMake module, a Python interface to the polymake library.

EXAMPLES:

sage: from sage.features.polymake import JuPyMake
sage: JuPyMake().is_present()  # optional - jupymake
FeatureTestResult('jupymake', True)
sage.features.polymake.all_features()#