Unified API to handle several package managers.
Project description
A CLI and a BitBar plugin to simplify software upgrades from several package managers.
Features
Search and list all package managers on the system.
List outdated packages.
Sync local package infos.
Upgrade all outdated packages.
Supported package managers
Package manager |
macOS |
Linux |
Windows |
Version |
---|---|---|---|---|
✅ |
>= 1.0.* |
|||
✅ |
>= 1.0.* |
|||
✅ |
✅ |
|||
✅ |
✅ |
|||
✅ |
||||
✅ |
||||
✅ |
||||
✅ |
>= 1.3.1 |
If you’re bored, feel free to add support for new package manager. See the list of good candidates.
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|apm|brew|gem]
Restrict sub-command to one package manager.
Defaults to all.
-o, --output-format [simple|plain|json|fancy]
Rendering mode of the output. Defaults to
fancy.
--version Show the version and exit.
--help Show this message and exit.
Commands:
managers List supported package managers and their location.
outdated List outdated packages.
sync Sync local package info.
upgrade Upgrade all packages.
List all supported package managers and their status on current system:
$ mpm managers
╒═══════════════════╤══════╤═════════════════════╤═════════╤══════════════╤═══════════╕
│ Package manager │ ID │ CLI path │ Found │ Executable │ Version │
╞═══════════════════╪══════╪═════════════════════╪═════════╪══════════════╪═══════════╡
│ Atom's apm │ apm │ /usr/local/bin/apm │ ✅ │ ✅ │ ✅ │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Homebrew │ brew │ /usr/local/bin/brew │ ✅ │ ✅ │ ✅ 1.1.2 │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Homebrew Cask │ cask │ /usr/local/bin/brew │ ✅ │ ✅ │ ✅ 1.1.2 │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Ruby Gems │ gem │ /usr/bin/gem │ ✅ │ ✅ │ ✅ │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Mac AppStore │ mas │ /usr/local/bin/mas │ ✅ │ ✅ │ ✅ 1.3.1 │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Node's npm │ npm │ /usr/local/bin/npm │ ✅ │ ✅ │ ✅ │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Python 2's Pip │ pip2 │ /usr/local/bin/pip2 │ ✅ │ ✅ │ ✅ │
├───────────────────┼──────┼─────────────────────┼─────────┼──────────────┼───────────┤
│ Python 3's Pip │ pip3 │ /usr/local/bin/pip3 │ ✅ │ ✅ │ ✅ │
╘═══════════════════╧══════╧═════════════════════╧═════════╧══════════════╧═══════════╛
BitBar plugin
A copy of the latest stable version of the Meta Package Manager BitBar plugin is always available on BitBar website and plugin repository.
History
The package_manager.py script started its life in my ‘dotfile’ repository, as a rewrite from Bash to Python of the ‘brew-updates.sh’ script.
I then merged both Homebrew and Cask upgrade in the same single script as both were competing with each other when run concurrently.
I finally proposed the script for inclusion in the official BitBar plugin repository. It lived there for a couple of weeks and saw a huge amount of contributions by the community.
With its complexity increasing, it was decided to move the plugin to its own repository. For details, see the migration script.
Current status
Active development of the script is continuing here, in the exact same conditions as we were before moving the repository, like nothing happened.
Each time we reach a releaseable script, we simply tag it and push a copy to the BitBar plugin repository. Plain and simple.
At the same time we maintain a Python library on the side. The library is going to handle all idiosyncracies of supported package managers under a unified API.
Once the library is good enough, we’ll evaluate rebasing the original plugin on it, and lay out a plan for a painless transition, from the standalone script to a bare BitBar-plugin depending on the library alone.
In the mean time we have to temporarily manage duplicate code. But at least the whole project is kept in one centralized place, trying to tackle the same issues.
Contributors
License
This software is licensed under the GNU General Public License v2 or later (GPLv2+).
Changes for v2.2.0 (2016-12-25)
Rename supported property of managers to fresh.
Allow restriction of package managers to a platform. Closes #7.
Include supported property in mpm managers sub-command.
Add optional submenu rendering for BitBar plugin. Closes #23.
Move Upgrade all menu entry to the bottom of earch section in BitBar plugin.
Allow destructive unittests in Travis CI jobs.
Allow usage of pip2 and pip3 managers on Linux.
Print current platform in debug messages.
Unittest detection of managers on each platform.
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.2.0.tar.gz
.
File metadata
- Download URL: meta-package-manager-2.2.0.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abc7907f86dbeae2bc6e43a1961622fbceda85868e6994957ab13e29fabb9553 |
|
MD5 | a5944f0f00d4807d5023254042232d41 |
|
BLAKE2b-256 | 1034da6643d30a33b83399db372a032a155897202b05f2b683cffcabb7be1109 |
Provenance
File details
Details for the file meta_package_manager-2.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: meta_package_manager-2.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adfa7126e23f7418c1f0f7c58b208d1b85e464b1aeca098fa32ce2763dbc2b32 |
|
MD5 | 4b239c943d3bddacfc196ef3f7945d2b |
|
BLAKE2b-256 | 2a68ac241584bbd6e9033078a061818701d311e567233d9f6760bd9631700492 |
Provenance
File details
Details for the file meta_package_manager-2.2.0-py2.7.egg
.
File metadata
- Download URL: meta_package_manager-2.2.0-py2.7.egg
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ad5bd3d2b7590b66d6d4e483fba480d51877b1e55ff4e9c0ce620d9c9e989c |
|
MD5 | b4c98f9480d65c160e630d8def57eb46 |
|
BLAKE2b-256 | 818f643ca5b1b40b7cc1c9152843c93eb738c4260ee3a1ea4b673f4dde0e3f58 |