mmpm


Namemmpm JSON
Version 4.1.2 PyPI version JSON
download
home_pageNone
SummaryMMPM, the MagicMirror Package Manager CLI simplifies the installation, removal, and general maintenance of MagicMirror packages
upload_time2024-04-07 20:00:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords magicmirror magicmirror package-manager mmpm mmpm magicmirror-package-manager package manager magicmirror_package_manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <p align="center">
  <!-- badges start -->
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2&currency_code=USD&source=ur" target="_blank">
    <img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="PayPal">
  </a>
  <a href="http://choosealicense.com/licenses/mit" target="_blank">
    <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
  </a>
  <a href="https://github.com/Bee-Mar/mmpm/actions" target="_blank">
    <img src="https://github.com/bee-mar/mmpm/actions/workflows/workflow.yml/badge.svg?master" alt="GitHub Actions">
  </a>
  <a href="https://hub.docker.com/r/karsten13/mmpm" target="_blank">
    <img src="https://img.shields.io/docker/pulls/karsten13/mmpm.svg" alt="Docker Pulls">
  </a>
  <img src="https://static.pepy.tech/personalized-badge/mmpm?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads">
  <a href="https://pypi.org/project/mmpm" target="_blank">
    <img src="https://img.shields.io/pypi/v/mmpm.svg" alt="PyPI version">
  </a>
  <!-- badges end -->

  <!-- main title/logo -->
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2&currency_code=USD&source=ur" target="_blank">
    <img src="assets/MagicMirrorPackageManager.svg" alt="MagicMirror Package Manager">
  </a>
</p>

| Author          | Contact                           |
| --------------- | --------------------------------- |
| Brandon Marlowe | bpmarlowe-software@protonmail.com |

`MMPM`, the MagicMirror Package Manager is a self updating command line and graphical interface designed to simplify the installation, removal, and maintenance of MagicMirror packages.

The MagicMirror Package Manager is featured as an alternative installation method on the [MagicMirror Documentation](https://docs.magicmirror.builders/getting-started/installation.html#alternative-installation-methods).


## Quick Installation Guide

MMPM can be installed as a Docker image, or through `pip`.

### [Docker](https://hub.docker.com/r/karsten13/mmpm/)

```sh
docker pull karsten13/mmpm
```

### [pip](https://pypi.org/project/mmpm/)

```sh
python3 -m pip install --upgrade mmpm
```

### Ensure Your PATH is Correct

```sh
echo 'export PATH="$PATH:$HOME/.local/bin"' >> ~/.bashrc && source ~/.bashrc
```

## Features

- Manage packages: install, remove, update, and upgrade.
- Search and view package details.
- Add custom packages (similar to Ubuntu PPAs).
- CLI tab-autocompletion.
- Easy access to MMPM and MagicMirror configuration.
- Manage MagicMirror: install, upgrade, remove.
- Control MagicMirror modules: hide/show ([details](https://github.com/Bee-Mar/mmpm/wiki/Status,-Hide,-Show-MagicMirror-Modules))
- Control MagicMirror state: start, stop, restart (supports npm, pm2, docker-compose).


## Look to the [Wiki](https://github.com/Bee-Mar/mmpm/wiki)

Key Pages:

- [Migrating to MMPM 4.x.x](https://github.com/Bee-Mar/mmpm/wiki/Migrating-to-MMPM%E2%80%904.x.x)
- [Installation & Removal](https://github.com/Bee-Mar/mmpm/wiki/MMPM-Installation-&-Removal)
- [UI Installation & Removal](https://github.com/Bee-Mar/mmpm/wiki/MMPM-UI-Installation-&-Removal)
- [Environment Variables](https://github.com/Bee-Mar/mmpm/wiki/MMPM-Environment-Variables) (**Extremely** important)
- [Hide/Show MagicMirror Modules](https://github.com/Bee-Mar/mmpm/wiki/Status,-Hide,-Show-MagicMirror-Modules)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mmpm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "MagicMirror magicmirror package-manager mmpm MMPM magicmirror-package-manager package manager magicmirror_package_manager",
    "author": null,
    "author_email": "Brandon Marlowe <bpmarlowe-software@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/7e/2cdf37a356d4086935e3989e0514cc782e443687292dfe88948333d9ea7b/mmpm-4.1.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <!-- badges start -->\n  <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2&currency_code=USD&source=ur\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/Donate-PayPal-green.svg\" alt=\"PayPal\">\n  </a>\n  <a href=\"http://choosealicense.com/licenses/mit\" target=\"_blank\">\n    <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\">\n  </a>\n  <a href=\"https://github.com/Bee-Mar/mmpm/actions\" target=\"_blank\">\n    <img src=\"https://github.com/bee-mar/mmpm/actions/workflows/workflow.yml/badge.svg?master\" alt=\"GitHub Actions\">\n  </a>\n  <a href=\"https://hub.docker.com/r/karsten13/mmpm\" target=\"_blank\">\n    <img src=\"https://img.shields.io/docker/pulls/karsten13/mmpm.svg\" alt=\"Docker Pulls\">\n  </a>\n  <img src=\"https://static.pepy.tech/personalized-badge/mmpm?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads\">\n  <a href=\"https://pypi.org/project/mmpm\" target=\"_blank\">\n    <img src=\"https://img.shields.io/pypi/v/mmpm.svg\" alt=\"PyPI version\">\n  </a>\n  <!-- badges end -->\n\n  <!-- main title/logo -->\n  <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2&currency_code=USD&source=ur\" target=\"_blank\">\n    <img src=\"assets/MagicMirrorPackageManager.svg\" alt=\"MagicMirror Package Manager\">\n  </a>\n</p>\n\n| Author          | Contact                           |\n| --------------- | --------------------------------- |\n| Brandon Marlowe | bpmarlowe-software@protonmail.com |\n\n`MMPM`, the MagicMirror Package Manager is a self updating command line and graphical interface designed to simplify the installation, removal, and maintenance of MagicMirror packages.\n\nThe MagicMirror Package Manager is featured as an alternative installation method on the [MagicMirror Documentation](https://docs.magicmirror.builders/getting-started/installation.html#alternative-installation-methods).\n\n\n## Quick Installation Guide\n\nMMPM can be installed as a Docker image, or through `pip`.\n\n### [Docker](https://hub.docker.com/r/karsten13/mmpm/)\n\n```sh\ndocker pull karsten13/mmpm\n```\n\n### [pip](https://pypi.org/project/mmpm/)\n\n```sh\npython3 -m pip install --upgrade mmpm\n```\n\n### Ensure Your PATH is Correct\n\n```sh\necho 'export PATH=\"$PATH:$HOME/.local/bin\"' >> ~/.bashrc && source ~/.bashrc\n```\n\n## Features\n\n- Manage packages: install, remove, update, and upgrade.\n- Search and view package details.\n- Add custom packages (similar to Ubuntu PPAs).\n- CLI tab-autocompletion.\n- Easy access to MMPM and MagicMirror configuration.\n- Manage MagicMirror: install, upgrade, remove.\n- Control MagicMirror modules: hide/show ([details](https://github.com/Bee-Mar/mmpm/wiki/Status,-Hide,-Show-MagicMirror-Modules))\n- Control MagicMirror state: start, stop, restart (supports npm, pm2, docker-compose).\n\n\n## Look to the [Wiki](https://github.com/Bee-Mar/mmpm/wiki)\n\nKey Pages:\n\n- [Migrating to MMPM 4.x.x](https://github.com/Bee-Mar/mmpm/wiki/Migrating-to-MMPM%E2%80%904.x.x)\n- [Installation & Removal](https://github.com/Bee-Mar/mmpm/wiki/MMPM-Installation-&-Removal)\n- [UI Installation & Removal](https://github.com/Bee-Mar/mmpm/wiki/MMPM-UI-Installation-&-Removal)\n- [Environment Variables](https://github.com/Bee-Mar/mmpm/wiki/MMPM-Environment-Variables) (**Extremely** important)\n- [Hide/Show MagicMirror Modules](https://github.com/Bee-Mar/mmpm/wiki/Status,-Hide,-Show-MagicMirror-Modules)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MMPM, the MagicMirror Package Manager CLI simplifies the installation, removal, and general maintenance of MagicMirror packages",
    "version": "4.1.2",
    "project_urls": {
        "Downloads": "https://github.com/Bee-Mar/mmpm/archive/4.0.0.tar.gz",
        "Homepage": "https://github.com/Bee-Mar/mmpm"
    },
    "split_keywords": [
        "magicmirror",
        "magicmirror",
        "package-manager",
        "mmpm",
        "mmpm",
        "magicmirror-package-manager",
        "package",
        "manager",
        "magicmirror_package_manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef4f9429ac8d3a21b588696ff2508e0ec4c77b1851f5c759a46ee7b00a7b74f3",
                "md5": "241ad93ef9be5ad0e2a15984f73f03f1",
                "sha256": "77261606f1c6dc6c4bbfe8afa6309a02a876bc9431020a2a17d1870d2a6fdd39"
            },
            "downloads": -1,
            "filename": "mmpm-4.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "241ad93ef9be5ad0e2a15984f73f03f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21254636,
            "upload_time": "2024-04-07T20:00:22",
            "upload_time_iso_8601": "2024-04-07T20:00:22.867356Z",
            "url": "https://files.pythonhosted.org/packages/ef/4f/9429ac8d3a21b588696ff2508e0ec4c77b1851f5c759a46ee7b00a7b74f3/mmpm-4.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c87e2cdf37a356d4086935e3989e0514cc782e443687292dfe88948333d9ea7b",
                "md5": "833fdfb62e57dfb30b00c430beaa38ca",
                "sha256": "1194c8d47318b96c5be2567279e8cdf93458fb9fa212cfab06627b04f4918989"
            },
            "downloads": -1,
            "filename": "mmpm-4.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "833fdfb62e57dfb30b00c430beaa38ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20186450,
            "upload_time": "2024-04-07T20:00:26",
            "upload_time_iso_8601": "2024-04-07T20:00:26.320274Z",
            "url": "https://files.pythonhosted.org/packages/c8/7e/2cdf37a356d4086935e3989e0514cc782e443687292dfe88948333d9ea7b/mmpm-4.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-07 20:00:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bee-Mar",
    "github_project": "mmpm",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "mmpm"
}
        
Elapsed time: 0.28722s