{ "info": { "author": "Carlos A. Planch\u00f3n", "author_email": "bubbledoloresuruguay2@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# wifireconnect\n*Python3 module to test and ensure connectivity on a network.*\n\n## Rationale:\nThis module attemps to ensure connectivity on networks which have\nstability problems on traffic routing (link layer).\n\n## Requirements\nYou need network manager.\n(sudo apt install network-manager)\n\n## Installation\n### Install with pip\n```\npip3 install --user -U wifireconnect\n```\n\n## Usage\nFrom shell:\n\n```\n$ python3.7 wifireconnect -h\nusage: wifireconnect.py [-h] [-v] [-t TARGET] [-s SLEEP_BETWEEN] [-c COUNT]\n [-e ESSID] [-p PASSWORD]\n\nRun a connectivity test on a network connection(using ping) every a 's' time\nand try to reconnect if that test fail.\n(See your networks with 'nmcli conn')\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --verbose Verbosity.\n -t TARGET, --target TARGET\n Target webpage. Default httpbin.com.\n -s SLEEP_BETWEEN, --sleep SLEEP_BETWEEN\n Time between connectivity tests. Default: 10\n -c COUNT, --count COUNT\n Num of attemps to ping target on the connectivity\n test. Default: 2\n -e ESSID, --essid ESSID\n AP's ESSID.\n -p PASSWORD, --password PASSWORD\n AP's password.\n```\n\nFrom the interpreter:\n\n```\nhelp(wifireconnect)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/carlosplanchon/wifireconnect/archive/v0.1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlosplanchon/wifireconnect", "keywords": "wifi,connectivity,networking", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "wifireconnect", "package_url": "https://pypi.org/project/wifireconnect/", "platform": "", "project_url": "https://pypi.org/project/wifireconnect/", "project_urls": { "Download": "https://github.com/carlosplanchon/wifireconnect/archive/v0.1.1.tar.gz", "Homepage": "https://github.com/carlosplanchon/wifireconnect" }, "release_url": "https://pypi.org/project/wifireconnect/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python3 module to test and ensure connectivity on a network which have stability problems on traffic routing (link layer).", "version": "0.1.1" }, "last_serial": 5941955, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ca43c1fd1f6af4775afd9a849225f31c", "sha256": "a948f43a702180bb126934159401fd757807e0c7411e1ea3d896c19ec0aea04a" }, "downloads": -1, "filename": "wifireconnect-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ca43c1fd1f6af4775afd9a849225f31c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3476, "upload_time": "2019-10-07T23:22:26", "url": "https://files.pythonhosted.org/packages/2a/f0/8d00ba3339a1fe35632581d3c501c6b1d95e195a6349dbdde7e0c563e852/wifireconnect-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f53fbdea94ce9528863ddd76ddeb48a0", "sha256": "9e5dc5c497d9875bb9d9e6e5140fdbb3e66fae1edb45a316f2d4bfa7e78ef85f" }, "downloads": -1, "filename": "wifireconnect-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f53fbdea94ce9528863ddd76ddeb48a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3468, "upload_time": "2019-10-07T23:24:32", "url": "https://files.pythonhosted.org/packages/78/77/324eef7e6d65f81197aae800554c8af4fb27d7ab53b74b1043b26f976601/wifireconnect-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f53fbdea94ce9528863ddd76ddeb48a0", "sha256": "9e5dc5c497d9875bb9d9e6e5140fdbb3e66fae1edb45a316f2d4bfa7e78ef85f" }, "downloads": -1, "filename": "wifireconnect-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f53fbdea94ce9528863ddd76ddeb48a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3468, "upload_time": "2019-10-07T23:24:32", "url": "https://files.pythonhosted.org/packages/78/77/324eef7e6d65f81197aae800554c8af4fb27d7ab53b74b1043b26f976601/wifireconnect-0.1.1.tar.gz" } ] }