pysap.configure#

This module checks that all the dependencies are installed properly.

_check_python_versions()[source]#

Check that all the Python dependencies are satisfied.

A dependency is expected to be formatted as follows: <mod_name>>=<mod_min_version>

Returns

the minimum required version and the installed version for each module. ‘?’ means no package found.

Return type

dict

info()[source]#

Dispaly some usefull information about the package.

Returns

info – package information.

Return type

str