{ "info": { "author": "Adam Csoka", "author_email": "csoka.adam@sic.ke.hu", "bugtrack_url": null, "classifiers": [ "Natural Language :: English", "Programming Language :: Python :: 3" ], "description": "optioncomplete\n==============\n\nDescription\n-----------\n\nCommand line tab completion for optparse\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n\t$ sudo pip3 install optioncomplete**\n\n\nExample python code\n-------------------\n\n.. code-block:: python\n\n\timport sys\n\tfrom optparse import OptionParser\n\tfrom optioncomplete import autocomplete\n\t...\n\tparser = OptionParser()\n\tparser.add_option(\"-f\", \"--file\", dest=\"filename\",\n\t\t help=\"write report to FILE\", metavar=\"FILE\")\n\tparser.add_option(\"-q\", \"--quiet\",\n\t\t action=\"store_false\", dest=\"verbose\", default=True,\n\t\t help=\"don't print status messages to stdout\")\n\tautocomplete(parser,sys.argv[0])\n\t(options, args) = parser.parse_args()\n\n\nInstallation and usage in command line\n--------------------------------------\n\n`Optioncomplete youtube `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "optparse,optioncomplete,autocomplete,commandline", "license": "", "maintainer": "", "maintainer_email": "", "name": "optioncomplete", "package_url": "https://pypi.org/project/optioncomplete/", "platform": "any", "project_url": "https://pypi.org/project/optioncomplete/", "project_urls": null, "release_url": "https://pypi.org/project/optioncomplete/2.7/", "requires_dist": null, "requires_python": "", "summary": "Autocomplete options for python3 scripts in command line using optparse.", "version": "2.7" }, "last_serial": 3430478, "releases": { "2.7": [ { "comment_text": "", "digests": { "md5": "3d66a21444b67d39dbf06a92745ace51", "sha256": "86bc7ebbe2aa207650114621d566c25fa5a0ac81cf32e5bd073209c7063c751b" }, "downloads": -1, "filename": "optioncomplete-2.7.tar.gz", "has_sig": false, "md5_digest": "3d66a21444b67d39dbf06a92745ace51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3596, "upload_time": "2017-12-18T14:52:42", "url": "https://files.pythonhosted.org/packages/71/84/395690602fa72e218efd40f8ee291352faefa01b86bb9ec847c305df01d3/optioncomplete-2.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d66a21444b67d39dbf06a92745ace51", "sha256": "86bc7ebbe2aa207650114621d566c25fa5a0ac81cf32e5bd073209c7063c751b" }, "downloads": -1, "filename": "optioncomplete-2.7.tar.gz", "has_sig": false, "md5_digest": "3d66a21444b67d39dbf06a92745ace51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3596, "upload_time": "2017-12-18T14:52:42", "url": "https://files.pythonhosted.org/packages/71/84/395690602fa72e218efd40f8ee291352faefa01b86bb9ec847c305df01d3/optioncomplete-2.7.tar.gz" } ] }