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

class sage.features.polymake.JuPyMake#

Bases: sage.features.join_feature.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()#