Retrieve the NTP pool score for a server
Project description
ntp_pool_score
ntp_pool_score is an interface for retrieving a server's NTP pool score via ntppool.org. You can import it or call it directly on the command line. It requires a Python version of at least 3.8.0.
Examples
import ntp_pool_score
score = ntp_pool_score.get_server_ntp_pool_score("127.0.0.1")
print(score)
# 20
python -m ntp_pool_score 127.0.0.1
# 20
Installation
The easiest way to install ntp_pool_score is via pip.
pip install ntp_pool_score
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ntp_pool_score-0.1-6.tar.gz
(2.2 kB
view details)
File details
Details for the file ntp_pool_score-0.1-6.tar.gz
.
File metadata
- Download URL: ntp_pool_score-0.1-6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3db382a20470c909a2807820f9b3146b6ad41158497ae556548f8dd0b18fa18 |
|
MD5 | a06d81aabdc777b4fa77d40006cb60c6 |
|
BLAKE2b-256 | 8f821e8115a659627c619abe717e189702cc12fb6e19fd0cca9c2a375d3fa251 |