meta_package_manager.managers.mas
¶
-
class
meta_package_manager.managers.mas.
MAS
[source]¶ Bases:
meta_package_manager.base.PackageManager
-
platforms
= frozenset({'macos'})¶
-
requirement
= '>= 1.3.1'¶
-
name
= 'Mac AppStore'¶
-
installed
¶ Fetch installed packages from
mas list
output.Raw CLI output samples:
$ mas list 408981434 iMovie (10.1.4) 747648890 Telegram (2.30)
-
search
(query)[source]¶ Fetch matching packages from
mas search
output.Raw CLI output samples:
$ mas search python 689176796 Python Runner 630736088 Learning Python 945397020 Run Python 891162632 Python Lint 1025391371 Tutorial for Python 1164498373 PythonGames
-
outdated
¶ Fetch outdated packages from
mas outdated
output.Raw CLI output samples:
$ mas outdated
-