{ "info": { "author": "Antoine Dray", "author_email": "antoine.dray@epita.fr", "bugtrack_url": null, "classifiers": [], "description": "# VIM Packadd\n[![Build Status](https://drone.vbernaud.fr/api/badges/antoinedray/vim-packadd/status.svg)](https://drone.vbernaud.fr/antoinedray/vim-packadd)\n\nInstalling Vim packages made simpler\n=======================================\n\nThis python script takes all the pain of installing Vim packages away, one simple command in the CLI is now all it takes !\n\nThis script is based on the all new Vim8 native third-party package loading.\n\nFor now this scripts only supports git repositories (ex: vim-airline, gruvbox,...).\n\nCurrently the below commands have been implemented:\n\n- install (install package with the given url)\n- uninstall (uninstall the package)\n- upgrade (upgrade all packages installed with this script)\n\n## Requirements\n\nThe following are needed to run the script:\n\n- Vim (version 8+)\n- Git (1.7.x or newer)\n- Python3 (need to check if runs on python < 3x)\n- Pip\n\n## Install Vim-Packadd\n\nInstall Vim-Packadd in 1 easy steps !\n\n```bash\npip install vim-packadd --user\n```\n\n**Note:** If you already installed packages without packadd, it is recomended to reinstall them so that packadd work on all packages installed on your system.\n\n### Installing for EPITA students\nAs pip installed packages gets deleted everytime you reboot the computer, I wrote a little script to reisntall the package on the first time you run a packadd command. To install it for Epita's computer, please run:\n\n```bash\ngit clone https://github.com/cloudnodes/vim-packadd.git\ncd vim-packadd\npython3 setup.py epita_install -a\nsource ~/.bashrc\n```\n\n### Fixing potential ```command not found``` errors\n\nPython packages often install scripts (executables) as well as Python modules. To get full use of ```--user``` installed packages, you may also want to put the matching executable path onto your system. I do this with the following lines in my ```~/.bashrc``` file:\n\n```bash\nexport PY_USER_BIN=$(python -c 'import site; print(site.USER_BASE + \"/bin\")')\nexport PATH=$PY_USER_BIN:$PATH\n```\n\n## Usage\n#### Listing\n```bash\npackadd list\n```\n#### Installing\n```bash\npackadd install \n```\n#### Uninstalling\n```bash\npackadd uninstall \n```\n#### Upgrading\n```bash\npackadd upgrade\n```\n## License\n\n The MIT License (MIT)\n\n Copyright (c) 2018 Antoine Dray \"antoinedray\"\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/antoinedray/vim-packadd", "keywords": "", "license": "MIT", "maintainer": "Antoine Dray", "maintainer_email": "antoine.dray@epita.fr", "name": "vim-packadd", "package_url": "https://pypi.org/project/vim-packadd/", "platform": "", "project_url": "https://pypi.org/project/vim-packadd/", "project_urls": { "Homepage": "https://github.com/antoinedray/vim-packadd" }, "release_url": "https://pypi.org/project/vim-packadd/0.6.4/", "requires_dist": null, "requires_python": "", "summary": "Package manager for Vim8.", "version": "0.6.4" }, "last_serial": 5545764, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ce276e09d9f092cfac5a5f43337e0a23", "sha256": "8cc22f068e9f6475b6f46738793f9b4f65ca381a938dd2f0cdafd9687d3da42f" }, "downloads": -1, "filename": "vim-packadd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ce276e09d9f092cfac5a5f43337e0a23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2949, "upload_time": "2018-10-26T14:15:41", "url": "https://files.pythonhosted.org/packages/ff/bc/64d4de52474869448483bbc0ff93cb0c7c59bde8351dfe263c7c7791af87/vim-packadd-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1755e69271008fe76c617e0e74c36505", "sha256": "3846a870ee59dc29a6fd528686ee37de39d30ac49dacc98a5ccf9181a1d3b6da" }, "downloads": -1, "filename": "vim-packadd-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1755e69271008fe76c617e0e74c36505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2948, "upload_time": "2018-10-26T14:32:55", "url": "https://files.pythonhosted.org/packages/46/7b/15615d857d5c5825060d95cf80f7889b8dd53c11df5b6eb16e06ce33e5e5/vim-packadd-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "05c934df46ab40e7145abc04a8a9ac35", "sha256": "ab005bf9c094524723469d99d0600d0ea59c2cb6392691987b37569c366f1ba2" }, "downloads": -1, "filename": "vim-packadd-0.2.0.tar.gz", "has_sig": false, "md5_digest": "05c934df46ab40e7145abc04a8a9ac35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2980, "upload_time": "2018-10-26T14:59:01", "url": "https://files.pythonhosted.org/packages/a3/db/25595c5e70620b70e254156c61c02d96556895c1e132b5336c201780b769/vim-packadd-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f3ed9cc35ef06009ff0ceb7c511ba866", "sha256": "9d4df27c16ae3c12c6a746930b7f7b76113dcafaebd5a5971d97ec54cbb8c37b" }, "downloads": -1, "filename": "vim-packadd-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f3ed9cc35ef06009ff0ceb7c511ba866", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2981, "upload_time": "2018-10-26T15:02:28", "url": "https://files.pythonhosted.org/packages/92/9f/c4d89d461e047b3f56ecbdabc0b159eb8ae823ea5590ac558e4d8817310c/vim-packadd-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "c901e26c340af11f0f2bbcb07daff052", "sha256": "38d211866723271be44c47938779961a44635fcbb5433f3c3f68b881aebdd49c" }, "downloads": -1, "filename": "vim-packadd-0.2.2.tar.gz", "has_sig": false, "md5_digest": "c901e26c340af11f0f2bbcb07daff052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3035, "upload_time": "2018-10-27T12:48:40", "url": "https://files.pythonhosted.org/packages/e7/26/690e2185be9b52f47490fb612bb43d3241fa3134b6a2dc019db52db15fba/vim-packadd-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8d603d51f31fa6f1c4597dc7ca5408f7", "sha256": "e669041bda36a1dd90f2dc0f0bca8327b5982251f1ab8cddc76f691644b06d92" }, "downloads": -1, "filename": "vim-packadd-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8d603d51f31fa6f1c4597dc7ca5408f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3076, "upload_time": "2018-10-27T16:13:25", "url": "https://files.pythonhosted.org/packages/d2/8a/40b71ee008a566fe9481ba77412c65cd0bdea8346106616533c96e1fbc51/vim-packadd-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "1aa52c21abf31daeb8e1236fc41e14b4", "sha256": "c87b4830940c45aec2070f8f7653548be37184ef3598f4c34fa037017ba29fa0" }, "downloads": -1, "filename": "vim-packadd-0.3.1.tar.gz", "has_sig": false, "md5_digest": "1aa52c21abf31daeb8e1236fc41e14b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3141, "upload_time": "2018-10-28T18:29:04", "url": "https://files.pythonhosted.org/packages/65/e8/3d8b27852cf3f1b5cf26bcc1fc4c89acd473456f3de3233d8f9765b60079/vim-packadd-0.3.1.tar.gz" } ], "0.3.10": [ { "comment_text": "", "digests": { "md5": "acd380734f7035d5ddab22c41f88b26a", "sha256": "84d8587d2d66d32ce5753f2886ef366b4313d99fba083bd7c6c5adf60ea22b2e" }, "downloads": -1, "filename": "vim-packadd-0.3.10.tar.gz", "has_sig": false, "md5_digest": "acd380734f7035d5ddab22c41f88b26a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4158, "upload_time": "2019-03-15T10:23:38", "url": "https://files.pythonhosted.org/packages/02/6e/268fd8ed5ba3cb24d7be50939a35fd924c3f089744c4bd9dab45a1052dba/vim-packadd-0.3.10.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "884012ab2f2460927bf6e53c3da7262b", "sha256": "6ce729935ef954af9f451d190d55399baa0b6e3b80a38dd40a838199733d01f0" }, "downloads": -1, "filename": "vim-packadd-0.3.2.tar.gz", "has_sig": false, "md5_digest": "884012ab2f2460927bf6e53c3da7262b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3333, "upload_time": "2018-11-22T14:00:53", "url": "https://files.pythonhosted.org/packages/20/c6/f9a6b327a921729a0fa37229bf7e799034797b0ca204924d296615d41cff/vim-packadd-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "412a2a96b6ed00bf2240be63e462d1d6", "sha256": "b0aef47b51f365b9e3ba30d654967b42e39020fefd2e7ec409242cf5606e0df6" }, "downloads": -1, "filename": "vim-packadd-0.3.3.tar.gz", "has_sig": false, "md5_digest": "412a2a96b6ed00bf2240be63e462d1d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3347, "upload_time": "2018-11-23T09:30:21", "url": "https://files.pythonhosted.org/packages/c0/51/1b4de667142997687fde9d710e0358d65903d993e4a9f2213145d6b12792/vim-packadd-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "8c11ebc5362077f2fb3d02a0f43a6354", "sha256": "fcd8bead56663696c13646069cdf45daa06483b35b60b4a2c7d17d88a21f3ef0" }, "downloads": -1, "filename": "vim-packadd-0.3.4.tar.gz", "has_sig": false, "md5_digest": "8c11ebc5362077f2fb3d02a0f43a6354", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3352, "upload_time": "2018-11-27T11:53:37", "url": "https://files.pythonhosted.org/packages/e5/dc/a8127748980b54df51462ca04eeb1276e45e6376155150365bdee81c9b98/vim-packadd-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "4927a19afe7702e68d3d49e5343508ff", "sha256": "f58d4684e2bd2313b80abbb3fde0865f5c86e8674ce995331ef0c558fbfe5ec3" }, "downloads": -1, "filename": "vim-packadd-0.3.5.tar.gz", "has_sig": false, "md5_digest": "4927a19afe7702e68d3d49e5343508ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3316, "upload_time": "2018-12-03T15:20:34", "url": "https://files.pythonhosted.org/packages/81/02/0992235c037239115537e82345cccabc7217d01ae855c5472e6e9ac953b5/vim-packadd-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "7df4b84bf801c23a2cbe4b53f84bbce4", "sha256": "4bb5e1a51357423ea0cc35e8a23b0454d8319f4b33020666d59ab511a2ec01f9" }, "downloads": -1, "filename": "vim-packadd-0.3.6.tar.gz", "has_sig": false, "md5_digest": "7df4b84bf801c23a2cbe4b53f84bbce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3411, "upload_time": "2018-12-11T14:51:56", "url": "https://files.pythonhosted.org/packages/bc/80/7c4756384ae16cc6131aaf328de5eb020bfa787e641cc3c4f5a952438b8b/vim-packadd-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "7921cbabb4ee5c0faeeb40d8dfa14c15", "sha256": "942f24076875b7f82c9da82e4538637ea0df0dfe829f977c60bb3514485d1ab0" }, "downloads": -1, "filename": "vim-packadd-0.3.7.tar.gz", "has_sig": false, "md5_digest": "7921cbabb4ee5c0faeeb40d8dfa14c15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3510, "upload_time": "2019-01-28T13:17:05", "url": "https://files.pythonhosted.org/packages/d0/a5/bcea0bd346a73130144404584d08cf97c46241b5d933c1f35858fbfad887/vim-packadd-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "84e14a855368bd54a424f768d97b9f06", "sha256": "822ed56baafc11368a28ed416edd501a3e31081644c41797ae846685490a3415" }, "downloads": -1, "filename": "vim-packadd-0.3.8.tar.gz", "has_sig": false, "md5_digest": "84e14a855368bd54a424f768d97b9f06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3804, "upload_time": "2019-03-14T19:17:52", "url": "https://files.pythonhosted.org/packages/74/ce/2c045cf86cec99817390673da441b07a9b63037d15d0ceebbf0c5df5430a/vim-packadd-0.3.8.tar.gz" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "d209ecb7a0420e360af7734dd1192231", "sha256": "f3c4b6b101d77fba390f461995a50398281e55aa2d56f0e72d5f6ae90a97f8ca" }, "downloads": -1, "filename": "vim-packadd-0.3.9.tar.gz", "has_sig": false, "md5_digest": "d209ecb7a0420e360af7734dd1192231", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3816, "upload_time": "2019-03-15T10:11:18", "url": "https://files.pythonhosted.org/packages/58/18/3448125ed3d2167558842bd70cd0d318cc0453a278aa329f467aa064987c/vim-packadd-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "5c338430e9db60f8d8b08f1a36e5aa7e", "sha256": "0dd03951a84e2819f007639f05d72e57b034bb654fad08fc940cd5b0fdc3f9fb" }, "downloads": -1, "filename": "vim-packadd-0.4.0.tar.gz", "has_sig": false, "md5_digest": "5c338430e9db60f8d8b08f1a36e5aa7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4584, "upload_time": "2019-04-10T20:19:56", "url": "https://files.pythonhosted.org/packages/ff/34/ad10c93beaf51dacde78dd3f0be34664fea11874c9fccf714960c354f938/vim-packadd-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "9b6da7ab2b61c25c0d38c87249870f29", "sha256": "f36d6f8917b0e34a6e3a892d7cfc7c2586de18f318a8d71180841ac0a38b0bf3" }, "downloads": -1, "filename": "vim-packadd-0.4.1.tar.gz", "has_sig": false, "md5_digest": "9b6da7ab2b61c25c0d38c87249870f29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5297, "upload_time": "2019-04-11T20:28:43", "url": "https://files.pythonhosted.org/packages/09/a1/6419a67dd2a996116b8e118b60e661bf3fbdcc197b6272541b451fea6311/vim-packadd-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "596866c46e84a43617ac3d66ec54ad67", "sha256": "df3aae984f06aca911e71eaa66105c5c4e2c627ffc8ad29a36ba706ee52bd911" }, "downloads": -1, "filename": "vim-packadd-0.5.0.tar.gz", "has_sig": false, "md5_digest": "596866c46e84a43617ac3d66ec54ad67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5254, "upload_time": "2019-04-26T09:09:02", "url": "https://files.pythonhosted.org/packages/fa/fd/1db3c0ab46079651128866075b27f5d32128d6584cb7dff54751a0789248/vim-packadd-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3a5ce984cf0d4433ee779aacb37c0263", "sha256": "fa04d61b0c993d81ebafe5a15ed83457316669fa3361e63f49d9a9e227c12297" }, "downloads": -1, "filename": "vim-packadd-0.5.1.tar.gz", "has_sig": false, "md5_digest": "3a5ce984cf0d4433ee779aacb37c0263", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5273, "upload_time": "2019-05-08T13:20:38", "url": "https://files.pythonhosted.org/packages/b8/f8/c66f99ea606e1314269f714f94d110eda152c7e3bef8f41b019274928e23/vim-packadd-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "f2c3ab204d3619d7ef74271f83a0229f", "sha256": "274c04dc4775c9550d593d3c426a60961c7458f7439b1fa1165332490df8eb30" }, "downloads": -1, "filename": "vim-packadd-0.6.0.tar.gz", "has_sig": false, "md5_digest": "f2c3ab204d3619d7ef74271f83a0229f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6627, "upload_time": "2019-05-08T18:38:00", "url": "https://files.pythonhosted.org/packages/27/58/21f14e57488d283718028e9bbc9e55fbd88eaecb034ad23d62bf9ad573a2/vim-packadd-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "76e0475f6169d47b6063e72339f4bb20", "sha256": "8197661a38bdd34f6d3faf9c418dcece9a441e6b6623b1184650ffb274aa55d1" }, "downloads": -1, "filename": "vim-packadd-0.6.1.tar.gz", "has_sig": false, "md5_digest": "76e0475f6169d47b6063e72339f4bb20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6633, "upload_time": "2019-05-08T19:09:57", "url": "https://files.pythonhosted.org/packages/eb/93/815753c8a8a5390ebb6a930a32eed6b21d9e2e688fbba21a1ca717144e68/vim-packadd-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "95602867ea6f39f5be02ebce32e69dd8", "sha256": "25337f6ba9c380c689a1481a64f14c6b5c19038f49a25a7fbb8507e7da6740ac" }, "downloads": -1, "filename": "vim-packadd-0.6.2.tar.gz", "has_sig": false, "md5_digest": "95602867ea6f39f5be02ebce32e69dd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7107, "upload_time": "2019-05-08T19:26:27", "url": "https://files.pythonhosted.org/packages/e8/07/217b3b6b5154f89bb2e79258fa6d0c52290f1d452b0410762736d09d1297/vim-packadd-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "e8c82465864a4b071d23ac479c2fb432", "sha256": "b5669799763de6f261104f9e4c2b39a8eb4c632720efd8375a18367b5b3ab947" }, "downloads": -1, "filename": "vim-packadd-0.6.3.tar.gz", "has_sig": false, "md5_digest": "e8c82465864a4b071d23ac479c2fb432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7104, "upload_time": "2019-05-08T20:27:42", "url": "https://files.pythonhosted.org/packages/f2/ba/469d5cf4c769b1ccbf6330d07ffcc0ba437195bbc78f8c061371e3260787/vim-packadd-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "10c1de287c9bda69fdf28690dab9a8a6", "sha256": "47e6fd44f062264c7336cca286e6dea8383bd256284f93b0e2c2f29a61f6d3a3" }, "downloads": -1, "filename": "vim-packadd-0.6.4.tar.gz", "has_sig": false, "md5_digest": "10c1de287c9bda69fdf28690dab9a8a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7111, "upload_time": "2019-07-17T13:05:26", "url": "https://files.pythonhosted.org/packages/8e/8a/92baf0a7233a7c9da346772ef616adb571532b09d579a0e14677bfc64132/vim-packadd-0.6.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10c1de287c9bda69fdf28690dab9a8a6", "sha256": "47e6fd44f062264c7336cca286e6dea8383bd256284f93b0e2c2f29a61f6d3a3" }, "downloads": -1, "filename": "vim-packadd-0.6.4.tar.gz", "has_sig": false, "md5_digest": "10c1de287c9bda69fdf28690dab9a8a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7111, "upload_time": "2019-07-17T13:05:26", "url": "https://files.pythonhosted.org/packages/8e/8a/92baf0a7233a7c9da346772ef616adb571532b09d579a0e14677bfc64132/vim-packadd-0.6.4.tar.gz" } ] }