CLI providing unifying interface to all package managers.
Project description
CLI providing unifying interface to all package managers.
Features
Search and list all package managers on the system.
Supports macOS and Linux.
List installed packages.
Search for packages.
List outdated packages.
Sync local package infos.
Upgrade all outdated packages.
Apply commands per-package manager or to all of them.
Export results in JSON or user-friendly tables.
Provides a BitBar plugin for friendly macOS integration.
Supported package managers
Package manager |
Version |
macOS |
Linux |
Windows |
sync |
installed |
search |
install |
outdated |
upgrade |
---|---|---|---|---|---|---|---|---|---|---|
>= 1.0.* |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
||||
>= 1.1.12 |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
||||
>= 9.0.0 |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
||||
>= 9.0.0 |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
||||
>= 4.0.* |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
||||
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
|||||
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
|||||
>= 1.3.1 |
✓ |
✓ |
✓ |
✓ |
✓ |
|||||
>= 1.0.0 |
✓ |
✓ |
✓ |
✓ |
✓ |
✓ |
If you’re bored, feel free to add support for new package manager. See good candidates at:
Installation
This package is available on PyPi, so you can install the latest stable release and its dependencies with a simple pip call:
$ pip install meta-package-manager
Documentation
Docs are hosted on Read the Docs.
Usage
Examples of the package’s mpm CLI.
List global options and commands:
$ mpm
Usage: mpm [OPTIONS] COMMAND [ARGS]...
CLI for multi-package manager upgrades.
Options:
-v, --verbosity LEVEL Either CRITICAL, ERROR, WARNING, INFO or
DEBUG. Defaults to INFO.
-m, --manager [npm|mas|pip3|pip2|cask|apt|apm|brew|gem]
Restrict sub-command to a subset of package
managers. Repeat to select multiple
managers. Defaults to all.
-o, --output-format [simple|plain|json|fancy]
Rendering mode of the output. Defaults to
fancy.
--stats / --no-stats Print statistics or not at the end of
output. Active by default.
--stop-on-error / --continue-on-error
Stop right away or continue operations on
manager CLI error. Defaults to stop.
--version Show the version and exit.
--help Show this message and exit.
Commands:
installed List installed packages.
managers List supported package managers and their location.
outdated List outdated packages.
search Search packages.
sync Sync local package info.
upgrade Upgrade all packages.
List all supported package managers and their status on current system (macOS):
$ mpm managers
╒═══════════════════╤══════╤═══════════════╤════════════════════════╤══════════════╤═════════════╕
│ Package manager │ ID │ Supported │ CLI │ Executable │ Version │
╞═══════════════════╪══════╪═══════════════╪════════════════════════╪══════════════╪═════════════╡
│ Atom's apm │ apm │ ✓ │ ✓ /usr/local/bin/apm │ ✓ │ ✓ 1.18.1 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ APT │ apt │ ✘ Linux only │ ✓ /usr/bin/apt │ ✓ │ ✘ │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Homebrew │ brew │ ✓ │ ✓ /usr/local/bin/brew │ ✓ │ ✓ 1.2.5 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Homebrew Cask │ cask │ ✓ │ ✓ /usr/local/bin/brew │ ✓ │ ✓ 1.2.5 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Ruby Gems │ gem │ ✓ │ ✓ /usr/bin/gem │ ✓ │ ✓ 2.0.14.1 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Mac AppStore │ mas │ ✓ │ ✓ /usr/local/bin/mas │ ✓ │ ✓ 1.3.1 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Node's npm │ npm │ ✓ │ ✓ /usr/local/bin/npm │ ✓ │ ✓ 5.3.0 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Python 2's Pip │ pip2 │ ✓ │ ✓ /usr/local/bin/pip2 │ ✓ │ ✓ 9.0.1 │
├───────────────────┼──────┼───────────────┼────────────────────────┼──────────────┼─────────────┤
│ Python 3's Pip │ pip3 │ ✓ │ ✓ /usr/local/bin/pip3 │ ✓ │ ✓ 9.0.1 │
╘═══════════════════╧══════╧═══════════════╧════════════════════════╧══════════════╧═════════════╛
Changes for v2.6.1 (2017-11-05)
Fix Travis unittests.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file meta-package-manager-2.6.1.tar.gz
.
File metadata
- Download URL: meta-package-manager-2.6.1.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 710374192300888841f7be62396b99f517194a590c4b5ff2c23b7d2a86b7be3e |
|
MD5 | 72b3b186906775a85f7be8e780f5123f |
|
BLAKE2b-256 | 1cc01d59d445574e2bb69c0d56dcd458ef01881b05f841604a62f70004eb7918 |
Provenance
File details
Details for the file meta_package_manager-2.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: meta_package_manager-2.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 50.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 942315950f11a4d045520666837fd4b1a6874b2b8a4abe4512146a22a8946d3b |
|
MD5 | 538c487a12ed7d44d1926bed425e454e |
|
BLAKE2b-256 | 46b1259ddedf9c63e3fffc957a93387b3b4f2408d6337b208c959c58d670670f |
Provenance
File details
Details for the file meta_package_manager-2.6.1-py2.7.egg
.
File metadata
- Download URL: meta_package_manager-2.6.1-py2.7.egg
- Upload date:
- Size: 46.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d6ab690a6e1c553bea967a1418285fcaa02b12fd564615d127c6767d439968e |
|
MD5 | 951d3c9138658b19cbd59999d7909ddd |
|
BLAKE2b-256 | a2c42e9f7319c5ec4e771096c11b7c592b239a2f2549df1f5e6f681de047ab54 |