{ "info": { "author": "Christian Fobel", "author_email": "christian@fobel.net", "bugtrack_url": null, "classifiers": [], "description": "# Overview #\n\nRun executable file, with option to try as admin on error on Windows. \n\n# Usage #\n\nThe following example opens a temporary file in the root of `C:`. This should\nprompt the user to permit the process to run with elevated privileges.\n\n import sys\n import tempfile\n \n t = tempfile.mktemp(dir='C:/')\n \n run_exe(sys.executable, ''' -c \"'''\n '''import os;'''\n '''open('%s', 'wb')'''\n '''os.remove(%s)\"''' % (t, t),\n try_admin=True)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cfobel/run-exe", "keywords": "process windows administrator launch", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "run-exe", "package_url": "https://pypi.org/project/run-exe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/run-exe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cfobel/run-exe" }, "release_url": "https://pypi.org/project/run-exe/0.5.post2/", "requires_dist": null, "requires_python": null, "summary": "Run executable file, with option to try as admin on error on Windows.", "version": "0.5.post2" }, "last_serial": 1934050, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "58c03a69c30f755301f9165546b3819a", "sha256": "57804818b2c0a2d64852bc29d83062b7d8af4bb95b1521e1d35d0fdce9ae644a" }, "downloads": -1, "filename": "run-exe-0.5.zip", "has_sig": false, "md5_digest": "58c03a69c30f755301f9165546b3819a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17043, "upload_time": "2015-03-26T20:45:37", "url": "https://files.pythonhosted.org/packages/2d/02/e36b72826bcb75de89b8c5096a89115e333248e581f8ab9c8b3bd6ed5c1c/run-exe-0.5.zip" } ], "0.5.post1": [ { "comment_text": "", "digests": { "md5": "f1bdeee6a83f5b8f93da83007db6ffd1", "sha256": "fc173ca34c277b2b3e8cfa8a55144089ccf428f561fe193106bcb8ff839ce8d4" }, "downloads": -1, "filename": "run-exe-0.5.post1.tar.gz", "has_sig": false, "md5_digest": "f1bdeee6a83f5b8f93da83007db6ffd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16173, "upload_time": "2015-09-28T13:33:20", "url": "https://files.pythonhosted.org/packages/eb/85/10a40e3ce2b9821e3e7142256530be18459726b8d0fb7274b118dd50871e/run-exe-0.5.post1.tar.gz" } ], "0.5.post2": [ { "comment_text": "", "digests": { "md5": "279af7cb5240fc1aa325bfad648ba6fc", "sha256": "4dca71023bd084c842c7710638e789f515b6c5502eded21d21e9325dcdf58405" }, "downloads": -1, "filename": "run-exe-0.5.post2.zip", "has_sig": false, "md5_digest": "279af7cb5240fc1aa325bfad648ba6fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17337, "upload_time": "2016-02-01T16:33:04", "url": "https://files.pythonhosted.org/packages/a0/6a/8d30bccecc4239ab3d59b1640c3310a6ff41fa471f786a81fc8ade0dc88b/run-exe-0.5.post2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "279af7cb5240fc1aa325bfad648ba6fc", "sha256": "4dca71023bd084c842c7710638e789f515b6c5502eded21d21e9325dcdf58405" }, "downloads": -1, "filename": "run-exe-0.5.post2.zip", "has_sig": false, "md5_digest": "279af7cb5240fc1aa325bfad648ba6fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17337, "upload_time": "2016-02-01T16:33:04", "url": "https://files.pythonhosted.org/packages/a0/6a/8d30bccecc4239ab3d59b1640c3310a6ff41fa471f786a81fc8ade0dc88b/run-exe-0.5.post2.zip" } ] }