{ "info": { "author": "Rocky Meza, Gavin Wahl", "author_email": "rockymeza@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: System :: Networking" ], "description": "wifi\n----\n\nWifi provides a command line wrapper for iwlist and /etc/network/interfaces\nthat makes it easier to connect the WiFi networks from the command line. The\nwifi command is also implemented as a library that can be used from Python.\n\n::\n\n # pip install wifi\n # wifi --help\n\n\n.. image:: https://travis-ci.org/rockymeza/wifi.png?branch=master\n :target: https://travis-ci.org/rockymeza/wifi\n\nThe documentation for wifi lives at https://wifi.readthedocs.org/en/latest/.\n\n\nChangelog\n=========\n\n0.3.8\n^^^^^\n:release-date: 2016-03-11\n\n- Parse noise level if available (#91 - thanks zgoda-mobica)\n\n0.3.7\n^^^^^\n:release-date: 2016-03-11\n\n- Fix bugs related to scheme parsing (#59, #42)\n\n0.3.6\n^^^^^\n:release-date: 2016-02-11\n\n- Set all attributes to None in Cell.__init__ (#88 - thanks stvad)\n\n0.3.5\n^^^^^\n:release-date: 2016-01-24\n\n- Better password handling (#62 - thanks foosel)\n- Account for Cells with no SSID (#86 - thanks tlau)\n\n0.3.4\n^^^^^\n:release-date: 2014-09-02\n\n- Fixed installation missing some files (#48 - thanks luckydonald)\n\n0.3.3\n^^^^^\n:release-date: 2014-08-31\n\n- Check for write access for bashcompletion via os.access (#41, #47 - thanks foosel and jegger)\n- Fixed scanning when quality is reported absolutely (#45 - jeromelebel)\n- Fixed channel parsing (#33, #39 - thanks gavinwahl and qizha)\n\n0.3.2\n^^^^^\n:release-date: 2014-07-26\n\n- Only run if __name__ == '__main__' (#29 - thanks Jonwei)\n- Try to connect to the nearest Access Point\n- wifi scan was failing when Bit Rate was the last line of output (#42 - thanks jargij)\n- Added documentation for signal and quality on Cell\n\n0.3.1\n^^^^^\n:release-date: 2014-02-10\n\n- Scheme.activate was failing on a TypeError in Python3\n\n0.3.0\n^^^^^\n:release-date: 2014-02-09\n\n- Scheme.activate now throws a ConnectionError if activation failed (#17 - thanks alexykot)\n- Cell.all now throws an InterfaceError if scanning failed (#18 - thanks alexykot)\n- Better error message when scheme isn't found (#19 - thanks gavinwahl)\n- Added ability to delete schemes (#20 - thanks spektom)\n- Added the --file option (#21)\n- Scheme.activate returns a Connection object (#22)\n- Added the autoconnect command (#23)\n- Fixed parsing error missing channel (#24 - thanks LiorKirsch)\n- Fixed relative signal return as zero (#25 - thanks LiorKirsch)\n- Relative signals are now converted to dBm (#26 - thanks LiorKirsch)\n- Various codebase cleanup (#27 - thanks ramnes)\n- Added support for WPA Version 1 (#28 - thanks LiorKirsch)\n- Fixed Python3 support for WPA/PBKDF2\n\n0.2.2\n^^^^^\n:release-date: 2013-12-25\n\n- Fixed relative signal parsing bug (#12 - thanks alexykot)\n\n0.2.1\n^^^^^\n:release-date: 2013-11-22\n\n- Fixed print_table str/int bug (#13 - thanks DanLipsitt)\n\n0.2.0\n^^^^^\n:release-date: 2013-09-27\n\n- Added support for WEP\n- Fixed bug related to very short SSIDs\n- Fixed bug related to numeric passkeys\n\n0.1.1\n^^^^^\n:release-date: 2013-05-26\n\n- Updated setup.py to actually install the bash completion script", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "wifi", "package_url": "https://pypi.org/project/wifi/", "platform": "Debian", "project_url": "https://pypi.org/project/wifi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/wifi/0.3.8/", "requires_dist": null, "requires_python": null, "summary": "Command line tool and library wrappers around iwlist and\n/etc/network/interfaces.", "version": "0.3.8" }, "last_serial": 3078930, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "268c545deddf6aaa4a57b6b6126a7a32", "sha256": "05f5bd1893e1c24765100809c3597063acb408c1bc4e76203b75d5d74a9ade90" }, "downloads": -1, "filename": "wifi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "268c545deddf6aaa4a57b6b6126a7a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6464, "upload_time": "2012-10-12T05:04:32", "url": "https://files.pythonhosted.org/packages/7d/7f/66484bfdd9c0ccafd1a374560c3b7d7e373cd4b1c7c383db63f62466a2d5/wifi-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "0b30d002a97ed6de1ba3eed294582b55", "sha256": "33f7f8936f8909aa0bcaf28bbc5a5280519cbbf2d5260a42c8caddac847fd9f8" }, "downloads": -1, "filename": "wifi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b30d002a97ed6de1ba3eed294582b55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8550, "upload_time": "2012-12-31T08:51:21", "url": "https://files.pythonhosted.org/packages/5a/70/df0d2d9d4b8c73f54a7c149b2bf53142265157bfcc598bb1e737ead45106/wifi-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6e02cdc66153514017c8196ce86e80fb", "sha256": "d4560b9613a75a626f79a5254ed86b939e120c1bf6a63a4886f5a30145e36de9" }, "downloads": -1, "filename": "wifi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6e02cdc66153514017c8196ce86e80fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8718, "upload_time": "2013-05-26T17:24:59", "url": "https://files.pythonhosted.org/packages/b2/15/5d39abed5923ad39e911aaf2ba1927f418cdf1c82fc907a6cbbc92cc6885/wifi-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7df58691eb39be009e78e0c96b2c5598", "sha256": "d7c482e7ef93cc6ccce312ece095866242038401fb1b717717369f384c6aa1e0" }, "downloads": -1, "filename": "wifi-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7df58691eb39be009e78e0c96b2c5598", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9087, "upload_time": "2013-09-28T04:04:07", "url": "https://files.pythonhosted.org/packages/87/f9/b8e5b3b8881c6f868b6153a64d03271d19a4f05ec684a416d3e7313afa85/wifi-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c5c63a40e58c3955c27e8122490c428b", "sha256": "53ca434aa072ae99b387af46156464673e8ef8e50fe95cb07aea66e5ffeba635" }, "downloads": -1, "filename": "wifi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c5c63a40e58c3955c27e8122490c428b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9165, "upload_time": "2013-11-22T12:43:49", "url": "https://files.pythonhosted.org/packages/70/ca/81b83f2c6a52d6f1550a47889a713208c191020a6b2a8bf0fc98a7f73e00/wifi-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "57ae7542c3ba16241839efd7ee84c17b", "sha256": "0193d6b4aea0a7c2f6f04e689829f1b5e530d6fc912c23b039f51d42a7f7a7be" }, "downloads": -1, "filename": "wifi-0.2.2.tar.gz", "has_sig": false, "md5_digest": "57ae7542c3ba16241839efd7ee84c17b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9302, "upload_time": "2013-12-25T12:29:53", "url": "https://files.pythonhosted.org/packages/8b/15/1e4d9039bfc65c7fefcd8e953f4908514634f29c33a64bbc1352073ffc3f/wifi-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "659c733b8f73cc85fb5e7496b5f2e0fc", "sha256": "675e53607d90ecc227bc367f32d0550d6c84491a2c9c6d17a750318a323b6d73" }, "downloads": -1, "filename": "wifi-0.3.0.tar.gz", "has_sig": false, "md5_digest": "659c733b8f73cc85fb5e7496b5f2e0fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9366, "upload_time": "2014-02-09T08:34:52", "url": "https://files.pythonhosted.org/packages/36/08/270be65c3efe19de9f066650c2b8ae5f835a81a50c77a4834b904b9c17a4/wifi-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "19c94c4318e7002a9fc83cff22bb92af", "sha256": "7bdd966b3ec502afcbcf121c6d5057fd98ae36a41b54319d8505a419079e667a" }, "downloads": -1, "filename": "wifi-0.3.1.tar.gz", "has_sig": false, "md5_digest": "19c94c4318e7002a9fc83cff22bb92af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9365, "upload_time": "2014-02-10T00:51:15", "url": "https://files.pythonhosted.org/packages/7c/39/61f11aa44266a3dfb779d9cc1c001522c5e00f40e76f05943f8bb863756e/wifi-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "cf2838f703d054b8c146ae1db4c0eeac", "sha256": "071f8f6517e0a1ff23385d47db4dbb01dd903e9937f4d9f138c487e099b86203" }, "downloads": -1, "filename": "wifi-0.3.2.tar.gz", "has_sig": false, "md5_digest": "cf2838f703d054b8c146ae1db4c0eeac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9478, "upload_time": "2014-07-27T04:58:20", "url": "https://files.pythonhosted.org/packages/fd/ee/0cca73df2afbcf855b5d72573dcadc6dc326489f8599d635a06038674e61/wifi-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "38fb87d5e0d269706c24d2c9b31850ff", "sha256": "8f7eae2b7d2ed5f03b942e4d75ee006b63e3a6862e190bfff01cbb56fe55ff66" }, "downloads": -1, "filename": "wifi-0.3.3.tar.gz", "has_sig": false, "md5_digest": "38fb87d5e0d269706c24d2c9b31850ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10527, "upload_time": "2014-09-01T05:20:17", "url": "https://files.pythonhosted.org/packages/6a/34/b5d294d32ed6edade828bf00017358ff959a930191d33af6d18243b1ddf2/wifi-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "2e84749103824061072e5dad30c79c6c", "sha256": "17b07269654b02936f500a88c85281a95ac211028b6547c4f78b61b83dd965c0" }, "downloads": -1, "filename": "wifi-0.3.4.tar.gz", "has_sig": false, "md5_digest": "2e84749103824061072e5dad30c79c6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11549, "upload_time": "2014-09-02T14:17:56", "url": "https://files.pythonhosted.org/packages/3b/08/ca06157189ff8241aadd1550f292f2349b05587f1569f3525b927cb6bc77/wifi-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "73d49a456fee8693b5cbfedb05a03366", "sha256": "a3890b711b5e29eb51ea9fd52567336546d1238447a8a2373ae9dab351363f49" }, "downloads": -1, "filename": "wifi-0.3.5.tar.gz", "has_sig": false, "md5_digest": "73d49a456fee8693b5cbfedb05a03366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11723, "upload_time": "2016-01-24T07:18:21", "url": "https://files.pythonhosted.org/packages/9e/16/d5d23b93f9735025ccb54bea86379dfe7ad447ebba4b85b0b2ac9662c3ae/wifi-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "f96176ebbbbd58f629a39e5c78752afe", "sha256": "fcd951af83509dd68da8321e046451c589bf91c3c228241437dfc0b19f3e39f5" }, "downloads": -1, "filename": "wifi-0.3.6.tar.gz", "has_sig": false, "md5_digest": "f96176ebbbbd58f629a39e5c78752afe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11818, "upload_time": "2016-02-11T15:05:53", "url": "https://files.pythonhosted.org/packages/d6/67/756e2eb7acb12dec860f845f7afd6e12a0bdd2f9540fb2dbc16eee73cf40/wifi-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "6674166968b15a9f03d986fa7abe80af", "sha256": "3ea0c7cc51f7ebb0f58f6497f4cacf89e4867fcca7fae9fe436e3bc5bc44d31b" }, "downloads": -1, "filename": "wifi-0.3.7.tar.gz", "has_sig": false, "md5_digest": "6674166968b15a9f03d986fa7abe80af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11836, "upload_time": "2016-03-10T23:26:14", "url": "https://files.pythonhosted.org/packages/6b/d1/14c855d6fc4d559213e62f08459bd69bad84dcfef6a930250a6042710539/wifi-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "b515bc5da20b1dd74a8fec054daf3d1c", "sha256": "a9880b2e91ea8420154c6826c8112a2f541bbae5641d59c5cb031d27138d7f26" }, "downloads": -1, "filename": "wifi-0.3.8.tar.gz", "has_sig": false, "md5_digest": "b515bc5da20b1dd74a8fec054daf3d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11964, "upload_time": "2016-03-10T23:35:58", "url": "https://files.pythonhosted.org/packages/fe/a9/d026afe8a400dd40122385cd690e4fff4d574ed16f5c3a0f5e3921bfd383/wifi-0.3.8.tar.gz" } ], "0.8.0rc1": [ { "comment_text": "", "digests": { "md5": "0e472935c9dfb5b1b95e473a1ec88689", "sha256": "46d4a5aa613b8a0c7292f633b44b21a6b25183c9895181b81cd3f0ca6b2e46ef" }, "downloads": -1, "filename": "wifi-0.8.0rc1-py2-none-any.whl", "has_sig": true, "md5_digest": "0e472935c9dfb5b1b95e473a1ec88689", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18683, "upload_time": "2017-08-07T16:50:21", "url": "https://files.pythonhosted.org/packages/24/24/496028b57e2d1931b9469a523e2a861dc36c0998098290b8d86f1aee2d16/wifi-0.8.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66e90254bd12f9fff863f4c352d00482", "sha256": "29743d55cc09454cc1bb09ee666979f2178e99adbf4ac05eb58c7e328e026ab4" }, "downloads": -1, "filename": "wifi-0.8.0rc1-py3-none-any.whl", "has_sig": true, "md5_digest": "66e90254bd12f9fff863f4c352d00482", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18678, "upload_time": "2017-08-07T16:50:23", "url": "https://files.pythonhosted.org/packages/eb/ef/1145fab06ce36d8b993d5f1435f41b4e1766285cebe8072d8866e731ff2d/wifi-0.8.0rc1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0204bfeebf6be33d944b0941b962f971", "sha256": "30062b04443530f38ecb5f50224c5a3badb4591f43034049d1d4f2564a9502c1" }, "downloads": -1, "filename": "wifi-0.8.0rc1.tar.gz", "has_sig": true, "md5_digest": "0204bfeebf6be33d944b0941b962f971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15650, "upload_time": "2017-08-07T16:50:25", "url": "https://files.pythonhosted.org/packages/7f/4b/fdaf2ac02e7f3ef4d91368c29b353b5ed87a2b83425011499a81afd212aa/wifi-0.8.0rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b515bc5da20b1dd74a8fec054daf3d1c", "sha256": "a9880b2e91ea8420154c6826c8112a2f541bbae5641d59c5cb031d27138d7f26" }, "downloads": -1, "filename": "wifi-0.3.8.tar.gz", "has_sig": false, "md5_digest": "b515bc5da20b1dd74a8fec054daf3d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11964, "upload_time": "2016-03-10T23:35:58", "url": "https://files.pythonhosted.org/packages/fe/a9/d026afe8a400dd40122385cd690e4fff4d574ed16f5c3a0f5e3921bfd383/wifi-0.3.8.tar.gz" } ] }