{ "info": { "author": "Jarrod C. Taylor", "author_email": "jarrod.c.taylor@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Topic :: Text Editors" ], "description": "vim-plugin-starter-kit\n======================\n\n|Build Status|\n\nGet productive a little faster\n------------------------------\n\nI created the vim-plugin-starter-kit to help speed up development and\nperhaps shorten the learning curve involved with writing Vim plugins.\n\nInstallation\n------------\n\n``pip install vim-plugin-starter-kit``\n\nUsage\n-----\n\nRun ``vim-plugin-starter-kit`` from the command line. Once you answer a\nfew questions you will have all that you need to immediately get started\nwriting a new Vim plugin with the Python language. The resulting\ndirectory will contain scaffolding for documentation, testing, and your\n.py and .vim files customized for your specified project name. The files\nwill contain working examples you can use as reference as you begin\nwriting your plugin.\n\nWiki\n----\n\nAs you're are getting started check out the `Wiki`_\nfor more examples of usage of common interactions between Python scripts with\nthe Vim buffer.\n\nBut Wait There Is More\n----------------------\n\nEver wonder how to get started writing your own vim plugin? I gave a\ntalk where I use the starter-kit and walk through step by step writing\nand testing a complete plugin. Check it out `here`_\n\n.. _Wiki: https://github.com/JarrodCTaylor/vim-plugin-starter-kit/wiki\n.. _here: http://www.youtube.com/watch?v=vMAeYp8mX_M\n\n.. |Build Status| image:: https://travis-ci.org/JarrodCTaylor/vim-plugin-starter-kit.png?branch=master\n :target: https://travis-ci.org/JarrodCTaylor/vim-plugin-starter-kit", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/JarrodCTaylor/vim-plugin-starter-kit", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vim-plugin-starter-kit", "package_url": "https://pypi.org/project/vim-plugin-starter-kit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vim-plugin-starter-kit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/JarrodCTaylor/vim-plugin-starter-kit" }, "release_url": "https://pypi.org/project/vim-plugin-starter-kit/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A tool that creates a scafold for Vim plugins to be written in Python.", "version": "1.0.0" }, "last_serial": 1896982, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b0d12a71e71bc02c04a187f2a16af9bd", "sha256": "5e888304f1dee74ab01d269903b64a5fa7c7a98472ec624e34e5d1c371d9da2a" }, "downloads": -1, "filename": "vim-plugin-starter-kit-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b0d12a71e71bc02c04a187f2a16af9bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5731, "upload_time": "2014-01-15T02:25:35", "url": "https://files.pythonhosted.org/packages/f0/21/13668b5683432a52aa6760695c59b6ead5b278cb73a1c7b74730f4e3955b/vim-plugin-starter-kit-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "07c70a780256df4bcf6d7c3e6dd9bab8", "sha256": "18ebbfc3acd2f725e2adf96d8fa8ca94369158c57bf066e7bf84a43654745411" }, "downloads": -1, "filename": "vim-plugin-starter-kit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "07c70a780256df4bcf6d7c3e6dd9bab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6681, "upload_time": "2016-01-09T22:10:58", "url": "https://files.pythonhosted.org/packages/60/5f/7403d789d38aba7d40a2cc988bdc498ce081aaf8f0ace9cb00ff05225407/vim-plugin-starter-kit-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "07c70a780256df4bcf6d7c3e6dd9bab8", "sha256": "18ebbfc3acd2f725e2adf96d8fa8ca94369158c57bf066e7bf84a43654745411" }, "downloads": -1, "filename": "vim-plugin-starter-kit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "07c70a780256df4bcf6d7c3e6dd9bab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6681, "upload_time": "2016-01-09T22:10:58", "url": "https://files.pythonhosted.org/packages/60/5f/7403d789d38aba7d40a2cc988bdc498ce081aaf8f0ace9cb00ff05225407/vim-plugin-starter-kit-1.0.0.tar.gz" } ] }