{ "info": { "author": "Richie McIntosh", "author_email": "richiemcintosh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# ntp_pool_score\n\n**ntp_pool_score** is an interface for retrieving a server's NTP pool score via [ntppool.org](https://www.ntppool.org/en/). You can import it or call it directly on the command line. It requires a Python version of at least 3.8.0.\n\n### Examples\n\n```python\nimport ntp_pool_score\n\nscore = ntp_pool_score.get_server_ntp_pool_score(\"127.0.0.1\")\n\nprint(score)\n# 20\n```\n\n```sh\npython -m ntp_pool_score 127.0.0.1\n# 20\n```\n\n### Installation\n\nThe easiest way to install ntp_pool_score is via pip.\n\n```sh\npip install ntp_pool_score\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/rmcintosh/ntp_pool_score", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ntp-pool-score", "package_url": "https://pypi.org/project/ntp-pool-score/", "platform": "", "project_url": "https://pypi.org/project/ntp-pool-score/", "project_urls": { "Homepage": "https://www.github.com/rmcintosh/ntp_pool_score" }, "release_url": "https://pypi.org/project/ntp-pool-score/0.1/", "requires_dist": null, "requires_python": ">=3.8.0", "summary": "Retrieve the NTP pool score for a server", "version": "0.1" }, "last_serial": 5811291, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a06d81aabdc777b4fa77d40006cb60c6", "sha256": "f3db382a20470c909a2807820f9b3146b6ad41158497ae556548f8dd0b18fa18" }, "downloads": -1, "filename": "ntp_pool_score-0.1-6.tar.gz", "has_sig": true, "md5_digest": "a06d81aabdc777b4fa77d40006cb60c6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8.0", "size": 2220, "upload_time": "2019-09-10T21:46:40", "url": "https://files.pythonhosted.org/packages/8f/82/1e8115a659627c619abe717e189702cc12fb6e19fd0cca9c2a375d3fa251/ntp_pool_score-0.1-6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a06d81aabdc777b4fa77d40006cb60c6", "sha256": "f3db382a20470c909a2807820f9b3146b6ad41158497ae556548f8dd0b18fa18" }, "downloads": -1, "filename": "ntp_pool_score-0.1-6.tar.gz", "has_sig": true, "md5_digest": "a06d81aabdc777b4fa77d40006cb60c6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.8.0", "size": 2220, "upload_time": "2019-09-10T21:46:40", "url": "https://files.pythonhosted.org/packages/8f/82/1e8115a659627c619abe717e189702cc12fb6e19fd0cca9c2a375d3fa251/ntp_pool_score-0.1-6.tar.gz" } ] }