{ "info": { "author": "dev::baltasarq", "author_email": "baltasarq@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: System :: Installation/Setup" ], "description": "# mspac\n\nAn apt-like wrapper for pacman.\n\n## Getting Started\n\nIn order to run this software, you need **Python**, it does not matter what version (provided it is updated enough), **mspac** will only run in **Python 3**.\n\n## Installation\n\nYou can (and you are encouraged to) use pip in order to retrieve the package from PyPI:\n`sudo pip install mspac`\nThen run it without arguments (`mspac`), to check the available options.\n\nAlternately, just clone this repository and execute `mspac/mspac_tool.py` with the supported arguments.\n\n## Usage\n\n`mspac [-h] [operation [packages ...]]`\n\n## Examples\n\nAdd '-f' or '--force' to force operations in case of errors.\n\n### Installing a package\n\nThe following command will install package1 and package2:\n\n`mspac install package1 package2`\n\n### Removing a package\n\nRemove package1 and package2:\n\n`mspac remove package1 package2`\n\n### Updating the repositories\n\nYou can easily update the databases and upgrade all packages:\n\n`mspac update`\n\n### Upgrading packages\n\nUpdates the databases, and upgrades all packages that are not up-to-date:\n\n`mspac upgrade`\n\n### Syncing packages\n\nUpdates the repositories and then updates all packages that are not up-to-date:\n\n`mspac sync`\n\n*Note: update, upgrade and sync are commands that obtain the same result.*\n\n### Remove unused / orphan packages\n\nRemove packages that are no longer needed in the system:\n\n`mspac autoremove`\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/baltasarq/mspac/", "keywords": "pacman aur", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mspac", "package_url": "https://pypi.org/project/mspac/", "platform": "arch linux", "project_url": "https://pypi.org/project/mspac/", "project_urls": { "Homepage": "https://github.com/baltasarq/mspac/" }, "release_url": "https://pypi.org/project/mspac/0.3.5/", "requires_dist": null, "requires_python": "", "summary": "An apt-like pacman wrapper.", "version": "0.3.5" }, "last_serial": 3050188, "releases": { "0.3.5": [ { "comment_text": "", "digests": { "md5": "05bb43b3b3244721a5a9c23019dd5558", "sha256": "4eddc02c8fade71d9d5e8208e9a44ba2a94d9ab1656750415de6bface4caf7b2" }, "downloads": -1, "filename": "mspac-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05bb43b3b3244721a5a9c23019dd5558", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5456, "upload_time": "2017-07-26T08:55:27", "url": "https://files.pythonhosted.org/packages/7c/3a/fdab3a28da082209bdbe6f3fcfc4be8e9e30610b13540feefd2d1cceaefb/mspac-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4394fc5dbed33647ccfff074a0fa961", "sha256": "ef4080c64816a539e43b1147f6e133892bc0f22291ee611f7cf55f45379501a2" }, "downloads": -1, "filename": "mspac-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c4394fc5dbed33647ccfff074a0fa961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3558, "upload_time": "2017-07-26T08:55:27", "url": "https://files.pythonhosted.org/packages/38/a8/adeed92cdca347bee2f8c366e7cf12f9b4e79fe966875622a3610ac26708/mspac-0.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "05bb43b3b3244721a5a9c23019dd5558", "sha256": "4eddc02c8fade71d9d5e8208e9a44ba2a94d9ab1656750415de6bface4caf7b2" }, "downloads": -1, "filename": "mspac-0.3.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05bb43b3b3244721a5a9c23019dd5558", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5456, "upload_time": "2017-07-26T08:55:27", "url": "https://files.pythonhosted.org/packages/7c/3a/fdab3a28da082209bdbe6f3fcfc4be8e9e30610b13540feefd2d1cceaefb/mspac-0.3.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4394fc5dbed33647ccfff074a0fa961", "sha256": "ef4080c64816a539e43b1147f6e133892bc0f22291ee611f7cf55f45379501a2" }, "downloads": -1, "filename": "mspac-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c4394fc5dbed33647ccfff074a0fa961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3558, "upload_time": "2017-07-26T08:55:27", "url": "https://files.pythonhosted.org/packages/38/a8/adeed92cdca347bee2f8c366e7cf12f9b4e79fe966875622a3610ac26708/mspac-0.3.5.tar.gz" } ] }