{ "info": { "author": "Andre Alexander Bell", "author_email": "winproxy@andre-bell.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft", "Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows :: Windows 7", "Operating System :: Microsoft :: Windows :: Windows 95/98/2000", "Operating System :: Microsoft :: Windows :: Windows Vista", "Operating System :: Microsoft :: Windows :: Windows XP", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet", "Topic :: Internet :: Proxy Servers", "Topic :: System :: Networking", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "A Proxy Selection Tool for Windows\n==================================\n\nFrom time to time it is necessary to change the systems proxy settings. This\ncan be due to network changes or to test software with internet access on\ndifferent proxies or proxy settings. However, always walking through the\nWindows system dialog and manually changing the settings is a tedious task.\n\nTherefore, this small python project enables the quick change of the proxy\nsettings either programmatically by using the provided module functions, or\nfrom the command line, by calling the command line scripts, that are part of\nthis project as well.\n\nThe Command Line Tool\n---------------------\n\n[TODO: Description]\n\nTo turn on the proxy call\n\n > winproxy on\n\nfrom the command prompt and to turn off the proxy run\n\n > winproxy off\n\nfrom the command prompt. You may want to display the current proxy settings by\n\n > winproxy view\n\nIf you do have man proxy exceptions (overrides), you can limit the number of\nproxy exceptions displayed with the -n option:\n\n > winproxy view -n 5 # Display only the first 5 exceptions\n\n > winproxy view -n 0 # Don't display proxy exceptions at all\n\nThe Python API\n--------------\n\n[TODO: API Description]\n\nChange Log\n----------\n\n0.3.0a1\n~~~~~~~\n\n* Added a first draft of the set command\n* The winproxy view command was broken if\n * no overrides were set at all\n * less overrides were set, than should be shown at most\n* The override list may contain not only ';' separated proxies, but also ','\n separated ones. This may even be mixed. Also, there may be whitespace in the\n Text. This all is now corrected for, i.e., setting override through the\n ProxySettings API will always normalize the string to ';' delimited proxies.\n* Missing registry values fall back to sensible defaults\n\n0.2.0a1\n~~~~~~~\n\n* Added the \"winproxy cpl\" to the command line to open the Windows Internet\n Settings dialog\n* Added a change log to the README\n\n0.1.0a1\n~~~~~~~\n\n* Basic ProxySettings class for the Python API\n* Command line with \"winproxy on|off|view\" to\n * turn the proxy on\n * turn the proxy off\n * display the current proxy settings\n\nAuthors\n-------\nAndre Alexander Bell ", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andrebell/winproxy", "keywords": "Windows,Internet Settings,Proxy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "winproxy", "package_url": "https://pypi.org/project/winproxy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/winproxy/", "project_urls": { "Homepage": "https://github.com/andrebell/winproxy" }, "release_url": "https://pypi.org/project/winproxy/0.3.0a1/", "requires_dist": null, "requires_python": null, "summary": "A Proxy Selection Tool for Windows", "version": "0.3.0a1" }, "last_serial": 1910375, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "5e43dde2f1ca72d7aa9e590b8feb2802", "sha256": "ca6ad28bb43b561ee11e7d39610d15b7dbbe7599b2887f8d82ebe9b6b0860fba" }, "downloads": -1, "filename": "winproxy-0.1.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e43dde2f1ca72d7aa9e590b8feb2802", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9706, "upload_time": "2016-01-09T15:58:54", "url": "https://files.pythonhosted.org/packages/15/1a/55aa91a5a977715c899e337d044aa7401c3f34368c664debc4cad7a29017/winproxy-0.1.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de5eb16b8eaaeb04b6ced5f49a624f7f", "sha256": "15fc68e7befc014ce661964f70913da977542bd5b559dc83613c24da011afc07" }, "downloads": -1, "filename": "winproxy-0.1.0a1.zip", "has_sig": false, "md5_digest": "de5eb16b8eaaeb04b6ced5f49a624f7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12787, "upload_time": "2016-01-09T15:58:59", "url": "https://files.pythonhosted.org/packages/7c/78/8bdb4eaa6a29c8fcc1a0eebd6121f75ac143ae09d5809845674816d462ba/winproxy-0.1.0a1.zip" } ], "0.2.0a1": [ { "comment_text": "", "digests": { "md5": "d61af7bdb0b1e3bacf98c89105c7732d", "sha256": "27ecbae105353eabe46c0b58ab157a62b9d42aaf7bd1b036aa04c73dcd570e50" }, "downloads": -1, "filename": "winproxy-0.2.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d61af7bdb0b1e3bacf98c89105c7732d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10444, "upload_time": "2016-01-11T20:57:53", "url": "https://files.pythonhosted.org/packages/05/5f/6f2c721f896afcdbb531398b1e963b6f5a40d9a271c447f89764744fcef8/winproxy-0.2.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1628c07146b9d718d2a4210525f09d16", "sha256": "18f478fb215139b4132c9d7db9fe6e6d140d48a9aabaced5f2b8508a7c02cf23" }, "downloads": -1, "filename": "winproxy-0.2.0a1.zip", "has_sig": false, "md5_digest": "1628c07146b9d718d2a4210525f09d16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13815, "upload_time": "2016-01-11T20:57:59", "url": "https://files.pythonhosted.org/packages/cd/14/b5e784ed8c9783b140ec9f27e5f700968e14f34f7875a3a5aad6f4440d73/winproxy-0.2.0a1.zip" } ], "0.3.0a1": [ { "comment_text": "", "digests": { "md5": "a64718151ab7accf6ec2d19727b1a671", "sha256": "92cd0cbf1e83000d9ff0e3dc91120ed5b8f31e8719ca249c04f02771c7c8b3b7" }, "downloads": -1, "filename": "winproxy-0.3.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a64718151ab7accf6ec2d19727b1a671", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13660, "upload_time": "2016-01-18T19:26:10", "url": "https://files.pythonhosted.org/packages/b2/bb/732a5767681933aac627c3fc3ef362bfc3bbfa0899ada530fb243c87ae60/winproxy-0.3.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d666b4d9fbf6fcc399111886c43e3e6c", "sha256": "a5763cfd5423429341a2ab29d2d7ac2821c846c966093c0fa97d6ae407efeeab" }, "downloads": -1, "filename": "winproxy-0.3.0a1.zip", "has_sig": false, "md5_digest": "d666b4d9fbf6fcc399111886c43e3e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17339, "upload_time": "2016-01-18T19:26:20", "url": "https://files.pythonhosted.org/packages/53/a7/9e391a82b15c218f093dfd928a30de9438ed9cf0f8a91d431769fa0a8239/winproxy-0.3.0a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a64718151ab7accf6ec2d19727b1a671", "sha256": "92cd0cbf1e83000d9ff0e3dc91120ed5b8f31e8719ca249c04f02771c7c8b3b7" }, "downloads": -1, "filename": "winproxy-0.3.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a64718151ab7accf6ec2d19727b1a671", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13660, "upload_time": "2016-01-18T19:26:10", "url": "https://files.pythonhosted.org/packages/b2/bb/732a5767681933aac627c3fc3ef362bfc3bbfa0899ada530fb243c87ae60/winproxy-0.3.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d666b4d9fbf6fcc399111886c43e3e6c", "sha256": "a5763cfd5423429341a2ab29d2d7ac2821c846c966093c0fa97d6ae407efeeab" }, "downloads": -1, "filename": "winproxy-0.3.0a1.zip", "has_sig": false, "md5_digest": "d666b4d9fbf6fcc399111886c43e3e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17339, "upload_time": "2016-01-18T19:26:20", "url": "https://files.pythonhosted.org/packages/53/a7/9e391a82b15c218f093dfd928a30de9438ed9cf0f8a91d431769fa0a8239/winproxy-0.3.0a1.zip" } ] }