{ "info": { "author": "Matheus Couto", "author_email": "matheusccouto@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Network Stability\nPython module for network connectivity and speed test.\n\n### Prerequisites\n\n```\nPython 3.6+\n```\n\n### Installing\n\nUse the package manager pip to install foobar.\n```bash\npip install network_stability\n```\n\n## Usage\n\n```python\nimport network_stability\n\nnet = network_stability.NetworkTest()\n# Run connectivity test.\nnet.connection_test_interval(hours=0.5)\nnet.export_connection_results('connection.csv')\nnet.report_connection('connection.png')\n# Run speed test.\nnet.speed_test_interval(minutes=30)\nnet.export_speed_results('speed.csv')\nnet.report_speed('speed.png')\n```\n\n## Author\n\n* **Matheus Couto** - [Linkedin](https://www.linkedin.com/in/matheusccouto/)\n\n## License\n\nThis project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) License.\n\n## Acknowledgments\n\n* This project inspiration came after struggles to watch The Office in my TV. I had a wifi extender that I was \ndistrusting. I needed some tests to check if it was messing with my network stability.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matheusccouto/network-stability", "keywords": "NETWORK,STABILITY,TEST,SPEED,CONNECTION", "license": "", "maintainer": "", "maintainer_email": "", "name": "network-stability", "package_url": "https://pypi.org/project/network-stability/", "platform": "", "project_url": "https://pypi.org/project/network-stability/", "project_urls": { "Homepage": "https://github.com/matheusccouto/network-stability" }, "release_url": "https://pypi.org/project/network-stability/1.0.4/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Network connectivity and speed test.", "version": "1.0.4" }, "last_serial": 6001335, "releases": { "1.0.3": [ { "comment_text": "", "digests": { "md5": "ac74db3d1b9400093383c19fc1183805", "sha256": "8f833763be170417910337337a17aca1766d75e7306fae4751b48fa4f7c55f8c" }, "downloads": -1, "filename": "network_stability-1.0.3.tar.gz", "has_sig": false, "md5_digest": "ac74db3d1b9400093383c19fc1183805", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4891, "upload_time": "2019-10-07T04:02:57", "url": "https://files.pythonhosted.org/packages/f3/5f/633c72a02856d89f3e3df54b0b015796c975460be512cee21e5e57421f64/network_stability-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "4eafda02cd705ea36a0afdf0675696b9", "sha256": "9abb9430f90f15cd27dc8bcc23252eaa4c56e73a6dd06ff7911bc0d265ad3de6" }, "downloads": -1, "filename": "network_stability-1.0.4.tar.gz", "has_sig": false, "md5_digest": "4eafda02cd705ea36a0afdf0675696b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4897, "upload_time": "2019-10-19T23:45:08", "url": "https://files.pythonhosted.org/packages/e7/57/125e949f4ec0886c7dcde0d3d9bbc4217ffa5d9893dc3f9625e3b075a97d/network_stability-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4eafda02cd705ea36a0afdf0675696b9", "sha256": "9abb9430f90f15cd27dc8bcc23252eaa4c56e73a6dd06ff7911bc0d265ad3de6" }, "downloads": -1, "filename": "network_stability-1.0.4.tar.gz", "has_sig": false, "md5_digest": "4eafda02cd705ea36a0afdf0675696b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4897, "upload_time": "2019-10-19T23:45:08", "url": "https://files.pythonhosted.org/packages/e7/57/125e949f4ec0886c7dcde0d3d9bbc4217ffa5d9893dc3f9625e3b075a97d/network_stability-1.0.4.tar.gz" } ] }