meta_package_manager.platform
¶
Helpers and utilities to identify and handle platform idiosyncracies.
-
meta_package_manager.platform.
MACOS
= u'macos'¶ Constant used to identify OSes of the macOS family.
-
meta_package_manager.platform.
LINUX
= u'linux'¶ Constant used to identify OSes of the Linux family.
-
meta_package_manager.platform.
WINDOWS
= u'windows'¶ Constant used to identify OSes of the Windows family.
-
meta_package_manager.platform.
is_linux
()[source]¶ Return True only if current platform is of the Linux family.
-
meta_package_manager.platform.
is_macos
()[source]¶ Return True only if current platform is of the macOS family.
-
meta_package_manager.platform.
is_windows
()[source]¶ Return True only if current platform is of the Windows family.