<h1>
<img src="https://user-images.githubusercontent.com/3758308/231004489-25ce30d9-c534-4d10-8773-8e6f80f36dd2.png" data-canonical-src="https://user-images.githubusercontent.com/3758308/231004489-25ce30d9-c534-4d10-8773-8e6f80f36dd2.png" width="70" />
Plugget: Plugin Package Manager
</h1>
[![PyPI Downloads](https://img.shields.io/pypi/v/plugget?color=0)](https://pypi.org/project/plugget/)
Install app packages (plugins, addons, ...) with a single Python command using [Plugget](https://github.com/plugget/plugget/).
Or 1-click install plugins in Blender, Maya, Max, Substance, ... with [Plugget Qt](https://github.com/plugget/plugget-qt)
```python
import plugget
plugget.install("my_package")
```
![machinetoolsinstall](https://user-images.githubusercontent.com/3758308/227316999-adf32b7f-4232-46f5-b0db-1b3dbe26d755.gif)
also check out
🔹 [Plugget Qt](https://github.com/plugget/plugget-qt)
<img src="https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/UnrealEngine.svg" width="20" style="max-width: 100%;"> [Plugget Qt Unreal plugin](https://github.com/plugget/plugget-unreal)
<img src="https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/Blender-Dark.svg" width="20" style="max-width: 100%;"> [Plugget Qt Blender addon](https://github.com/plugget/plugget-qt-addon) (more features)
<img src="https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/Blender-Dark.svg" width="20" style="max-width: 100%;"> [Plugget Blender addon](https://github.com/plugget/plugget-blender-addon) (simple)
🔹 [plugget manifest repo](https://github.com/plugget/plugget-pkgs)
🔹 [plugget-qt-maya-plugin](https://github.com/plugget/plugget-qt-maya-plugin) A Maya plugin that launches the Plugget Qt UI window
## requirements
- pip installed
- git installed
(aim to auto handle requirements in future)
## not to confuse with
- [PluGeth](https://github.com/openrelayxyz/plugeth) The extensible Geth fork, ethereum, golang
- [pluGET](https://github.com/Neocky/pluGET) A package manager to update minecraft server plugin & software
## package manager comparison
PyPi installs only packaged python modules.
Plugget supports other languages, e.g. Maxscript, and links to unpackaged repos.
WinGet, chocolatey, etc. install apps, Plugget installs plugins for apps.
## manifest repo
- package manifests live in the [manifest repo](https://github.com/hannesdelbeke/plugget-pkgs)
## issues
If the install fails. It likely is a bad manifest, a bad install, or a bug with Plugget.
Report the issue in issues.
There's a small chance the GitHub servers are down, you can check the [github status](https://www.githubstatus.com/).
## community
- Pipeline https://discourse.techart.online/t/plugget-package-manager-for-tech-artists/16301
- Blender https://blenderartists.org/t/free-plugget-a-search-engine-installer-for-add-ons/1456558
- Maya https://forums.cgsociety.org/t/plugget-a-free-maya-tool-manager/2074249
- TODO Polycount https://polycount.com/categories/technical-talk
If this tool is helpfull, you can ⭐ star it on the github page, just click the ⭐ star button in the top-right of this page.
![image](https://github.com/plugget/plugget/assets/3758308/b83e38f6-d100-40e6-907e-0d54105db205)
![](https://linuxsimply.com/wp-content/uploads/2023/08/Package-manager-767x438.png)
![](https://geekflare.com/wp-content/uploads/2023/09/6-how-package-manager-works.png)
Raw data
{
"_id": null,
"home_page": null,
"name": "plugget",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": null,
"keywords": "plugin, addon, add-on, extension, package, manager, resource, studio, dcc, app, application, pipeline, blender, krita, max",
"author": "Hannes Delbeke",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/21/ec/29cf54cca605f15f89c74fa5cbb31e53fd631993e85344ced99d5adaa1b1/plugget-0.1.16.tar.gz",
"platform": null,
"description": "<h1>\n<img src=\"https://user-images.githubusercontent.com/3758308/231004489-25ce30d9-c534-4d10-8773-8e6f80f36dd2.png\" data-canonical-src=\"https://user-images.githubusercontent.com/3758308/231004489-25ce30d9-c534-4d10-8773-8e6f80f36dd2.png\" width=\"70\" />\nPlugget: Plugin Package Manager\n</h1>\n\n[![PyPI Downloads](https://img.shields.io/pypi/v/plugget?color=0)](https://pypi.org/project/plugget/)\n\nInstall app packages (plugins, addons, ...) with a single Python command using [Plugget](https://github.com/plugget/plugget/). \nOr 1-click install plugins in Blender, Maya, Max, Substance, ... with [Plugget Qt](https://github.com/plugget/plugget-qt) \n\n```python\nimport plugget\nplugget.install(\"my_package\")\n```\n\n![machinetoolsinstall](https://user-images.githubusercontent.com/3758308/227316999-adf32b7f-4232-46f5-b0db-1b3dbe26d755.gif)\n\nalso check out \n\ud83d\udd39 [Plugget Qt](https://github.com/plugget/plugget-qt) \n<img src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/UnrealEngine.svg\" width=\"20\" style=\"max-width: 100%;\"> [Plugget Qt Unreal plugin](https://github.com/plugget/plugget-unreal) \n<img src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/Blender-Dark.svg\" width=\"20\" style=\"max-width: 100%;\"> [Plugget Qt Blender addon](https://github.com/plugget/plugget-qt-addon) (more features) \n<img src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/59059d9d1a2c092696dc66e00931cc1181a4ce1f/icons/Blender-Dark.svg\" width=\"20\" style=\"max-width: 100%;\"> [Plugget Blender addon](https://github.com/plugget/plugget-blender-addon) (simple) \n\ud83d\udd39 [plugget manifest repo](https://github.com/plugget/plugget-pkgs) \n\ud83d\udd39 [plugget-qt-maya-plugin](https://github.com/plugget/plugget-qt-maya-plugin) A Maya plugin that launches the Plugget Qt UI window\n\n## requirements\n- pip installed\n- git installed\n(aim to auto handle requirements in future)\n\n## not to confuse with \n- [PluGeth](https://github.com/openrelayxyz/plugeth) The extensible Geth fork, ethereum, golang\n- [pluGET](https://github.com/Neocky/pluGET) A package manager to update minecraft server plugin & software\n\n\n## package manager comparison\nPyPi installs only packaged python modules. \nPlugget supports other languages, e.g. Maxscript, and links to unpackaged repos.\n\nWinGet, chocolatey, etc. install apps, Plugget installs plugins for apps.\n\n## manifest repo\n- package manifests live in the [manifest repo](https://github.com/hannesdelbeke/plugget-pkgs)\n\n## issues\nIf the install fails. It likely is a bad manifest, a bad install, or a bug with Plugget.\nReport the issue in issues.\nThere's a small chance the GitHub servers are down, you can check the [github status](https://www.githubstatus.com/).\n\n\n## community\n- Pipeline https://discourse.techart.online/t/plugget-package-manager-for-tech-artists/16301\n- Blender https://blenderartists.org/t/free-plugget-a-search-engine-installer-for-add-ons/1456558\n- Maya https://forums.cgsociety.org/t/plugget-a-free-maya-tool-manager/2074249\n- TODO Polycount https://polycount.com/categories/technical-talk\n\n\nIf this tool is helpfull, you can \u2b50 star it on the github page, just click the \u2b50 star button in the top-right of this page.\n\n![image](https://github.com/plugget/plugget/assets/3758308/b83e38f6-d100-40e6-907e-0d54105db205)\n\n![](https://linuxsimply.com/wp-content/uploads/2023/08/Package-manager-767x438.png)\n![](https://geekflare.com/wp-content/uploads/2023/09/6-how-package-manager-works.png)\n",
"bugtrack_url": null,
"license": null,
"summary": "a package manager to install packages in your app",
"version": "0.1.16",
"project_urls": {
"Homepage": "https://github.com/plugget/plugget",
"Source": "https://github.com/plugget/plugget"
},
"split_keywords": [
"plugin",
" addon",
" add-on",
" extension",
" package",
" manager",
" resource",
" studio",
" dcc",
" app",
" application",
" pipeline",
" blender",
" krita",
" max"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0ed05e65b5330e00469959bd59c5c6d391e6f7069638b77e1eb8e8778eeaee9a",
"md5": "6652488a9a83fa7fb2e5bed027013fa4",
"sha256": "6a1454820b873f87b1f67f1bddda6870b232b838725a0ec8cff2115161a2d1f4"
},
"downloads": -1,
"filename": "plugget-0.1.16-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6652488a9a83fa7fb2e5bed027013fa4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.4",
"size": 49739,
"upload_time": "2024-10-06T21:37:16",
"upload_time_iso_8601": "2024-10-06T21:37:16.140730Z",
"url": "https://files.pythonhosted.org/packages/0e/d0/5e65b5330e00469959bd59c5c6d391e6f7069638b77e1eb8e8778eeaee9a/plugget-0.1.16-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21ec29cf54cca605f15f89c74fa5cbb31e53fd631993e85344ced99d5adaa1b1",
"md5": "0867563a42fb6cccee6af894c9c6390a",
"sha256": "f52091d3964e4c104146242cd90fa6fb025b29f225f11f4e2ae3870ea45f21f8"
},
"downloads": -1,
"filename": "plugget-0.1.16.tar.gz",
"has_sig": false,
"md5_digest": "0867563a42fb6cccee6af894c9c6390a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 41272,
"upload_time": "2024-10-06T21:37:17",
"upload_time_iso_8601": "2024-10-06T21:37:17.830536Z",
"url": "https://files.pythonhosted.org/packages/21/ec/29cf54cca605f15f89c74fa5cbb31e53fd631993e85344ced99d5adaa1b1/plugget-0.1.16.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-06 21:37:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "plugget",
"github_project": "plugget",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "plugget"
}